@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;
}.item-container .item-cart-wrapper {
margin: 80px 0;
padding: 50px 20px;
}
.item-container .item-cart-wrapper .item-cart-about .cart-title {
font-size: 30px;
text-transform: uppercase;
background-color: rgba(243, 243, 243, 0.8);
padding: 50px 25px;
}
.item-container .item-cart-wrapper .item-cart-about .cart-description {
display: flex;
justify-content: left;
flex-direction: column;
margin-top: 45px;
font-size: 19px;
}
.item-container .item-cart-wrapper .item-cart-about .cart-description a,
.item-container .item-cart-wrapper .item-cart-about .cart-link-video {
text-decoration: none;
text-transform: uppercase;
max-width: 200px;
margin-top: 25px;
display: block;
background-color: #ff7b31;
color: #f3f3f3 !important;
text-align: center;
padding: 20px 30px;
border-radius: 20px;
}
.item-container .item-cart-wrapper .item-cart-about .cart-description a:hover,
.item-container .item-cart-wrapper .item-cart-about .cart-link-video:hover {
background-color: #f3f3f3;
color: #ff7b31 !important;
border: 1px solid #ff7b31;
}
.item-container .item-cart-wrapper .item-image-wrap {
position: relative;
padding: 0 30px;
}
.item-container .item-cart-wrapper .item-image-wrap .cart-page-link,
.new-search .search-preloader {
display: flex;
justify-content: center;
align-items: center;
}
.item-container .item-cart-wrapper .item-image-wrap .cart-page-link img {
max-width: 350px;
max-height: 350px;
object-fit: contain;
}
.new-search .search-button-wrap {
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.new-search .search-button-wrap .search-btn {
width: 150px;
background-color: #ff7b31;
padding: 10px;
border-radius: 20px;
color: #fff;
box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
}
.new-search .search-button-wrap .search-btn:hover {
background-color: #fff;
color: #ff7b31;
border: 1px solid #ff7b31;
}
.new-search .search-preloader .preloader-item {
display: none;
margin-top: 30px;
align-items: center;
border: 16px solid #f3f3f3;
border-top: 16px solid #fd7f33;
border-radius: 50%;
width: 80px;
height: 80px;
animation: 1s linear infinite spin;
transition: 0.5s;
}
@keyframes spin {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.hide-input {
display: none !important;
transition: ease-in-out 0.6s;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.bbp-js .hide-if-js,.bbp-no-js .hide-if-no-js,.hidden{display:none}.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0;word-wrap:normal!important}#bbpress-forums{background:0 0;clear:both;margin-bottom:20px;overflow:hidden;font-size:12px;line-height:18px}#bbpress-forums a,#bbpress-forums a:hover{box-shadow:none;border:none;transition:none}#bbpress-forums ul,#bbpress-forums.bbpress-wrapper ul{background:0 0;list-style:none;margin:0;padding:0}#bbpress-forums hr{margin:0 0 24px}#bbpress-forums div.even,#bbpress-forums ul.even{background-color:#fff}#bbpress-forums div.odd,#bbpress-forums ul.odd{background-color:#fbfbfb}body.reply-edit .reply{float:none}#bbpress-forums div.reply{height:auto;width:100%;box-sizing:border-box}#bbpress-forums div.bbp-forum-header,#bbpress-forums div.bbp-reply-header,#bbpress-forums div.bbp-topic-header{background-color:#f4f4f4}#bbpress-forums .status-spam.even,#bbpress-forums .status-trash.even{background-color:#fee}#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.odd{background-color:#fdd}#bbpress-forums .status-pending.even,#bbpress-forums .status-pending.odd,#bbpress-forums ul.status-pending a{background-color:#fef7f1}#bbpress-forums ul.status-closed,#bbpress-forums ul.status-closed a{color:#ccc}#bbpress-forums ul.bbp-threaded-replies{margin-left:50px}#bbpress-forums li{background:0 0;margin:0;list-style:none}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics{font-size:12px;overflow:hidden;border:1px solid #eee;margin-bottom:20px;clear:both}#bbpress-forums li.bbp-body,#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{clear:both}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{background:#f3f3f3;border-top:1px solid #eee;font-weight:700;padding:8px;text-align:center}#bbpress-forums li.bbp-header{background:#eaeaea}#bbpress-forums li.bbp-header ul{overflow:hidden}#bbpress-forums .bbp-forums-list{margin:0 0 0 7px;padding-left:12px;border-left:1px solid #ddd}#bbpress-forums .bbp-forums-list .bbp-forum{display:inline;font-size:11px}#bbpress-forums .bbp-forums-list .bbp-forum.css-sep:not(:last-child)::after{content:", "}#bbpress-forums li.bbp-footer p{margin:0;line-height:1}li.bbp-forum-info,li.bbp-topic-title{float:left;text-align:left;width:55%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{float:left;text-align:center;width:10%}li.bbp-forum-freshness,li.bbp-topic-freshness{text-align:center;float:left;width:22%}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{border-top:1px solid #eee;overflow:hidden;padding:8px}#bbpress-forums #favorite-toggle,#bbpress-forums #subscription-toggle{float:right}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{background:0 0;border:none;font-size:16px;line-height:1;margin:8px 0;padding:0;text-transform:none}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{float:left;text-align:center;width:115px}#bbpress-forums div.bbp-forum-author img.avatar,#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{border:none;max-width:80px;padding:0;margin:12px auto 0;float:none}#bbpress-forums div.bbp-forum-author .bbp-author-name,#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{margin:0 12px;word-wrap:break-word;display:inline-block}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:left;display:block}#bbpress-forums div.bbp-forum-author .bbp-author-role,#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:11px;font-style:italic}#bbpress-forums li.bbp-footer .bbp-forum-author,#bbpress-forums li.bbp-footer .bbp-reply-author,#bbpress-forums li.bbp-footer .bbp-search-author,#bbpress-forums li.bbp-footer .bbp-topic-author,#bbpress-forums li.bbp-header .bbp-forum-author,#bbpress-forums li.bbp-header .bbp-reply-author,#bbpress-forums li.bbp-header .bbp-search-author,#bbpress-forums li.bbp-header .bbp-topic-author{float:left;margin:0;padding:0;width:120px}#bbpress-forums li.bbp-footer .bbp-forum-content,#bbpress-forums li.bbp-footer .bbp-reply-content,#bbpress-forums li.bbp-footer .bbp-search-content,#bbpress-forums li.bbp-footer .bbp-topic-content,#bbpress-forums li.bbp-header .bbp-forum-content,#bbpress-forums li.bbp-header .bbp-reply-content,#bbpress-forums li.bbp-header .bbp-search-content,#bbpress-forums li.bbp-header .bbp-topic-content{margin-left:140px;padding:0;text-align:left}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header,li.bbp-body div.hentry{margin:0;overflow:hidden;padding:8px}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header{border-top:1px solid #ddd;clear:both}span.bbp-author-ip{font-size:11px;font-weight:700;word-wrap:break-word;color:#747474}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{margin-left:130px;padding:12px 12px 12px 0;text-align:left;position:relative}#bbpress-forums div.bbp-forum-content::after,#bbpress-forums div.bbp-reply-content::after,#bbpress-forums div.bbp-topic-content::after{clear:both;content:".";display:block;float:none;height:0;font-size:0;visibility:hidden}#bbpress-forums div.bbp-reply-content a,#bbpress-forums div.bbp-topic-content a{background:0 0;border:none;display:inline;font-weight:400;margin:0;padding:0;text-decoration:underline}#bbpress-forums div.bbp-reply-content a.bbp-user-mention,#bbpress-forums div.bbp-topic-content a.bbp-user-mention{background:0 0;border:none;text-decoration:none;text-shadow:none;display:inline;font-weight:600;margin:0;padding:0}#bbpress-forums div.bbp-reply-content h1,#bbpress-forums div.bbp-reply-content h2,#bbpress-forums div.bbp-reply-content h3,#bbpress-forums div.bbp-reply-content h4,#bbpress-forums div.bbp-reply-content h5,#bbpress-forums div.bbp-reply-content h6,#bbpress-forums div.bbp-topic-content h1,#bbpress-forums div.bbp-topic-content h2,#bbpress-forums div.bbp-topic-content h3,#bbpress-forums div.bbp-topic-content h4,#bbpress-forums div.bbp-topic-content h5,#bbpress-forums div.bbp-topic-content h6{clear:none;line-height:1;margin:24px 0;padding:0}#bbpress-forums div.bbp-reply-content img,#bbpress-forums div.bbp-topic-content img{max-width:100%;height:auto}#bbpress-forums div.bbp-reply-content ol,#bbpress-forums div.bbp-reply-content ul,#bbpress-forums div.bbp-topic-content ol,#bbpress-forums div.bbp-topic-content ul{margin:0 15px 15px;padding:0}#bbpress-forums div.bbp-reply-content ul li,#bbpress-forums div.bbp-topic-content ul li{list-style-type:disc}#bbpress-forums div.bbp-reply-content ol li,#bbpress-forums div.bbp-topic-content ol li{list-style-type:decimal}#bbpress-forums div.bbp-reply-content ol li li,#bbpress-forums div.bbp-topic-content ol li li{list-style-type:lower-alpha}#bbpress-forums div.bbp-reply-content ol li li li,#bbpress-forums div.bbp-topic-content ol li li li{list-style-type:upper-roman}#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-topic-content pre{font-family:Inconsolata,Consolas,Monaco,"Lucida Console",monospace;display:inline-block;background-color:#f9f9f9;border:1px solid #ddd;padding:0 5px;max-width:95%;vertical-align:middle;margin-top:-3px;overflow-x:auto}#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content pre{display:block;line-height:18px;margin:0 0 24px;padding:5px 10px;white-space:pre;overflow:auto}#bbpress-forums div.bbp-reply-content pre code,#bbpress-forums div.bbp-topic-content pre code{display:block;border:none;padding:0;margin:0;background-color:transparent;overflow-wrap:normal;overflow:auto;max-width:100%}#bbpress-forums div.bbp-reply-content iframe.wp-embedded-content,#bbpress-forums div.bbp-topic-content iframe.wp-embedded-content{position:relative}#bbpress-forums div.bbp-reply-to{margin-left:130px;padding:12px 12px 12px 0;text-align:right}#bbpress-forums div#bbp-cancel-reply-to{text-align:right}div.bbp-breadcrumb{float:left}div.bbp-breadcrumb,div.bbp-topic-tags{font-size:12px}#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin:0 0 10px 0}#bbpress-forums div.bbp-topic-tags{float:right;clear:both}#bbp-topic-hot-tags{clear:both}#bbpress-forums #bbp-search-form{clear:left}#bbpress-forums #bbp-search-form .hidden{height:0;width:0;overflow:hidden;position:absolute;background:0 0;left:-999em}#bbpress-forums #bbp-search-form #bbp_search{display:inline-block;width:auto}#bbpress-forums div.bbp-search-form{float:right}span.bbp-admin-links{float:right;color:#ddd}span.bbp-admin-links a{color:#707070;font-weight:400;font-size:10px;text-transform:uppercase;text-decoration:none}fieldset span.bbp-admin-links{float:left}tr td span.bbp-admin-links a:hover{color:#ff4b33}td.bbp-topic-admin-links,td.bbp-topic-counts{width:50%}.bbp-forum-header a.bbp-forum-permalink,.bbp-reply-header a.bbp-reply-permalink,.bbp-topic-header a.bbp-topic-permalink{float:right;margin-left:10px;color:#707070}.bbp-row-actions #favorite-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #favorite-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #favorite-toggle span.is-favorite a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #favorite-toggle span.is-favorite a:hover{color:#c88;border-color:#c88;background-color:#fdd}.bbp-row-actions #subscription-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #subscription-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #subscription-toggle span.is-subscribed a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #subscription-toggle span.is-subscribed a:hover{color:#c88;border-color:#c88;background-color:#fdd}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta{font-size:11px;margin:5px 0;padding:0;word-wrap:break-word}#bbpress-forums p.bbp-topic-meta span{white-space:nowrap}.bbp-pagination-count{float:left;border:1px solid transparent}.bbp-pagination-links{float:right;list-style:none;display:inline}.bbp-pagination{float:left;width:100%;margin-bottom:15px}#bbpress-forums .bbp-pagination-links a,#bbpress-forums .bbp-pagination-links span.current{display:block;float:left;font-size:12px;line-height:18px;padding:0 5px;margin-left:5px;border:1px solid #efefef;border-radius:0;background:0 0;color:inherit;text-decoration:none}#bbpress-forums .bbp-pagination-links span.dots{display:block;float:left;padding:1px 4px;margin-left:5px}#bbpress-forums .bbp-topic-pagination{display:inline-block;margin-left:5px;margin-bottom:2px}#bbpress-forums .bbp-topic-pagination a{font-size:10px;font-weight:400;line-height:10px;margin:0;padding:1px 3px;border:1px solid #ddd;color:inherit;background:0 0;display:inline;text-decoration:none}#bbpress-forums .bbp-pagination-links a:hover,#bbpress-forums .bbp-pagination-links span.current,#bbpress-forums .bbp-topic-pagination a:hover{background:#eee;opacity:.8;border:1px solid #ddd}#bbpress-forums fieldset.bbp-form{clear:left;border:1px solid #eee;padding:10px 20px;margin-bottom:10px}#bbpress-forums fieldset.bbp-form legend{padding:5px;width:auto;border:none}#bbpress-forums fieldset.bbp-form label{margin:0;display:inline-block}#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,#bbp-login fieldset label,#bbp-lost-pass fieldset label,#bbp-register fieldset label{width:100px}#bbpress-forums fieldset.bbp-form p{padding:0}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{margin:0 0 8px}#bbpress-forums fieldset.bbp-form input[type=password],#bbpress-forums fieldset.bbp-form input[type=text],#bbpress-forums fieldset.bbp-form select{min-height:28px;height:28px;padding:5px}textarea#bbp_forum_content,textarea#bbp_reply_content,textarea#bbp_topic_content{width:97%;box-sizing:border-box}textarea#bbp_forum_content{height:210px}#bbpress-forums fieldset.bbp-forum-form-attributes{width:200px;float:right;clear:none;margin-left:25px}#bbpress-forums fieldset select#bbp_forum_id{max-width:200px}.bbp-reply-form,.bbp-topic-form,.bbp-topic-tag-form{clear:left}body.reply-edit .bbp-reply-form div.avatar img,body.single-forum .bbp-topic-form div.avatar img,body.single-reply .bbp-reply-form div.avatar img,body.topic-edit .bbp-topic-form div.avatar img{margin-right:0;padding:10px;border:1px solid #ddd;line-height:0;background-color:#efefef}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:10px;background-color:#f0fff8;border:1px solid #ceefe1;display:block;padding:8px;margin-top:5px;width:369px}#delete_tag,#merge_tag{display:inline}div.bbp-submit-wrapper{margin-top:15px;float:right;clear:both}p.form-allowed-tags{max-width:100%}#bbpress-forums div.bbp-the-content-wrapper{margin-bottom:10px}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{width:100%;margin:0;font-size:12px}#bbpress-forums div.bbp-the-content-wrapper table,#bbpress-forums div.bbp-the-content-wrapper tbody,#bbpress-forums div.bbp-the-content-wrapper td,#bbpress-forums div.bbp-the-content-wrapper tr{border:none;padding:0;margin:0;width:auto;line-height:1}#bbpress-forums div.bbp-the-content-wrapper input[type=button]{padding:4px 7px;margin:0 -1px 0 0;line-height:0;border:1px solid transparent;background-color:transparent;box-shadow:none;text-shadow:none;text-transform:uppercase;font-size:11px;font-weight:400;border-radius:3px;min-width:25px;color:#555}#bbpress-forums div.bbp-the-content-wrapper input[type=button]:hover{border-color:rgba(0,0,0,.1);background-color:rgba(255,255,255,.5)}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{padding:5px;min-height:26px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:4px 4px 8px}#bbpress-forums div.wp-editor-container{margin:0;padding:0;line-height:0}#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar{line-height:16px}#bbpress-forums .bbp-replies .bbp-reply-form{margin:0 10px 0 10px}#bbpress-forums #bbp-your-profile fieldset{padding:20px 20px 0}#bbpress-forums #bbp-your-profile fieldset div{margin-bottom:20px;float:left;width:100%;clear:left}#bbpress-forums #bbp-your-profile fieldset select{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset textarea{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd;box-shadow:none;border-radius:0}#bbpress-forums #bbp-your-profile fieldset input:focus,#bbpress-forums #bbp-your-profile fieldset textarea:focus{border:1px solid #ccc;box-shadow:inset 1px 1px 1px rgba(0,0,0,.1);outline-color:rgba(240,255,240,.1)}#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox{width:auto}#bbpress-forums #bbp-your-profile fieldset legend{display:none}#bbpress-forums #bbp-your-profile fieldset label[for]{float:left;width:20%;padding:5px 20px 5px 0;text-align:right;cursor:pointer}#bbpress-forums #bbp-your-profile fieldset dl label[for]{text-align:left;width:60%}#bbpress-forums #bbp-your-profile fieldset p.description{margin:5px 0 0 20%;font-size:12px;font-style:italic;float:left;clear:left;width:60%;padding:5px 8px;border:#cee1ef 1px solid;background-color:#f0f8ff}#bbpress-forums #bbp-your-profile fieldset fieldset{margin:0;border:none;padding:0;clear:none;float:none}#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl{margin:0}#bbpress-forums #bbp-your-profile fieldset.submit button{float:right}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;margin-left:20%;margin-top:10px}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper,#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-input-wrapper{width:100%;margin:0;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper button{width:46%;margin:4% 2%;box-sizing:border-box;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password input,#bbpress-forums #bbp-your-profile fieldset fieldset.passwword textarea{width:100%}#bbpress-forums #bbp-your-profile fieldset fieldset.password button .dashicons{display:none}#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description{margin-left:0;margin-bottom:20px}#bbpress-forums #password #pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;margin:0;padding:8px;text-align:center;box-sizing:border-box;display:inline-block}#bbpress-forums #password #pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#bbpress-forums #password #pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#bbpress-forums #password #pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#bbpress-forums #password #pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}#bbpress-forums #password #pass1-text.short,#bbpress-forums #password #pass1.short{border-color:#e35b5b}#bbpress-forums #password #pass1-text.bad,#bbpress-forums #password #pass1.bad{border-color:#f78b53}#bbpress-forums #password #pass1-text.good,#bbpress-forums #password #pass1.good{border-color:#ffc733}#bbpress-forums #password #pass1-text.strong,#bbpress-forums #password #pass1.strong{border-color:#83c373}#bbpress-forums .indicator-hint{padding-top:8px}#bbpress-forums #pass1-text,#bbpress-forums .pw-weak,#bbpress-forums .show-password #pass1{display:none}#bbpress-forums .show-password #pass1-text{display:inline-block}div.bbp-template-notice,div.indicator-hint{border-width:1px;border-style:solid;padding:0 .6em;margin:5px 0 15px;border-radius:3px;background-color:#ffffe0;border-color:#e6db55;color:#000;clear:both}div.bbp-template-notice a{color:#555;text-decoration:none}div.bbp-template-notice a:hover{color:#000}div.bbp-template-notice.info{border:#cee1ef 1px solid;background-color:#f0f8ff}div.bbp-template-notice.important{border:#e6db55 1px solid;background-color:#fffbcc}div.bbp-template-notice.error,div.bbp-template-notice.warning{background-color:#ffebe8;border-color:#c00}div.bbp-template-notice.error a,div.bbp-template-notice.warning a{color:#c00}div.bbp-template-notice li,div.bbp-template-notice p{margin:.5em 0 6px!important;padding:2px;font-size:12px;line-height:1.4}#bbpress-forums div.bbp-template-notice code{font-size:11px;padding:2px 4px;background:rgba(200,200,200,.3);border-radius:3px}.bbp-forum-content ul.sticky,.bbp-topics ul.sticky,.bbp-topics ul.super-sticky,.bbp-topics-front ul.super-sticky{background-color:#ffffe0!important;font-size:1.1em}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px dotted #ddd;width:100%;margin:0;padding:8px 0 0;font-size:11px;color:#aaa}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li{list-style-type:none}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log a,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log a,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log a{text-decoration:none}.bbp-login-form fieldset legend{display:none}.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{padding:5px}.bbp-login-form label{width:140px;display:inline-block}#sidebar .bbp-login-form label{width:70px}.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-remember-me,.bbp-login-form .bbp-submit-wrapper,.bbp-login-form .bbp-username{margin-top:10px}.bbp-login-form .bbp-submit-wrapper{text-align:right}.bbp-login-form .bbp-login-links a{float:left;clear:left}.bbp-logged-in img.avatar{float:left;margin:0 15px 0 0}.bbp-logged-in h4{font-weight:700;font-size:1.3em;clear:none;margin-bottom:10px}#bbpress-forums img.avatar{box-shadow:none;display:inline-block;margin-right:4px}#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{float:none;vertical-align:middle;border:3px double #ddd;max-height:20px;max-width:20px}fieldset div.avatar{float:right}.activity-list li.bbp_reply_create .activity-content .activity-inner,.activity-list li.bbp_topic_create .activity-content .activity-inner{border-left:2px solid #eaeaea;margin-left:5px;padding-left:10px}#bbpress-forums h1{clear:none;font-size:1.8em;line-height:1;padding-bottom:10px}#bbpress-forums #bbp-user-wrapper{float:left;width:100%}#bbpress-forums .bbp-user-section{overflow:auto;clear:right}#bbpress-forums #bbp-user-wrapper h2.entry-title{font-size:1.4em;margin:0;padding-bottom:10px;padding-top:0;clear:none}#bbpress-forums #bbp-user-wrapper fieldset.bbp-form,#bbpress-forums #bbp-user-wrapper ul.bbp-forums,#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,#bbpress-forums #bbp-user-wrapper ul.bbp-replies,#bbpress-forums #bbp-user-wrapper ul.bbp-topics{clear:none}#bbpress-forums #bbp-single-user-details{margin:0;width:150px;float:left;overflow:hidden}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{margin:0;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border:none;height:150px;padding:0;margin:0 0 20px;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-description{float:none;margin-left:180px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation{float:none;margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:5px 8px;display:block;border:1px solid transparent;text-decoration:none}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:#eee;opacity:.8}#bbpress-forums #bbp-user-body{margin-left:180px}body.my-account #bbpress-forums{border-top:none;padding-top:0;margin-bottom:0}#bbpress-forums dl.bbp-user-capabilities{display:inline-block;vertical-align:top}#bbpress-forums dl.bbp-user-capabilities dt{margin:0 0 10px;text-transform:capitalize}#bbpress-forums dl.bbp-user-capabilities dd{margin:0;padding:0}.bbp-alert-outer{height:100%;width:100%;top:0;left:0;position:fixed;background-color:rgba(0,0,0,.2);z-index:99999}.bbp-alert-inner{width:350px;text-align:center;background:#fff;position:fixed;top:50%;left:50%;margin-top:-75px;margin-left:-185px;border-radius:3px;border:1px solid #aaa;padding:15px 10px 10px}.bbp-alert-outer .bbp-alert-inner p{margin:10px 0}.bbp-alert-actions a{padding:5px 20px;text-decoration:none}@media only screen and (max-width:480px){#bbpress-forums div.bbp-topic-tags{clear:both;float:none}div.bbp-search-form button,div.bbp-search-form input{font-size:11px;padding:2px}li.bbp-forum-info,li.bbp-topic-title{width:45%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{width:15%}span.bbp-reply-post-date,span.bbp-topic-post-date{float:left}span.bbp-admin-links{float:none;clear:both}#bbpress-forums .bbp-forums-list li,#bbpress-forums .bbp-forums-list span{display:block;font-size:11px}#bbpress-forums .bbp-body div.bbp-reply-author,#bbpress-forums .bbp-body div.bbp-topic-author{float:none;margin:10px;min-height:80px;padding-left:80px;position:relative;text-align:left;width:calc(100% - 100px);border-bottom:1px solid #efefef;box-sizing:content-box}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:none;display:inline-block;margin-left:0;word-wrap:break-word}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{position:absolute;top:0;left:0;width:60px;height:auto;margin-top:0}#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:12px;font-style:normal}#bbpress-forums .bbp-body div.bbp-reply-content,#bbpress-forums .bbp-body div.bbp-topic-content{clear:both;margin:0 10px 5px 10px;padding:0}#bbpress-forums div.bbp-reply-content p,#bbpress-forums div.bbp-topic-content p{margin-bottom:1em}#bbpress-forums div.bbp-reply-content p:last-child,#bbpress-forums div.bbp-topic-content p:last-child{margin-bottom:0}div.bbp-submit-wrapper{float:left}#bbpress-forums fieldset.bbp-form{padding:0 10px 10px}#bbpress-forums #bbp-user-body{clear:both;margin-left:0;word-wrap:break-word}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:320px){#bbpress-forums div.bbp-search-form{margin-bottom:10px}#bbpress-forums li.bbp-body li.bbp-forum-info,#bbpress-forums li.bbp-body li.bbp-topic-title,#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{width:100%}#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{text-align:center;text-transform:uppercase}#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:20%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{width:58%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count{margin-top:7px}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{font-size:10px}#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-topic-author{text-align:left;width:25%}#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-left:25%}#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar{width:14px;height:auto;max-height:14px;max-width:14px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:1px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td{width:20px;height:20px}#bbpress-forums div.wp-editor-container{width:100%;overflow:auto}#bbpress-forums input#bbp_topic_tags,#bbpress-forums input#bbp_topic_title{width:95%}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:240px){#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-footer div.bbp-reply-author,#bbpress-forums li.bbp-footer div.bbp-search-author,#bbpress-forums li.bbp-footer div.bbp-topic-author,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:45%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{clear:both;width:100%}#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{text-align:center}#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-author,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-left:0;text-align:left}#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta{display:inline-block}#bbpress-forums li.bbp-header{overflow:hidden}#bbpress-forums li.bbp-footer div.bbp-reply-content,#bbpress-forums li.bbp-footer div.bbp-search-content,#bbpress-forums li.bbp-footer div.bbp-topic-content{display:inline-block;margin-left:0}#bbpress-forums li.bbp-body div.bbp-reply-author,#bbpress-forums li.bbp-body div.bbp-topic-author{min-height:60px;padding-left:60px}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{width:40px;height:auto}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:12px}}.wpml-ls-legacy-dropdown{width:15.5em;max-width:100%}.wpml-ls-legacy-dropdown>ul{position:relative;padding:0;margin:0!important;list-style-type:none}.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{visibility:visible}.wpml-ls-legacy-dropdown .wpml-ls-item{padding:0;margin:0;list-style-type:none}.wpml-ls-legacy-dropdown a{display:block;text-decoration:none;color:#444;border:1px solid #cdcdcd;background-color:#fff;padding:5px 10px;line-height:1}.wpml-ls-legacy-dropdown a span{vertical-align:middle}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{position:relative;padding-right:calc(10px + 1.4em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{padding-right:10px;padding-left:calc(10px + 1.4em)}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{content:"";vertical-align:middle;display:inline-block;border:.35em solid transparent;border-top:.5em solid;position:absolute;right:10px;top:calc(50% - .175em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{right:auto;left:10px}.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,.wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown a:hover{color:#000;background:#eee}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{visibility:hidden;position:absolute;top:100%;right:0;left:0;border-top:1px solid #cdcdcd;padding:0;margin:0;list-style-type:none;z-index:101}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{border-width:0 1px 1px}.wpml-ls-legacy-dropdown .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:0;margin-right:.4em}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,.select-styled,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select,.select-styled{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=40.0625em&large=64.0625em&xlarge=75.0625em&xxlarge=90.0625em"}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;padding:0;background:#fff;font-family:"Open Sans",sans-serif;font-weight:normal;line-height:1.5;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select,.select-styled{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:0}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:transparent;line-height:1;cursor:pointer}[data-whatinput='mouse'] button{outline:0}pre{overflow:auto}button,input,optgroup,select,.select-styled,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}[type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color'],textarea{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:2.6875rem;margin:0 0 1rem;padding:.625rem .9375rem;border:1px solid #cacaca;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.5;color:#333;-webkit-transition:border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;transition:border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;transition:box-shadow 0.5s,border-color 0.25s ease-in-out;transition:box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type='text']:focus,[type='password']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='week']:focus,[type='email']:focus,[type='number']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[type='url']:focus,[type='color']:focus,textarea:focus{outline:none;border:1px solid #8a8a8a;background-color:#e6e6e6;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;transition:border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;transition:box-shadow 0.5s,border-color 0.25s ease-in-out;transition:box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type='submit'],[type='button']{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type='search']{-webkit-box-sizing:border-box;box-sizing:border-box}[type='number']{-moz-appearance:textfield}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}::-webkit-input-placeholder{color:#cacaca}:-ms-input-placeholder{color:#cacaca}::-ms-input-placeholder{color:#cacaca}::placeholder{color:#cacaca}[type='file'],[type='checkbox'],[type='radio']{margin:0 0 1rem}[type='checkbox']+label,[type='radio']+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type='checkbox']+label[for],[type='radio']+label[for]{cursor:pointer}label>[type='checkbox'],label>[type='radio']{margin-right:.5rem}[type='file']{width:100%}label{display:block;margin:0;font-size:1rem;font-weight:normal;line-height:1.8;color:#333}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#333}.input-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;margin-bottom:1rem;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:0 0 0 0}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0 0 0 0}.input-group-label,.input-group-field,.input-group-button,.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#333;text-align:center;white-space:nowrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;height:auto;padding-top:0;padding-bottom:0;font-size:1rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select,.select-styled{height:2.6875rem;margin:0 0 1rem;padding:.625rem .9375rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #cacaca;border-radius:0;background-color:#fff;font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.5;color:#333;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;-webkit-transition:border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;transition:border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;transition:box-shadow 0.5s,border-color 0.25s ease-in-out;transition:box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s}@media screen and (min-width: 0\0){select,.select-styled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:focus,.select-styled:focus{outline:none;border:1px solid #8a8a8a;background-color:#e6e6e6;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;transition:border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;transition:box-shadow 0.5s,border-color 0.25s ease-in-out;transition:box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s}select:disabled,.select-styled:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand,.select-styled::-ms-expand{display:none}select[multiple],.select-styled[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:#faedeb}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:bold;color:#cc4b37}.form-error.is-visible{display:block}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:inherit;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:80%;line-height:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Open Sans",sans-serif;font-style:normal;font-weight:700;color:inherit;text-rendering:optimizeLegibility}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{line-height:0;color:#cacaca}h1,.h1{font-size:1.5rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h2,.h2{font-size:1.25rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h3,.h3{font-size:1.1875rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h4,.h4{font-size:1.125rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h5,.h5{font-size:1.0625rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h6,.h6{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}@media print, screen and (min-width: 40.0625em){h1,.h1{font-size:2.5625rem}h2,.h2{font-size:2.1875rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5625rem}h5,.h5{font-size:1.3125rem}h6,.h6{font-size:1.1875rem}}a{line-height:inherit;color:#1a608b;text-decoration:none;cursor:pointer}a:hover,a:focus{color:#165378}a img{border:0}hr{clear:both;max-width:75rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}ul,ol,dl{margin-bottom:1rem;list-style-position:outside;line-height:inherit}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ul ul,ol ul,ul ol,ol ol{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:bold}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:inherit;color:#333}cite{display:block;font-size:.8125rem;color:#333}cite:before{content:""}abbr,abbr[title]{border-bottom:1px dotted #333;cursor:help;text-decoration:none}figure{margin:0}code{padding:.125rem .3125rem .0625rem;border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#333}kbd{margin:0;padding:.125rem .25rem 0;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#333}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:normal;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ul.no-bullet,ol.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print, screen and (min-width: 40.0625em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print, screen and (min-width: 64.0625em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width: 75.0625em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}.show-for-print{display:none !important}@media print{*{background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important;color:black !important;text-shadow:none !important}.show-for-print{display:block !important}.hide-for-print{display:none !important}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^='javascript:']:after,a[href^='#']:after{content:''}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.grid-container{padding-right:.9375rem;padding-left:.9375rem;max-width:75rem;margin-left:auto;margin-right:auto}.grid-container.fluid{padding-right:.9375rem;padding-left:.9375rem;max-width:100%;margin-left:auto;margin-right:auto}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto}.grid-x{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.cell{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0px;min-width:0px;width:100%}.cell.auto{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.cell.shrink{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.small-shrink,.grid-x>.small-full,.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}@media print, screen and (min-width: 40.0625em){.grid-x>.medium-shrink,.grid-x>.medium-full,.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}}@media print, screen and (min-width: 64.0625em){.grid-x>.large-shrink,.grid-x>.large-full,.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}}@media screen and (min-width: 75.0625em){.grid-x>.xlarge-shrink,.grid-x>.xlarge-full,.grid-x>.xlarge-1,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.small-1{width:8.33333%}.grid-x>.small-2{width:16.66667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.33333%}.grid-x>.small-5{width:41.66667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.33333%}.grid-x>.small-8{width:66.66667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.33333%}.grid-x>.small-11{width:91.66667%}.grid-x>.small-12{width:100%}@media print, screen and (min-width: 40.0625em){.grid-x>.medium-auto{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.medium-shrink,.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.33333%}.grid-x>.medium-2{width:16.66667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.33333%}.grid-x>.medium-5{width:41.66667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.33333%}.grid-x>.medium-8{width:66.66667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.33333%}.grid-x>.medium-11{width:91.66667%}.grid-x>.medium-12{width:100%}}@media print, screen and (min-width: 64.0625em){.grid-x>.large-auto{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.large-shrink,.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.33333%}.grid-x>.large-2{width:16.66667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.33333%}.grid-x>.large-5{width:41.66667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.33333%}.grid-x>.large-8{width:66.66667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.33333%}.grid-x>.large-11{width:91.66667%}.grid-x>.large-12{width:100%}}@media screen and (min-width: 75.0625em){.grid-x>.xlarge-auto{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.xlarge-shrink,.grid-x>.xlarge-1,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.xlarge-shrink{width:auto}.grid-x>.xlarge-1{width:8.33333%}.grid-x>.xlarge-2{width:16.66667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.33333%}.grid-x>.xlarge-5{width:41.66667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.33333%}.grid-x>.xlarge-8{width:66.66667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.33333%}.grid-x>.xlarge-11{width:91.66667%}.grid-x>.xlarge-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.9375rem;margin-right:-.9375rem}.grid-margin-x>.cell{width:calc(100% - 1.875rem);margin-left:.9375rem;margin-right:.9375rem}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.small-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.small-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.small-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.small-12{width:calc(100% - 1.875rem)}@media print, screen and (min-width: 40.0625em){.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.875rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.875rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.875rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.875rem)}}@media print, screen and (min-width: 64.0625em){.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.large-3{width:calc(25% - 1.875rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.large-6{width:calc(50% - 1.875rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.large-9{width:calc(75% - 1.875rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.large-12{width:calc(100% - 1.875rem)}}@media screen and (min-width: 75.0625em){.grid-margin-x>.xlarge-auto{width:auto}.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.xlarge-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 1.875rem)}.grid-margin-x>.xlarge-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.xlarge-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 1.875rem)}.grid-margin-x>.xlarge-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.xlarge-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 1.875rem)}.grid-margin-x>.xlarge-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.xlarge-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 1.875rem)}}.grid-padding-x .grid-padding-x{margin-right:-.9375rem;margin-left:-.9375rem}.grid-container:not(.full)>.grid-padding-x{margin-right:-.9375rem;margin-left:-.9375rem}.grid-padding-x>.cell{padding-right:.9375rem;padding-left:.9375rem}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.33333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.66667%}.small-up-7>.cell{width:14.28571%}.small-up-8>.cell{width:12.5%}@media print, screen and (min-width: 40.0625em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.33333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.66667%}.medium-up-7>.cell{width:14.28571%}.medium-up-8>.cell{width:12.5%}}@media print, screen and (min-width: 64.0625em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.33333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.66667%}.large-up-7>.cell{width:14.28571%}.large-up-8>.cell{width:12.5%}}@media screen and (min-width: 75.0625em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.33333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.66667%}.xlarge-up-7>.cell{width:14.28571%}.xlarge-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.875rem)}@media print, screen and (min-width: 40.0625em){.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media print, screen and (min-width: 64.0625em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media screen and (min-width: 75.0625em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 1.875rem)}}.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.33333%}.small-margin-collapse>.small-2{width:16.66667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.33333%}.small-margin-collapse>.small-5{width:41.66667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.33333%}.small-margin-collapse>.small-8{width:66.66667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.33333%}.small-margin-collapse>.small-11{width:91.66667%}.small-margin-collapse>.small-12{width:100%}@media print, screen and (min-width: 40.0625em){.small-margin-collapse>.medium-1{width:8.33333%}.small-margin-collapse>.medium-2{width:16.66667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.33333%}.small-margin-collapse>.medium-5{width:41.66667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.33333%}.small-margin-collapse>.medium-8{width:66.66667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.33333%}.small-margin-collapse>.medium-11{width:91.66667%}.small-margin-collapse>.medium-12{width:100%}}@media print, screen and (min-width: 64.0625em){.small-margin-collapse>.large-1{width:8.33333%}.small-margin-collapse>.large-2{width:16.66667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.33333%}.small-margin-collapse>.large-5{width:41.66667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.33333%}.small-margin-collapse>.large-8{width:66.66667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.33333%}.small-margin-collapse>.large-11{width:91.66667%}.small-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 75.0625em){.small-margin-collapse>.xlarge-1{width:8.33333%}.small-margin-collapse>.xlarge-2{width:16.66667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.33333%}.small-margin-collapse>.xlarge-5{width:41.66667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.33333%}.small-margin-collapse>.xlarge-8{width:66.66667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.33333%}.small-margin-collapse>.xlarge-11{width:91.66667%}.small-margin-collapse>.xlarge-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print, screen and (min-width: 40.0625em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print, screen and (min-width: 40.0625em){.medium-margin-collapse>.small-1{width:8.33333%}.medium-margin-collapse>.small-2{width:16.66667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.33333%}.medium-margin-collapse>.small-5{width:41.66667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.33333%}.medium-margin-collapse>.small-8{width:66.66667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.33333%}.medium-margin-collapse>.small-11{width:91.66667%}.medium-margin-collapse>.small-12{width:100%}}@media print, screen and (min-width: 40.0625em){.medium-margin-collapse>.medium-1{width:8.33333%}.medium-margin-collapse>.medium-2{width:16.66667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.33333%}.medium-margin-collapse>.medium-5{width:41.66667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.33333%}.medium-margin-collapse>.medium-8{width:66.66667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.33333%}.medium-margin-collapse>.medium-11{width:91.66667%}.medium-margin-collapse>.medium-12{width:100%}}@media print, screen and (min-width: 64.0625em){.medium-margin-collapse>.large-1{width:8.33333%}.medium-margin-collapse>.large-2{width:16.66667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.33333%}.medium-margin-collapse>.large-5{width:41.66667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.33333%}.medium-margin-collapse>.large-8{width:66.66667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.33333%}.medium-margin-collapse>.large-11{width:91.66667%}.medium-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 75.0625em){.medium-margin-collapse>.xlarge-1{width:8.33333%}.medium-margin-collapse>.xlarge-2{width:16.66667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.33333%}.medium-margin-collapse>.xlarge-5{width:41.66667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.33333%}.medium-margin-collapse>.xlarge-8{width:66.66667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.33333%}.medium-margin-collapse>.xlarge-11{width:91.66667%}.medium-margin-collapse>.xlarge-12{width:100%}}@media print, screen and (min-width: 40.0625em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print, screen and (min-width: 64.0625em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print, screen and (min-width: 64.0625em){.large-margin-collapse>.small-1{width:8.33333%}.large-margin-collapse>.small-2{width:16.66667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.33333%}.large-margin-collapse>.small-5{width:41.66667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.33333%}.large-margin-collapse>.small-8{width:66.66667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.33333%}.large-margin-collapse>.small-11{width:91.66667%}.large-margin-collapse>.small-12{width:100%}}@media print, screen and (min-width: 64.0625em){.large-margin-collapse>.medium-1{width:8.33333%}.large-margin-collapse>.medium-2{width:16.66667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.33333%}.large-margin-collapse>.medium-5{width:41.66667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.33333%}.large-margin-collapse>.medium-8{width:66.66667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.33333%}.large-margin-collapse>.medium-11{width:91.66667%}.large-margin-collapse>.medium-12{width:100%}}@media print, screen and (min-width: 64.0625em){.large-margin-collapse>.large-1{width:8.33333%}.large-margin-collapse>.large-2{width:16.66667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.33333%}.large-margin-collapse>.large-5{width:41.66667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.33333%}.large-margin-collapse>.large-8{width:66.66667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.33333%}.large-margin-collapse>.large-11{width:91.66667%}.large-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 75.0625em){.large-margin-collapse>.xlarge-1{width:8.33333%}.large-margin-collapse>.xlarge-2{width:16.66667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.33333%}.large-margin-collapse>.xlarge-5{width:41.66667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.33333%}.large-margin-collapse>.xlarge-8{width:66.66667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.33333%}.large-margin-collapse>.xlarge-11{width:91.66667%}.large-margin-collapse>.xlarge-12{width:100%}}@media print, screen and (min-width: 64.0625em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width: 75.0625em){.xlarge-margin-collapse{margin-right:0;margin-left:0}.xlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width: 75.0625em){.xlarge-margin-collapse>.small-1{width:8.33333%}.xlarge-margin-collapse>.small-2{width:16.66667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.33333%}.xlarge-margin-collapse>.small-5{width:41.66667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.33333%}.xlarge-margin-collapse>.small-8{width:66.66667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.33333%}.xlarge-margin-collapse>.small-11{width:91.66667%}.xlarge-margin-collapse>.small-12{width:100%}}@media screen and (min-width: 75.0625em){.xlarge-margin-collapse>.medium-1{width:8.33333%}.xlarge-margin-collapse>.medium-2{width:16.66667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.33333%}.xlarge-margin-collapse>.medium-5{width:41.66667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.33333%}.xlarge-margin-collapse>.medium-8{width:66.66667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.33333%}.xlarge-margin-collapse>.medium-11{width:91.66667%}.xlarge-margin-collapse>.medium-12{width:100%}}@media screen and (min-width: 75.0625em){.xlarge-margin-collapse>.large-1{width:8.33333%}.xlarge-margin-collapse>.large-2{width:16.66667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.33333%}.xlarge-margin-collapse>.large-5{width:41.66667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.33333%}.xlarge-margin-collapse>.large-8{width:66.66667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.33333%}.xlarge-margin-collapse>.large-11{width:91.66667%}.xlarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 75.0625em){.xlarge-margin-collapse>.xlarge-1{width:8.33333%}.xlarge-margin-collapse>.xlarge-2{width:16.66667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.33333%}.xlarge-margin-collapse>.xlarge-5{width:41.66667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.33333%}.xlarge-margin-collapse>.xlarge-8{width:66.66667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.33333%}.xlarge-margin-collapse>.xlarge-11{width:91.66667%}.xlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 75.0625em){.xlarge-padding-collapse{margin-right:0;margin-left:0}.xlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0%}.grid-margin-x>.small-offset-0{margin-left:calc(0% + .9375rem)}.small-offset-1{margin-left:8.33333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .9375rem)}.small-offset-2{margin-left:16.66667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .9375rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .9375rem)}.small-offset-4{margin-left:33.33333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .9375rem)}.small-offset-5{margin-left:41.66667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .9375rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .9375rem)}.small-offset-7{margin-left:58.33333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .9375rem)}.small-offset-8{margin-left:66.66667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .9375rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .9375rem)}.small-offset-10{margin-left:83.33333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .9375rem)}.small-offset-11{margin-left:91.66667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .9375rem)}@media print, screen and (min-width: 40.0625em){.medium-offset-0{margin-left:0%}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + .9375rem)}.medium-offset-1{margin-left:8.33333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .9375rem)}.medium-offset-2{margin-left:16.66667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .9375rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .9375rem)}.medium-offset-4{margin-left:33.33333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .9375rem)}.medium-offset-5{margin-left:41.66667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .9375rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .9375rem)}.medium-offset-7{margin-left:58.33333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .9375rem)}.medium-offset-8{margin-left:66.66667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .9375rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .9375rem)}.medium-offset-10{margin-left:83.33333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .9375rem)}.medium-offset-11{margin-left:91.66667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media print, screen and (min-width: 64.0625em){.large-offset-0{margin-left:0%}.grid-margin-x>.large-offset-0{margin-left:calc(0% + .9375rem)}.large-offset-1{margin-left:8.33333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .9375rem)}.large-offset-2{margin-left:16.66667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .9375rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .9375rem)}.large-offset-4{margin-left:33.33333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .9375rem)}.large-offset-5{margin-left:41.66667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .9375rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .9375rem)}.large-offset-7{margin-left:58.33333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .9375rem)}.large-offset-8{margin-left:66.66667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .9375rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .9375rem)}.large-offset-10{margin-left:83.33333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .9375rem)}.large-offset-11{margin-left:91.66667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media screen and (min-width: 75.0625em){.xlarge-offset-0{margin-left:0%}.grid-margin-x>.xlarge-offset-0{margin-left:calc(0% + .9375rem)}.xlarge-offset-1{margin-left:8.33333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.33333% + .9375rem)}.xlarge-offset-2{margin-left:16.66667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.66667% + .9375rem)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + .9375rem)}.xlarge-offset-4{margin-left:33.33333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.33333% + .9375rem)}.xlarge-offset-5{margin-left:41.66667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.66667% + .9375rem)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + .9375rem)}.xlarge-offset-7{margin-left:58.33333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.33333% + .9375rem)}.xlarge-offset-8{margin-left:66.66667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.66667% + .9375rem)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + .9375rem)}.xlarge-offset-10{margin-left:83.33333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.33333% + .9375rem)}.xlarge-offset-11{margin-left:91.66667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.66667% + .9375rem)}}.grid-y{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.grid-y>.cell{width:auto;max-width:none}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.small-shrink,.grid-y>.small-full,.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}@media print, screen and (min-width: 40.0625em){.grid-y>.medium-shrink,.grid-y>.medium-full,.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}}@media print, screen and (min-width: 64.0625em){.grid-y>.large-shrink,.grid-y>.large-full,.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}}@media screen and (min-width: 75.0625em){.grid-y>.xlarge-shrink,.grid-y>.xlarge-full,.grid-y>.xlarge-1,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.small-1{height:8.33333%}.grid-y>.small-2{height:16.66667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.33333%}.grid-y>.small-5{height:41.66667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.33333%}.grid-y>.small-8{height:66.66667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.33333%}.grid-y>.small-11{height:91.66667%}.grid-y>.small-12{height:100%}@media print, screen and (min-width: 40.0625em){.grid-y>.medium-auto{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.medium-shrink,.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.33333%}.grid-y>.medium-2{height:16.66667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.33333%}.grid-y>.medium-5{height:41.66667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.33333%}.grid-y>.medium-8{height:66.66667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.33333%}.grid-y>.medium-11{height:91.66667%}.grid-y>.medium-12{height:100%}}@media print, screen and (min-width: 64.0625em){.grid-y>.large-auto{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.large-shrink,.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.33333%}.grid-y>.large-2{height:16.66667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.33333%}.grid-y>.large-5{height:41.66667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.33333%}.grid-y>.large-8{height:66.66667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.33333%}.grid-y>.large-11{height:91.66667%}.grid-y>.large-12{height:100%}}@media screen and (min-width: 75.0625em){.grid-y>.xlarge-auto{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.xlarge-shrink,.grid-y>.xlarge-1,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.33333%}.grid-y>.xlarge-2{height:16.66667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.33333%}.grid-y>.xlarge-5{height:41.66667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.33333%}.grid-y>.xlarge-8{height:66.66667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.33333%}.grid-y>.xlarge-11{height:91.66667%}.grid-y>.xlarge-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-.9375rem;margin-bottom:-.9375rem}.grid-padding-y>.cell{padding-top:.9375rem;padding-bottom:.9375rem}.grid-margin-y{margin-top:-.9375rem;margin-bottom:-.9375rem}.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}@media print, screen and (min-width: 40.0625em){.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print, screen and (min-width: 64.0625em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}@media screen and (min-width: 75.0625em){.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.875rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.875rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.875rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.875rem)}}.grid-frame{overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media print, screen and (min-width: 40.0625em){.medium-grid-frame{overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print, screen and (min-width: 64.0625em){.large-grid-frame{overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media screen and (min-width: 75.0625em){.xlarge-grid-frame{overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.xlarge-cell-block-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{max-height:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.xlarge-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame{width:auto;overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}@media print, screen and (min-width: 40.0625em){.grid-y.medium-grid-frame{width:auto;overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}}@media print, screen and (min-width: 64.0625em){.grid-y.large-grid-frame{width:auto;overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}}@media screen and (min-width: 75.0625em){.grid-y.xlarge-grid-frame{width:auto;overflow:hidden;position:relative;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}}.cell .grid-y.grid-frame{height:100%}@media print, screen and (min-width: 40.0625em){.cell .grid-y.medium-grid-frame{height:100%}}@media print, screen and (min-width: 64.0625em){.cell .grid-y.large-grid-frame{height:100%}}@media screen and (min-width: 75.0625em){.cell .grid-y.xlarge-grid-frame{height:100%}}.grid-margin-y{margin-top:-.9375rem;margin-bottom:-.9375rem}.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}@media print, screen and (min-width: 40.0625em){.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print, screen and (min-width: 64.0625em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}@media screen and (min-width: 75.0625em){.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.875rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.875rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.875rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.875rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}@media print, screen and (min-width: 40.0625em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print, screen and (min-width: 64.0625em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media screen and (min-width: 75.0625em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print, screen and (min-width: 40.0625em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.875rem)}}@media print, screen and (min-width: 64.0625em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.875rem)}}@media screen and (min-width: 75.0625em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 1.875rem)}}.small-margin-collapse>.small-offset-0{margin-left:0%}.small-margin-collapse>.small-offset-1{margin-left:8.33333%}.small-margin-collapse>.small-offset-2{margin-left:16.66667%}.small-margin-collapse>.small-offset-3{margin-left:25%}.small-margin-collapse>.small-offset-4{margin-left:33.33333%}.small-margin-collapse>.small-offset-5{margin-left:41.66667%}.small-margin-collapse>.small-offset-6{margin-left:50%}.small-margin-collapse>.small-offset-7{margin-left:58.33333%}.small-margin-collapse>.small-offset-8{margin-left:66.66667%}.small-margin-collapse>.small-offset-9{margin-left:75%}.small-margin-collapse>.small-offset-10{margin-left:83.33333%}.small-margin-collapse>.small-offset-11{margin-left:91.66667%}@media print, screen and (min-width: 40.0625em){.small-margin-collapse>.medium-offset-0{margin-left:0%}.small-margin-collapse>.medium-offset-1{margin-left:8.33333%}.small-margin-collapse>.medium-offset-2{margin-left:16.66667%}.small-margin-collapse>.medium-offset-3{margin-left:25%}.small-margin-collapse>.medium-offset-4{margin-left:33.33333%}.small-margin-collapse>.medium-offset-5{margin-left:41.66667%}.small-margin-collapse>.medium-offset-6{margin-left:50%}.small-margin-collapse>.medium-offset-7{margin-left:58.33333%}.small-margin-collapse>.medium-offset-8{margin-left:66.66667%}.small-margin-collapse>.medium-offset-9{margin-left:75%}.small-margin-collapse>.medium-offset-10{margin-left:83.33333%}.small-margin-collapse>.medium-offset-11{margin-left:91.66667%}}@media print, screen and (min-width: 64.0625em){.small-margin-collapse>.large-offset-0{margin-left:0%}.small-margin-collapse>.large-offset-1{margin-left:8.33333%}.small-margin-collapse>.large-offset-2{margin-left:16.66667%}.small-margin-collapse>.large-offset-3{margin-left:25%}.small-margin-collapse>.large-offset-4{margin-left:33.33333%}.small-margin-collapse>.large-offset-5{margin-left:41.66667%}.small-margin-collapse>.large-offset-6{margin-left:50%}.small-margin-collapse>.large-offset-7{margin-left:58.33333%}.small-margin-collapse>.large-offset-8{margin-left:66.66667%}.small-margin-collapse>.large-offset-9{margin-left:75%}.small-margin-collapse>.large-offset-10{margin-left:83.33333%}.small-margin-collapse>.large-offset-11{margin-left:91.66667%}}@media screen and (min-width: 75.0625em){.small-margin-collapse>.xlarge-offset-0{margin-left:0%}.small-margin-collapse>.xlarge-offset-1{margin-left:8.33333%}.small-margin-collapse>.xlarge-offset-2{margin-left:16.66667%}.small-margin-collapse>.xlarge-offset-3{margin-left:25%}.small-margin-collapse>.xlarge-offset-4{margin-left:33.33333%}.small-margin-collapse>.xlarge-offset-5{margin-left:41.66667%}.small-margin-collapse>.xlarge-offset-6{margin-left:50%}.small-margin-collapse>.xlarge-offset-7{margin-left:58.33333%}.small-margin-collapse>.xlarge-offset-8{margin-left:66.66667%}.small-margin-collapse>.xlarge-offset-9{margin-left:75%}.small-margin-collapse>.xlarge-offset-10{margin-left:83.33333%}.small-margin-collapse>.xlarge-offset-11{margin-left:91.66667%}}@media print, screen and (min-width: 40.0625em){.medium-margin-collapse>.small-offset-0{margin-left:0%}.medium-margin-collapse>.small-offset-1{margin-left:8.33333%}.medium-margin-collapse>.small-offset-2{margin-left:16.66667%}.medium-margin-collapse>.small-offset-3{margin-left:25%}.medium-margin-collapse>.small-offset-4{margin-left:33.33333%}.medium-margin-collapse>.small-offset-5{margin-left:41.66667%}.medium-margin-collapse>.small-offset-6{margin-left:50%}.medium-margin-collapse>.small-offset-7{margin-left:58.33333%}.medium-margin-collapse>.small-offset-8{margin-left:66.66667%}.medium-margin-collapse>.small-offset-9{margin-left:75%}.medium-margin-collapse>.small-offset-10{margin-left:83.33333%}.medium-margin-collapse>.small-offset-11{margin-left:91.66667%}}@media print, screen and (min-width: 40.0625em) and (min-width: 40.0625em){.medium-margin-collapse>.medium-offset-0{margin-left:0%}.medium-margin-collapse>.medium-offset-1{margin-left:8.33333%}.medium-margin-collapse>.medium-offset-2{margin-left:16.66667%}.medium-margin-collapse>.medium-offset-3{margin-left:25%}.medium-margin-collapse>.medium-offset-4{margin-left:33.33333%}.medium-margin-collapse>.medium-offset-5{margin-left:41.66667%}.medium-margin-collapse>.medium-offset-6{margin-left:50%}.medium-margin-collapse>.medium-offset-7{margin-left:58.33333%}.medium-margin-collapse>.medium-offset-8{margin-left:66.66667%}.medium-margin-collapse>.medium-offset-9{margin-left:75%}.medium-margin-collapse>.medium-offset-10{margin-left:83.33333%}.medium-margin-collapse>.medium-offset-11{margin-left:91.66667%}}@media print, screen and (min-width: 40.0625em) and (min-width: 64.0625em){.medium-margin-collapse>.large-offset-0{margin-left:0%}.medium-margin-collapse>.large-offset-1{margin-left:8.33333%}.medium-margin-collapse>.large-offset-2{margin-left:16.66667%}.medium-margin-collapse>.large-offset-3{margin-left:25%}.medium-margin-collapse>.large-offset-4{margin-left:33.33333%}.medium-margin-collapse>.large-offset-5{margin-left:41.66667%}.medium-margin-collapse>.large-offset-6{margin-left:50%}.medium-margin-collapse>.large-offset-7{margin-left:58.33333%}.medium-margin-collapse>.large-offset-8{margin-left:66.66667%}.medium-margin-collapse>.large-offset-9{margin-left:75%}.medium-margin-collapse>.large-offset-10{margin-left:83.33333%}.medium-margin-collapse>.large-offset-11{margin-left:91.66667%}}@media screen and (min-width: 40.0625em) and (min-width: 75.0625em){.medium-margin-collapse>.xlarge-offset-0{margin-left:0%}.medium-margin-collapse>.xlarge-offset-1{margin-left:8.33333%}.medium-margin-collapse>.xlarge-offset-2{margin-left:16.66667%}.medium-margin-collapse>.xlarge-offset-3{margin-left:25%}.medium-margin-collapse>.xlarge-offset-4{margin-left:33.33333%}.medium-margin-collapse>.xlarge-offset-5{margin-left:41.66667%}.medium-margin-collapse>.xlarge-offset-6{margin-left:50%}.medium-margin-collapse>.xlarge-offset-7{margin-left:58.33333%}.medium-margin-collapse>.xlarge-offset-8{margin-left:66.66667%}.medium-margin-collapse>.xlarge-offset-9{margin-left:75%}.medium-margin-collapse>.xlarge-offset-10{margin-left:83.33333%}.medium-margin-collapse>.xlarge-offset-11{margin-left:91.66667%}}@media print, screen and (min-width: 64.0625em){.large-margin-collapse>.small-offset-0{margin-left:0%}.large-margin-collapse>.small-offset-1{margin-left:8.33333%}.large-margin-collapse>.small-offset-2{margin-left:16.66667%}.large-margin-collapse>.small-offset-3{margin-left:25%}.large-margin-collapse>.small-offset-4{margin-left:33.33333%}.large-margin-collapse>.small-offset-5{margin-left:41.66667%}.large-margin-collapse>.small-offset-6{margin-left:50%}.large-margin-collapse>.small-offset-7{margin-left:58.33333%}.large-margin-collapse>.small-offset-8{margin-left:66.66667%}.large-margin-collapse>.small-offset-9{margin-left:75%}.large-margin-collapse>.small-offset-10{margin-left:83.33333%}.large-margin-collapse>.small-offset-11{margin-left:91.66667%}}@media print, screen and (min-width: 64.0625em) and (min-width: 40.0625em){.large-margin-collapse>.medium-offset-0{margin-left:0%}.large-margin-collapse>.medium-offset-1{margin-left:8.33333%}.large-margin-collapse>.medium-offset-2{margin-left:16.66667%}.large-margin-collapse>.medium-offset-3{margin-left:25%}.large-margin-collapse>.medium-offset-4{margin-left:33.33333%}.large-margin-collapse>.medium-offset-5{margin-left:41.66667%}.large-margin-collapse>.medium-offset-6{margin-left:50%}.large-margin-collapse>.medium-offset-7{margin-left:58.33333%}.large-margin-collapse>.medium-offset-8{margin-left:66.66667%}.large-margin-collapse>.medium-offset-9{margin-left:75%}.large-margin-collapse>.medium-offset-10{margin-left:83.33333%}.large-margin-collapse>.medium-offset-11{margin-left:91.66667%}}@media print, screen and (min-width: 64.0625em) and (min-width: 64.0625em){.large-margin-collapse>.large-offset-0{margin-left:0%}.large-margin-collapse>.large-offset-1{margin-left:8.33333%}.large-margin-collapse>.large-offset-2{margin-left:16.66667%}.large-margin-collapse>.large-offset-3{margin-left:25%}.large-margin-collapse>.large-offset-4{margin-left:33.33333%}.large-margin-collapse>.large-offset-5{margin-left:41.66667%}.large-margin-collapse>.large-offset-6{margin-left:50%}.large-margin-collapse>.large-offset-7{margin-left:58.33333%}.large-margin-collapse>.large-offset-8{margin-left:66.66667%}.large-margin-collapse>.large-offset-9{margin-left:75%}.large-margin-collapse>.large-offset-10{margin-left:83.33333%}.large-margin-collapse>.large-offset-11{margin-left:91.66667%}}@media screen and (min-width: 64.0625em) and (min-width: 75.0625em){.large-margin-collapse>.xlarge-offset-0{margin-left:0%}.large-margin-collapse>.xlarge-offset-1{margin-left:8.33333%}.large-margin-collapse>.xlarge-offset-2{margin-left:16.66667%}.large-margin-collapse>.xlarge-offset-3{margin-left:25%}.large-margin-collapse>.xlarge-offset-4{margin-left:33.33333%}.large-margin-collapse>.xlarge-offset-5{margin-left:41.66667%}.large-margin-collapse>.xlarge-offset-6{margin-left:50%}.large-margin-collapse>.xlarge-offset-7{margin-left:58.33333%}.large-margin-collapse>.xlarge-offset-8{margin-left:66.66667%}.large-margin-collapse>.xlarge-offset-9{margin-left:75%}.large-margin-collapse>.xlarge-offset-10{margin-left:83.33333%}.large-margin-collapse>.xlarge-offset-11{margin-left:91.66667%}}@media screen and (min-width: 75.0625em){.xlarge-margin-collapse>.small-offset-0{margin-left:0%}.xlarge-margin-collapse>.small-offset-1{margin-left:8.33333%}.xlarge-margin-collapse>.small-offset-2{margin-left:16.66667%}.xlarge-margin-collapse>.small-offset-3{margin-left:25%}.xlarge-margin-collapse>.small-offset-4{margin-left:33.33333%}.xlarge-margin-collapse>.small-offset-5{margin-left:41.66667%}.xlarge-margin-collapse>.small-offset-6{margin-left:50%}.xlarge-margin-collapse>.small-offset-7{margin-left:58.33333%}.xlarge-margin-collapse>.small-offset-8{margin-left:66.66667%}.xlarge-margin-collapse>.small-offset-9{margin-left:75%}.xlarge-margin-collapse>.small-offset-10{margin-left:83.33333%}.xlarge-margin-collapse>.small-offset-11{margin-left:91.66667%}}@media screen and (min-width: 75.0625em) and (min-width: 40.0625em){.xlarge-margin-collapse>.medium-offset-0{margin-left:0%}.xlarge-margin-collapse>.medium-offset-1{margin-left:8.33333%}.xlarge-margin-collapse>.medium-offset-2{margin-left:16.66667%}.xlarge-margin-collapse>.medium-offset-3{margin-left:25%}.xlarge-margin-collapse>.medium-offset-4{margin-left:33.33333%}.xlarge-margin-collapse>.medium-offset-5{margin-left:41.66667%}.xlarge-margin-collapse>.medium-offset-6{margin-left:50%}.xlarge-margin-collapse>.medium-offset-7{margin-left:58.33333%}.xlarge-margin-collapse>.medium-offset-8{margin-left:66.66667%}.xlarge-margin-collapse>.medium-offset-9{margin-left:75%}.xlarge-margin-collapse>.medium-offset-10{margin-left:83.33333%}.xlarge-margin-collapse>.medium-offset-11{margin-left:91.66667%}}@media screen and (min-width: 75.0625em) and (min-width: 64.0625em){.xlarge-margin-collapse>.large-offset-0{margin-left:0%}.xlarge-margin-collapse>.large-offset-1{margin-left:8.33333%}.xlarge-margin-collapse>.large-offset-2{margin-left:16.66667%}.xlarge-margin-collapse>.large-offset-3{margin-left:25%}.xlarge-margin-collapse>.large-offset-4{margin-left:33.33333%}.xlarge-margin-collapse>.large-offset-5{margin-left:41.66667%}.xlarge-margin-collapse>.large-offset-6{margin-left:50%}.xlarge-margin-collapse>.large-offset-7{margin-left:58.33333%}.xlarge-margin-collapse>.large-offset-8{margin-left:66.66667%}.xlarge-margin-collapse>.large-offset-9{margin-left:75%}.xlarge-margin-collapse>.large-offset-10{margin-left:83.33333%}.xlarge-margin-collapse>.large-offset-11{margin-left:91.66667%}}@media screen and (min-width: 75.0625em) and (min-width: 75.0625em){.xlarge-margin-collapse>.xlarge-offset-0{margin-left:0%}.xlarge-margin-collapse>.xlarge-offset-1{margin-left:8.33333%}.xlarge-margin-collapse>.xlarge-offset-2{margin-left:16.66667%}.xlarge-margin-collapse>.xlarge-offset-3{margin-left:25%}.xlarge-margin-collapse>.xlarge-offset-4{margin-left:33.33333%}.xlarge-margin-collapse>.xlarge-offset-5{margin-left:41.66667%}.xlarge-margin-collapse>.xlarge-offset-6{margin-left:50%}.xlarge-margin-collapse>.xlarge-offset-7{margin-left:58.33333%}.xlarge-margin-collapse>.xlarge-offset-8{margin-left:66.66667%}.xlarge-margin-collapse>.xlarge-offset-9{margin-left:75%}.xlarge-margin-collapse>.xlarge-offset-10{margin-left:83.33333%}.xlarge-margin-collapse>.xlarge-offset-11{margin-left:91.66667%}}.button,button,input[type='submit'],input[type='reset']{display:inline-block;vertical-align:middle;margin:0;padding:.625rem .9375rem;border:1px solid transparent;border-radius:0;-webkit-transition:background-color 0.25s ease-out,color 0.25s ease-out;transition:background-color 0.25s ease-out,color 0.25s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#1a608b;color:#fff}[data-whatinput='mouse'] .button,[data-whatinput='mouse'] button,[data-whatinput='mouse'] input[type='submit'],[data-whatinput='mouse'] input[type='reset']{outline:0}.button:hover,button:hover,input:hover[type='submit'],input:hover[type='reset'],.button:focus,button:focus,input:focus[type='submit'],input:focus[type='reset']{background-color:#165276;color:#fff}.button.tiny,button.tiny,input.tiny[type='submit'],input.tiny[type='reset']{font-size:.625rem}.button.small,button.small,input.small[type='submit'],input.small[type='reset']{font-size:.8125rem}.button.large,button.large,input.large[type='submit'],input.large[type='reset']{font-size:1.25rem}.button.expanded,button.expanded,input.expanded[type='submit'],input.expanded[type='reset']{display:block;width:100%;margin-right:0;margin-left:0}.button.primary,button.primary,input.primary[type='submit'],input.primary[type='reset']{background-color:#1a608b;color:#fff}.button.primary:hover,button.primary:hover,input.primary:hover[type='submit'],input.primary:hover[type='reset'],.button.primary:focus,button.primary:focus,input.primary:focus[type='submit'],input.primary:focus[type='reset']{background-color:#154d6f;color:#fff}.button.secondary,button.secondary,input.secondary[type='submit'],input.secondary[type='reset']{background-color:#1a608b;color:#fff}.button.secondary:hover,button.secondary:hover,input.secondary:hover[type='submit'],input.secondary:hover[type='reset'],.button.secondary:focus,button.secondary:focus,input.secondary:focus[type='submit'],input.secondary:focus[type='reset']{background-color:#154d6f;color:#fff}.button.success,button.success,input.success[type='submit'],input.success[type='reset']{background-color:#3adb76;color:#333}.button.success:hover,button.success:hover,input.success:hover[type='submit'],input.success:hover[type='reset'],.button.success:focus,button.success:focus,input.success:focus[type='submit'],input.success:focus[type='reset']{background-color:#22bb5b;color:#333}.button.warning,button.warning,input.warning[type='submit'],input.warning[type='reset']{background-color:#ffae00;color:#333}.button.warning:hover,button.warning:hover,input.warning:hover[type='submit'],input.warning:hover[type='reset'],.button.warning:focus,button.warning:focus,input.warning:focus[type='submit'],input.warning:focus[type='reset']{background-color:#cc8b00;color:#333}.button.alert,button.alert,input.alert[type='submit'],input.alert[type='reset']{background-color:#cc4b37;color:#fff}.button.alert:hover,button.alert:hover,input.alert:hover[type='submit'],input.alert:hover[type='reset'],.button.alert:focus,button.alert:focus,input.alert:focus[type='submit'],input.alert:focus[type='reset']{background-color:#a53b2a;color:#fff}.button.disabled,button.disabled,input.disabled[type='submit'],input.disabled[type='reset'],.button[disabled],button[disabled],input[disabled][type='submit'],input[disabled][type='reset']{opacity:.25;cursor:not-allowed}.button.disabled,button.disabled,input.disabled[type='submit'],input.disabled[type='reset'],.button.disabled:hover,button.disabled:hover,input.disabled:hover[type='submit'],input.disabled:hover[type='reset'],.button.disabled:focus,button.disabled:focus,input.disabled:focus[type='submit'],input.disabled:focus[type='reset'],.button[disabled],button[disabled],input[disabled][type='submit'],input[disabled][type='reset'],.button[disabled]:hover,button[disabled]:hover,input[disabled]:hover[type='submit'],input[disabled]:hover[type='reset'],.button[disabled]:focus,button[disabled]:focus,input[disabled]:focus[type='submit'],input[disabled]:focus[type='reset']{background-color:#1a608b;color:#fff}.button.disabled.primary,button.disabled.primary,input.disabled.primary[type='submit'],input.disabled.primary[type='reset'],.button[disabled].primary,button[disabled].primary,input[disabled].primary[type='submit'],input[disabled].primary[type='reset']{opacity:.25;cursor:not-allowed}.button.disabled.primary,button.disabled.primary,input.disabled.primary[type='submit'],input.disabled.primary[type='reset'],.button.disabled.primary:hover,button.disabled.primary:hover,input.disabled.primary:hover[type='submit'],input.disabled.primary:hover[type='reset'],.button.disabled.primary:focus,button.disabled.primary:focus,input.disabled.primary:focus[type='submit'],input.disabled.primary:focus[type='reset'],.button[disabled].primary,button[disabled].primary,input[disabled].primary[type='submit'],input[disabled].primary[type='reset'],.button[disabled].primary:hover,button[disabled].primary:hover,input[disabled].primary:hover[type='submit'],input[disabled].primary:hover[type='reset'],.button[disabled].primary:focus,button[disabled].primary:focus,input[disabled].primary:focus[type='submit'],input[disabled].primary:focus[type='reset']{background-color:#1a608b;color:#fff}.button.disabled.secondary,button.disabled.secondary,input.disabled.secondary[type='submit'],input.disabled.secondary[type='reset'],.button[disabled].secondary,button[disabled].secondary,input[disabled].secondary[type='submit'],input[disabled].secondary[type='reset']{opacity:.25;cursor:not-allowed}.button.disabled.secondary,button.disabled.secondary,input.disabled.secondary[type='submit'],input.disabled.secondary[type='reset'],.button.disabled.secondary:hover,button.disabled.secondary:hover,input.disabled.secondary:hover[type='submit'],input.disabled.secondary:hover[type='reset'],.button.disabled.secondary:focus,button.disabled.secondary:focus,input.disabled.secondary:focus[type='submit'],input.disabled.secondary:focus[type='reset'],.button[disabled].secondary,button[disabled].secondary,input[disabled].secondary[type='submit'],input[disabled].secondary[type='reset'],.button[disabled].secondary:hover,button[disabled].secondary:hover,input[disabled].secondary:hover[type='submit'],input[disabled].secondary:hover[type='reset'],.button[disabled].secondary:focus,button[disabled].secondary:focus,input[disabled].secondary:focus[type='submit'],input[disabled].secondary:focus[type='reset']{background-color:#1a608b;color:#fff}.button.disabled.success,button.disabled.success,input.disabled.success[type='submit'],input.disabled.success[type='reset'],.button[disabled].success,button[disabled].success,input[disabled].success[type='submit'],input[disabled].success[type='reset']{opacity:.25;cursor:not-allowed}.button.disabled.success,button.disabled.success,input.disabled.success[type='submit'],input.disabled.success[type='reset'],.button.disabled.success:hover,button.disabled.success:hover,input.disabled.success:hover[type='submit'],input.disabled.success:hover[type='reset'],.button.disabled.success:focus,button.disabled.success:focus,input.disabled.success:focus[type='submit'],input.disabled.success:focus[type='reset'],.button[disabled].success,button[disabled].success,input[disabled].success[type='submit'],input[disabled].success[type='reset'],.button[disabled].success:hover,button[disabled].success:hover,input[disabled].success:hover[type='submit'],input[disabled].success:hover[type='reset'],.button[disabled].success:focus,button[disabled].success:focus,input[disabled].success:focus[type='submit'],input[disabled].success:focus[type='reset']{background-color:#3adb76;color:#333}.button.disabled.warning,button.disabled.warning,input.disabled.warning[type='submit'],input.disabled.warning[type='reset'],.button[disabled].warning,button[disabled].warning,input[disabled].warning[type='submit'],input[disabled].warning[type='reset']{opacity:.25;cursor:not-allowed}.button.disabled.warning,button.disabled.warning,input.disabled.warning[type='submit'],input.disabled.warning[type='reset'],.button.disabled.warning:hover,button.disabled.warning:hover,input.disabled.warning:hover[type='submit'],input.disabled.warning:hover[type='reset'],.button.disabled.warning:focus,button.disabled.warning:focus,input.disabled.warning:focus[type='submit'],input.disabled.warning:focus[type='reset'],.button[disabled].warning,button[disabled].warning,input[disabled].warning[type='submit'],input[disabled].warning[type='reset'],.button[disabled].warning:hover,button[disabled].warning:hover,input[disabled].warning:hover[type='submit'],input[disabled].warning:hover[type='reset'],.button[disabled].warning:focus,button[disabled].warning:focus,input[disabled].warning:focus[type='submit'],input[disabled].warning:focus[type='reset']{background-color:#ffae00;color:#333}.button.disabled.alert,button.disabled.alert,input.disabled.alert[type='submit'],input.disabled.alert[type='reset'],.button[disabled].alert,button[disabled].alert,input[disabled].alert[type='submit'],input[disabled].alert[type='reset']{opacity:.25;cursor:not-allowed}.button.disabled.alert,button.disabled.alert,input.disabled.alert[type='submit'],input.disabled.alert[type='reset'],.button.disabled.alert:hover,button.disabled.alert:hover,input.disabled.alert:hover[type='submit'],input.disabled.alert:hover[type='reset'],.button.disabled.alert:focus,button.disabled.alert:focus,input.disabled.alert:focus[type='submit'],input.disabled.alert:focus[type='reset'],.button[disabled].alert,button[disabled].alert,input[disabled].alert[type='submit'],input[disabled].alert[type='reset'],.button[disabled].alert:hover,button[disabled].alert:hover,input[disabled].alert:hover[type='submit'],input[disabled].alert:hover[type='reset'],.button[disabled].alert:focus,button[disabled].alert:focus,input[disabled].alert:focus[type='submit'],input[disabled].alert:focus[type='reset']{background-color:#cc4b37;color:#fff}.button.hollow,button.hollow,input.hollow[type='submit'],input.hollow[type='reset']{border:1px solid #1a608b;color:#1a608b}.button.hollow,button.hollow,input.hollow[type='submit'],input.hollow[type='reset'],.button.hollow:hover,button.hollow:hover,input.hollow:hover[type='submit'],input.hollow:hover[type='reset'],.button.hollow:focus,button.hollow:focus,input.hollow:focus[type='submit'],input.hollow:focus[type='reset']{background-color:transparent}.button.hollow.disabled,button.hollow.disabled,input.hollow.disabled[type='submit'],input.hollow.disabled[type='reset'],.button.hollow.disabled:hover,button.hollow.disabled:hover,input.hollow.disabled:hover[type='submit'],input.hollow.disabled:hover[type='reset'],.button.hollow.disabled:focus,button.hollow.disabled:focus,input.hollow.disabled:focus[type='submit'],input.hollow.disabled:focus[type='reset'],.button.hollow[disabled],button.hollow[disabled],input.hollow[disabled][type='submit'],input.hollow[disabled][type='reset'],.button.hollow[disabled]:hover,button.hollow[disabled]:hover,input.hollow[disabled]:hover[type='submit'],input.hollow[disabled]:hover[type='reset'],.button.hollow[disabled]:focus,button.hollow[disabled]:focus,input.hollow[disabled]:focus[type='submit'],input.hollow[disabled]:focus[type='reset']{background-color:transparent}.button.hollow:hover,button.hollow:hover,input.hollow:hover[type='submit'],input.hollow:hover[type='reset'],.button.hollow:focus,button.hollow:focus,input.hollow:focus[type='submit'],input.hollow:focus[type='reset']{border-color:#0d3046;color:#0d3046}.button.hollow:hover.disabled,button.hollow:hover.disabled,input.hollow:hover.disabled[type='submit'],input.hollow:hover.disabled[type='reset'],.button.hollow:hover[disabled],button.hollow:hover[disabled],input.hollow:hover[disabled][type='submit'],input.hollow:hover[disabled][type='reset'],.button.hollow:focus.disabled,button.hollow:focus.disabled,input.hollow:focus.disabled[type='submit'],input.hollow:focus.disabled[type='reset'],.button.hollow:focus[disabled],button.hollow:focus[disabled],input.hollow:focus[disabled][type='submit'],input.hollow:focus[disabled][type='reset']{border:1px solid #1a608b;color:#1a608b}.button.hollow.primary,button.hollow.primary,input.hollow.primary[type='submit'],input.hollow.primary[type='reset']{border:1px solid #1a608b;color:#1a608b}.button.hollow.primary:hover,button.hollow.primary:hover,input.hollow.primary:hover[type='submit'],input.hollow.primary:hover[type='reset'],.button.hollow.primary:focus,button.hollow.primary:focus,input.hollow.primary:focus[type='submit'],input.hollow.primary:focus[type='reset']{border-color:#0d3046;color:#0d3046}.button.hollow.primary:hover.disabled,button.hollow.primary:hover.disabled,input.hollow.primary:hover.disabled[type='submit'],input.hollow.primary:hover.disabled[type='reset'],.button.hollow.primary:hover[disabled],button.hollow.primary:hover[disabled],input.hollow.primary:hover[disabled][type='submit'],input.hollow.primary:hover[disabled][type='reset'],.button.hollow.primary:focus.disabled,button.hollow.primary:focus.disabled,input.hollow.primary:focus.disabled[type='submit'],input.hollow.primary:focus.disabled[type='reset'],.button.hollow.primary:focus[disabled],button.hollow.primary:focus[disabled],input.hollow.primary:focus[disabled][type='submit'],input.hollow.primary:focus[disabled][type='reset']{border:1px solid #1a608b;color:#1a608b}.button.hollow.secondary,button.hollow.secondary,input.hollow.secondary[type='submit'],input.hollow.secondary[type='reset']{border:1px solid #1a608b;color:#1a608b}.button.hollow.secondary:hover,button.hollow.secondary:hover,input.hollow.secondary:hover[type='submit'],input.hollow.secondary:hover[type='reset'],.button.hollow.secondary:focus,button.hollow.secondary:focus,input.hollow.secondary:focus[type='submit'],input.hollow.secondary:focus[type='reset']{border-color:#0d3046;color:#0d3046}.button.hollow.secondary:hover.disabled,button.hollow.secondary:hover.disabled,input.hollow.secondary:hover.disabled[type='submit'],input.hollow.secondary:hover.disabled[type='reset'],.button.hollow.secondary:hover[disabled],button.hollow.secondary:hover[disabled],input.hollow.secondary:hover[disabled][type='submit'],input.hollow.secondary:hover[disabled][type='reset'],.button.hollow.secondary:focus.disabled,button.hollow.secondary:focus.disabled,input.hollow.secondary:focus.disabled[type='submit'],input.hollow.secondary:focus.disabled[type='reset'],.button.hollow.secondary:focus[disabled],button.hollow.secondary:focus[disabled],input.hollow.secondary:focus[disabled][type='submit'],input.hollow.secondary:focus[disabled][type='reset']{border:1px solid #1a608b;color:#1a608b}.button.hollow.success,button.hollow.success,input.hollow.success[type='submit'],input.hollow.success[type='reset']{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:hover,button.hollow.success:hover,input.hollow.success:hover[type='submit'],input.hollow.success:hover[type='reset'],.button.hollow.success:focus,button.hollow.success:focus,input.hollow.success:focus[type='submit'],input.hollow.success:focus[type='reset']{border-color:#157539;color:#157539}.button.hollow.success:hover.disabled,button.hollow.success:hover.disabled,input.hollow.success:hover.disabled[type='submit'],input.hollow.success:hover.disabled[type='reset'],.button.hollow.success:hover[disabled],button.hollow.success:hover[disabled],input.hollow.success:hover[disabled][type='submit'],input.hollow.success:hover[disabled][type='reset'],.button.hollow.success:focus.disabled,button.hollow.success:focus.disabled,input.hollow.success:focus.disabled[type='submit'],input.hollow.success:focus.disabled[type='reset'],.button.hollow.success:focus[disabled],button.hollow.success:focus[disabled],input.hollow.success:focus[disabled][type='submit'],input.hollow.success:focus[disabled][type='reset']{border:1px solid #3adb76;color:#3adb76}.button.hollow.warning,button.hollow.warning,input.hollow.warning[type='submit'],input.hollow.warning[type='reset']{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:hover,button.hollow.warning:hover,input.hollow.warning:hover[type='submit'],input.hollow.warning:hover[type='reset'],.button.hollow.warning:focus,button.hollow.warning:focus,input.hollow.warning:focus[type='submit'],input.hollow.warning:focus[type='reset']{border-color:#805700;color:#805700}.button.hollow.warning:hover.disabled,button.hollow.warning:hover.disabled,input.hollow.warning:hover.disabled[type='submit'],input.hollow.warning:hover.disabled[type='reset'],.button.hollow.warning:hover[disabled],button.hollow.warning:hover[disabled],input.hollow.warning:hover[disabled][type='submit'],input.hollow.warning:hover[disabled][type='reset'],.button.hollow.warning:focus.disabled,button.hollow.warning:focus.disabled,input.hollow.warning:focus.disabled[type='submit'],input.hollow.warning:focus.disabled[type='reset'],.button.hollow.warning:focus[disabled],button.hollow.warning:focus[disabled],input.hollow.warning:focus[disabled][type='submit'],input.hollow.warning:focus[disabled][type='reset']{border:1px solid #ffae00;color:#ffae00}.button.hollow.alert,button.hollow.alert,input.hollow.alert[type='submit'],input.hollow.alert[type='reset']{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:hover,button.hollow.alert:hover,input.hollow.alert:hover[type='submit'],input.hollow.alert:hover[type='reset'],.button.hollow.alert:focus,button.hollow.alert:focus,input.hollow.alert:focus[type='submit'],input.hollow.alert:focus[type='reset']{border-color:#67251a;color:#67251a}.button.hollow.alert:hover.disabled,button.hollow.alert:hover.disabled,input.hollow.alert:hover.disabled[type='submit'],input.hollow.alert:hover.disabled[type='reset'],.button.hollow.alert:hover[disabled],button.hollow.alert:hover[disabled],input.hollow.alert:hover[disabled][type='submit'],input.hollow.alert:hover[disabled][type='reset'],.button.hollow.alert:focus.disabled,button.hollow.alert:focus.disabled,input.hollow.alert:focus.disabled[type='submit'],input.hollow.alert:focus.disabled[type='reset'],.button.hollow.alert:focus[disabled],button.hollow.alert:focus[disabled],input.hollow.alert:focus[disabled][type='submit'],input.hollow.alert:focus[disabled][type='reset']{border:1px solid #cc4b37;color:#cc4b37}.button.clear,button.clear,input.clear[type='submit'],input.clear[type='reset']{border:1px solid #1a608b;color:#1a608b}.button.clear,button.clear,input.clear[type='submit'],input.clear[type='reset'],.button.clear:hover,button.clear:hover,input.clear:hover[type='submit'],input.clear:hover[type='reset'],.button.clear:focus,button.clear:focus,input.clear:focus[type='submit'],input.clear:focus[type='reset']{background-color:transparent}.button.clear.disabled,button.clear.disabled,input.clear.disabled[type='submit'],input.clear.disabled[type='reset'],.button.clear.disabled:hover,button.clear.disabled:hover,input.clear.disabled:hover[type='submit'],input.clear.disabled:hover[type='reset'],.button.clear.disabled:focus,button.clear.disabled:focus,input.clear.disabled:focus[type='submit'],input.clear.disabled:focus[type='reset'],.button.clear[disabled],button.clear[disabled],input.clear[disabled][type='submit'],input.clear[disabled][type='reset'],.button.clear[disabled]:hover,button.clear[disabled]:hover,input.clear[disabled]:hover[type='submit'],input.clear[disabled]:hover[type='reset'],.button.clear[disabled]:focus,button.clear[disabled]:focus,input.clear[disabled]:focus[type='submit'],input.clear[disabled]:focus[type='reset']{background-color:transparent}.button.clear:hover,button.clear:hover,input.clear:hover[type='submit'],input.clear:hover[type='reset'],.button.clear:focus,button.clear:focus,input.clear:focus[type='submit'],input.clear:focus[type='reset']{border-color:#0d3046;color:#0d3046}.button.clear:hover.disabled,button.clear:hover.disabled,input.clear:hover.disabled[type='submit'],input.clear:hover.disabled[type='reset'],.button.clear:hover[disabled],button.clear:hover[disabled],input.clear:hover[disabled][type='submit'],input.clear:hover[disabled][type='reset'],.button.clear:focus.disabled,button.clear:focus.disabled,input.clear:focus.disabled[type='submit'],input.clear:focus.disabled[type='reset'],.button.clear:focus[disabled],button.clear:focus[disabled],input.clear:focus[disabled][type='submit'],input.clear:focus[disabled][type='reset']{border:1px solid #1a608b;color:#1a608b}.button.clear,button.clear,input.clear[type='submit'],input.clear[type='reset'],.button.clear.disabled,button.clear.disabled,input.clear.disabled[type='submit'],input.clear.disabled[type='reset'],.button.clear[disabled],button.clear[disabled],input.clear[disabled][type='submit'],input.clear[disabled][type='reset'],.button.clear:hover,button.clear:hover,input.clear:hover[type='submit'],input.clear:hover[type='reset'],.button.clear:hover.disabled,button.clear:hover.disabled,input.clear:hover.disabled[type='submit'],input.clear:hover.disabled[type='reset'],.button.clear:hover[disabled],button.clear:hover[disabled],input.clear:hover[disabled][type='submit'],input.clear:hover[disabled][type='reset'],.button.clear:focus,button.clear:focus,input.clear:focus[type='submit'],input.clear:focus[type='reset'],.button.clear:focus.disabled,button.clear:focus.disabled,input.clear:focus.disabled[type='submit'],input.clear:focus.disabled[type='reset'],.button.clear:focus[disabled],button.clear:focus[disabled],input.clear:focus[disabled][type='submit'],input.clear:focus[disabled][type='reset']{border-color:transparent}.button.clear.primary,button.clear.primary,input.clear.primary[type='submit'],input.clear.primary[type='reset']{border:1px solid #1a608b;color:#1a608b}.button.clear.primary:hover,button.clear.primary:hover,input.clear.primary:hover[type='submit'],input.clear.primary:hover[type='reset'],.button.clear.primary:focus,button.clear.primary:focus,input.clear.primary:focus[type='submit'],input.clear.primary:focus[type='reset']{border-color:#0d3046;color:#0d3046}.button.clear.primary:hover.disabled,button.clear.primary:hover.disabled,input.clear.primary:hover.disabled[type='submit'],input.clear.primary:hover.disabled[type='reset'],.button.clear.primary:hover[disabled],button.clear.primary:hover[disabled],input.clear.primary:hover[disabled][type='submit'],input.clear.primary:hover[disabled][type='reset'],.button.clear.primary:focus.disabled,button.clear.primary:focus.disabled,input.clear.primary:focus.disabled[type='submit'],input.clear.primary:focus.disabled[type='reset'],.button.clear.primary:focus[disabled],button.clear.primary:focus[disabled],input.clear.primary:focus[disabled][type='submit'],input.clear.primary:focus[disabled][type='reset']{border:1px solid #1a608b;color:#1a608b}.button.clear.primary,button.clear.primary,input.clear.primary[type='submit'],input.clear.primary[type='reset'],.button.clear.primary.disabled,button.clear.primary.disabled,input.clear.primary.disabled[type='submit'],input.clear.primary.disabled[type='reset'],.button.clear.primary[disabled],button.clear.primary[disabled],input.clear.primary[disabled][type='submit'],input.clear.primary[disabled][type='reset'],.button.clear.primary:hover,button.clear.primary:hover,input.clear.primary:hover[type='submit'],input.clear.primary:hover[type='reset'],.button.clear.primary:hover.disabled,button.clear.primary:hover.disabled,input.clear.primary:hover.disabled[type='submit'],input.clear.primary:hover.disabled[type='reset'],.button.clear.primary:hover[disabled],button.clear.primary:hover[disabled],input.clear.primary:hover[disabled][type='submit'],input.clear.primary:hover[disabled][type='reset'],.button.clear.primary:focus,button.clear.primary:focus,input.clear.primary:focus[type='submit'],input.clear.primary:focus[type='reset'],.button.clear.primary:focus.disabled,button.clear.primary:focus.disabled,input.clear.primary:focus.disabled[type='submit'],input.clear.primary:focus.disabled[type='reset'],.button.clear.primary:focus[disabled],button.clear.primary:focus[disabled],input.clear.primary:focus[disabled][type='submit'],input.clear.primary:focus[disabled][type='reset']{border-color:transparent}.button.clear.secondary,button.clear.secondary,input.clear.secondary[type='submit'],input.clear.secondary[type='reset']{border:1px solid #1a608b;color:#1a608b}.button.clear.secondary:hover,button.clear.secondary:hover,input.clear.secondary:hover[type='submit'],input.clear.secondary:hover[type='reset'],.button.clear.secondary:focus,button.clear.secondary:focus,input.clear.secondary:focus[type='submit'],input.clear.secondary:focus[type='reset']{border-color:#0d3046;color:#0d3046}.button.clear.secondary:hover.disabled,button.clear.secondary:hover.disabled,input.clear.secondary:hover.disabled[type='submit'],input.clear.secondary:hover.disabled[type='reset'],.button.clear.secondary:hover[disabled],button.clear.secondary:hover[disabled],input.clear.secondary:hover[disabled][type='submit'],input.clear.secondary:hover[disabled][type='reset'],.button.clear.secondary:focus.disabled,button.clear.secondary:focus.disabled,input.clear.secondary:focus.disabled[type='submit'],input.clear.secondary:focus.disabled[type='reset'],.button.clear.secondary:focus[disabled],button.clear.secondary:focus[disabled],input.clear.secondary:focus[disabled][type='submit'],input.clear.secondary:focus[disabled][type='reset']{border:1px solid #1a608b;color:#1a608b}.button.clear.secondary,button.clear.secondary,input.clear.secondary[type='submit'],input.clear.secondary[type='reset'],.button.clear.secondary.disabled,button.clear.secondary.disabled,input.clear.secondary.disabled[type='submit'],input.clear.secondary.disabled[type='reset'],.button.clear.secondary[disabled],button.clear.secondary[disabled],input.clear.secondary[disabled][type='submit'],input.clear.secondary[disabled][type='reset'],.button.clear.secondary:hover,button.clear.secondary:hover,input.clear.secondary:hover[type='submit'],input.clear.secondary:hover[type='reset'],.button.clear.secondary:hover.disabled,button.clear.secondary:hover.disabled,input.clear.secondary:hover.disabled[type='submit'],input.clear.secondary:hover.disabled[type='reset'],.button.clear.secondary:hover[disabled],button.clear.secondary:hover[disabled],input.clear.secondary:hover[disabled][type='submit'],input.clear.secondary:hover[disabled][type='reset'],.button.clear.secondary:focus,button.clear.secondary:focus,input.clear.secondary:focus[type='submit'],input.clear.secondary:focus[type='reset'],.button.clear.secondary:focus.disabled,button.clear.secondary:focus.disabled,input.clear.secondary:focus.disabled[type='submit'],input.clear.secondary:focus.disabled[type='reset'],.button.clear.secondary:focus[disabled],button.clear.secondary:focus[disabled],input.clear.secondary:focus[disabled][type='submit'],input.clear.secondary:focus[disabled][type='reset']{border-color:transparent}.button.clear.success,button.clear.success,input.clear.success[type='submit'],input.clear.success[type='reset']{border:1px solid #3adb76;color:#3adb76}.button.clear.success:hover,button.clear.success:hover,input.clear.success:hover[type='submit'],input.clear.success:hover[type='reset'],.button.clear.success:focus,button.clear.success:focus,input.clear.success:focus[type='submit'],input.clear.success:focus[type='reset']{border-color:#157539;color:#157539}.button.clear.success:hover.disabled,button.clear.success:hover.disabled,input.clear.success:hover.disabled[type='submit'],input.clear.success:hover.disabled[type='reset'],.button.clear.success:hover[disabled],button.clear.success:hover[disabled],input.clear.success:hover[disabled][type='submit'],input.clear.success:hover[disabled][type='reset'],.button.clear.success:focus.disabled,button.clear.success:focus.disabled,input.clear.success:focus.disabled[type='submit'],input.clear.success:focus.disabled[type='reset'],.button.clear.success:focus[disabled],button.clear.success:focus[disabled],input.clear.success:focus[disabled][type='submit'],input.clear.success:focus[disabled][type='reset']{border:1px solid #3adb76;color:#3adb76}.button.clear.success,button.clear.success,input.clear.success[type='submit'],input.clear.success[type='reset'],.button.clear.success.disabled,button.clear.success.disabled,input.clear.success.disabled[type='submit'],input.clear.success.disabled[type='reset'],.button.clear.success[disabled],button.clear.success[disabled],input.clear.success[disabled][type='submit'],input.clear.success[disabled][type='reset'],.button.clear.success:hover,button.clear.success:hover,input.clear.success:hover[type='submit'],input.clear.success:hover[type='reset'],.button.clear.success:hover.disabled,button.clear.success:hover.disabled,input.clear.success:hover.disabled[type='submit'],input.clear.success:hover.disabled[type='reset'],.button.clear.success:hover[disabled],button.clear.success:hover[disabled],input.clear.success:hover[disabled][type='submit'],input.clear.success:hover[disabled][type='reset'],.button.clear.success:focus,button.clear.success:focus,input.clear.success:focus[type='submit'],input.clear.success:focus[type='reset'],.button.clear.success:focus.disabled,button.clear.success:focus.disabled,input.clear.success:focus.disabled[type='submit'],input.clear.success:focus.disabled[type='reset'],.button.clear.success:focus[disabled],button.clear.success:focus[disabled],input.clear.success:focus[disabled][type='submit'],input.clear.success:focus[disabled][type='reset']{border-color:transparent}.button.clear.warning,button.clear.warning,input.clear.warning[type='submit'],input.clear.warning[type='reset']{border:1px solid #ffae00;color:#ffae00}.button.clear.warning:hover,button.clear.warning:hover,input.clear.warning:hover[type='submit'],input.clear.warning:hover[type='reset'],.button.clear.warning:focus,button.clear.warning:focus,input.clear.warning:focus[type='submit'],input.clear.warning:focus[type='reset']{border-color:#805700;color:#805700}.button.clear.warning:hover.disabled,button.clear.warning:hover.disabled,input.clear.warning:hover.disabled[type='submit'],input.clear.warning:hover.disabled[type='reset'],.button.clear.warning:hover[disabled],button.clear.warning:hover[disabled],input.clear.warning:hover[disabled][type='submit'],input.clear.warning:hover[disabled][type='reset'],.button.clear.warning:focus.disabled,button.clear.warning:focus.disabled,input.clear.warning:focus.disabled[type='submit'],input.clear.warning:focus.disabled[type='reset'],.button.clear.warning:focus[disabled],button.clear.warning:focus[disabled],input.clear.warning:focus[disabled][type='submit'],input.clear.warning:focus[disabled][type='reset']{border:1px solid #ffae00;color:#ffae00}.button.clear.warning,button.clear.warning,input.clear.warning[type='submit'],input.clear.warning[type='reset'],.button.clear.warning.disabled,button.clear.warning.disabled,input.clear.warning.disabled[type='submit'],input.clear.warning.disabled[type='reset'],.button.clear.warning[disabled],button.clear.warning[disabled],input.clear.warning[disabled][type='submit'],input.clear.warning[disabled][type='reset'],.button.clear.warning:hover,button.clear.warning:hover,input.clear.warning:hover[type='submit'],input.clear.warning:hover[type='reset'],.button.clear.warning:hover.disabled,button.clear.warning:hover.disabled,input.clear.warning:hover.disabled[type='submit'],input.clear.warning:hover.disabled[type='reset'],.button.clear.warning:hover[disabled],button.clear.warning:hover[disabled],input.clear.warning:hover[disabled][type='submit'],input.clear.warning:hover[disabled][type='reset'],.button.clear.warning:focus,button.clear.warning:focus,input.clear.warning:focus[type='submit'],input.clear.warning:focus[type='reset'],.button.clear.warning:focus.disabled,button.clear.warning:focus.disabled,input.clear.warning:focus.disabled[type='submit'],input.clear.warning:focus.disabled[type='reset'],.button.clear.warning:focus[disabled],button.clear.warning:focus[disabled],input.clear.warning:focus[disabled][type='submit'],input.clear.warning:focus[disabled][type='reset']{border-color:transparent}.button.clear.alert,button.clear.alert,input.clear.alert[type='submit'],input.clear.alert[type='reset']{border:1px solid #cc4b37;color:#cc4b37}.button.clear.alert:hover,button.clear.alert:hover,input.clear.alert:hover[type='submit'],input.clear.alert:hover[type='reset'],.button.clear.alert:focus,button.clear.alert:focus,input.clear.alert:focus[type='submit'],input.clear.alert:focus[type='reset']{border-color:#67251a;color:#67251a}.button.clear.alert:hover.disabled,button.clear.alert:hover.disabled,input.clear.alert:hover.disabled[type='submit'],input.clear.alert:hover.disabled[type='reset'],.button.clear.alert:hover[disabled],button.clear.alert:hover[disabled],input.clear.alert:hover[disabled][type='submit'],input.clear.alert:hover[disabled][type='reset'],.button.clear.alert:focus.disabled,button.clear.alert:focus.disabled,input.clear.alert:focus.disabled[type='submit'],input.clear.alert:focus.disabled[type='reset'],.button.clear.alert:focus[disabled],button.clear.alert:focus[disabled],input.clear.alert:focus[disabled][type='submit'],input.clear.alert:focus[disabled][type='reset']{border:1px solid #cc4b37;color:#cc4b37}.button.clear.alert,button.clear.alert,input.clear.alert[type='submit'],input.clear.alert[type='reset'],.button.clear.alert.disabled,button.clear.alert.disabled,input.clear.alert.disabled[type='submit'],input.clear.alert.disabled[type='reset'],.button.clear.alert[disabled],button.clear.alert[disabled],input.clear.alert[disabled][type='submit'],input.clear.alert[disabled][type='reset'],.button.clear.alert:hover,button.clear.alert:hover,input.clear.alert:hover[type='submit'],input.clear.alert:hover[type='reset'],.button.clear.alert:hover.disabled,button.clear.alert:hover.disabled,input.clear.alert:hover.disabled[type='submit'],input.clear.alert:hover.disabled[type='reset'],.button.clear.alert:hover[disabled],button.clear.alert:hover[disabled],input.clear.alert:hover[disabled][type='submit'],input.clear.alert:hover[disabled][type='reset'],.button.clear.alert:focus,button.clear.alert:focus,input.clear.alert:focus[type='submit'],input.clear.alert:focus[type='reset'],.button.clear.alert:focus.disabled,button.clear.alert:focus.disabled,input.clear.alert:focus.disabled[type='submit'],input.clear.alert:focus.disabled[type='reset'],.button.clear.alert:focus[disabled],button.clear.alert:focus[disabled],input.clear.alert:focus[disabled][type='submit'],input.clear.alert:focus[disabled][type='reset']{border-color:transparent}.button.dropdown::after,button.dropdown::after,input.dropdown[type='submit']::after,input.dropdown[type='reset']::after{display:block;width:0;height:0;border:inset .4em;content:'';border-bottom-width:0;border-top-style:solid;border-color:#fff transparent transparent;position:relative;top:0.4em;display:inline-block;float:right;margin-left:.9375rem}.button.dropdown.hollow::after,button.dropdown.hollow::after,input.dropdown.hollow[type='submit']::after,input.dropdown.hollow[type='reset']::after,.button.dropdown.clear::after,button.dropdown.clear::after,input.dropdown.clear[type='submit']::after,input.dropdown.clear[type='reset']::after{border-top-color:#1a608b}.button.dropdown.hollow.primary::after,button.dropdown.hollow.primary::after,input.dropdown.hollow.primary[type='submit']::after,input.dropdown.hollow.primary[type='reset']::after,.button.dropdown.clear.primary::after,button.dropdown.clear.primary::after,input.dropdown.clear.primary[type='submit']::after,input.dropdown.clear.primary[type='reset']::after{border-top-color:#1a608b}.button.dropdown.hollow.secondary::after,button.dropdown.hollow.secondary::after,input.dropdown.hollow.secondary[type='submit']::after,input.dropdown.hollow.secondary[type='reset']::after,.button.dropdown.clear.secondary::after,button.dropdown.clear.secondary::after,input.dropdown.clear.secondary[type='submit']::after,input.dropdown.clear.secondary[type='reset']::after{border-top-color:#1a608b}.button.dropdown.hollow.success::after,button.dropdown.hollow.success::after,input.dropdown.hollow.success[type='submit']::after,input.dropdown.hollow.success[type='reset']::after,.button.dropdown.clear.success::after,button.dropdown.clear.success::after,input.dropdown.clear.success[type='submit']::after,input.dropdown.clear.success[type='reset']::after{border-top-color:#3adb76}.button.dropdown.hollow.warning::after,button.dropdown.hollow.warning::after,input.dropdown.hollow.warning[type='submit']::after,input.dropdown.hollow.warning[type='reset']::after,.button.dropdown.clear.warning::after,button.dropdown.clear.warning::after,input.dropdown.clear.warning[type='submit']::after,input.dropdown.clear.warning[type='reset']::after{border-top-color:#ffae00}.button.dropdown.hollow.alert::after,button.dropdown.hollow.alert::after,input.dropdown.hollow.alert[type='submit']::after,input.dropdown.hollow.alert[type='reset']::after,.button.dropdown.clear.alert::after,button.dropdown.clear.alert::after,input.dropdown.clear.alert[type='submit']::after,input.dropdown.clear.alert[type='reset']::after{border-top-color:#cc4b37}.button.arrow-only::after,button.arrow-only::after,input.arrow-only[type='submit']::after,input.arrow-only[type='reset']::after{top:-0.1em;float:none;margin-left:0}a.button:hover,a.button:focus{text-decoration:none}.label{display:inline-block;padding:0.33333rem 0.5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#1a608b;color:#fff}.label.primary{background:#1a608b;color:#fff}.label.secondary{background:#1a608b;color:#fff}.label.success{background:#3adb76;color:#333}.label.warning{background:#ffae00;color:#333}.label.alert{background:#cc4b37;color:#fff}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}thead,tbody,tfoot{border:1px solid #f2f2f2;background-color:#fff}caption{padding:.5rem .625rem .625rem;font-weight:bold}thead{background:#f9f9f9;color:#333}tfoot{background:#f2f2f2;color:#333}thead tr,tfoot tr{background:transparent}thead th,thead td,tfoot th,tfoot td{padding:.5rem .625rem .625rem;font-weight:bold;text-align:left}tbody th,tbody td{padding:.5rem .625rem .625rem}tbody tr{border-bottom:0;border-bottom:1px solid #f2f2f2;background-color:#fff}table.striped tbody tr:nth-child(even){border-bottom:0;background-color:#f2f2f2}@media screen and (max-width: 64.06125em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack tr,table.stack th,table.stack td{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#f4f4f4}table.hover tfoot tr:hover{background-color:#ededed}table.hover tbody tr:hover{background-color:#fafafa}table.hover.striped tr:nth-of-type(even):hover{background-color:#ededed}.table-scroll{overflow-x:auto}.callout{position:relative;margin:0 0 1rem 0;padding:1rem;border:1px solid rgba(51,51,51,0.25);border-radius:0;background-color:#fff;color:#333}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#d3e9f7;color:#333}.callout.secondary{background-color:#d3e9f7;color:#333}.callout.success{background-color:#e1faea;color:#333}.callout.warning{background-color:#fff3d9;color:#333}.callout.alert{background-color:#f7e4e1;color:#333}.callout.small{padding-top:.5rem;padding-right:.5rem;padding-bottom:.5rem;padding-left:.5rem}.callout.large{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem}.dropdown-pane{position:absolute;z-index:10;display:none;width:300px;padding:1rem;visibility:hidden;border:1px solid #cacaca;border-radius:0;background-color:#fff;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{display:block;visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.accordion{margin-left:0;background:#fff;list-style-type:none}.accordion[disabled] .accordion-title{cursor:not-allowed}.accordion-item:first-child>:first-child{border-radius:0 0 0 0}.accordion-item:last-child>:last-child{border-radius:0 0 0 0}.accordion-title{position:relative;display:block;padding:1.25rem 1rem;border:1px solid #e6e6e6;border-bottom:0;font-size:inherit;line-height:1;color:#1a608b}:last-child:not(.is-active)>.accordion-title{border-bottom:1px solid #e6e6e6;border-radius:0 0 0 0}.accordion-title:hover,.accordion-title:focus{background-color:#e6e6e6}.accordion-title::before{position:absolute;top:50%;right:1rem;margin-top:-0.5rem;content:'+'}.is-active>.accordion-title::before{content:'\2013'}.accordion-content{display:none;padding:1rem;border:1px solid #e6e6e6;border-bottom:0;background-color:#fff;color:#333}:last-child>.accordion-content:last-child{border-bottom:1px solid #e6e6e6}.responsive-embed,.flex-video{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.responsive-embed iframe,.responsive-embed object,.responsive-embed embed,.responsive-embed video,.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}.responsive-embed.widescreen,.flex-video.widescreen{padding-bottom:56.25%}.tabs{margin:0;border:1px solid #e6e6e6;background:#fff;list-style-type:none}.tabs::before,.tabs::after{display:table;content:' ';-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.tabs::after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:transparent}.tabs.primary{background:#1a608b}.tabs.primary>li>a{color:#fff}.tabs.primary>li>a:hover,.tabs.primary>li>a:focus{background:#1d6a9a}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;font-size:inherit;line-height:1;color:#1a608b}[data-whatinput='mouse'] .tabs-title>a{outline:0}.tabs-title>a:hover{background:#fff;color:#165378}.tabs-title>a:focus,.tabs-title>a[aria-selected='true']{background:#ffffff;color:#1a608b}.tabs-content{border:1px solid #e6e6e6;border-top:0;background:#fff;color:#333;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.menu{padding:0;margin:0;list-style:none;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}[data-whatinput='mouse'] .menu li{outline:0}.menu a,.menu .button,.menu button,.menu input[type='submit'],.menu input[type='reset']{line-height:1;text-decoration:none;display:block;padding:0 .9375rem}.menu input,.menu select,.menu .select-styled,.menu a,.menu button{margin-bottom:0}.menu input{display:inline-block}.menu,.menu.horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu.vertical{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu.expanded li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.menu.simple{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print, screen and (min-width: 40.0625em){.menu.medium-horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu.medium-vertical{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu.medium-expanded li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.menu.medium-simple li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}@media print, screen and (min-width: 64.0625em){.menu.large-horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu.large-vertical{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu.large-expanded li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.menu.large-simple li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}@media screen and (min-width: 75.0625em){.menu.xlarge-horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu.xlarge-vertical{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu.xlarge-expanded li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.menu.xlarge-simple li{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icons a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu.icon-top a,.menu.icon-right a,.menu.icon-bottom a,.menu.icon-left a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu.icon-left li a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.menu.icon-left li a img,.menu.icon-left li a i,.menu.icon-left li a svg{margin-right:.25rem}.menu.icon-right li a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.menu.icon-right li a img,.menu.icon-right li a i,.menu.icon-right li a svg{margin-left:.25rem}.menu.icon-top li a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.menu.icon-top li a img,.menu.icon-top li a i,.menu.icon-top li a svg{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;margin-bottom:.25rem;text-align:center}.menu.icon-bottom li a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.menu.icon-bottom li a img,.menu.icon-bottom li a i,.menu.icon-bottom li a svg{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;margin-bottom:.25rem;text-align:center}.menu .is-active>a{background:#1a608b;color:#fff}.menu .active>a{background:#1a608b;color:#fff}.menu.align-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.menu.align-right li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.menu.align-right li .submenu li{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.menu.align-right.vertical li{display:block;text-align:right}.menu.align-right.vertical li .submenu li{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu.align-center li .submenu li{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.menu .menu-text{padding:0 .9375rem;font-weight:bold;line-height:1;color:inherit}.menu-centered>.menu{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu-centered>.menu li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu-centered>.menu li .submenu li{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.no-js [data-responsive-menu] ul{display:none}.accordion-menu li{width:100%}.accordion-menu a{padding:0 .9375rem}.accordion-menu .is-accordion-submenu a{padding:0 .9375rem}.accordion-menu .nested.is-accordion-submenu{margin-right:0;margin-left:1rem}.accordion-menu.align-right .nested.is-accordion-submenu{margin-right:1rem;margin-left:0}.is-accordion-submenu-parent{position:relative}.has-submenu-toggle>a{margin-right:45px}.submenu-toggle{position:absolute;top:0;right:0;width:45px;height:45px;cursor:pointer}.submenu-toggle::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#fff transparent transparent;top:0;bottom:0;margin:auto}.submenu-toggle[aria-expanded='true']::after{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.submenu-toggle-text{position:absolute !important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}[data-whatinput='mouse'] .dropdown.menu a{outline:0}.dropdown.menu>li>a{padding:0 .9375rem}.dropdown.menu>li.is-active>a{background:rgba(0,0,0,0);color:#1a608b}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-right:0;margin-left:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}@media print, screen and (min-width: 40.0625em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}}@media print, screen and (min-width: 64.0625em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}}@media screen and (min-width: 75.0625em){.dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a::after{position:absolute;top:50%;right:5px;left:auto;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:none;}.dropdown .is-dropdown-submenu a{padding:.3125rem .9375rem}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.sticky-container{position:relative}.sticky{position:relative;z-index:0;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.sticky.is-stuck{position:fixed;z-index:5;width:100%}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}.title-bar{padding:0;background:#1a608b;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.title-bar .menu-icon{margin-left:.9375rem;margin-right:.9375rem}.title-bar-left,.title-bar-right{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.title-bar-right{text-align:right}.title-bar-title{display:inline-block;vertical-align:middle;font-weight:bold}.float-left{float:left !important}.float-right{float:right !important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::before,.clearfix::after{display:table;content:' ';-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.clearfix::after{clear:both}.align-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.align-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.align-spaced{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.align-left.vertical.menu>li>a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.align-right.vertical.menu>li>a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.align-center.vertical.menu>li>a{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.align-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.align-self-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.align-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.align-self-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.align-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.align-self-middle{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.align-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.align-self-stretch{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.align-center-middle{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.small-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.small-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.small-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.small-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.small-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.small-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}@media print, screen and (min-width: 40.0625em){.medium-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.medium-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.medium-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.medium-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.medium-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.medium-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}}@media print, screen and (min-width: 64.0625em){.large-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.large-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.large-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.large-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.large-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.large-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}}@media screen and (min-width: 75.0625em){.xlarge-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.xlarge-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.xlarge-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.xlarge-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.xlarge-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.xlarge-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}}.flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media print, screen and (min-width: 40.0625em){.medium-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.medium-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.medium-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.medium-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print, screen and (min-width: 64.0625em){.large-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.large-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.large-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.large-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (min-width: 75.0625em){.xlarge-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.xlarge-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.xlarge-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.xlarge-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.xlarge-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.xlarge-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xlarge-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.xlarge-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.hide{display:none !important}.invisible{visibility:hidden}@media screen and (max-width: 40.06125em){.hide-for-small-only{display:none !important}}@media screen and (max-width: 0em), screen and (min-width: 40.0625em){.show-for-small-only{display:none !important}}@media print, screen and (min-width: 40.0625em){.hide-for-medium{display:none !important}}@media screen and (max-width: 40.06125em){.show-for-medium{display:none !important}}@media screen and (min-width: 40.0625em) and (max-width: 64.06125em){.hide-for-medium-only{display:none !important}}@media screen and (max-width: 40.06125em), screen and (min-width: 64.0625em){.show-for-medium-only{display:none !important}}@media print, screen and (min-width: 64.0625em){.hide-for-large{display:none !important}}@media screen and (max-width: 64.06125em){.show-for-large{display:none !important}}@media screen and (min-width: 64.0625em) and (max-width: 75.06125em){.hide-for-large-only{display:none !important}}@media screen and (max-width: 64.06125em), screen and (min-width: 75.0625em){.show-for-large-only{display:none !important}}@media screen and (min-width: 75.0625em){.hide-for-xlarge{display:none !important}}@media screen and (max-width: 75.06125em){.show-for-xlarge{display:none !important}}@media screen and (min-width: 75.0625em) and (max-width: 90.06125em){.hide-for-xlarge-only{display:none !important}}@media screen and (max-width: 75.06125em), screen and (min-width: 90.0625em){.show-for-xlarge-only{display:none !important}}.show-for-sr,.show-on-focus{position:absolute !important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.show-on-focus:active,.show-on-focus:focus{position:static !important;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.show-for-landscape,.hide-for-portrait{display:block !important}@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}@media screen and (orientation: portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation: landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation: portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{ }.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//globecore.com/wp-content/themes/globecore_2020/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.fa,
.fab,
.fad,
.fal,
.far,
.fas,
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fancybox-is-open .fancybox-stage,
.slick-list,
body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-slide,
.slick-dots {
text-align: center;
width: 100%;
}
.fancybox-container,
.fancybox-thumbs,
.fancybox-thumbs__list a,
.slick-slider {
-webkit-tap-highlight-color: transparent;
}
.fancybox-caption,
.fancybox-infobar,
.slick-slide.dragging img,
.videoHolder .video {
pointer-events: none;
}
.comment .children,
.comment-list,
.footer-menu,
.gfield,
.gform_wrapper ul,
.slick-dots,
ul.pagination {
list-style: none;
}
.conf-left-box,
.conf-right-box,
.fancybox-container *,
.related_ch.autoplay,
.si-float-wrapper,
.si-float-wrapper *,
.slick-slider {
box-sizing: border-box;
}
.filter-submenu,
.gc-footer-menu,
.gc-footer-social-list,
.gc-form-list,
.gc-news-list,
.gc-search-result-list,
.map-home-list,
.si-inner ul,
.support-list,
.webinar-list {
list-style-type: none;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.slick-list,
.slick-slider,
.slick-track {
display: block;
position: relative;
}
.fa-500px:before {
content: "\f26e";
}
.fa-accessible-icon:before {
content: "\f368";
}
.fa-accusoft:before {
content: "\f369";
}
.fa-acquisitions-incorporated:before {
content: "\f6af";
}
.fa-ad:before {
content: "\f641";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-card:before {
content: "\f2bb";
}
.fa-adjust:before {
content: "\f042";
}
.fa-adn:before {
content: "\f170";
}
.fa-adobe:before {
content: "\f778";
}
.fa-adversal:before {
content: "\f36a";
}
.fa-affiliatetheme:before {
content: "\f36b";
}
.fa-air-freshener:before {
content: "\f5d0";
}
.fa-airbnb:before {
content: "\f834";
}
.fa-algolia:before {
content: "\f36c";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-right:before {
content: "\f038";
}
.fa-alipay:before {
content: "\f642";
}
.fa-allergies:before {
content: "\f461";
}
.fa-amazon:before {
content: "\f270";
}
.fa-amazon-pay:before {
content: "\f42c";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-amilia:before {
content: "\f36d";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-android:before {
content: "\f17b";
}
.fa-angellist:before {
content: "\f209";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angry:before {
content: "\f556";
}
.fa-angrycreative:before {
content: "\f36e";
}
.fa-angular:before {
content: "\f420";
}
.fa-ankh:before {
content: "\f644";
}
.fa-app-store:before {
content: "\f36f";
}
.fa-app-store-ios:before {
content: "\f370";
}
.fa-apper:before {
content: "\f371";
}
.fa-apple:before {
content: "\f179";
}
.fa-apple-alt:before {
content: "\f5d1";
}
.fa-apple-pay:before {
content: "\f415";
}
.fa-archive:before {
content: "\f187";
}
.fa-archway:before {
content: "\f557";
}
.fa-arrow-alt-circle-down:before {
content: "\f358";
}
.fa-arrow-alt-circle-left:before {
content: "\f359";
}
.fa-arrow-alt-circle-right:before {
content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
content: "\f35b";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-arrows-alt-h:before {
content: "\f337";
}
.fa-arrows-alt-v:before {
content: "\f338";
}
.fa-artstation:before {
content: "\f77a";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-asymmetrik:before {
content: "\f372";
}
.fa-at:before {
content: "\f1fa";
}
.fa-atlas:before {
content: "\f558";
}
.fa-atlassian:before {
content: "\f77b";
}
.fa-atom:before {
content: "\f5d2";
}
.fa-audible:before {
content: "\f373";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-autoprefixer:before {
content: "\f41c";
}
.fa-avianex:before {
content: "\f374";
}
.fa-aviato:before {
content: "\f421";
}
.fa-award:before {
content: "\f559";
}
.fa-aws:before {
content: "\f375";
}
.fa-baby:before {
content: "\f77c";
}
.fa-baby-carriage:before {
content: "\f77d";
}
.fa-backspace:before {
content: "\f55a";
}
.fa-backward:before {
content: "\f04a";
}
.fa-bacon:before {
content: "\f7e5";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-balance-scale-left:before {
content: "\f515";
}
.fa-balance-scale-right:before {
content: "\f516";
}
.fa-ban:before {
content: "\f05e";
}
.fa-band-aid:before {
content: "\f462";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-bars:before {
content: "\f0c9";
}
.fa-baseball-ball:before {
content: "\f433";
}
.fa-basketball-ball:before {
content: "\f434";
}
.fa-bath:before {
content: "\f2cd";
}
.fa-battery-empty:before {
content: "\f244";
}
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battle-net:before {
content: "\f835";
}
.fa-bed:before {
content: "\f236";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bezier-curve:before {
content: "\f55b";
}
.fa-bible:before {
content: "\f647";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-biking:before {
content: "\f84a";
}
.fa-bimobject:before {
content: "\f378";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-biohazard:before {
content: "\f780";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitcoin:before {
content: "\f379";
}
.fa-bity:before {
content: "\f37a";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-blackberry:before {
content: "\f37b";
}
.fa-blender:before {
content: "\f517";
}
.fa-blender-phone:before {
content: "\f6b6";
}
.fa-blind:before {
content: "\f29d";
}
.fa-blog:before {
content: "\f781";
}
.fa-blogger:before {
content: "\f37c";
}
.fa-blogger-b:before {
content: "\f37d";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-bold:before {
content: "\f032";
}
.fa-bolt:before {
content: "\f0e7";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-bone:before {
content: "\f5d7";
}
.fa-bong:before {
content: "\f55c";
}
.fa-book:before {
content: "\f02d";
}
.fa-book-dead:before {
content: "\f6b7";
}
.fa-book-medical:before {
content: "\f7e6";
}
.fa-book-open:before {
content: "\f518";
}
.fa-book-reader:before {
content: "\f5da";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-bootstrap:before {
content: "\f836";
}
.fa-border-all:before {
content: "\f84c";
}
.fa-border-none:before {
content: "\f850";
}
.fa-border-style:before {
content: "\f853";
}
.fa-bowling-ball:before {
content: "\f436";
}
.fa-box:before {
content: "\f466";
}
.fa-box-open:before {
content: "\f49e";
}
.fa-boxes:before {
content: "\f468";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-brain:before {
content: "\f5dc";
}
.fa-bread-slice:before {
content: "\f7ec";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-briefcase-medical:before {
content: "\f469";
}
.fa-broadcast-tower:before {
content: "\f519";
}
.fa-broom:before {
content: "\f51a";
}
.fa-brush:before {
content: "\f55d";
}
.fa-btc:before {
content: "\f15a";
}
.fa-buffer:before {
content: "\f837";
}
.fa-bug:before {
content: "\f188";
}
.fa-building:before {
content: "\f1ad";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-burn:before {
content: "\f46a";
}
.fa-buromobelexperte:before {
content: "\f37f";
}
.fa-bus:before {
content: "\f207";
}
.fa-bus-alt:before {
content: "\f55e";
}
.fa-business-time:before {
content: "\f64a";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-calendar:before {
content: "\f133";
}
.fa-calendar-alt:before {
content: "\f073";
}
.fa-calendar-check:before {
content: "\f274";
}
.fa-calendar-day:before {
content: "\f783";
}
.fa-calendar-minus:before {
content: "\f272";
}
.fa-calendar-plus:before {
content: "\f271";
}
.fa-calendar-times:before {
content: "\f273";
}
.fa-calendar-week:before {
content: "\f784";
}
.fa-camera:before {
content: "\f030";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-campground:before {
content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
content: "\f785";
}
.fa-candy-cane:before {
content: "\f786";
}
.fa-cannabis:before {
content: "\f55f";
}
.fa-capsules:before {
content: "\f46b";
}
.fa-car:before {
content: "\f1b9";
}
.fa-car-alt:before {
content: "\f5de";
}
.fa-car-battery:before {
content: "\f5df";
}
.fa-car-crash:before {
content: "\f5e1";
}
.fa-car-side:before {
content: "\f5e4";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-caret-square-down:before {
content: "\f150";
}
.fa-caret-square-left:before {
content: "\f191";
}
.fa-caret-square-right:before {
content: "\f152";
}
.fa-caret-square-up:before {
content: "\f151";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-carrot:before {
content: "\f787";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cash-register:before {
content: "\f788";
}
.fa-cat:before {
content: "\f6be";
}
.fa-cc-amazon-pay:before {
content: "\f42d";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-apple-pay:before {
content: "\f416";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-centercode:before {
content: "\f380";
}
.fa-centos:before {
content: "\f789";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-chair:before {
content: "\f6c0";
}
.fa-chalkboard:before {
content: "\f51b";
}
.fa-chalkboard-teacher:before {
content: "\f51c";
}
.fa-charging-station:before {
content: "\f5e7";
}
.fa-chart-area:before {
content: "\f1fe";
}
.fa-chart-bar:before {
content: "\f080";
}
.fa-chart-line:before {
content: "\f201";
}
.fa-chart-pie:before {
content: "\f200";
}
.fa-check:before {
content: "\f00c";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-check-double:before {
content: "\f560";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-cheese:before {
content: "\f7ef";
}
.fa-chess:before {
content: "\f439";
}
.fa-chess-bishop:before {
content: "\f43a";
}
.fa-chess-board:before {
content: "\f43c";
}
.fa-chess-king:before {
content: "\f43f";
}
.fa-chess-knight:before {
content: "\f441";
}
.fa-chess-pawn:before {
content: "\f443";
}
.fa-chess-queen:before {
content: "\f445";
}
.fa-chess-rook:before {
content: "\f447";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-chevron-left:before,
.slick-prev:before,
.ui-datepicker-prev::before,
[dir="rtl"] .slick-next:before {
content: "\f053";
}
.fa-chevron-right:before,
.slick-next:before,
.ui-datepicker-next::before,
[dir="rtl"] .slick-prev:before {
content: "\f054";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-child:before {
content: "\f1ae";
}
.fa-chrome:before {
content: "\f268";
}
.fa-chromecast:before {
content: "\f838";
}
.fa-church:before {
content: "\f51d";
}
.fa-circle:before {
content: "\f111";
}
.fa-circle-notch:before {
content: "\f1ce";
}
.fa-city:before {
content: "\f64f";
}
.fa-clinic-medical:before {
content: "\f7f2";
}
.fa-clipboard:before {
content: "\f328";
}
.fa-clipboard-check:before {
content: "\f46c";
}
.fa-clipboard-list:before {
content: "\f46d";
}
.fa-clock:before {
content: "\f017";
}
.fa-clone:before {
content: "\f24d";
}
.fa-closed-captioning:before {
content: "\f20a";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-cloud-download-alt:before {
content: "\f381";
}
.fa-cloud-meatball:before {
content: "\f73b";
}
.fa-cloud-moon:before {
content: "\f6c3";
}
.fa-cloud-moon-rain:before {
content: "\f73c";
}
.fa-cloud-rain:before {
content: "\f73d";
}
.fa-cloud-showers-heavy:before {
content: "\f740";
}
.fa-cloud-sun:before {
content: "\f6c4";
}
.fa-cloud-sun-rain:before {
content: "\f743";
}
.fa-cloud-upload-alt:before {
content: "\f382";
}
.fa-cloudscale:before {
content: "\f383";
}
.fa-cloudsmith:before {
content: "\f384";
}
.fa-cloudversify:before {
content: "\f385";
}
.fa-cocktail:before {
content: "\f561";
}
.fa-code:before {
content: "\f121";
}
.fa-code-branch:before {
content: "\f126";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cog:before {
content: "\f013";
}
.fa-cogs:before {
content: "\f085";
}
.fa-coins:before {
content: "\f51e";
}
.fa-columns:before {
content: "\f0db";
}
.fa-comment:before {
content: "\f075";
}
.fa-comment-alt:before {
content: "\f27a";
}
.fa-comment-dollar:before {
content: "\f651";
}
.fa-comment-dots:before {
content: "\f4ad";
}
.fa-comment-medical:before {
content: "\f7f5";
}
.fa-comment-slash:before {
content: "\f4b3";
}
.fa-comments:before {
content: "\f086";
}
.fa-comments-dollar:before {
content: "\f653";
}
.fa-compact-disc:before {
content: "\f51f";
}
.fa-compass:before {
content: "\f14e";
}
.fa-compress:before {
content: "\f066";
}
.fa-compress-arrows-alt:before {
content: "\f78c";
}
.fa-concierge-bell:before {
content: "\f562";
}
.fa-confluence:before {
content: "\f78d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-contao:before {
content: "\f26d";
}
.fa-cookie:before {
content: "\f563";
}
.fa-cookie-bite:before {
content: "\f564";
}
.fa-copy:before {
content: "\f0c5";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-cotton-bureau:before {
content: "\f89e";
}
.fa-couch:before {
content: "\f4b8";
}
.fa-cpanel:before {
content: "\f388";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-creative-commons-by:before {
content: "\f4e7";
}
.fa-creative-commons-nc:before {
content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
content: "\f4ea";
}
.fa-creative-commons-nd:before {
content: "\f4eb";
}
.fa-creative-commons-pd:before {
content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
content: "\f4ed";
}
.fa-creative-commons-remix:before {
content: "\f4ee";
}
.fa-creative-commons-sa:before {
content: "\f4ef";
}
.fa-creative-commons-sampling:before {
content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
content: "\f4f1";
}
.fa-creative-commons-share:before {
content: "\f4f2";
}
.fa-creative-commons-zero:before {
content: "\f4f3";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-critical-role:before {
content: "\f6c9";
}
.fa-crop:before {
content: "\f125";
}
.fa-crop-alt:before {
content: "\f565";
}
.fa-cross:before {
content: "\f654";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-crow:before {
content: "\f520";
}
.fa-crown:before {
content: "\f521";
}
.fa-crutch:before {
content: "\f7f7";
}
.fa-css3:before {
content: "\f13c";
}
.fa-css3-alt:before {
content: "\f38b";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-cut:before {
content: "\f0c4";
}
.fa-cuttlefish:before {
content: "\f38c";
}
.fa-d-and-d:before {
content: "\f38d";
}
.fa-d-and-d-beyond:before {
content: "\f6ca";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-database:before {
content: "\f1c0";
}
.fa-deaf:before {
content: "\f2a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-democrat:before {
content: "\f747";
}
.fa-deploydog:before {
content: "\f38e";
}
.fa-deskpro:before {
content: "\f38f";
}
.fa-desktop:before {
content: "\f108";
}
.fa-dev:before {
content: "\f6cc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-dharmachakra:before {
content: "\f655";
}
.fa-dhl:before {
content: "\f790";
}
.fa-diagnoses:before {
content: "\f470";
}
.fa-diaspora:before {
content: "\f791";
}
.fa-dice:before {
content: "\f522";
}
.fa-dice-d20:before {
content: "\f6cf";
}
.fa-dice-d6:before {
content: "\f6d1";
}
.fa-dice-five:before {
content: "\f523";
}
.fa-dice-four:before {
content: "\f524";
}
.fa-dice-one:before {
content: "\f525";
}
.fa-dice-six:before {
content: "\f526";
}
.fa-dice-three:before {
content: "\f527";
}
.fa-dice-two:before {
content: "\f528";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-digital-ocean:before {
content: "\f391";
}
.fa-digital-tachograph:before {
content: "\f566";
}
.fa-directions:before {
content: "\f5eb";
}
.fa-discord:before {
content: "\f392";
}
.fa-discourse:before {
content: "\f393";
}
.fa-divide:before {
content: "\f529";
}
.fa-dizzy:before {
content: "\f567";
}
.fa-dna:before {
content: "\f471";
}
.fa-dochub:before {
content: "\f394";
}
.fa-docker:before {
content: "\f395";
}
.fa-dog:before {
content: "\f6d3";
}
.fa-dollar-sign:before {
content: "\f155";
}
.fa-dolly:before {
content: "\f472";
}
.fa-dolly-flatbed:before {
content: "\f474";
}
.fa-donate:before {
content: "\f4b9";
}
.fa-door-closed:before {
content: "\f52a";
}
.fa-door-open:before {
content: "\f52b";
}
.fa-dot-circle:before {
content: "\f192";
}
.fa-dove:before {
content: "\f4ba";
}
.fa-download:before {
content: "\f019";
}
.fa-draft2digital:before {
content: "\f396";
}
.fa-drafting-compass:before {
content: "\f568";
}
.fa-dragon:before {
content: "\f6d5";
}
.fa-draw-polygon:before {
content: "\f5ee";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-dribbble-square:before {
content: "\f397";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-drum:before {
content: "\f569";
}
.fa-drum-steelpan:before {
content: "\f56a";
}
.fa-drumstick-bite:before {
content: "\f6d7";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-dumbbell:before {
content: "\f44b";
}
.fa-dumpster:before {
content: "\f793";
}
.fa-dumpster-fire:before {
content: "\f794";
}
.fa-dungeon:before {
content: "\f6d9";
}
.fa-dyalog:before {
content: "\f399";
}
.fa-earlybirds:before {
content: "\f39a";
}
.fa-ebay:before {
content: "\f4f4";
}
.fa-edge:before {
content: "\f282";
}
.fa-edit:before {
content: "\f044";
}
.fa-egg:before {
content: "\f7fb";
}
.fa-eject:before {
content: "\f052";
}
.fa-elementor:before {
content: "\f430";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-ello:before {
content: "\f5f1";
}
.fa-ember:before {
content: "\f423";
}
.fa-empire:before {
content: "\f1d1";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-text:before {
content: "\f658";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-envira:before {
content: "\f299";
}
.fa-equals:before {
content: "\f52c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-erlang:before {
content: "\f39d";
}
.fa-ethereum:before {
content: "\f42e";
}
.fa-ethernet:before {
content: "\f796";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-euro-sign:before {
content: "\f153";
}
.fa-evernote:before {
content: "\f839";
}
.fa-exchange-alt:before {
content: "\f362";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-expand:before {
content: "\f065";
}
.fa-expand-arrows-alt:before {
content: "\f31e";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-external-link-alt:before {
content: "\f35d";
}
.fa-external-link-square-alt:before {
content: "\f360";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-dropper:before {
content: "\f1fb";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-facebook-f:before {
content: "\f39e";
}
.fa-facebook-messenger:before {
content: "\f39f";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-fan:before {
content: "\f863";
}
.fa-fantasy-flight-games:before {
content: "\f6dc";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-feather:before {
content: "\f52d";
}
.fa-feather-alt:before {
content: "\f56b";
}
.fa-fedex:before {
content: "\f797";
}
.fa-fedora:before {
content: "\f798";
}
.fa-female:before {
content: "\f182";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-figma:before {
content: "\f799";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-alt:before {
content: "\f15c";
}
.fa-file-archive:before {
content: "\f1c6";
}
.fa-file-audio:before {
content: "\f1c7";
}
.fa-file-code:before {
content: "\f1c9";
}
.fa-file-contract:before {
content: "\f56c";
}
.fa-file-csv:before {
content: "\f6dd";
}
.fa-file-download:before {
content: "\f56d";
}
.fa-file-excel:before {
content: "\f1c3";
}
.fa-file-export:before {
content: "\f56e";
}
.fa-file-image:before {
content: "\f1c5";
}
.fa-file-import:before {
content: "\f56f";
}
.fa-file-invoice:before {
content: "\f570";
}
.fa-file-invoice-dollar:before {
content: "\f571";
}
.fa-file-medical:before {
content: "\f477";
}
.fa-file-medical-alt:before {
content: "\f478";
}
.fa-file-pdf:before {
content: "\f1c1";
}
.fa-file-powerpoint:before {
content: "\f1c4";
}
.fa-file-prescription:before {
content: "\f572";
}
.fa-file-signature:before {
content: "\f573";
}
.fa-file-upload:before {
content: "\f574";
}
.fa-file-video:before {
content: "\f1c8";
}
.fa-file-word:before {
content: "\f1c2";
}
.fa-fill:before {
content: "\f575";
}
.fa-fill-drip:before {
content: "\f576";
}
.fa-film:before {
content: "\f008";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-fingerprint:before {
content: "\f577";
}
.fa-fire:before {
content: "\f06d";
}
.fa-fire-alt:before {
content: "\f7e4";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-firefox:before {
content: "\f269";
}
.fa-first-aid:before {
content: "\f479";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-first-order-alt:before {
content: "\f50a";
}
.fa-firstdraft:before {
content: "\f3a1";
}
.fa-fish:before {
content: "\f578";
}
.fa-fist-raised:before {
content: "\f6de";
}
.fa-flag:before {
content: "\f024";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-flag-usa:before {
content: "\f74d";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-flipboard:before {
content: "\f44d";
}
.fa-flushed:before {
content: "\f579";
}
.fa-fly:before {
content: "\f417";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-minus:before {
content: "\f65d";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-folder-plus:before {
content: "\f65e";
}
.fa-font:before {
content: "\f031";
}
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-font-awesome-alt:before {
content: "\f35c";
}
.fa-font-awesome-flag:before {
content: "\f425";
}
.fa-font-awesome-logo-full:before {
content: "\f4e6";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-fonticons-fi:before {
content: "\f3a2";
}
.fa-football-ball:before {
content: "\f44e";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-fort-awesome-alt:before {
content: "\f3a3";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-forward:before {
content: "\f04e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-freebsd:before {
content: "\f3a4";
}
.fa-frog:before {
content: "\f52e";
}
.fa-frown:before {
content: "\f119";
}
.fa-frown-open:before {
content: "\f57a";
}
.fa-fulcrum:before {
content: "\f50b";
}
.fa-funnel-dollar:before {
content: "\f662";
}
.fa-futbol:before {
content: "\f1e3";
}
.fa-galactic-republic:before {
content: "\f50c";
}
.fa-galactic-senate:before {
content: "\f50d";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-gas-pump:before {
content: "\f52f";
}
.fa-gavel:before {
content: "\f0e3";
}
.fa-gem:before {
content: "\f3a5";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-ghost:before {
content: "\f6e2";
}
.fa-gift:before {
content: "\f06b";
}
.fa-gifts:before {
content: "\f79c";
}
.fa-git:before {
content: "\f1d3";
}
.fa-git-alt:before {
content: "\f841";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-github:before {
content: "\f09b";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-github-square:before {
content: "\f092";
}
.fa-gitkraken:before {
content: "\f3a6";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-gitter:before {
content: "\f426";
}
.fa-glass-cheers:before {
content: "\f79f";
}
.fa-glass-martini:before {
content: "\f000";
}
.fa-glass-martini-alt:before {
content: "\f57b";
}
.fa-glass-whiskey:before {
content: "\f7a0";
}
.fa-glasses:before {
content: "\f530";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-globe-africa:before {
content: "\f57c";
}
.fa-globe-americas:before {
content: "\f57d";
}
.fa-globe-asia:before {
content: "\f57e";
}
.fa-globe-europe:before {
content: "\f7a2";
}
.fa-gofore:before {
content: "\f3a7";
}
.fa-golf-ball:before {
content: "\f450";
}
.fa-goodreads:before {
content: "\f3a8";
}
.fa-goodreads-g:before {
content: "\f3a9";
}
.fa-google:before {
content: "\f1a0";
}
.fa-google-drive:before {
content: "\f3aa";
}
.fa-google-play:before {
content: "\f3ab";
}
.fa-google-plus:before {
content: "\f2b3";
}
.fa-google-plus-g:before {
content: "\f0d5";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-gopuram:before {
content: "\f664";
}
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-gratipay:before {
content: "\f184";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-greater-than:before {
content: "\f531";
}
.fa-greater-than-equal:before {
content: "\f532";
}
.fa-grimace:before {
content: "\f57f";
}
.fa-grin:before {
content: "\f580";
}
.fa-grin-alt:before {
content: "\f581";
}
.fa-grin-beam:before {
content: "\f582";
}
.fa-grin-beam-sweat:before {
content: "\f583";
}
.fa-grin-hearts:before {
content: "\f584";
}
.fa-grin-squint:before {
content: "\f585";
}
.fa-grin-squint-tears:before {
content: "\f586";
}
.fa-grin-stars:before {
content: "\f587";
}
.fa-grin-tears:before {
content: "\f588";
}
.fa-grin-tongue:before {
content: "\f589";
}
.fa-grin-tongue-squint:before {
content: "\f58a";
}
.fa-grin-tongue-wink:before {
content: "\f58b";
}
.fa-grin-wink:before {
content: "\f58c";
}
.fa-grip-horizontal:before {
content: "\f58d";
}
.fa-grip-lines:before {
content: "\f7a4";
}
.fa-grip-lines-vertical:before {
content: "\f7a5";
}
.fa-grip-vertical:before {
content: "\f58e";
}
.fa-gripfire:before {
content: "\f3ac";
}
.fa-grunt:before {
content: "\f3ad";
}
.fa-guitar:before {
content: "\f7a6";
}
.fa-gulp:before {
content: "\f3ae";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-hacker-news-square:before {
content: "\f3af";
}
.fa-hackerrank:before {
content: "\f5f7";
}
.fa-hamburger:before {
content: "\f805";
}
.fa-hammer:before {
content: "\f6e3";
}
.fa-hamsa:before {
content: "\f665";
}
.fa-hand-holding:before {
content: "\f4bd";
}
.fa-hand-holding-heart:before {
content: "\f4be";
}
.fa-hand-holding-usd:before {
content: "\f4c0";
}
.fa-hand-lizard:before {
content: "\f258";
}
.fa-hand-middle-finger:before {
content: "\f806";
}
.fa-hand-paper:before {
content: "\f256";
}
.fa-hand-peace:before {
content: "\f25b";
}
.fa-hand-point-down:before {
content: "\f0a7";
}
.fa-hand-point-left:before {
content: "\f0a5";
}
.fa-hand-point-right:before {
content: "\f0a4";
}
.fa-hand-point-up:before {
content: "\f0a6";
}
.fa-hand-pointer:before {
content: "\f25a";
}
.fa-hand-rock:before {
content: "\f255";
}
.fa-hand-scissors:before {
content: "\f257";
}
.fa-hand-spock:before {
content: "\f259";
}
.fa-hands:before {
content: "\f4c2";
}
.fa-hands-helping:before {
content: "\f4c4";
}
.fa-handshake:before {
content: "\f2b5";
}
.fa-hanukiah:before {
content: "\f6e6";
}
.fa-hard-hat:before {
content: "\f807";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-hat-wizard:before {
content: "\f6e8";
}
.fa-haykal:before {
content: "\f666";
}
.fa-hdd:before {
content: "\f0a0";
}
.fa-heading:before {
content: "\f1dc";
}
.fa-headphones:before {
content: "\f025";
}
.fa-headphones-alt:before {
content: "\f58f";
}
.fa-headset:before {
content: "\f590";
}
.fa-heart:before {
content: "\f004";
}
.fa-heart-broken:before {
content: "\f7a9";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-helicopter:before {
content: "\f533";
}
.fa-highlighter:before {
content: "\f591";
}
.fa-hiking:before {
content: "\f6ec";
}
.fa-hippo:before {
content: "\f6ed";
}
.fa-hips:before {
content: "\f452";
}
.fa-hire-a-helper:before {
content: "\f3b0";
}
.fa-history:before {
content: "\f1da";
}
.fa-hockey-puck:before {
content: "\f453";
}
.fa-holly-berry:before {
content: "\f7aa";
}
.fa-home:before {
content: "\f015";
}
.fa-hooli:before {
content: "\f427";
}
.fa-hornbill:before {
content: "\f592";
}
.fa-horse:before {
content: "\f6f0";
}
.fa-horse-head:before {
content: "\f7ab";
}
.fa-hospital:before {
content: "\f0f8";
}
.fa-hospital-alt:before {
content: "\f47d";
}
.fa-hospital-symbol:before {
content: "\f47e";
}
.fa-hot-tub:before {
content: "\f593";
}
.fa-hotdog:before {
content: "\f80f";
}
.fa-hotel:before {
content: "\f594";
}
.fa-hotjar:before {
content: "\f3b1";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-start:before {
content: "\f251";
}
.fa-house-damage:before {
content: "\f6f1";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-hryvnia:before {
content: "\f6f2";
}
.fa-html5:before {
content: "\f13b";
}
.fa-hubspot:before {
content: "\f3b2";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-ice-cream:before {
content: "\f810";
}
.fa-icicles:before {
content: "\f7ad";
}
.fa-icons:before {
content: "\f86d";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-id-card:before {
content: "\f2c2";
}
.fa-id-card-alt:before {
content: "\f47f";
}
.fa-igloo:before {
content: "\f7ae";
}
.fa-image:before {
content: "\f03e";
}
.fa-images:before {
content: "\f302";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-indent:before {
content: "\f03c";
}
.fa-industry:before {
content: "\f275";
}
.fa-infinity:before {
content: "\f534";
}
.fa-info:before {
content: "\f129";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-intercom:before {
content: "\f7af";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-invision:before {
content: "\f7b0";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-italic:before {
content: "\f033";
}
.fa-itch-io:before {
content: "\f83a";
}
.fa-itunes:before {
content: "\f3b4";
}
.fa-itunes-note:before {
content: "\f3b5";
}
.fa-java:before {
content: "\f4e4";
}
.fa-jedi:before {
content: "\f669";
}
.fa-jedi-order:before {
content: "\f50e";
}
.fa-jenkins:before {
content: "\f3b6";
}
.fa-jira:before {
content: "\f7b1";
}
.fa-joget:before {
content: "\f3b7";
}
.fa-joint:before {
content: "\f595";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-journal-whills:before {
content: "\f66a";
}
.fa-js:before {
content: "\f3b8";
}
.fa-js-square:before {
content: "\f3b9";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-kaaba:before {
content: "\f66b";
}
.fa-kaggle:before {
content: "\f5fa";
}
.fa-key:before {
content: "\f084";
}
.fa-keybase:before {
content: "\f4f5";
}
.fa-keyboard:before {
content: "\f11c";
}
.fa-keycdn:before {
content: "\f3ba";
}
.fa-khanda:before {
content: "\f66d";
}
.fa-kickstarter:before {
content: "\f3bb";
}
.fa-kickstarter-k:before {
content: "\f3bc";
}
.fa-kiss:before {
content: "\f596";
}
.fa-kiss-beam:before {
content: "\f597";
}
.fa-kiss-wink-heart:before {
content: "\f598";
}
.fa-kiwi-bird:before {
content: "\f535";
}
.fa-korvue:before {
content: "\f42f";
}
.fa-landmark:before {
content: "\f66f";
}
.fa-language:before {
content: "\f1ab";
}
.fa-laptop:before {
content: "\f109";
}
.fa-laptop-code:before {
content: "\f5fc";
}
.fa-laptop-medical:before {
content: "\f812";
}
.fa-laravel:before {
content: "\f3bd";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-laugh:before {
content: "\f599";
}
.fa-laugh-beam:before {
content: "\f59a";
}
.fa-laugh-squint:before {
content: "\f59b";
}
.fa-laugh-wink:before {
content: "\f59c";
}
.fa-layer-group:before {
content: "\f5fd";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-lemon:before {
content: "\f094";
}
.fa-less:before {
content: "\f41d";
}
.fa-less-than:before {
content: "\f536";
}
.fa-less-than-equal:before {
content: "\f537";
}
.fa-level-down-alt:before {
content: "\f3be";
}
.fa-level-up-alt:before {
content: "\f3bf";
}
.fa-life-ring:before {
content: "\f1cd";
}
.fa-lightbulb:before {
content: "\f0eb";
}
.fa-line:before {
content: "\f3c0";
}
.fa-link:before {
content: "\f0c1";
}
.fa-linkedin:before {
content: "\f08c";
}
.fa-linkedin-in:before {
content: "\f0e1";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-linux:before {
content: "\f17c";
}
.fa-lira-sign:before {
content: "\f195";
}
.fa-list:before {
content: "\f03a";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-lock:before {
content: "\f023";
}
.fa-lock-open:before {
content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
content: "\f309";
}
.fa-long-arrow-alt-left:before {
content: "\f30a";
}
.fa-long-arrow-alt-right:before {
content: "\f30b";
}
.fa-long-arrow-alt-up:before {
content: "\f30c";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-luggage-cart:before {
content: "\f59d";
}
.fa-lyft:before {
content: "\f3c3";
}
.fa-magento:before {
content: "\f3c4";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-magnet:before {
content: "\f076";
}
.fa-mail-bulk:before {
content: "\f674";
}
.fa-mailchimp:before {
content: "\f59e";
}
.fa-male:before {
content: "\f183";
}
.fa-mandalorian:before {
content: "\f50f";
}
.fa-map:before {
content: "\f279";
}
.fa-map-marked:before {
content: "\f59f";
}
.fa-map-marked-alt:before {
content: "\f5a0";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-map-marker-alt:before {
content: "\f3c5";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-markdown:before {
content: "\f60f";
}
.fa-marker:before {
content: "\f5a1";
}
.fa-mars:before {
content: "\f222";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mask:before {
content: "\f6fa";
}
.fa-mastodon:before {
content: "\f4f6";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-medal:before {
content: "\f5a2";
}
.fa-medapps:before {
content: "\f3c6";
}
.fa-medium:before {
content: "\f23a";
}
.fa-medium-m:before {
content: "\f3c7";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-medrt:before {
content: "\f3c8";
}
.fa-meetup:before {
content: "\f2e0";
}
.fa-megaport:before {
content: "\f5a3";
}
.fa-meh:before {
content: "\f11a";
}
.fa-meh-blank:before {
content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
content: "\f5a5";
}
.fa-memory:before {
content: "\f538";
}
.fa-mendeley:before {
content: "\f7b3";
}
.fa-menorah:before {
content: "\f676";
}
.fa-mercury:before {
content: "\f223";
}
.fa-meteor:before {
content: "\f753";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-alt:before {
content: "\f3c9";
}
.fa-microphone-alt-slash:before {
content: "\f539";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-microscope:before {
content: "\f610";
}
.fa-microsoft:before {
content: "\f3ca";
}
.fa-minus:before {
content: "\f068";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-mitten:before {
content: "\f7b5";
}
.fa-mix:before {
content: "\f3cb";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-mizuni:before {
content: "\f3cc";
}
.fa-mobile:before {
content: "\f10b";
}
.fa-mobile-alt:before {
content: "\f3cd";
}
.fa-modx:before {
content: "\f285";
}
.fa-monero:before {
content: "\f3d0";
}
.fa-money-bill:before {
content: "\f0d6";
}
.fa-money-bill-alt:before {
content: "\f3d1";
}
.fa-money-bill-wave:before {
content: "\f53a";
}
.fa-money-bill-wave-alt:before {
content: "\f53b";
}
.fa-money-check:before {
content: "\f53c";
}
.fa-money-check-alt:before {
content: "\f53d";
}
.fa-monument:before {
content: "\f5a6";
}
.fa-moon:before {
content: "\f186";
}
.fa-mortar-pestle:before {
content: "\f5a7";
}
.fa-mosque:before {
content: "\f678";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-mountain:before {
content: "\f6fc";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-mug-hot:before {
content: "\f7b6";
}
.fa-music:before {
content: "\f001";
}
.fa-napster:before {
content: "\f3d2";
}
.fa-neos:before {
content: "\f612";
}
.fa-network-wired:before {
content: "\f6ff";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-newspaper:before {
content: "\f1ea";
}
.fa-nimblr:before {
content: "\f5a8";
}
.fa-node:before {
content: "\f419";
}
.fa-node-js:before {
content: "\f3d3";
}
.fa-not-equal:before {
content: "\f53e";
}
.fa-notes-medical:before {
content: "\f481";
}
.fa-npm:before {
content: "\f3d4";
}
.fa-ns8:before {
content: "\f3d5";
}
.fa-nutritionix:before {
content: "\f3d6";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-oil-can:before {
content: "\f613";
}
.fa-old-republic:before {
content: "\f510";
}
.fa-om:before {
content: "\f679";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-openid:before {
content: "\f19b";
}
.fa-opera:before {
content: "\f26a";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-osi:before {
content: "\f41a";
}
.fa-otter:before {
content: "\f700";
}
.fa-outdent:before {
content: "\f03b";
}
.fa-page4:before {
content: "\f3d7";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-pager:before {
content: "\f815";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-paint-roller:before {
content: "\f5aa";
}
.fa-palette:before {
content: "\f53f";
}
.fa-palfed:before {
content: "\f3d8";
}
.fa-pallet:before {
content: "\f482";
}
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-parachute-box:before {
content: "\f4cd";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-parking:before {
content: "\f540";
}
.fa-passport:before {
content: "\f5ab";
}
.fa-pastafarianism:before {
content: "\f67b";
}
.fa-paste:before {
content: "\f0ea";
}
.fa-patreon:before {
content: "\f3d9";
}
.fa-pause:before {
content: "\f04c";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-peace:before {
content: "\f67c";
}
.fa-pen:before {
content: "\f304";
}
.fa-pen-alt:before {
content: "\f305";
}
.fa-pen-fancy:before {
content: "\f5ac";
}
.fa-pen-nib:before {
content: "\f5ad";
}
.fa-pen-square:before {
content: "\f14b";
}
.fa-pencil-alt:before {
content: "\f303";
}
.fa-pencil-ruler:before {
content: "\f5ae";
}
.fa-penny-arcade:before {
content: "\f704";
}
.fa-people-carry:before {
content: "\f4ce";
}
.fa-pepper-hot:before {
content: "\f816";
}
.fa-percent:before {
content: "\f295";
}
.fa-percentage:before {
content: "\f541";
}
.fa-periscope:before {
content: "\f3da";
}
.fa-person-booth:before {
content: "\f756";
}
.fa-phabricator:before {
content: "\f3db";
}
.fa-phoenix-framework:before {
content: "\f3dc";
}
.fa-phoenix-squadron:before {
content: "\f511";
}
.fa-phone:before {
content: "\f095";
}
.fa-phone-alt:before {
content: "\f879";
}
.fa-phone-slash:before {
content: "\f3dd";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-phone-square-alt:before {
content: "\f87b";
}
.fa-phone-volume:before {
content: "\f2a0";
}
.fa-photo-video:before {
content: "\f87c";
}
.fa-php:before {
content: "\f457";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-pied-piper-hat:before {
content: "\f4e5";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-piggy-bank:before {
content: "\f4d3";
}
.fa-pills:before {
content: "\f484";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-pizza-slice:before {
content: "\f818";
}
.fa-place-of-worship:before {
content: "\f67f";
}
.fa-plane:before {
content: "\f072";
}
.fa-plane-arrival:before {
content: "\f5af";
}
.fa-plane-departure:before {
content: "\f5b0";
}
.fa-play:before {
content: "\f04b";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-playstation:before {
content: "\f3df";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-plus:before {
content: "\f067";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-poll:before {
content: "\f681";
}
.fa-poll-h:before {
content: "\f682";
}
.fa-poo:before {
content: "\f2fe";
}
.fa-poo-storm:before {
content: "\f75a";
}
.fa-poop:before {
content: "\f619";
}
.fa-portrait:before {
content: "\f3e0";
}
.fa-pound-sign:before {
content: "\f154";
}
.fa-power-off:before {
content: "\f011";
}
.fa-pray:before {
content: "\f683";
}
.fa-praying-hands:before {
content: "\f684";
}
.fa-prescription:before {
content: "\f5b1";
}
.fa-prescription-bottle:before {
content: "\f485";
}
.fa-prescription-bottle-alt:before {
content: "\f486";
}
.fa-print:before {
content: "\f02f";
}
.fa-procedures:before {
content: "\f487";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-project-diagram:before {
content: "\f542";
}
.fa-pushed:before {
content: "\f3e1";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-python:before {
content: "\f3e2";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-question:before {
content: "\f128";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-quidditch:before {
content: "\f458";
}
.fa-quinscape:before {
content: "\f459";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-quran:before {
content: "\f687";
}
.fa-r-project:before {
content: "\f4f7";
}
.fa-radiation:before {
content: "\f7b9";
}
.fa-radiation-alt:before {
content: "\f7ba";
}
.fa-rainbow:before {
content: "\f75b";
}
.fa-random:before {
content: "\f074";
}
.fa-raspberry-pi:before {
content: "\f7bb";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-react:before {
content: "\f41b";
}
.fa-reacteurope:before {
content: "\f75d";
}
.fa-readme:before {
content: "\f4d5";
}
.fa-rebel:before {
content: "\f1d0";
}
.fa-receipt:before {
content: "\f543";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-red-river:before {
content: "\f3e3";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-redhat:before {
content: "\f7bc";
}
.fa-redo:before {
content: "\f01e";
}
.fa-redo-alt:before {
content: "\f2f9";
}
.fa-registered:before {
content: "\f25d";
}
.fa-remove-format:before {
content: "\f87d";
}
.fa-renren:before {
content: "\f18b";
}
.fa-reply:before {
content: "\f3e5";
}
.fa-reply-all:before {
content: "\f122";
}
.fa-replyd:before {
content: "\f3e6";
}
.fa-republican:before {
content: "\f75e";
}
.fa-researchgate:before {
content: "\f4f8";
}
.fa-resolving:before {
content: "\f3e7";
}
.fa-restroom:before {
content: "\f7bd";
}
.fa-retweet:before {
content: "\f079";
}
.fa-rev:before {
content: "\f5b2";
}
.fa-ribbon:before {
content: "\f4d6";
}
.fa-ring:before {
content: "\f70b";
}
.fa-road:before {
content: "\f018";
}
.fa-robot:before {
content: "\f544";
}
.fa-rocket:before {
content: "\f135";
}
.fa-rocketchat:before {
content: "\f3e8";
}
.fa-rockrms:before {
content: "\f3e9";
}
.fa-route:before {
content: "\f4d7";
}
.fa-rss:before {
content: "\f09e";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-ruble-sign:before {
content: "\f158";
}
.fa-ruler:before {
content: "\f545";
}
.fa-ruler-combined:before {
content: "\f546";
}
.fa-ruler-horizontal:before {
content: "\f547";
}
.fa-ruler-vertical:before {
content: "\f548";
}
.fa-running:before {
content: "\f70c";
}
.fa-rupee-sign:before {
content: "\f156";
}
.fa-sad-cry:before {
content: "\f5b3";
}
.fa-sad-tear:before {
content: "\f5b4";
}
.fa-safari:before {
content: "\f267";
}
.fa-salesforce:before {
content: "\f83b";
}
.fa-sass:before {
content: "\f41e";
}
.fa-satellite:before {
content: "\f7bf";
}
.fa-satellite-dish:before {
content: "\f7c0";
}
.fa-save:before {
content: "\f0c7";
}
.fa-schlix:before {
content: "\f3ea";
}
.fa-school:before {
content: "\f549";
}
.fa-screwdriver:before {
content: "\f54a";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-scroll:before {
content: "\f70e";
}
.fa-sd-card:before {
content: "\f7c2";
}
.fa-search:before {
content: "\f002";
}
.fa-search-dollar:before {
content: "\f688";
}
.fa-search-location:before {
content: "\f689";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-searchengin:before {
content: "\f3eb";
}
.fa-seedling:before {
content: "\f4d8";
}
.fa-sellcast:before {
content: "\f2da";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-server:before {
content: "\f233";
}
.fa-servicestack:before {
content: "\f3ec";
}
.fa-shapes:before {
content: "\f61f";
}
.fa-share:before {
content: "\f064";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-shekel-sign:before {
content: "\f20b";
}
.fa-shield-alt:before {
content: "\f3ed";
}
.fa-ship:before {
content: "\f21a";
}
.fa-shipping-fast:before {
content: "\f48b";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-shoe-prints:before {
content: "\f54b";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-shopware:before {
content: "\f5b5";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-shuttle-van:before {
content: "\f5b6";
}
.fa-sign:before {
content: "\f4d9";
}
.fa-sign-in-alt:before {
content: "\f2f6";
}
.fa-sign-language:before {
content: "\f2a7";
}
.fa-sign-out-alt:before {
content: "\f2f5";
}
.fa-signal:before {
content: "\f012";
}
.fa-signature:before {
content: "\f5b7";
}
.fa-sim-card:before {
content: "\f7c4";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-sistrix:before {
content: "\f3ee";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-sith:before {
content: "\f512";
}
.fa-skating:before {
content: "\f7c5";
}
.fa-sketch:before {
content: "\f7c6";
}
.fa-skiing:before {
content: "\f7c9";
}
.fa-skiing-nordic:before {
content: "\f7ca";
}
.fa-skull:before {
content: "\f54c";
}
.fa-skull-crossbones:before {
content: "\f714";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-skype:before {
content: "\f17e";
}
.fa-slack:before {
content: "\f198";
}
.fa-slack-hash:before {
content: "\f3ef";
}
.fa-slash:before {
content: "\f715";
}
.fa-sleigh:before {
content: "\f7cc";
}
.fa-sliders-h:before {
content: "\f1de";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-smile:before {
content: "\f118";
}
.fa-smile-beam:before {
content: "\f5b8";
}
.fa-smile-wink:before {
content: "\f4da";
}
.fa-smog:before {
content: "\f75f";
}
.fa-smoking:before {
content: "\f48d";
}
.fa-smoking-ban:before {
content: "\f54d";
}
.fa-sms:before {
content: "\f7cd";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-snowboarding:before {
content: "\f7ce";
}
.fa-snowflake:before {
content: "\f2dc";
}
.fa-snowman:before {
content: "\f7d0";
}
.fa-snowplow:before {
content: "\f7d2";
}
.fa-socks:before {
content: "\f696";
}
.fa-solar-panel:before {
content: "\f5ba";
}
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-alpha-down:before {
content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
content: "\f881";
}
.fa-sort-alpha-up:before {
content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
content: "\f882";
}
.fa-sort-amount-down:before {
content: "\f160";
}
.fa-sort-amount-down-alt:before {
content: "\f884";
}
.fa-sort-amount-up:before {
content: "\f161";
}
.fa-sort-amount-up-alt:before {
content: "\f885";
}
.fa-sort-down:before {
content: "\f0dd";
}
.fa-sort-numeric-down:before {
content: "\f162";
}
.fa-sort-numeric-down-alt:before {
content: "\f886";
}
.fa-sort-numeric-up:before {
content: "\f163";
}
.fa-sort-numeric-up-alt:before {
content: "\f887";
}
.fa-sort-up:before {
content: "\f0de";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-sourcetree:before {
content: "\f7d3";
}
.fa-spa:before {
content: "\f5bb";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-speakap:before {
content: "\f3f3";
}
.fa-speaker-deck:before {
content: "\f83c";
}
.fa-spell-check:before {
content: "\f891";
}
.fa-spider:before {
content: "\f717";
}
.fa-spinner:before {
content: "\f110";
}
.fa-splotch:before {
content: "\f5bc";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-spray-can:before {
content: "\f5bd";
}
.fa-square:before {
content: "\f0c8";
}
.fa-square-full:before {
content: "\f45c";
}
.fa-square-root-alt:before {
content: "\f698";
}
.fa-squarespace:before {
content: "\f5be";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-stackpath:before {
content: "\f842";
}
.fa-stamp:before {
content: "\f5bf";
}
.fa-star:before {
content: "\f005";
}
.fa-star-and-crescent:before {
content: "\f699";
}
.fa-star-half:before {
content: "\f089";
}
.fa-star-half-alt:before {
content: "\f5c0";
}
.fa-star-of-david:before {
content: "\f69a";
}
.fa-star-of-life:before {
content: "\f621";
}
.fa-staylinked:before {
content: "\f3f5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-steam-symbol:before {
content: "\f3f6";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-sticker-mule:before {
content: "\f3f7";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-stop:before {
content: "\f04d";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stopwatch:before {
content: "\f2f2";
}
.fa-store:before {
content: "\f54e";
}
.fa-store-alt:before {
content: "\f54f";
}
.fa-strava:before {
content: "\f428";
}
.fa-stream:before {
content: "\f550";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-stripe:before {
content: "\f429";
}
.fa-stripe-s:before {
content: "\f42a";
}
.fa-stroopwafel:before {
content: "\f551";
}
.fa-studiovinari:before {
content: "\f3f8";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-subway:before {
content: "\f239";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-suitcase-rolling:before {
content: "\f5c1";
}
.fa-sun:before {
content: "\f185";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-supple:before {
content: "\f3f9";
}
.fa-surprise:before {
content: "\f5c2";
}
.fa-suse:before {
content: "\f7d6";
}
.fa-swatchbook:before {
content: "\f5c3";
}
.fa-swimmer:before {
content: "\f5c4";
}
.fa-swimming-pool:before {
content: "\f5c5";
}
.fa-symfony:before {
content: "\f83d";
}
.fa-synagogue:before {
content: "\f69b";
}
.fa-sync:before {
content: "\f021";
}
.fa-sync-alt:before {
content: "\f2f1";
}
.fa-syringe:before {
content: "\f48e";
}
.fa-table:before {
content: "\f0ce";
}
.fa-table-tennis:before {
content: "\f45d";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-tablet-alt:before {
content: "\f3fa";
}
.fa-tablets:before {
content: "\f490";
}
.fa-tachometer-alt:before {
content: "\f3fd";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-tape:before {
content: "\f4db";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-taxi:before {
content: "\f1ba";
}
.fa-teamspeak:before {
content: "\f4f9";
}
.fa-teeth:before {
content: "\f62e";
}
.fa-teeth-open:before {
content: "\f62f";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-telegram-plane:before {
content: "\f3fe";
}
.fa-temperature-high:before {
content: "\f769";
}
.fa-temperature-low:before {
content: "\f76b";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-tenge:before {
content: "\f7d7";
}
.fa-terminal:before {
content: "\f120";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-the-red-yeti:before {
content: "\f69d";
}
.fa-theater-masks:before {
content: "\f630";
}
.fa-themeco:before {
content: "\f5c6";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-thermometer:before {
content: "\f491";
}
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-think-peaks:before {
content: "\f731";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbtack:before {
content: "\f08d";
}
.fa-ticket-alt:before {
content: "\f3ff";
}
.fa-times:before {
content: "\f00d";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-tint:before {
content: "\f043";
}
.fa-tint-slash:before {
content: "\f5c7";
}
.fa-tired:before {
content: "\f5c8";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-toilet:before {
content: "\f7d8";
}
.fa-toilet-paper:before {
content: "\f71e";
}
.fa-toolbox:before {
content: "\f552";
}
.fa-tools:before {
content: "\f7d9";
}
.fa-tooth:before {
content: "\f5c9";
}
.fa-torah:before {
content: "\f6a0";
}
.fa-torii-gate:before {
content: "\f6a1";
}
.fa-tractor:before {
content: "\f722";
}
.fa-trade-federation:before {
content: "\f513";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-traffic-light:before {
content: "\f637";
}
.fa-train:before {
content: "\f238";
}
.fa-tram:before {
content: "\f7da";
}
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-trash-alt:before {
content: "\f2ed";
}
.fa-trash-restore:before {
content: "\f829";
}
.fa-trash-restore-alt:before {
content: "\f82a";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-trello:before {
content: "\f181";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-trophy:before {
content: "\f091";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-truck-loading:before {
content: "\f4de";
}
.fa-truck-monster:before {
content: "\f63b";
}
.fa-truck-moving:before {
content: "\f4df";
}
.fa-truck-pickup:before {
content: "\f63c";
}
.fa-tshirt:before {
content: "\f553";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-tv:before {
content: "\f26c";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-twitter:before {
content: "\f099";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-typo3:before {
content: "\f42b";
}
.fa-uber:before {
content: "\f402";
}
.fa-ubuntu:before {
content: "\f7df";
}
.fa-uikit:before {
content: "\f403";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-umbrella-beach:before {
content: "\f5ca";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-undo:before {
content: "\f0e2";
}
.fa-undo-alt:before {
content: "\f2ea";
}
.fa-uniregistry:before {
content: "\f404";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-university:before {
content: "\f19c";
}
.fa-unlink:before {
content: "\f127";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-untappd:before {
content: "\f405";
}
.fa-upload:before {
content: "\f093";
}
.fa-ups:before {
content: "\f7e0";
}
.fa-usb:before {
content: "\f287";
}
.fa-user:before {
content: "\f007";
}
.fa-user-alt:before {
content: "\f406";
}
.fa-user-alt-slash:before {
content: "\f4fa";
}
.fa-user-astronaut:before {
content: "\f4fb";
}
.fa-user-check:before {
content: "\f4fc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-clock:before {
content: "\f4fd";
}
.fa-user-cog:before {
content: "\f4fe";
}
.fa-user-edit:before {
content: "\f4ff";
}
.fa-user-friends:before {
content: "\f500";
}
.fa-user-graduate:before {
content: "\f501";
}
.fa-user-injured:before {
content: "\f728";
}
.fa-user-lock:before {
content: "\f502";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-user-minus:before {
content: "\f503";
}
.fa-user-ninja:before {
content: "\f504";
}
.fa-user-nurse:before {
content: "\f82f";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-user-shield:before {
content: "\f505";
}
.fa-user-slash:before {
content: "\f506";
}
.fa-user-tag:before {
content: "\f507";
}
.fa-user-tie:before {
content: "\f508";
}
.fa-user-times:before {
content: "\f235";
}
.fa-users:before {
content: "\f0c0";
}
.fa-users-cog:before {
content: "\f509";
}
.fa-usps:before {
content: "\f7e1";
}
.fa-ussunnah:before {
content: "\f407";
}
.fa-utensil-spoon:before {
content: "\f2e5";
}
.fa-utensils:before {
content: "\f2e7";
}
.fa-vaadin:before {
content: "\f408";
}
.fa-vector-square:before {
content: "\f5cb";
}
.fa-venus:before {
content: "\f221";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-vial:before {
content: "\f492";
}
.fa-vials:before {
content: "\f493";
}
.fa-viber:before {
content: "\f409";
}
.fa-video:before {
content: "\f03d";
}
.fa-video-slash:before {
content: "\f4e2";
}
.fa-vihara:before {
content: "\f6a7";
}
.fa-vimeo:before {
content: "\f40a";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-vimeo-v:before {
content: "\f27d";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-vk:before {
content: "\f189";
}
.fa-vnv:before {
content: "\f40b";
}
.fa-voicemail:before {
content: "\f897";
}
.fa-volleyball-ball:before {
content: "\f45f";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-mute:before {
content: "\f6a9";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-vote-yea:before {
content: "\f772";
}
.fa-vr-cardboard:before {
content: "\f729";
}
.fa-vuejs:before {
content: "\f41f";
}
.fa-walking:before {
content: "\f554";
}
.fa-wallet:before {
content: "\f555";
}
.fa-warehouse:before {
content: "\f494";
}
.fa-water:before {
content: "\f773";
}
.fa-wave-square:before {
content: "\f83e";
}
.fa-waze:before {
content: "\f83f";
}
.fa-weebly:before {
content: "\f5cc";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-weight:before {
content: "\f496";
}
.fa-weight-hanging:before {
content: "\f5cd";
}
.fa-weixin:before {
content: "\f1d7";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-whatsapp-square:before {
content: "\f40c";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-whmcs:before {
content: "\f40d";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-wind:before {
content: "\f72e";
}
.fa-window-close:before {
content: "\f410";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-windows:before {
content: "\f17a";
}
.fa-wine-bottle:before {
content: "\f72f";
}
.fa-wine-glass:before {
content: "\f4e3";
}
.fa-wine-glass-alt:before {
content: "\f5ce";
}
.fa-wix:before {
content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
content: "\f730";
}
.fa-wolf-pack-battalion:before {
content: "\f514";
}
.fa-won-sign:before {
content: "\f159";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-wordpress-simple:before {
content: "\f411";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-wpressr:before {
content: "\f3e4";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-x-ray:before {
content: "\f497";
}
.fa-xbox:before {
content: "\f412";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-y-combinator:before {
content: "\f23b";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-yammer:before {
content: "\f840";
}
.fa-yandex:before {
content: "\f413";
}
.fa-yandex-international:before {
content: "\f414";
}
.fa-yarn:before {
content: "\f7e3";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-yen-sign:before {
content: "\f157";
}
.fa-yin-yang:before {
content: "\f6ad";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-youtube:before {
content: "\f167";
}
.fa-youtube-square:before {
content: "\f431";
}
.fa-zhihu:before {
content: "\f63f";
} @font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//globecore.com/wp-content/themes/globecore_2020/fonts/fa-brands-400.woff) format("woff");
}
.fab {
font-family: "Font Awesome 5 Brands";
}
.fa,
.far,
.fas {
font-family: "Font Awesome 5 Free";
} @font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//globecore.com/wp-content/themes/globecore_2020/fonts/fa-regular-400.woff) format("woff");
}
.far {
font-weight: 400;
} @font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(//globecore.com/wp-content/themes/globecore_2020/fonts/fa-solid-900.woff) format("woff");
}
.fa,
.fas {
font-weight: 900;
}
.slick-slider {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.slick-list {
margin: 0;
padding: 0;
}
.fancybox-button:focus,
.no-outline [tabindex],
.no-outline a,
.no-outline button,
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
outline: 0;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-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 {
left: 0;
top: 0;
margin-left: auto;
margin-right: auto;
}
.slick-track::after,
.slick-track::before {
content: "";
display: table;
}
.slick-track::after {
clear: both;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
.alignright,
[dir="rtl"] .slick-slide {
float: right;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-show-thumbs .fancybox-thumbs,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous,
.ginput_complex span,
.slick-initialized .slick-slide,
.slick-slide img,
.slick-slider:not(.slick-initialized) .slick-slide:first-child,
.visible,
main,
mediaelementwrapper {
display: block;
}
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
display: none;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-loading .slick-list {
background: center center no-repeat #fff;
}
.slick-dots li button,
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
color: transparent;
background: 0 0;
outline: 0;
}
.slick-next,
.slick-prev {
display: block;
position: absolute;
top: 50%;
min-width: 0;
width: 20px;
height: 30px;
padding: 0;
font-size: 0;
line-height: 0;
border: none;
box-shadow: none;
cursor: pointer;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.fancybox-active,
.page-template-tech_school .gc-right-form,
.slick-dots li,
body {
height: auto;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
opacity: 1;
}
.fancybox-thumbs__list a:focus::before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
opacity: 0.5;
}
.slick-next:before,
.slick-prev:before {
font-family: "Font Awesome 5 Free";
font-size: 30px;
line-height: 1;
opacity: 1;
}
.slick-prev,
.ui-datepicker-prev {
left: 0;
}
[dir="rtl"] .slick-prev {
right: 0;
left: auto;
}
.slick-next,
.ui-datepicker-next {
right: 0;
}
[dir="rtl"] .slick-next {
right: auto;
left: 0;
}
.slick-dots {
position: absolute;
bottom: 0;
padding: 0;
margin-left: 0;
}
.slick-dots li {
position: relative;
display: inline-block;
width: auto;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: auto;
height: auto;
padding: 0;
cursor: pointer;
border: 0;
}
.slick-dots li button:before {
content: "";
font-size: 0;
line-height: 20px;
position: static;
display: block;
width: 15px;
height: 15px;
background-color: #000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
text-align: center;
opacity: 1;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
opacity: 1;
background-color: #fff;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: 0;
position: fixed;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
opacity: 0.9;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity 0.25s, visibility 0s 0.25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
opacity: 1;
transition: opacity 0.25s, visibility;
visibility: visible;
}
.fancybox-slide,
.fancybox-slide--image .fancybox-content {
transition-property: transform, opacity;
-webkit-backface-visibility: hidden;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
transform: translateZ(0);
z-index: 99994;
}
.fancybox-slide {
height: 100%;
left: 0;
outline: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
top: 0;
white-space: normal;
z-index: 99994;
}
.fancybox-slide::before {
content: "";
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2),
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small,
.fancybox-slide--image::before,
.gfield_contains_required .ginput_container_phone .validation_message,
.gform_hidden,
.ginput_container_fileupload .validation_message:empty,
.home .gc-breadcrumbs,
.mailster-_recaptcha-wrapper,
.slick-dots li:only-child,
p:empty {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-image,
.fancybox-slide--image .fancybox-content,
.fancybox-spaceball {
max-width: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
top: 0;
left: 0;
}
.fancybox-slide--image .fancybox-content {
animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
background: 0 0/100% 100% no-repeat;
overflow: visible;
padding: 0;
position: absolute;
-ms-transform-origin: top left;
transform-origin: top left;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: 0 0;
border: 0;
height: 100%;
margin: 0;
max-height: none;
padding: 0;
position: absolute;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content,
.ui-datepicker-calendar .ui-state-hover {
background: #fff;
}
.fancybox-iframe,
.fancybox-video {
background: 0 0;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
}
.fancybox-button {
background: rgba(30, 30, 30, 0.6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color 0.2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.gc-dropdown-link:hover .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.gc-dropdown:hover .gc-dropdown-link,
.preloader {
visibility: visible;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button.fancybox-focus {
outline: dotted 1px;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: 0;
}
.fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-ms-transform: scaleX(0);
transform: scaleX(0);
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: transform;
transition-timing-function: linear;
z-index: 99998;
}
.fancybox-close-small {
background: 0 0;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: 0.8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
right: env(safe-area-inset-right);
}
.fancybox-caption {
background: linear-gradient(
to top,
rgba(0, 0, 0, 0.85) 0,
rgba(0, 0, 0, 0.3) 50%,
rgba(0, 0, 0, 0.15) 65%,
rgba(0, 0, 0, 0.075) 75.5%,
rgba(0, 0, 0, 0.037) 82.85%,
rgba(0, 0, 0, 0.019) 88%,
rgba(0, 0, 0, 0) 100%
);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px;
right: 0;
text-align: center;
z-index: 99996;
}
.fancybox-caption--separate {
margin-top: -50px;
}
.fancybox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover,
p a {
text-decoration: underline;
}
.fancybox-caption a:hover {
color: #fff;
}
.fancybox-loading {
animation: 1s linear infinite fancybox-rotate;
background: 0 0;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: 0.7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@keyframes fancybox-rotate {
100% {
transform: rotate(360deg);
}
}
.fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-ms-transform: rotate(0);
transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
transform: translate3d(0, 0, 0) scale(1);
}
#home-slider .slider-caption,
.videoHolder .video {
transform: translate(50%, -50%);
top: 50%;
position: absolute;
}
@media all and (max-height: 576px) {
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-close-small {
right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
.fancybox-caption {
padding-left: 12px;
padding-right: 12px;
}
}
.fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: 0.2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited,
.gc-news-category a,
.ui-datepicker-next:focus,
.ui-datepicker-next:hover,
.ui-datepicker-prev:focus,
.ui-datepicker-prev:hover {
color: #fff;
}
.fancybox-share__button:hover,
.ui-datepicker a {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: 0 0;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0;
outline: 0;
padding: 10px 15px;
width: 100%;
}
.fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px;
position: absolute;
right: 0;
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list,
.si-frame {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, 0.1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: 0;
overflow: hidden;
padding: 0;
position: relative;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: "";
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: 99991;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
}
@media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
.si-float-wrapper {
position: absolute;
width: 100%;
}
[class*="si-wrapper"] {
display: flex;
position: absolute;
align-items: center;
font-size: 14px;
cursor: default;
}
.si-wrapper-top {
flex-direction: column;
margin-top: -40px;
margin-left: 0;
transform: translate(-50%, -100%);
}
.si-wrapper-bottom {
flex-direction: column-reverse;
margin-top: 0;
margin-left: 0;
transform: translate(-50%, 0);
}
.si-wrapper-left {
margin-top: -20px;
margin-left: -11px;
transform: translate(-100%, -50%);
}
.si-wrapper-right {
flex-direction: row-reverse;
margin-top: -20px;
margin-left: 11px;
transform: translate(0, -50%);
}
[class*="si-shadow-wrapper"] {
display: flex;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.29804;
z-index: 1;
}
.si-shadow-wrapper-bottom,
.si-shadow-wrapper-top {
flex-direction: column;
}
.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
order: -1;
}
.si-shadow-frame {
box-shadow: 0 1px 3px 0 #000;
}
[class*="si-shadow-pointer"] {
position: relative;
width: 15px;
height: 15px;
margin: auto;
}
[class*="si-shadow-inner-pointer"] {
position: absolute;
width: 141%;
height: 141%;
box-shadow: -0.70711px 0.70711px 3px 0 #000;
}
.si-shadow-inner-pointer-top {
left: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-bottom {
bottom: 0;
left: 50%;
transform: translate(-50%, 50%) rotate(-45deg);
}
.si-shadow-inner-pointer-left {
top: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-right {
top: 50%;
right: 0;
transform: translate(50%, -50%) rotate(-45deg);
}
.si-frame {
position: relative;
flex: 1 1 auto;
border-radius: 3px;
z-index: 2;
}
.si-content-wrapper {
width: 100%;
max-width: 100%;
max-height: 100%;
padding: 30px;
background-color: #fff;
}
.si-has-border .si-content-wrapper {
border: 1px solid #bbb;
}
.si-content {
overflow: auto;
}
.si-close-button {
position: absolute;
top: 0;
right: 0;
border: 0;
outline: 0;
background-color: transparent;
color: inherit;
font-family: Arial, Baskerville, monospace;
font-size: 24px;
cursor: pointer;
opacity: 0.5;
appearance: none;
}
.si-close-button:focus,
.si-close-button:hover {
opacity: 0.7;
}
[class*="si-pointer-border"] {
position: absolute;
border: 15px solid transparent;
z-index: 3;
}
[class*="si-pointer-bg"] {
position: relative;
border: 15px solid transparent;
z-index: 4;
}
.si-has-border [class*="si-pointer-bg"] {
border-width: 15px;
}
.si-pointer-border-bottom,
.si-pointer-border-top {
left: 50%;
transform: translate(-50%, 0);
}
.si-pointer-border-left,
.si-pointer-border-right {
top: 50%;
transform: translate(0, -50%);
}
.si-pointer-top {
border-bottom: 0;
}
.si-pointer-border-top {
bottom: 0;
border-top-color: #bbb;
}
.si-pointer-bg-top {
border-top-color: #fff;
}
.si-has-border .si-pointer-bg-top {
top: -1px;
margin-bottom: 0;
}
.si-pointer-bottom {
border-top: 0;
}
.si-pointer-border-bottom {
top: 0;
border-bottom-color: #bbb;
}
.si-pointer-bg-bottom {
border-bottom-color: #fff;
}
.si-has-border .si-pointer-bg-bottom {
bottom: -1px;
margin-top: 0;
}
.si-pointer-left {
border-right: 0;
}
.si-pointer-border-left {
right: 0;
border-left-color: #bbb;
}
.si-pointer-bg-left {
border-left-color: #fff;
}
.si-has-border .si-pointer-bg-left {
left: -1px;
margin-right: 0;
}
.si-pointer-right {
border-left: 0;
}
.si-pointer-border-right {
left: 0;
border-right-color: #bbb;
}
.si-pointer-bg-right {
border-right-color: #fff;
}
.si-has-border .si-pointer-bg-right {
right: -1px;
margin-left: 0;
}
.clearfix:after,
.gform_fields::after,
.slick-slider:not(.slick-initialized)::after,
.ui-datepicker-header::after {
content: "";
display: table;
clear: both;
}
#home-slider .slick-slide {
width: 100%;
transition: height 0.3s;
}
@media screen and (max-width: 64.06125em) {
#home-slider .slick-slide {
height: 400px;
}
#home-slider {
display: none;
}
}
#home-slider .slick-slide__inner {
position: relative;
height: 100%;
}
.videoHolder {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.mejs-mediaelement,
body {
position: static !important;
}
.videoHolder .video {
right: 50%;
}
.logo h1,
.slick-dots {
font-size: 0;
}
@media print, screen and (min-width: 64.0625em) {
[data-scroll] {
transition: opacity 0.5s ease-in-out,
transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
}
.ease-btm,
.ease-left,
.ease-right,
.ease-top,
.fade-in {
opacity: 0;
}
.ease-btm[data-scroll="in"],
.ease-left[data-scroll="in"],
.ease-right[data-scroll="in"],
.ease-top[data-scroll="in"],
.fade-in[data-scroll="in"] {
opacity: 1;
}
.fade-in {
transition-duration: 1s;
}
[class*="ease-"][data-scroll="in"] {
transform: none;
}
.ease-right {
transform: translateX(100px);
}
.ease-left {
transform: translateX(-100px);
}
.ease-top {
transform: translateY(-100px);
}
.ease-btm {
transform: translateY(100px);
}
[class*="flip-"][data-scroll="in"] {
transform: perspective(400px);
backface-visibility: visible !important;
}
.flip-top {
transform: perspective(400px) rotateX(-90deg);
transform-origin: center top;
}
.flip-btm {
transform: perspective(400px) rotateX(90deg);
transform-origin: center bottom;
}
.flip-left {
transform: perspective(400px) rotateY(90deg);
transform-origin: left center;
}
.flip-right {
transform: perspective(400px) rotateY(-90deg);
transform-origin: right center;
}
.ease-delay-100 {
transition-delay: 0.3s;
}
.ease-delay-200 {
transition-delay: 0.6s;
}
.ease-delay-300 {
transition-delay: 0.9s;
}
.ease-delay-400 {
transition-delay: 1.2s;
}
.ease-delay-500 {
transition-delay: 1.5s;
}
}
.alignnone {
margin: 0 1em 1em 0;
}
.alignright {
margin: 0 0 1em 1em;
}
.alignleft {
float: left;
margin: 0 1em 1em 0;
}
.aligncenter {
display: block;
margin-right: auto;
margin-bottom: 1em;
margin-left: auto;
}
.wp-caption {
max-width: 100%;
padding: 5px 5px 10px;
border: 1px solid #f0f0f0;
background: #fff;
text-align: center;
}
#home-slider .slick-slide__inner,
.bg-contain,
.bg-cover {
background-repeat: no-repeat;
background-position: 50% 50%;
}
.wp-caption img {
width: auto;
margin-bottom: 10px;
}
.wp-caption figcaption {
margin-bottom: 0;
font-size: 14px;
}
.gallery-caption {
padding: 5px;
font-size: 11px;
line-height: 1.4;
}
.gallery {
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: calc(1.5 * 1rem);
}
.gallery-item {
display: inline-block;
width: 100%;
margin-right: 15px;
margin-bottom: 15px;
vertical-align: top;
text-align: center;
}
.gallery-item:last-of-type {
padding-right: 0;
}
.gallery-item > div > a {
display: block;
line-height: 0;
box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
box-shadow: 0 0 0 2px #0073aa;
}
.gallery-columns-2 .gallery-item {
max-width: calc((100% - 15px * 1) / 2);
}
.div.pfpItem img,
.gallery-columns-2 .gallery-item:nth-of-type(2n + 2),
.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
margin-right: 0;
}
.gallery-columns-3 .gallery-item {
max-width: calc((100% - 15px * 2) / 3);
}
.gallery-columns-4 .gallery-item {
max-width: calc((100% - 15px * 3) / 4);
}
.gallery-columns-5 .gallery-item {
max-width: calc((100% - 15px * 4) / 5);
}
.gallery-columns-6 .gallery-item {
max-width: calc((100% - 15px * 5) / 6);
}
.gallery-columns-7 .gallery-item {
max-width: calc((100% - 15px * 6) / 7);
}
.gallery-columns-8 .gallery-item {
max-width: calc((100% - 15px * 7) / 8);
}
.gallery-columns-9 .gallery-item {
max-width: calc((100% - 15px * 8) / 9);
}
#wpadminbar {
-webkit-transform: translateZ(0);
}
.wp-video {
width: 100% !important;
}
.wp-video .mejs-container {
width: 100% !important;
height: auto !important;
}
.wp-video-shortcode video,
video.wp-video-shortcode {
displaygfield: block !important;
width: 100% !important;
height: auto !important;
}
html {
height: 100%;
direction: ltr;
font-family: Roboto, sans-serif;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
font-size: 16px;
max-width: 100%;
}
.grid-container {
width: 100%;
max-width: 79rem;
}
:last-child {
margin-bottom: 1;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
ul {
font-size: inherit;
}
address {
font-style: normal;
margin-bottom: 1rem;
}
a {
color: #1a608b;
transition: 0.2s ease-in-out;
}
a:focus,
a:hover {
color: #0a2535;
}
input::placeholder,
textarea::placeholder {
opacity: 1;
}
.select-styled,
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
height: 2.875rem;
margin-bottom: 0;
}
textarea[rows] {
height: 150px;
max-width: 100%;
}
[type="number"] {
-moz-appearance: textfield;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
}
.widget:last-child,
[type="checkbox"],
[type="file"],
[type="radio"] {
margin-bottom: 0;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border-width: 1px;
transition: 0.2s ease-in-out;
}
.gform_fields {
margin: 0;
}
.gfield {
position: relative;
margin-bottom: 20px;
}
.validation_message::before,
input.datepicker_with_icon {
margin-right: 5px;
vertical-align: middle;
display: inline-block;
}
.hidden_label .gfield_label {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
}
.ginput_container ul {
margin-left: 0;
}
.gfield_error input,
.gfield_error select,
.gfield_error textarea {
border-color: #ec7a7a;
}
.gfield_description {
margin-top: 10px;
}
.gc-shop-single__content,
.gform_confirmation_message {
margin-bottom: 15px;
}
.gform_footer {
position: relative;
text-align: right;
}
.gform_ajax_spinner {
position: absolute;
top: 0;
right: 10px;
bottom: 0;
margin: auto;
}
.validation_error {
width: 100%;
margin-bottom: 15px;
padding: 5px;
border: 1px solid #ec7a7a;
background-color: #f7e4e1;
color: #333;
font-size: 14px;
text-align: left;
}
.validation_message {
position: absolute;
z-index: 3;
top: calc(100% + 7px);
left: 15px;
display: inline-block;
margin: 0;
padding: 3px 6px;
border-radius: 2px;
background-color: #f7e4e1;
color: #333;
font-size: 12px;
font-style: normal;
letter-spacing: normal;
text-transform: none;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.dropdown.menu > li > a,
.gc-page-title,
.gc-section-title,
.search__submit,
.slider-caption h3,
.ui-datepicker tbody th {
text-transform: none;
}
.validation_message::before {
content: "!";
width: 14px;
height: 14px;
border-radius: 2px;
background-color: #efae4d;
color: #fff;
font-weight: 700;
line-height: 14px;
text-align: center;
}
.preloader__icon::before,
.search__submit::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.validation_message::after {
content: "";
position: absolute;
bottom: 100%;
left: 20px;
width: 14px;
height: 7px;
border-width: 0 7px 7px;
border-style: solid;
border-color: transparent transparent #f7e4e1;
}
input.datepicker_with_icon {
width: calc(100% - 24px);
}
.ui-datepicker {
position: absolute;
z-index: 9999 !important;
width: 216px;
height: auto;
margin: 5px auto 0;
font-size: 11px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.ui-datepicker table {
width: 100%;
border-collapse: collapse;
}
.ui-datepicker thead {
border-bottom: 1px solid #bbb;
background: #f7f7f7;
color: #8a8a8a;
}
.ui-datepicker thead th {
padding: 3px;
border: 1px solid #ddd;
text-align: center;
}
.ui-datepicker tbody {
border: none;
}
.ui-datepicker tbody td {
width: 31px;
padding: 0;
border: 1px solid #bbb;
}
.ui-datepicker tbody td a,
.ui-datepicker tbody td span {
display: block;
height: 29px;
color: #666;
font-weight: 700;
line-height: 30px;
text-align: center;
}
.ui-datepicker tbody th {
padding: 5px 0;
color: #666;
font-size: 6pt;
text-align: center;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
height: 30px;
margin: 0 2.5%;
padding: 5px 20px 5px 5px;
font-size: 13px;
line-height: 20px;
}
.ui-datepicker-header {
position: relative;
padding: 5px 0;
border: none;
background-color: #666;
color: #fff;
font-weight: 700;
}
.ui-datepicker-next,
.ui-datepicker-prev {
position: absolute;
top: 50%;
padding: 10px;
color: #fff;
font-size: 0;
line-height: 1.4;
transform: translateY(-50%);
}
.ui-datepicker-next::before,
.ui-datepicker-prev::before {
content: "";
font-family: "Font Awesome 5 Free";
font-size: 12px;
font-weight: 900;
}
.ui-datepicker-title {
display: flex;
justify-content: center;
padding-right: 35px;
padding-left: 35px;
}
.ui-datepicker-calendar {
margin: 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
background: #ededed;
}
.ui-datepicker-calendar .ui-state-active {
position: relative;
width: 32px;
height: 31px;
margin: -1px;
border: 1px solid #c19163;
background: #fff2aa;
}
.ui-datepicker-unselectable .ui-state-default {
background: #f4f4f4;
color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
background-color: #d7d7d7;
color: #b4b3b3;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
position: absolute !important;
left: -9000px;
display: none !important;
}
.css-clip,
.gform_wrapper .screen-reader-text,
.gform_wrapper label.hidden_sub_label {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
clip-path: inset(50%);
}
.gform_wrapper .gf_invisible,
.gform_wrapper .gfield_visibility_hidden {
position: absolute;
left: -9999px;
visibility: hidden;
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
.preloader {
position: fixed;
z-index: 100000000;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
background-color: #fff;
color: #222;
transition: opacity 0.4s, visibility 0.4s;
}
.preloader__icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.preloader__icon::before {
content: "\f1ce";
display: block;
font-size: 40px;
animation: 1s ease-in-out infinite spin;
}
.preloader--hidden {
visibility: hidden;
opacity: 0;
}
.position-center {
position: absolute;
top: 50%;
right: 50%;
transform: translate(50%, -50%);
}
ul.pagination {
margin: 15px 0;
padding: 0;
text-align: center;
}
ul.pagination li {
display: inline-block;
margin: 0 3px;
padding: 0;
line-height: 1.5;
}
ul.pagination li a,
ul.pagination li span {
display: block;
padding: 0 7px;
}
ul.pagination li a.current,
ul.pagination li span.current {
display: block;
background: #1a608b;
color: #fff;
}
.ajax-load-more-wrap,
.gc-news-img-wraper,
.jarallax,
.search,
.spoiler-parent,
.support-list li,
ul.payment_methods {
position: relative;
}
.posts-list .search {
margin-bottom: 40px;
}
.search__submit::after {
font-size: 20px;
}
#home-slider .slick-slide__inner,
.bg-cover {
background-size: cover;
}
.bg-contain {
background-size: contain;
}
.of-cover {
object-position: 50% 50%;
object-fit: cover;
font-family: "object-fit: cover;";
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0);
}
.jarallax > .jarallax-img {
position: relative;
display: block;
max-width: 100%;
height: auto;
z-index: -100;
min-width: 100%;
}
.main-content {
padding-top: 50px;
padding-bottom: 50px;
}
#comments {
padding-top: 30px;
}
.comment-list {
margin: 0 0 20px;
padding: 0;
}
.comment {
position: relative;
margin-top: 15px;
}
.comment-meta {
font-size: 14px;
}
.comment-metadata {
margin-top: 5px;
color: #666;
}
.comment-content {
margin-top: 15px;
padding-left: 15px;
border-left: 1px solid #ddd;
font-size: 14px;
}
.reply {
position: absolute;
top: 0;
right: 0;
text-align: right;
}
.gc-footer__iso,
.gc-footer__logo,
.gc-products__card-title,
.search__input {
text-align: center;
} .gc-footer {
color: #000;
padding: 30px 20px;
background: #f1f1f1;
margin-top: 50px;
}
.grid-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.footer-top {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}
.gc-footer .large-6.cell:first-child {
flex: 1;
min-width: 300px;
}
.footer-menu {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.footer-menu li {
margin: 0;
}
.footer-menu a {
color: #000;
text-decoration: none;
font-size: 14px;
font-weight: 500;
transition: color 0.3s ease;
}
.footer-menu a:hover {
color: #666;
}
.gc-footer__copy {
margin-top: 10px;
}
.gc-footer__copy p {
margin: 0;
font-size: 12px;
color: #666;
line-height: 1.4;
}
.gc-footer__copy span {
font-weight: 500;
}
.footer-right {
text-align: right;
}
.gc-footer-social-list {
list-style: none;
margin: 0 0 15px 0;
padding: 0;
display: flex;
justify-content: flex-end;
gap:0px;
}
.gc-footer-social-list__item {
margin: 0;
}
.gc-footer-social-list__item a {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
color: #666;
text-decoration: none;
transition: all 0.3s ease;
border-radius: 3px;
}
.gc-footer-social-list__item a:hover {
color: #ff7701;
transform: translateY(-2px);
}
.gc-footer-social-list__item svg {
width: 18px;
height: 18px;
}
.footer-address {
font-size: 12px;
line-height: 1.4;
color: #666;
margin: 0;
}
@media (max-width: 768px) {
.gc-footer__copy {
text-align: center;
order: 3;
width: 100%;
}
.footer-top {
flex-direction: column;
gap: 25px;
}
.large-6.cell:first-child {
min-width: 100%;
}
.footer-right {
text-align: left;
min-width: 100%;
}
.footer-menu {
gap: 20px;
justify-content: center;
}
.footer-menu .menu-item > a {
justify-content: center;
}
.footer-right {
order: 1;
}
.gc-footer .large-6.cell:first-child {
order: 2;
}
.gc-footer__copy {
margin-top: 20px;
text-align: center;
}
.footer-address {
text-align: center;
}
.gc-footer-social-list {
justify-content: flex-start;
}
}
@media (max-width: 480px) {
.footer-menu {
flex-direction: column;
gap: 15px;
}
.gc-footer-social-list {
gap: 10px;
}
.gc-footer-social-list__item a {
width: 28px;
height: 28px;
}
.gc-footer-social-list__item svg {
width: 16px;
height: 16px;
}
.gc-footer .grid-container {
padding: 0 15px;
}
}
.comment-reply-link {
display: block;
padding: 0.33333rem 0.5rem;
border-radius: 0;
background: #777;
color: #fefefe;
font-size: 0.8rem;
line-height: 1;
white-space: nowrap;
}
.comment-reply-link:focus,
.comment-reply-link:hover {
background-color: #1a608b;
color: #fff;
text-decoration: none;
}
.comment-form {
display: flex;
flex-flow: row wrap;
}
.comment-form-comment,
.comment-notes {
flex: 1 0 100%;
}
.comment-form-comment {
order: 1;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
flex: 1 1 auto;
flex-basis: calc(33.3333% - 20px);
}
.comment-form .form-submit,
.comment-form-cookies-consent {
order: 2;
}
.comment-form .form-submit {
flex-basis: 100%;
}
.not-found .label {
background-color: #1a608b;
text-decoration: none;
cursor: pointer;
}
.not-found .label:hover {
background-color: #144869;
color: #fff;
}
.footer-menu li,
.logo a {
display: inline-block;
}
.logo img {
max-height: 150px;
}
.gc-footer-contacts__mail:focus,
.gc-footer-contacts__mail:hover,
.gc-footer-contacts__title a,
.gc-footer-menu li a {
color: #000;
}
@media print, screen and (min-width: 40.0625em) {
.gf_left_half,
.gf_right_half {
float: left;
width: calc(50% - 15px);
}
.gf_left_half + .gfield:not(.gf_left_half):not(.gf_right_half),
.gf_left_third
+ .gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third),
.gf_middle_third
+ .gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third),
.gf_right_half + .gfield,
.gf_right_half + .gfield:not(.gf_left_half):not(.gf_right_half),
.gf_right_third + .gfield,
.gf_right_third
+ .gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third) {
clear: both;
}
.gf_left_third,
.gf_middle_third,
.gf_right_third {
float: left;
width: calc(33.3333% - 10px);
}
.gf_left_half {
margin-right: 15px;
}
.gf_right_half {
margin-left: 15px;
}
.gf_left_third {
margin-right: 20px;
}
.gf_right_third {
margin-left: 20px;
}
.gf_middle_third {
margin-right: 10px;
margin-left: 10px;
}
.ginput_complex {
margin-right: -15px;
margin-left: -15px;
}
.ginput_complex::after {
content: "";
display: table;
clear: both;
}
.ginput_complex span {
display: block;
float: left;
width: calc(50% - 30px);
margin-right: 15px;
margin-bottom: 20px;
margin-left: 15px;
}
.ginput_complex span:nth-child(odd):nth-last-child(-n + 2),
.ginput_complex span:nth-child(odd):nth-last-child(-n + 2) ~ * {
margin-bottom: 0;
}
.two-columns {
columns: 2;
}
.three-columns {
columns: 3;
}
.comment-form-author,
.comment-form-email {
margin-right: 30px;
}
.header-menu.menu li > a {
line-height: 25px;
color: #5a5a5a;
}
.header-menu.menu li.current-menu-item > a,
.header-menu.menu li.current_page_ancestor > a,
.header-menu.menu li.current_page_parent > a,
.header-menu.menu li > a:hover {
background: #dc4d05;
color: #ffffff;
}
.header-menu.menu li.is-active > a {
background: #e59f74;
color: #1a608b;
}
.header-menu.menu .submenu {
z-index: 11;
display: none;
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.4);
}
.header-menu.menu .submenu.js-dropdown-active {
display: block;
}
.header-menu.menu .submenu li > a {
line-height: 30px;
}
.header-menu.menu .submenu li > a:hover {
color: #fd7f33;
}
}
.gc-header-row {
align-items: center;
padding: 0 10px;
}
.gc-header {
background-color: rgba(255, 255, 255, 0.4);
position: relative;
padding: 5px 15px;
z-index: 10;
border-bottom: 1px solid #ddd;
transition: transform 0.6s ease;
}
.gc-header:before {
content: '';
backdrop-filter: blur(1rem);
width: 100%;
height: 100%;
display: block;
z-index: -1;
position: absolute;
left: 0;
top: 0;
} .gc-header.fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
transform: translateY(-120%);
opacity: 0;
}
.gc-header.fixed.show {
transform: translateY(0);
opacity: 1;
} .gc-header-placeholder {
display: none;
height: 0;
transition: height 0.6s ease;
}
.gc-header__search-icon {
font-size:14px;
margin-left: 5px;
}
.gc-header__search-icon:hover,
.gc-tech-school-webinar-registration a:focus,
.gc-tech-school-webinar-registration a:hover {
cursor: pointer;
}
.gc-header-logo-wrap,
.gc-header-search-wrap {
width: 15%;
}
.gc-header-menu-wrap {
width: 70%;
}
.gc-menu {
justify-content: space-between;
font-size: 14px;
}
.header-menu.menu li.current-menu-item > a,
.header-menu.menu li > a:hover {
background: 0 0;
color: #fd7f33;
}
.dropdown.menu > li > a {
padding: 0;
color: #5a5a5a;
}
.title-bar .menu-icon {
margin-left: 0;
margin-right: 0;
}
.header-menu.menu .submenu li.current-menu-item > a,
.header-menu.menu li.current_page_parent > a {
color: #ff7701;
}
.gc-breadcrumbs {
margin: 20px 0;
font-size: 14px;
}
.gc-breadcrumbs a:link,
.gc-breadcrumbs a:visited {
color: #ff7701;
}
.gc-logo {
width: 80%;
}
#search,
.search__input {
left: 0;
width: 100%;
position: fixed;
}
#search {
top: 0;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
transition: 0.5s ease-in-out;
transform: translate(0, -100%) scale(0, 0);
opacity: 0;
}
#search.open {
transform: translate(0, 0) scale(1, 1);
opacity: 1;
z-index: 10000;
}
#search .close {
position: fixed;
top: 40px;
right: 15px;
opacity: 1;
font-size: 50px;
width: 40px;
height: 55px;
padding: 0;
background-color: transparent;
}
.search {
margin-top: 5px;
}
.search__input {
top: 50%;
height: 70px;
color: #fff;
background: rgba(0, 0, 0, 0);
font-size: 60px;
font-weight: 300;
border: 0;
padding-left: 30px;
padding-right: 30px;
outline: 0;
}
.gc-page-title,
h2,
h3 {
font-weight: 400;
}
.search__input:focus {
border: none;
background-color: transparent;
}
.search__submit {
right: 0;
bottom: 0;
position: fixed;
top: 70%;
height: 50px;
width: 150px;
padding: 10px 15px;
cursor: pointer;
left: 50%;
transform: translateX(-50%);
background-color: transparent;
border: 1px solid #5a5a5a;
transition: 0.3s ease-in;
}
.gc-dropdown-link,
.wpml-ls-legacy-dropdown a {
background-color: rgba(255, 255, 255, 0.8);
}
.search__submit:hover {
background-color: rgba(253, 127, 51, 0.6);
}
.gc-search {
display: flex;
align-items: center;
justify-content: center;
}
.gc-search__img img {
max-height: 280px;
object-fit: contain;
}
div.asl_w {
position: fixed;
top: 50%;
}
div.asl_w .probox .promagnifier {
background-color: #da773a;
}
.align-center {
align-items: center;
}
.gc-dropdown {
height: 30px;
width: 100px;
margin-right: 15px;
}
.gc-dropdown-link {
position: absolute;
bottom: -227px;
width: 100px;
padding-left: 10px;
color: #444;
visibility: hidden;
border: 1px solid #cdcdcd;
transition: 0.3s ease-in;
z-index: 1;
}
.gc-dropdown-link:hover {
cursor: pointer;
background: #eee;
}
.wpml-ls-display,
.wpml-ls-native {
margin-left: 5px;
}
.entry__thumb,
.widget {
margin-bottom: 20px;
}
.footer-btns,
.gc-footer-sub-form-wrap,
.half-img,
.half-resp,
.seven-img,
.third-post {
width: 50%;
}
.catalog_btn,
.sitemap_btn {
height: 38px;
width: 100%;
transition: 0.5s;
background-size: contain;
background-repeat: no-repeat;
cursor: pointer;
}
.gc-footer-sub-form-wrap h3 {
font-size: 1.2rem;
text-align: right;
}
.form-submit {
text-align: center;
margin-top: 15px;
}
.form-submit input[type="submit"] {
background-color: transparent;
border: 1px solid #cccfd8;
}
.catalog_btn {
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/pdf_button_catalog.png);
}
.catalog_btn:hover,
.sitemap_btn:hover {
filter: brightness(1.15);
transition: 0.5s;
filter: brightness(1);
}
.button-wrap {
display: flex;
margin-top: 50px;
}
.gc-footer-social-list {
display: flex;
}
.gc-footer-social-list__item {
margin-left: 10px;
}
.gc-footer-social-list i {
font-size: 25px;
height: 44px;
width: 44px;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid;
border-radius: 50%;
transition: 0.3s ease-in;
}
.gc-footer-social-list i.fa-linkedin {
color: #187fb8;
border-color: #187fb8;
}
.gc-footer-social-list i.fa-facebook {
color: #43619c;
border-color: #43619c;
}
.gc-footer-social-list i.fa-youtube {
border-color: #e62c2e;
color: #e62c2e;
}
.gc-footer-social-list i.fa-twitter {
color: #24a9e6;
border-color: #24a9e6;
}
.gc-footer-social-list i.fa-whatsapp {
color: #16aa2f;
border-color: #16aa2f;
}
.gc-footer-social-list a:hover i.fa-whatsapp {
background-color: #16aa2f;
color: #fff;
}
.gc-footer-social-list a:hover i.fa-linkedin {
background-color: #187fb8;
color: #fff;
}
.gc-footer-social-list a:hover i.fa-facebook {
background-color: #43619c;
color: #fff;
}
.gc-footer-social-list a:hover i.fa-youtube {
background-color: #e62c2e;
color: #fff;
}
.gc-footer-social-list a:hover i.fa-twitter {
background-color: #24a9e6;
color: #fff;
}
@media screen and (max-width: 40.06125em) {
#home-slider .slick-slide {
height: 300px;
}
.aligncenter,
.alignleft,
.alignnone,
.alignright {
float: none;
margin: 0 0 1em;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
flex-basis: 100%;
}
.menu-grid-container {
padding-left: 0;
padding-right: 0;
}
.menu-grid-container .grid-margin-x,
.menu-grid-container .grid-margin-x .cell {
margin-left: 0;
margin-right: 0;
}
.header-menu {
background: 0 0;
}
.submenu-toggle {
border-radius: 10px;
border: 1px solid rgb(255, 255, 255);
}
.header-menu li > a {
color: #fd7f33;
line-height: 55px;
}
.header-menu li > a:focus,
.header-menu li > a:focus + .submenu-toggle {
background: #165176;
}
.header-menu li.current-menu-item .submenu-toggle,
.header-menu li.current-menu-item > a,
.header-menu li.current_page_ancestor .submenu-toggle,
.header-menu li.current_page_ancestor > a,
.header-menu li.current_page_parent .submenu-toggle,
.header-menu li.current_page_parent > a {
background: #1e6fa0;
}
.header-menu li[aria-expanded="true"] .submenu-toggle,
.header-menu li[aria-expanded="true"] > a {
background: #18577e;
}
.header-menu .submenu-toggle {
padding: 0;
}
.header-menu .submenu a {
padding-left: 1.54688rem;
}
.header-menu .submenu .submenu a {
padding-left: 2.15625rem;
}
.sidebar {
margin-top: 50px;
}
.gc-footer-social-list {
margin: 0;
width: 100%;
justify-content: center;
}
.gc-footer-social-container {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
}
}
.gc-half-row {
width: 50%;
float: left;
margin-left: 0;
margin-right: 0;
}
.eight-img,
.fourth-img,
.fourth-resp {
width: 25%;
}
.gc-section-title {
font-size: 2.2rem;
text-align: center;
position: relative;
margin: 50px 0 25px;
}
.gc-section-title:after {
content: "";
border-bottom: 2px solid #ea722f;
width: 140px;
margin: 0 auto;
display: block;
}
.clearfix {
zoom: 1;
}
.gc-page-title {
margin: 30px 0;
font-size: 2.4rem;
font-weight: 600;
}
.home .gc-main,
.postid-31360 .gc-main {
padding-top: 0;
}
div.gc-header-logo-wrap {
width: 10% !important;
}
div.gc-header-menu-wrap {
width: 70% !important;
}
div.gc-header-search-wrap {
width: 20% !important;
}
.gc-intro-slider {
box-shadow: 0 1px 10px -10px rgba(0, 0, 0, 0.56),
0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
#home-slider .slick-slide {
height: 700px;
}
.slick-next,
.slick-prev {
z-index: 5;
}
.slick-next:before,
.slick-prev:before {
color: #e97724;
font-weight: 700;
}
.slick-pause {
z-index: 3;
position: absolute;
right: 5px;
padding: 7px 9px;
top: 120px;
opacity: 0.2;
transition: 1s;
background-color: #fff;
}
.slick-pause .pause:after {
content: "\f04b";
font-family: FontAwesome;
font-size: 15px;
color: #676767;
}
.slick-pause:after {
content: "\f04c";
font-family: FontAwesome;
font-size: 14px;
color: #676767;
}
#home-slider .slider-caption {
right: 25%;
width: 40%;
}
.slider-caption {
background-color: rgba(255, 255, 255, 0.8);
padding: 10px;
width: 50%;
right: 30%;
}
.gc-news-category,
.gc-news-link {
left: 0;
background-color: rgba(74, 74, 74, 0.46);
}
.gc-news-category,
.gc-news-date,
.gc-news-link {
position: absolute;
right: 0;
}
.slider-caption h3 {
color: #5a5a5a;
}
#home-slider .slick-slide__inner .bg-cover {
background-size: contain;
}
.gc-products,
.gc-products-page,
.gc-single-post,
.gc-sitemap,
.gc-support-page {
padding-bottom: 50px;
}
.gc-products__category-title {
font-size: 23px;
font-weight: 300;
text-transform: uppercase;
text-align: center;
margin: 30px 0 10px;
}
.gc-news-category,
.gc-news-category-link,
.gc-news-link,
.gc-news-small-link {
font-weight: 700;
text-transform: uppercase;
}
.gc-products__cards-list,
.int-contacts,
.tabs {
display: flex;
}
.gc-products__card-wrapper {
border-radius: 10px;
transition: 0.3s ease-in;
flex-direction: column; 
margin: 0px;
box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.08);
}
.gc-products__card-wrapper:hover {
cursor: pointer;
transform: scale(1.01);
}
.gc-products__card-inner {
padding: 20px;
height: 410px;
}
.gc-products__card-title a {
font-size: 15px;
text-transform: uppercase;
color: #000;
}
.gc-products__link img {
object-fit: contain;
height: 280px;
width: 250px;
display: block;
margin: 0 auto;
}
.gc-products-row {
padding: 0 10px;
}
.six-img,
.third-img,
.third-resp {
width: 33.33333%;
}
.full-img,
.full-resp,
.google-map,
.intl-tel-input,
.third-post:last-child {
width: 100%;
}
.gc-news-list,
.si-inner ul {
margin-left: 0;
}
.entry__cat,
.gc-news-list-item,
.gc-recap-box {
margin-top: 20px;
}
.gc-news-img-wraper img {
max-height: 580px;
object-fit: cover;
}
.gc-news-category {
top: 0;
padding: 10px;
text-align: left;
}
.gc-news-img {
width: 100%;
height: 225px;
object-fit: cover;
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.gc-news-link {
bottom: 0;
color: #fff !important;
padding: 10px 10px 25px;
text-align: left;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.gc-news-date {
bottom: 0;
color: #fff;
text-transform: uppercase;
margin: 0;
padding: 5px;
}
li:first-child.gc-news-list-item .gc-news-content {
display: none;
}
.gc-news-list-item:after {
content: "";
width: 100%;
margin: 40px auto 0;
display: block;
}
li:nth-child(2).gc-news-list-item .gc-news-img-wraper,
li:nth-child(3).gc-news-list-item .gc-news-img-wraper,
li:nth-child(4).gc-news-list-item .gc-news-img-wraper {
width: 40%;
float: left;
margin-right: 10px;
height: 175px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme,
.error404 .gc-breadcrumbs,
.error404 .gc-footer,
.error404 .gc-header,
.gc-shop-single__cat,
.page-template-configurator-6-7 .gc-breadcrumbs,
.page-template-configurator-6-7 .gc-footer,
.page-template-payback-calculator .ezfc-text-currency,
.page-template-usb-configurator .gc-breadcrumbs,
.page-template-usb-configurator .gc-footer,
.postid-31127 .gc-breadcrumbs,
.spoiler-parent.spoiler-active .spoiler-overlay,
li:nth-child(2).gc-news-list-item .gc-news-category,
li:nth-child(2).gc-news-list-item .gc-news-date,
li:nth-child(2).gc-news-list-item .gc-news-link,
li:nth-child(3).gc-news-list-item .gc-news-category,
li:nth-child(3).gc-news-list-item .gc-news-date,
li:nth-child(3).gc-news-list-item .gc-news-link,
li:nth-child(4).gc-news-list-item .gc-news-category,
li:nth-child(4).gc-news-list-item .gc-news-date,
li:nth-child(4).gc-news-list-item .gc-news-link {
display: none;
}
li:nth-child(2).gc-news-list-item img,
li:nth-child(3).gc-news-list-item img,
li:nth-child(4).gc-news-list-item img {
width: 100%;
max-height: 170px;
height: 170px;
object-fit: cover;
}
.gc-news-content {
font-size: 14px;
text-align: left;
height: 190px;
}
.gc-news-small-link {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
color: #000 !important;
}
.entry__meta,
.preview__meta {
color: #666;
font-size: 14px;
}
.gc-news-description a {
transition: 0.3s ease-in;
color: #ff7b31;
}
.gc-news-description a:focus,
.gc-news-description a:hover {
text-decoration: underline;
text-decoration-color: #b0590e;
}
.gc-news-category-link {
display: block;
width: 150px;
margin: 30px auto 0;
border: 1px solid #656565;
padding: 10px 30px;
border-radius: 2px;
text-decoration: none;
text-align: center;
transition: 0.3s ease-in;
}
.gc-news-category-link:hover {
color: #fff;
background-color: #fd7f33;
border: 1px solid #fd7f33;
}
a.gc-news-category-link {
color: #656565;
}
.youtube {
align-items: center;
background-position: center;
background-repeat: no-repeat;
position: relative;
display: block;
overflow: hidden;
transition: 0.2s ease-out;
cursor: pointer;
margin: 0 auto;
border: 1px solid #ff7b31;
border-radius: 8px;
}
.youtube .play {
background: grey;
border-radius: 50%/10%;
color: #fff;
font-size: 2em;
height: 1.7em;
margin: 150px auto;
padding: 0;
position: relative;
text-align: center;
text-indent: 0.1em;
width: 2.7rem;
transition: 0.3s ease-in;
}
.youtube .play:before,
.youtube-single .play:before {
background: inherit;
border-radius: 5%/50%;
bottom: 9%;
content: "";
left: -5%;
position: absolute;
right: -5%;
top: 9%;
}
.youtube .play:after,
.youtube-single .play:after {
content: " ";
font-size: 0.6em;
height: 0;
margin: -1em 0 0 -0.75em;
width: 0;
}
.youtube .play:after {
border-style: solid;
border-width: 1em 0 1em 1.732em;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
top: 50%;
position: absolute;
}
.youtube .play:hover {
background: #cc181e;
}
.spoiler-overlay {
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), #fff);
background-image: linear-gradient(transparent, #fff);
height: 80%;
width: 100%;
position: absolute;
z-index: 1;
bottom: 0;
display: block;
}
.spoiler-children {
max-height: 135px;
overflow: hidden;
-webkit-transition: max-height 0.5s;
transition: 0.5s;
padding: 0 20px 20px;
}
.spoiler-parent.spoiler-active .spoiler-children {
max-height: 5000px;
-webkit-transition: max-height 0.9s;
transition: max-height 0.1s;
}
.spoiler-btn {
cursor: pointer;
border-radius: 3px;
border: 2px solid #fd7f33;
align-items: center;
transition: 0.5s;
margin: 20px auto 0;
width: 100px;
position: relative;
z-index: 9;
}
.spoiler-container i.fa.fa-angle-double-down {
font-size: 30px;
display: block;
text-align: center;
color: #fd7f33;
transition: 0.5s;
}
.spoiler-parent.spoiler-active i.fa.fa-angle-double-down {
transform: rotate(180deg);
transition: 0.5s;
}
.map-canvas {
height: 750px;
}
.gm-style .gm-style-iw-c {
border-radius: 0;
padding: 0;
}
.gm-ui-hover-effect {
top: 0 !important;
right: 0 !important;
}
.si-content {
padding: 15px;
}
.country {
font-size: 30px;
}
.company-agent {
font-size: 20px;
}
.company {
font-size: 25px;
}
.address {
font-size: 19px;
}
.si-inner ul li {
margin-left: 20px;
margin-top: 5px;
font-size: 15px;
}
.fa-map-marker-alt {
position: absolute;
margin-top: 3px;
}
.fa-envelope,
.fa-phone {
position: absolute;
margin-top: 7px;
}
.support-list li i {
position: absolute;
left: -20px;
top: 4px;
}
.certificate-img,
.entry-thumbnail,
.next-webinar-img,
.wpcf7-form-control-wrap {
display: flex;
justify-content: center;
}
.entry-thumbnail .wp-post-image {
max-height: 580px;
object-fit: contain;
}
.map-home-list {
transition: 0.3s, ease-in;
margin-left: 0;
}
.map-home-list li {
margin-top: 2px;
text-transform: uppercase;
}
.map-home-list li a {
color: #5a5a5a;
}
.gc-search-post {
margin-top: 50px;
}
.gc-search-post__link img {
width: 100%;
height: 440px;
object-fit: cover;
}
.gc-search-post__content {
width: 70%;
height: auto;
text-align: center;
background: #fff;
z-index: 2;
box-shadow: 3px 2px 5px 0 rgba(0, 0, 0, 0.75);
padding: 15px 30px;
position: relative;
float: right;
margin-top: -80px;
margin-bottom: 60px;
}
@media screen and (max-width: 64.06125em) {
.home .gc-main {
padding-top: 120px;
}
.gc-page-title {
font-size: 2rem;
}
.menu-item a {
font-size: 0.8rem;
}
div.gc-header-logo-wrap {
width: 20%;
}
div.gc-header-menu-wrap {
width: 15%;
}
div.gc-header-search-wrap {
width: 60%;
}
.gc-products__category-title {
font-size: 20px;
}
.fourth-resp,
.half-resp,
.third-resp {
width: 50%;
}
.gc-footer-contacts,
.gc-footer-sub-form-wrap,
.third-resp:last-child {
width: 100%;
}
.gc-right-form {
margin-top: 50px !important;
}
.post-list-info-title {
font-size: 1.55rem;
}
}
@media screen and (min-width: 641px) and (max-width: 900px) {
.home .gc-main {
padding-top: 140px;
}
.gc-main {
padding-top: 120px;
}
.gc-header {
height: 130px;
}
.gc-header-row {
position: relative;
}
div.gc-header-logo-wrap {
width: 50%;
position: absolute;
left: 0;
top: 0;
}
div.gc-header-logo-wrap .logo {
width: 40%;
}
.gc-search {
justify-content: flex-end;
padding-top: 20px;
}
div.gc-header-search-wrap {
height: 70px;
width: 50%;
position: absolute;
right: 0;
top: 0;
}
div.gc-header-menu-wrap {
width: 100% !important;
margin-top: 80px;
}
}
@media screen and (min-width: 320px) and (max-width: 375px) {
.g-recaptcha {
display: flex;
justify-content: center;
}
.g-recaptcha div {
transform: scale(0.9);
}
}
.ezfc-price-wrapper-element {
top: 88px !important;
right: 0;
}
.gc-text-info-content {
max-height: 600px;
padding: 15px 0;
}
.gc-text-info-content img,
.woocommerce-product-gallery__image a img {
max-height: 600px;
object-fit: contain;
}
.gc-gallery-img,
div.pfpItem img {
object-fit: cover;
}
.preview {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ddd;
}
.preview__meta {
margin-bottom: 0;
}
.gc-single-post__img-wrap {
height: 580px;
}
.gc-single-post__img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.gc-right-form {
margin-bottom: 80px;
height: 580px;
max-width: 380px;
margin: 0 auto 35px;
background-color: #eee;
box-shadow: 14px 11px 12px -2px rgba(0, 0, 0, 0.28);
}
.gc-right-form .wpcf7 {
padding: 0 30px;
}
.form-logo-box,
.gc-shop-single {
padding: 30px 0;
}
.filter-submenu,
.gc-form-list__item {
color: #5a5a5a;
text-align: left;
padding: 0 10px;
}
.form-logo-img {
width: 150px;
display: block;
margin: 0 auto;
}
.title-form h3 {
text-align: center;
margin: 0;
font-size: 16px;
text-transform: uppercase;
}
.gc-right-wrapp {
width: 100%;
position: relative;
}
.gc-right-form input {
border: 0 solid;
background-color: transparent;
max-width: 100%;
outline: 0;
}
.gc-right-form .wpcf7-form-control .wpcf7-textarea {
padding: 0.625rem 0.9375rem;
}
.intl-tel-input input,
.your-email,
.your-message,
.your-name {
width: 100%;
display: block;
background-color: transparent;
border-bottom: 1px solid #cccfd8;
}
.right-form-phone {
display: block;
width: 100% !important;
}
.gc-right-form textarea {
border: 0 solid;
background-color: #eee;
resize: none;
outline: 0;
height: 70px;
padding: 0.625rem 0.9375rem;
}
.cf7-right-button-wrap {
margin-top: 20px;
display: block;
width: 100%;
}
.gc-right-form input.wpcf7-form-control.wpcf7-submit {
width: 100%;
border: 0 solid;
background-color: #ff7b31;
height: 46px;
border-radius: 30px;
color: #fff;
text-transform: uppercase;
font-size: 15px;
margin: 0 auto;
padding: 0;
transition: 0.3s ease-in;
}
.gc-right-form input.wpcf7-form-control.wpcf7-submit:focus,
.gc-right-form input.wpcf7-form-control.wpcf7-submit:hover {
border: 1px solid #ff7b31;
background-color: transparent;
color: #ff7b31;
}
.related_ch.autoplay {
float: left;
display: inline-block;
border: 1px solid #ececec;
height: 230px;
text-align: center;
text-decoration: none;
font-size: 14px;
padding: 10px;
}
.related_post {
width: 100%;
float: right;
margin-bottom: 30px;
margin-top: 35px;
}
.related_ch__img {
color: #5a5a5a;
transition: 0.3s ease-in;
}
.related_ch__img:focus,
.related_ch__img:hover {
color: #ff7701;
}
.related_ch__img img {
height: 160px;
width: 100%;
object-fit: scale-down;
text-align: center;
}
.gc-form-list {
display: flex;
justify-content: flex-end;
margin: 0 0 30px;
}
.gc-form-list__item {
font-family: Roboto;
font-size: 24px;
font-weight: 300;
position: relative;
float: left;
display: block;
border-bottom: 1px solid #5a5a5a;
}
.gc-form-list__item:hover {
cursor: pointer;
color: #d88c23;
}
.gc-form-list__item:hover .filter-submenu {
left: auto;
}
.filter-submenu {
font-size: 21px;
position: absolute;
top: 36px;
left: -9999px;
z-index: 3;
background-color: rgba(255, 255, 255, 0.8);
box-shadow: 0 5px 32px -8px #000;
cursor: pointer;
margin-left: 0;
}
.cg-read-more,
.gc-contacts-page__title {
text-align: center;
text-transform: uppercase;
}
.filter-content {
margin-top: 30px;
margin-bottom: 80px;
}
.year-list {
width: 85px;
}
.category-list {
width: 275px;
}
.sort-list {
width: 105px;
}
.post-list-info {
width: 70%;
height: auto;
background: #fff;
z-index: 2;
position: relative;
}
.cg-read-more {
display: block;
width: 170px;
margin: 30px auto;
color: #868686;
border: 1px solid #ccc;
font-weight: 700;
padding: 10px 30px;
border-radius: 10px;
text-decoration: none;
transition: 0.3s ease-in;
background-color: rgba(243, 243, 243, 0.7);
}
.cg-read-more:hover {
background-color: #ff7d2f;
border-color: #f6f6f6;
color: #fff;
}
.alm-btn-wrap {
margin-bottom: 30px;
display: flex;
justify-content: center;
align-items: center;
}
.alm-load-more-btn {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
width: 160px;
height: 50px;
color: #ff7b31;
overflow: hidden;
font-weight: 300;
cursor: pointer;
background: 0 0;
border: 1px solid #ff7b31;
transition: 0.3s ease-in;
padding: 0;
border-radius: 10px;
}
.gc-contacts-page,
.youtube-single {
background-size: cover;
background-repeat: no-repeat;
}
.alm-load-more-btn:focus,
.alm-load-more-btn:hover {
background-color: #ff7b31;
color: #fff;
}
.gc-contacts-page {
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/contact-page-bg.jpg);
background-position: top center;
padding-bottom: 80px;
}
.gc-contacts-page__title {
font-weight: 400;
margin-bottom: 60px;
}
.gc-contact-wraper {
background-color: #fff;
opacity: 0.8;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
margin-top: 60px;
}
.contact-item {
width: 25%;
margin: 15px 0;
border-right: 1px solid #ccc;
}
.contact-item h2 strong {
font-weight: 400;
text-transform: uppercase;
font-size: 24px;
}
.contact-item h5 {
font-size: 16px;
text-transform: uppercase;
}
.js-wpml-ls-item-toggle {
border-radius: 5px;
}
.gc-single-product__img-wrap {
position: relative;
}
.gc-single-product__img-wrap img {
width: 100%;
max-height: 580px;
object-fit: contain;
}
.gc-single-product__price {
position: absolute;
width: 200px;
right: 0;
text-align: right;
font-size: 24px;
font-weight: 600;
letter-spacing: 1.5px;
}
.gc-single-product__shop-link {
position: absolute;
right: 0;
bottom: 15px;
color: #fff;
background-color: #ff7701;
padding: 10px 30px;
border: 2px solid #ff7701;
transition: 0.3s ease-in;
text-transform: uppercase;
font-weight: 600;
}
.gc-single-product__shop-link:focus,
.gc-single-product__shop-link:hover {
color: #ff7701;
background-color: #fff;
}
.gc-single-product__shop-price {
font-size: 20px;
font-weight: 600;
position: absolute;
right: 0;
top: 0;
}
.gc-single-product__configurator_link {
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/configurator.svg);
background-repeat: no-repeat;
background-position: right 5px;
position: absolute;
right: 0;
bottom: 20px;
padding: 7px 45px 0 0;
height: 50px;
text-transform: uppercase;
color: #ff7b31;
transition: 0.3s ease-in;
font-size: 24px;
}
.gc-single-product__configurator_link:active,
.gc-single-product__configurator_link:hover {
color: #ff7b31;
text-decoration: underline;
}
.page-id-14269 .gc-page-title {
text-align: right;
}
.gc-tabs {
margin-bottom: 30px;
width: 100%;
border-radius: 10px;
}
.tabs .tabs-title {
transition: 0.3s ease-in;
flex: 1;
}
.youtube-single {
height: 440px;
background-position: center center;
}
.youtube-single .play {
background: grey;
border-radius: 50%/10%;
color: #fff;
font-size: 2em;
height: 1.7em;
padding: 0;
text-indent: 0.1em;
transition: 0.2s ease-in;
width: 2.7em;
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.youtube-single .play:hover {
background: #cc181e;
cursor: pointer;
}
.youtube-single .play:after {
border-style: solid;
border-width: 1em 0 1em 1.732em;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
top: 50%;
left: 50%;
position: absolute;
}
.price-form {
background-color: #eee;
padding: 30px 15px;
}
.price-form-msg,
.quote-for {
background-color: transparent;
}
.form-quote {
display: block;
margin-top: 20px;
}
.price-form-mail,
.price-form-name,
.price-form-phone {
background-color: transparent;
border: none;
}
.price-form-msg {
width: 100%;
margin-bottom: 15px;
}
.page-template-configurator-6-7 #ezfc_element-1,
.page-template-configurator-6-7 #ezfc_element-2,
.page-template-configurator-6-7 .ezfc-price-wrapper-element {
position: fixed !important;
right: 1%;
width: calc(((100% - 2% - 1rem * 11) / 12) * 4 - -2.25rem * 3);
z-index: 2;
padding: 0;
}
#ezfc_element-1 {
top: 117px;
background-color: #fff;
padding-top: 10px;
display: flex;
}
#ezfc_element-1 label,
#ezfc_element-2 label {
padding-left: 0 !important;
width: 40%;
}
#ezfc_element-1 input,
#ezfc_element-2 input,
.page-template-configurator-6-7
.ezfc-price-wrapper-element
.ezfc-price-wrapper {
width: 60%;
}
#ezfc_element-2 {
top: 175px;
background-color: #fff;
padding-top: 10px;
display: flex;
}
#ezfc_element-709,
#ezfc_element-710 {
padding-bottom: 0;
display: flex;
}
#ezfc_element-709 label,
#ezfc_element-710 label {
width: 40%;
font-size: 1em;
}
#ezfc_element-709 input,
#ezfc_element-710 input {
width: 60%;
font-weight: 600;
}
#ezfc_element-713 {
padding-top: 3.25rem;
}
.ezfc-element-radio label {
display: none !important;
}
.ezfc-element-wrapper-checkbox > label,
.ezfc-element-wrapper-radio > label {
font-weight: 600 !important;
}
div.ui-draggable-handle.is-open {
bottom: 20vh !important;
}
.gc-shop-single .cart {
margin-top: 15px;
display: flex;
justify-content: space-between;
}
.gc-shop-single .amount {
font-size: 20px;
font-weight: 600;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt {
background-color: #ff7b31;
border: 2px solid #ff7b31;
transition: 0.3s ease-in;
}
.tech-school-tabs .tabs-title a:hover,
.tech-school-tabs .tabs-title > a:focus,
.tech-school-tabs .tabs-title > a[aria-selected="true"] {
background: 0 0;
color: rgba(255, 123, 49, 0.8);
}
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:hover {
background-color: #fff;
color: #ff7b31;
}
.gc-gallery-page {
padding-bottom: 60px;
}
.five-img {
width: 20%;
}
.seven-img:nth-child(5),
.seven-img:nth-child(6),
.seven-img:nth-child(7) {
width: 33%;
}
.gc-gallery {
margin: 0 auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.gc-gallery-img {
height: 250px;
width: 100%;
}
.gc-gallery-link {
text-align: center;
padding: 5px;
}
@media screen and (max-width: 64.06125em) {
.gc-single-product__img-wrap {
height: 450px;
display: flex;
align-items: center;
}
.gc-single-product__img-wrap img {
max-height: 450px;
}
.tabs {
display: flex;
flex-direction: column;
}
.eight-img {
width: 33.33333%;
}
}
.page-template-configurator-6-7 .conf-left-box {
z-index: 2;
background-color: #fff;
}
@media screen and (max-width: 75.06125em) {
.gc-menu {
font-size: 14px;
}
.title-bar {
display: flex;
line-height: 45px;
background: 0 0;
position: relative;
height: 24px;
}
.title-bar .menu-icon {
padding: 0;
border: none;
background-color: transparent;
display: inline-block;
vertical-align: middle;
width: 30px;
height: 24px;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
}
.title-bar .menu-icon span {
top: 0;
display: block;
}
.title-bar .menu-icon span::after,
.title-bar .menu-icon span::before {
content: "";
display: block;
}
.title-bar .menu-icon span,
.title-bar .menu-icon span::after,
.title-bar .menu-icon span::before {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color: #000;
border-radius: 0;
-webkit-transition-property: -webkit-transform, opacity;
transition-property: transform, opacity;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.title-bar .menu-icon span::before {
top: 7px;
}
.title-bar .menu-icon span::after {
top: 14px;
}
.title-bar .menu-icon span:hover,
.title-bar .menu-icon span:hover::after,
.title-bar .menu-icon span:hover::before {
background-color: #000;
}
.title-bar .menu-icon.is-active span {
transform: translate3d(0, 10px, 0) rotate(45deg);
top: -3px;
}
.title-bar .menu-icon.is-active span::before {
transform: rotate(-45deg) translate3d(-4.28571px, -7px, 0);
display: none;
}
.title-bar .menu-icon.is-active span::after {
transform: translate3d(0, -14px, 0) rotate(-90deg);
}
.conf-left-box {
width: calc(((100% - 20% - 2.25rem * 11) / 12) * 8 - -2.25rem * 7 - -7%);
}
}
@media screen and (max-width: 64.06125em) {
.conf-left-box {
width: calc(((100% - 20% - 2.25rem * 11) / 12) * 8 - -2.25rem * 7 - -7%);
}
}
.conf-right-box {
padding-bottom: 1.5rem;
position: absolute;
z-index: 2;
}
@media screen and (max-width: 75.06125em) {
.conf-right-box {
width: calc(((100% - 0% - 2.25rem * 11) / 8.7) * 4 - -2.25rem * 3);
}
}
@media screen and (max-width: 64.06125em) {
.conf-right-box {
width: calc(((100% - 0% - 2.25rem * 11) / 8.7) * 4 - -2.25rem * 3);
}
.gc-configurator-6-7-img-wrap img {
width: 100%;
}
}
.conf-right-box .ezfc-form {
padding: 55px 0 0 !important;
}
.gc-configurator-6-7-img-wrap {
display: flex;
justify-content: center;
}
.gc-configurator-6-7-img-wrap img {
max-width: 50%;
object-fit: contain;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
.conf-right-box {
top: 162px;
}
.conf-right-box .ezfc-form {
padding: 110px 0 0 !important;
}
.gc-configurator-6-7-img-wrap img {
width: 100%;
}
}
.gc-configurator-6-7-img-wrap__notice {
display: block;
text-align: left;
font-size: 14px;
color: red;
padding: 0 15px;
}
.page-template-configurator-6-7 .ezfc-price-wrapper-element {
display: flex;
align-items: center;
width: calc(((100% - 14% - 2.25rem * 11) / 8.7) * 4 - -2.25rem * 3);
top: 120px;
right: 2%;
background-color: #fff;
padding: 10px 0;
}
@media screen and (max-width: 75.06125em) {
.page-template-configurator-6-7 .ezfc-price-wrapper-element {
width: calc(((100% - 0% - 2.25rem * 11) / 8.7) * 4 - -2.25rem * 3);
top: 120px;
}
.postid-31360 .gc-shop-single__title {
font-size: 29px;
}
}
@media screen and (min-width: 641px) and (max-width: 900px) {
.page-template-configurator-6-7 .ezfc-price-wrapper-element {
top: 130px;
}
}
@media screen and (max-width: 40.06125em) {
.top-bar::after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
background-color: rgb(255, 255, 255, 0.6);
}
.gc-section-title {
font-size: 1.7rem;
}
.gc-page-title {
font-size: 1.8rem;
margin-bottom: 0;
}
div.gc-header-logo-wrap {
width: 25% !important;
}
div.gc-header-search-wrap {
width: 60% !important;
}
div.gc-header-menu-wrap {
width: 15% !important;
}
.top-bar {
position: absolute;
right: 0;
top: 87px;
}
.gc-menu {
text-transform: uppercase;
font-weight: 600;
}
.header-menu li.current-menu-item .submenu-toggle,
.submenu-toggle {
background-color: rgba(255, 123, 49, 0.5);
}
.header-menu li.current-menu-item .submenu-toggle:hover,
.submenu-toggle:hover {
background-color: rgba(255, 123, 49, 0.8);
}
.header-menu.menu li.current-menu-item > a {
color: #ffffff;
background-color: #fd7f33;
}
.gc-search {
justify-content: flex-end;
}
.gc-products__cards-list {
flex-direction: column;
}
.fourth-resp,
.gc-footer-contacts,
.gc-footer-sub-form-wrap,
.gc-half-row,
.half-resp,
.third-resp,
.third-resp:last-child {
width: 100%;
}
.gc-news-category-link {
margin-top: 60px;
margin-bottom: 15px;
}
.gc-footer-contacts {
margin-top: 30px;
text-align: center;
}
.gc-footer-sub-form-wrap,
.gc-footer-sub-form-wrap h3 {
text-align: center;
}
.g-recaptcha div {
margin: 0 auto;
}
.preview__thumb {
margin-bottom: 20px;
}
.post-wraper {
height: 250px;
margin-bottom: 300px;
}
.post-list-info {
width: 100%;
margin-top: -20px;
}
.post-list-info p {
font-size: 0.9rem;
}
.post-list-info-title {
font-size: 1.3rem;
}
.gc-form-list {
margin: 30px 0;
}
#tab-2 {
overflow: scroll;
}
div.youtube-single {
height: 280px;
}
.eight-img {
width: 50%;
}
.gc-gallery-img {
height: 150px;
width: 300px;
}
.page-template-configurator-6-7 .gc-page-title {
padding: 0;
margin: 0;
}
.conf-left-box {
width: 100%;
z-index: 3;
}
.conf-right-box {
top: 340px;
width: 96%;
left: 2%;
right: 2%;
margin: 0 auto;
}
.gc-configurator-6-7-img-wrap {
max-height: 145px;
}
.page-template-configurator-6-7 .ezfc-price-wrapper-element {
width: 96%;
left: 2%;
right: 2%;
margin: 0 auto;
top: 255px;
z-index: 10;
}
}
.page-template-configurator-6-7 .ezfc-price-wrapper-element label {
padding-left: 0 !important;
width: 40%;
font-weight: 600 !important;
font-size: 18px !important;
}
body.admin-bar .gc-usb-configurator__img-box {
position: fixed;
top: 225px;
left: 0;
}
body.admin-bar .gc-usb-configurator__conf-box {
position: absolute;
right: 0;
top: 225px;
}
body.admin-bar .gc-usb-configurator .ezfc-price-wrapper-element {
top: 120px;
}
.gc-usb-configurator .ezfc-price-wrapper-element {
position: fixed;
width: calc(50% - 1.875rem);
top: 90px;
right: 15px;
background-color: #fff;
padding: 15px 30px;
}
.error404 .gc-main {
padding-top: 0;
font-family: "Gamja Flower", cursive;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
margin: 0;
flex-direction: column;
}
.error404 p {
font-family: Comfortaa, cursive;
font-size: 30px;
text-align: center;
}
.error404 a {
color: red;
text-decoration: none;
}
.gc-404 {
margin-top: 25vh;
}
.tipsiz,
.tipsiz-body {
margin: 10px;
display: flex;
}
.gc-404-wrap h4 {
font-size: 1rem;
}
.not-found {
background-color: #000;
color: #fff;
padding: 15px 30px;
}
.tipsiz {
align-items: center;
justify-content: center;
flex-direction: column;
}
.tipsiz-body {
align-items: center;
}
.arm {
align-self: flex-end;
width: 50px;
height: 90px;
border-top: 3px solid #000;
}
.left-arm {
border-right: 3px solid #000;
transform: skew(20deg);
}
.right-arm {
border-left: 3px solid #000;
transform: skew(-20deg);
}
.face {
width: 300px;
height: 200px;
border: 3px solid #000;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-left: 20px;
margin-right: 20px;
border-radius: 15px;
}
.upper-face {
display: flex;
align-items: center;
justify-content: center;
letter-spacing: 80px;
margin-left: 80px;
}
.element {
font-size: 60px;
}
.mouth {
width: 20px;
height: 10px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
border: 3px solid #000;
border-bottom: 0;
}
.woocommerce-product-gallery .flex-control-nav {
margin: 0;
padding: 0;
display: flex;
list-style-type: none;
}
ul.payment_methods .gc-payment-img {
position: absolute;
width: 150px;
right: 15px;
}
.single-product .ezfc-price-wrapper-element {
width: calc(50% - 1.613rem);
right: 1%;
}
@media screen and (max-width: 64.06125em) {
.postid-31360 .menu-top_navigation-container {
z-index: 2;
}
.postid-31360 .ezfc-price-wrapper-element {
width: 100%;
top: 117px;
left: 0;
right: 0;
padding: 0 10px;
z-index: 1;
}
.postid-31360 .gc-shop-single {
padding: 0;
}
}
@media screen and (min-width: 641px) and (max-width: 900px) {
.postid-31360 .ezfc-price-wrapper-element {
top: 162px;
}
}
.postid-31360 .ezfc-theme-aero .ezfc-form,
.tech-school-tabs-content .tabs-panel {
padding: 0;
}
@media screen and (max-width: 64.06125em) {
.postid-31360 .gc-shop-single__title {
font-size: 29px;
}
.postid-31360 .ezfc-element-checkbox-text label,
.postid-31360 .ezfc-element-radio-text label {
font-size: 14px;
}
}
.postid-31360 .main-product-content {
padding-top: 145px;
}
@media screen and (max-width: 75.06125em) {
.postid-31360 .main-product-content {
padding-top: 145px;
}
}
@media screen and (min-width: 641px) and (max-width: 901px) {
.postid-31360 .main-product-content {
padding-top: 180px;
}
}
.gc-search-result-list {
display: flex;
flex-wrap: wrap;
}
.gc-search-result-list li {
display: flex;
flex-direction: column;
align-items: center;
padding: 15px 20px;
}
.page-template-tech_school .gc-breadcrumbs {
z-index: 20;
}
.gc-tech-school {
margin-bottom: 30px;
}
@media screen and (max-width: 56.25em) {
.gc-tech-school {
margin-top: -45px;
}
}
@media screen and (max-width: 48.875em) {
.gc-tech-school {
margin-top: -58px;
}
}
.gc-tech-school__inner {
padding-top: 15px;
}
.gc-tech-school-header__inner {
position: relative;
display: flex;
justify-content: center;
}
@media screen and (max-width: 42.1875em) {
.gc-tech-school__header-img {
display: none;
}
.gc-tech-school-header__inner {
height: 90px;
}
}
.gc-tech-school-title {
position: absolute;
bottom: 0;
}
.gc-tech-school-title img {
margin-left: 6px;
}
.gc-tech-school-right {
padding-left: 45px;
}
.gc-tech-school-webinar-registration {
background: rgba(255, 123, 49, 0.8);
box-shadow: 14px 11px 12px -2px rgba(0, 0, 0, 0.28);
margin-bottom: 40px;
transition: 0.3s ease-in;
height: 55px;
display: flex;
justify-content: center;
align-items: center;
}
.gc-tech-school-webinar-registration:hover {
transform: scale(1.03);
}
.gc-tech-school-webinar-registration a {
color: #fff;
text-align: center;
}
.page-template-tech_school
.gc-right-form
input.wpcf7-form-control.wpcf7-submit {
border-radius: 0;
box-shadow: 14px 11px 12px -2px rgba(0, 0, 0, 0.28);
}
.gc-right-form-tech-school {
padding-top: 40px;
}
.webinar-list {
margin: 0;
}
.webinar-list__item {
margin-top: 15px;
border-bottom: 1px solid #000;
padding-bottom: 15px;
}
.webinar-list__item-date,
.webinar-list__item-topic {
display: flex;
flex-direction: column;
}
.webinar-list__item-date span,
.webinar-list__item-topic span {
color: rgba(255, 123, 49, 0.8);
}
.tech-school-tabs {
border: none;
border-bottom: 1px solid #eee;
}
.tech-school-tabs .tabs-title a {
text-transform: uppercase;
}
.tech-school-tabs-content {
border: none;
}
.certificate-img img {
max-width: 80%;
}
@media screen and (max-width: 48.4375em) {
.tech-school-form .wpcf7-form-control-wrap div {
transform: scale(0.9);
}
}
@media screen and (max-width: 40em) {
.gc-tech-school {
margin-top: -68px;
}
.gc-tech-school-webinar-registration {
margin-top: 55px;
}
.tech-school-form .wpcf7-form-control-wrap div {
transform: scale(1);
}
}
.sitemap_btn {
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/sitemap-icon.jpg);
}
.entry-content,
.gc-single-post__img-wrap {
margin-bottom: 20px;
}
.gc-products-page__excerpt-hide-text {
display: none;
}
.gc-products-page__excerpt-hide-text.show-text {
display: inline;
}
.gc-products-page__excerpt-btn-item {
margin: 30px 0;
}
.gc-products-page__excerpt-btn-item {
background-color: rgba(255, 123, 49, 0.8);
box-shadow: 14px 11px 12px -2px rgba(0, 0, 0, 0.28);
margin-bottom: 40px;
transition: 0.3s ease-in;
height: 55px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
}
.gc-products-page__excerpt-btn-item:hover {
transform: scale(1.03);
background-color: rgba(255, 123, 49, 0.8);
}
.gc-products-page__excerpt-visible-text {
display: inline;
margin-bottom: 0;
}
.gc-products-page__excerpt-visible-text p {
display: inline;
margin-bottom: 0;
}
.gc-products-page__excerpt-element.show-element {
display: none;
} #gc-products-filter {
padding: 20px;
border-radius: 10px;
background: #fff;
border: 1px solid #bcbcbc;
}
#gc-products-filter h3 {
font-size: 1.1rem;
color: #333;
padding-bottom: 10px;
} .gc-products-filter-list {
list-style: none;
padding: 0;
margin: 0.5em 0 1em;
}
.gc-products-filter-list li {
margin-bottom: 0.6em;
} .gc-products-filter-list input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
width: 20px;
height: 20px;
border: 1px solid #ccc;
border-radius: 6px;
display: inline-block;
position: relative;
cursor: pointer;
vertical-align: middle;
transition: all 0.25s ease;
margin-right: 8px;
} .gc-products-filter-list input[type="checkbox"]:hover {
border-color: #fd7f33;
} .gc-products-filter-list input[type="checkbox"]:checked {
border-color: #fd7f33;
background-color: #fd7f33;
}
.gc-products-filter-list input[type="checkbox"]:checked::after {
content: "";
position: absolute;
left: 6px;
top: 1px;
width: 6px;
height: 12px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
} .gc-products-filter-list label {
cursor: pointer;
color: #444;
font-size: 0.95rem;
transition: color 0.2s ease;
}
.gc-products-filter-list label:hover {
color: #fd7f33;
} #gc-products-filter .button {
background-color: #fd7f33;
color: #fff;
border: none;
border-radius: 8px;
padding: 10px 18px;
font-size: 1rem;
cursor: pointer;
transition: background 0.2s ease;
}
#gc-products-filter .button:hover {
background-color: #e86e26;
}
#gc-products-results .gc-products__card-wrapper {
margin-bottom: 20px;
}
#gc-products-results {
margin-top: 20px;
}
#gc-category-results .gc-products__card-wrapper {
margin-bottom: 20px;
}
.swiper-slide-active {
transform: translate3d(0, 0, 0) !important;
}
.articles-filter__title {
font-size: 20px !important;
}
@media screen and (min-width: 641px) and (max-width: 1125px) {
#main-menu .gc-menu li {
margin: 0px 5px !important;
}
} .filter-toggle-wrapper {
margin-bottom: 30px;
}
.filter-toggle-btn {
background: transparent;
color: #000;
border: none;
padding: 12px 20px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
font-weight: 400;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 8px;
text-transform: none;
border: 1px solid #ddd;
letter-spacing: 0.5px;
margin-top: 10px;
}
.filter-toggle-btn:hover, .filter-toggle-btn:focus {
background: #ff7701;
transform: translateY(-1px);
}
.filter-icon {
font-size: 16px;
font-weight: normal;
} .gc-filter-drawer-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 9998;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
height: 100vh;
display: flex;
overflow: hidden; 
}
.gc-filter-drawer-overlay.active {
opacity: 1;
visibility: visible;
} .gc-filter-drawer {
position: fixed;
top: 0;
right: -400px;
width: 350px;
height: 100vh;
background: #fff;
z-index: 9999;
transition: right 0.3s ease;
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
}
.gc-filter-drawer.open {
right: 0;
} .filter-drawer-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
border-bottom: 1px solid #e0e0e0;
}
.filter-drawer-title {
margin: 0;
font-size: 14px;
font-weight: 600;
color: #333;
display: flex;
align-items: center;
gap: 8px;
}
.active-filters-count {
font-size: 12px;
color: #666;
font-weight: normal;
}
.filter-drawer-close {
background: none;
border: none;
font-size: 20px;
cursor: pointer;
color: #666;
padding: 0;
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all 0.3s ease;
}
.filter-drawer-close:hover {
background: #fd7f33;
color: white;
}
.filter-toggle-wrapper {
text-align: right;
margin:0;
}
.close-icon {
font-size: 18px;
font-weight: 400;
font-family: Arial;
margin-top: 3px;
} .filter-drawer-content {
flex: 1;
overflow-y: auto;
padding: 0;
} .filter-section {
border-bottom: 1px solid #e0e0e0;
padding: 0;
} .filter-section-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 20px 5px 20px;
background: #fff;
cursor: pointer;
transition: background 0.3s ease;
}
.accordion-section .filter-section-header:hover {
background: #f8f9fa;
}
.filter-section-title {
margin: 0;
font-size: 12px;
font-weight: 400;
height: auto;
color: #333;
font-weight: 600;
}
.active-filters-section .filter-section-title {
color: #9b9b9b;
}
.section-collapse {
font-family: Arial;
color: #666;
font-size: 16px;
transition: transform 0.3s ease;
}
.accordion-content {
padding: 0px 20px 10px 20px;
display: block; } .filter-list {
list-style: none;
margin: 0;
padding: 0;
}
.filter-checkbox {
display: flex;
align-items: center;
cursor: pointer;
font-size: 14px;
color: #555;
padding: 5px 0;
transition: color 0.3s ease;
}
.filter-checkbox:hover {
color: #333;
}
.filter-checkbox input[type="checkbox"] {
display: none;
}
.checkmark {
width: 16px;
height: 16px;
border: 1px solid #bdc3c7;
margin-right: 10px;
position: relative;
transition: all 0.3s ease;
background: #fff;
border-radius: 50%;
}
.filter-checkbox input[type="checkbox"]:checked + .checkmark {
background-color: #000;
border-color: #000;
}
.filter-checkbox input[type="checkbox"]:checked + .checkmark::after {
content: '';
position: absolute;
left: 4px;
top: 2px;
width: 5px;
height: 8px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.filter-text {
font-size: 12px;
color: #333;
} .active-filters-section {
border-bottom: none;
}
.active-filters-section .filter-section-header {
cursor: default; }
.active-filters-section .filter-section-header:hover {
background: #f8f9fa;
}
.active-filters-list {
padding: 0 20px 15px 20px;
display: flex;
flex-direction: column;
gap: 8px;
}
.active-filter-item {
background: #e9ecef;
padding: 8px 12px;
border-radius: 5px;
font-size: 13px;
display: flex;
align-items: center;
justify-content: space-between;
}
.active-filter-text {
color: #495057;
font-weight: 500;
}
.remove-filter {
background: none;
border: none;
cursor: pointer;
color: #6c757d;
padding: 0;
width: 16px;
height: 16px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all 0.3s ease;
}
.remove-filter:hover {
background: #dc3545;
color: white;
}
.remove-icon {
font-size: 14px;
font-weight: bold;
line-height: 1;
} .filter-buttons {
display: flex;
gap: 10px;
padding: 20px;
background: #fff;
border-top: 1px solid #e0e0e0;
position: sticky;
bottom: 0;
}
.filter-buttons .button {
flex: 1;
padding: 10px 15px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 14px;
font-weight: 400;
transition: all 0.3s ease;
text-transform: none;
letter-spacing: 0.5px;
}
.gc-filter-drawer .accordion-content {
border: 0px;
}
.reset-btn {
background: transparent;
border: 1px solid #95a5a6 !important;
color: #95a5a6;
}
.reset-btn:hover {
background: #95a5a6;
color: white;
}
.apply-btn {
background: #000;
color: white;
border: 1px solid #000 !important;
}
.apply-btn:hover, .apply-btn:focus {
background: #ff7701;
border-color: #ff7701 !important;
}
.archive-products__header {
align-items: flex-start;
padding-top: 30px;
}
.archive-products__header h1 {
padding: 0;
margin:0;
}
#gc-products-load-more {
background: #ff7701;
margin:auto;
min-width: 180px;
}
.gc-single-product__discription .product-title {
font-size: 24px;
font-weight: 400;
}
.gc-single-product__discription {
padding: 0px 15px;
}
.product-gallery { max-width: 100%;
} @media (max-width: 768px) {
.gc-filter-drawer {
width: 100%;
right: -100%;
}
.filter-toggle-wrapper {
text-align: left;
margin-top: 10px;
}
}
.single-product_app {
margin: 20px 0;
font-size: 16px;
}
.product-meta-row {
margin-bottom: 6px;
}
.meta-title {
font-weight: 600;
margin-right: 6px;
color: #333;
}
.meta-value a {
color: #0a5ba8;
text-decoration: none;
}
.meta-value a:hover {
text-decoration: underline;
}
.single-product_app.two-columns {
display: flex;
flex-wrap: wrap;
gap: 20px;
font-size: 12px;
padding: 20px 0;
margin: auto;
max-width: 900px;
}
.single-product_app.two-columns .column:nth-child(1) {
flex: 0 0 calc(30% - 10px);
}
.single-product_app.two-columns .column:nth-child(2) {
flex: 0 0 calc(70% - 10px);
}
.single-product_app .meta-title {
font-weight: 400;
color: #f36b21; 
margin-right: 6px;
}
.single-product_app .meta-value a {
color: #333;
text-decoration: none;
}
.single-product_app .meta-value a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.single-product_app.two-columns {
flex-direction: column;
gap: 10px;
}
}
#example-tabs .owl-stage {
margin: auto;
}
.product_tabs {
border-top: 1px solid #ddd;
}
.product_app {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.product_relative {
padding: 50px 0px;
}
.product_relative .owl-stage-outer {
border-radius: 0;
margin: 0;
}
.product_relative .owl-item {
border: 1px solid #ddd;
border-radius: 15px;
margin-bottom: 10px;
}
.owl-client .start-machine {
min-height: 330px;
padding: 10px;
display: flex;
flex-direction: column;
height: 100%;
}
.owl-client .owl-item {
display: flex;
}
.owl-client .owl-item > a.start-machine {
flex: 1;
}
.start-machine .link {
margin-top: auto;
} .product-gallery {
display: flex;
gap: 15px;
position: relative;
padding-bottom: 30px;
}
.product-gallery-main {
overflow: hidden;
flex: 1;
order: 2;
max-height: max-content;
}
.product-gallery-thumbs {
width: 80px;
order: 1;
display: flex;
flex-direction: column;
gap: 10px;
}
.product-gallery-main .product-gallery-item {
overflow: hidden;
height: 400px;
display: flex;
align-items: center;
justify-content: center;
}
.product-gallery-main .product-gallery-item a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.product-gallery-main .product-gallery-item img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.video-wrapper {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.video-wrapper video {
max-width: 100%;
max-height: 100%;
}
.product-gallery-thumbs .product-gallery-thumb-item {
width: 80px;
height: 80px;
cursor: pointer;
border: 2px solid transparent;
border-radius: 4px;
overflow: hidden;
background: #f8f8f8;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.product-gallery-thumbs .product-gallery-thumb-item.active,
.product-gallery-thumbs .product-gallery-thumb-item:hover {
border-color: #ddd;
}
.product-gallery-thumbs .product-gallery-thumb-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.video-thumb {
width: 100%;
height: 100%;
background: #333;
color: white;
display: flex;
align-items: center;
justify-content: center;
}
.video-thumb img {
display:block; 
width:100%; 
filter: brightness(0.55);
}
.video-thumb i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 34px;
color: #fff;
opacity: 0.9;
border: 1px solid #ddd;
border-radius: 50%;
padding: 10px;
} .product-gallery-main.owl-carousel .owl-stage-outer {
border-radius: 4px;
}
.product-gallery-main.owl-carousel .owl-nav {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
pointer-events: none;
}
.product-gallery-main.owl-carousel .owl-nav button {
pointer-events: all;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 10px;
background: #fff;
}
.product-gallery-main.owl-carousel .owl-nav button span {
font-size: 34px;
color: #333;
}
.product-gallery-main.owl-carousel .owl-dots {
position: absolute;
bottom: 15px;
width: 100%;
text-align: center;
}
.product-gallery-main.owl-carousel .owl-next span{
margin-top: -2px;
margin-right: -3px;
}
.product-gallery-main.owl-carousel .owl-prev span {
margin-top: -2px;
margin-left: -3px;
}
.product-gallery-main.owl-carousel .owl-dots .owl-dot span {
background: rgba(255,255,255,0.5);
}
.product-gallery-main.owl-carousel .owl-dots .owl-dot.active span {
background: #fff;
} @media (max-width: 768px) {
.product_app {
border-top: 0px;
border-bottom: 0px;
}
.product_tabs {
border: 0px;
}
.product-gallery {
flex-direction: column-reverse;
}
.product-gallery-thumbs {
width: 100%;
flex-direction: row;
overflow-x: auto;
}
.product-gallery-thumbs .product-gallery-thumb-item {
min-width: 60px;
flex-shrink: 0;
}
.product-gallery-main .product-gallery-item {
height: 300px;
}
}
.readmore_single {
color: #ff7701;
}
.page-template-products-sidebar .gc-page-title{
padding-bottom: 20px;
}
#gc-results-count {
margin-top: 50px;
font-size: 12px;
text-align: center;
}
#gc-category-load-more, #gc-products-load-more {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 20px 0px;
background: transparent;
color: #000;
margin: 20px auto;
width: 100%;
font-size: 14px;
}
#gc-category-load-more:hover, #gc-category-load-more:focus, #gc-products-load-more:hover, #gc-products-load-more:focus {
color: #ff7701;
}
.publications-list-simple {
padding: 50px 0px;
}
.publications-list-simple a {
text-decoration: none !important;
}
#tabs-post-wrapper .post-list-info-title{
position: relative;
top:auto;
width: 100%;
}
#tabs-post-wrapper .post-list-info-description {
position: relative;
top: auto;
}
#tabs-post-wrapper .cg-read-more {
background: rgb(255, 123, 49);
margin-bottom: 30px;
transition: 0.3s ease-in;
height: 44px;
display: flex;
border: 0px;
text-transform: none;
font-size: 14px;
font-weight: 400;
justify-content: center;
max-width: 200px;
align-items: center;
border-radius: 5px;
color: white;
cursor: pointer;
font-size: 17px;
}
#tabs-post-wrapper .post-image-wrap{
padding-left: 0px;
width: 30%;
}
#tabs-post-wrapper .post-list-info {
width: 70%;
}
#tabs-post-wrapper .post-image-wrap img {
width: 100%;
height: 300px;
}

body {
margin: 0;
}
.preloader {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #fff;
z-index: 1001;
}
.preloader__row {
position: relative;
top: 50%;
left: 50%;
width: 70px;
height: 70px;
margin-top: -35px;
margin-left: -35px;
text-align: center;
animation: preloader-rotate 2s infinite linear;
}
.preloader__item {
position: absolute;
display: inline-block;
top: 0;
background-color: #fd7f33;
border-radius: 100%;
width: 35px;
height: 35px;
animation: preloader-bounce 2s infinite ease-in-out;
}
.preloader__item:last-child {
top: auto;
bottom: 0;
animation-delay: -1s;
}
@keyframes preloader-rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes preloader-bounce {
0%, 100% {
transform: scale(0);
}
50% {
transform: scale(1);
}
}
.loaded_hiding .preloader {
transition: 0.3s opacity;
opacity: 0;
}
.loaded .preloader {
display: none;
}
.new-loading {
display: none;
}
.gc-configurator-6-7 .gc-page-title {
text-align: center;
padding: 25px;
}
.gc-configurator-6-7 .grid-container {
background-color: rgb(246, 246, 246);
position: relative;
}
.gc-configurator-6-7 .grid-container .conf-left-box {
margin-top: 50px;
background-color: rgb(246, 246, 246);
border-radius: 20px;
}
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap {
border-radius: 20px;
position: sticky;
top: 15%;
background: transparent;
backdrop-filter: blur(20px);
display: flex;
flex-direction: column;
align-items: center;
-webkit-backdrop-filter: blur(20px);
}
@media (max-width: 1025px) {
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap {
position: static;
}
}
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap::after {
content: "";
background: #dfdfdf;
border-radius: 20px;
opacity: 0.3;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -10;
}
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap img {
border-radius: 20px;
}
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap__product-title {
font-size: 2.2rem;
text-transform: uppercase;
color: #ff7b31;
}
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-sub-text {
position: sticky;
top: 80%;
color: black;
font-weight: 800;
text-align: center;
margin-top: 50px;
}
@media (max-width: 1025px) {
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-sub-text {
position: static;
}
}
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap__notice {
text-align: center;
margin-top: 10px;
position: sticky;
top: 87%;
}
@media (max-width: 1025px) {
.gc-configurator-6-7 .grid-container .conf-left-box .gc-configurator-6-7-img-wrap__notice {
position: static;
}
}
.gc-configurator-6-7 .grid-container .conf-rigth-box {
margin-top: 50px;
position: relative;
padding: 0px 20px;
}
.gc-configurator-6-7 .grid-container .conf-rigth-box::after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background-color: rgb(211, 211, 211);
border-radius: 20px;
opacity: 0.8;
top: 0;
left: 0;
z-index: -1;
}
.post-wraper {
display: flex;
margin-bottom: 200px;
}
.post-wraper .post-image-wrap {
width: 50%;
position: relative;
padding: 0px 30px;
}
.post-wraper .post-image-wrap img {
object-fit: cover;
display: block;
width: 535px;
height: 450px;
}
@media (max-width: 768px) {
.post-wraper .post-image-wrap img {
max-width: 100%;
max-height: 180px;
}
}
@media (max-width: 768px) {
.post-wraper .post-image-wrap {
width: 100%;
}
}
.post-wraper .post-list-info {
width: 50%;
}
.post-wraper .post-list-info .post-list-info-title {
text-align: left;
width: 720px;
font-size: 30px;
display: block;
background-color: rgba(243, 243, 243, 0.8);
padding: 20px 40px;
position: absolute;
text-transform: uppercase;
top: 22%;
right: 0;
z-index: 20;
}
@media (max-width: 768px) {
.post-wraper .post-list-info .post-list-info-title {
position: static;
width: auto;
font-size: 18px;
padding: 5px 2px;
text-align: center;
margin: 20px 0px;
}
}
.post-wraper .post-list-info .post-category-name {
position: absolute;
right: 0;
top: -15%;
white-space: nowrap;
}
@media (max-width: 768px) {
.post-wraper .post-list-info .post-category-name {
display: none;
}
}
.post-wraper .post-list-info .post-category-name .post-categoty-name-title {
font-size: 130px;
text-transform: uppercase;
color: rgba(243, 243, 243, 0.8);
font-weight: 900;
letter-spacing: 15px;
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.post-wraper .post-list-info .post-category-name .large-number {
font-size: 90px !important;
}
@media (max-width: 1200px) {
.post-wraper .post-list-info .post-category-name .large-number {
font-size: 60px !important;
}
}
@media (max-width: 992px) {
.post-wraper .post-list-info .post-category-name .large-number {
font-size: 45px !important;
}
}
.post-wraper .post-list-info .post-list-info-description {
position: absolute;
max-width: 500px;
padding: 15px;
top: 60%;
}
@media (max-width: 768px) {
.post-wraper .post-list-info .post-list-info-description {
position: static;
text-align: center;
max-width: 100%;
}
}
@media (max-width: 768px) {
.post-wraper .post-list-info {
position: static;
width: 100%;
}
}
@media (max-width: 768px) {
.post-wraper {
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 120px;
}
}
.post-image-wrap::after {
content: "";
width: 90%;
height: 100%;
display: block;
background-color: #dddddd;
position: absolute;
left: 0;
top: 30px;
z-index: -1;
}
@media (max-width: 768px) {
.post-image-wrap::after {
display: none;
}
}
.gc-form-wrap {
margin: 50px 0px;
}
.owl-carousel-category-names {
display: flex;
z-index: 10000;
}
.post-list-info-not-found {
text-align: center;
font-size: 20px;
}
.post-list-info-not-found span:hover {
color: orange;
}
.gc-single-post_content-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
gap: 0px;
margin: 2rem 0;
}
.gc-single-post_content-wrapper .gc-gallery-link {
max-height: 340px;
}
.gc-single-post_content-wrapper .gc-gallery-link img {
height: 100%;
}
.gc-news-load-more {
display: flex;
justify-content: center;
align-items: center;
}
.gc-single-post {
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/single-post-bg.png);
background-repeat: no-repeat;
background-position: bottom;
background-position-y: bottom;
background-size: contain;
}
.gc-single-post__recap-box {
margin: 1.3rem 0;
display: none;
}
.gc-single-post__recap-box.show {
display: block;
}
.gc-single-post__form {
margin: 2.5rem 0;
display: flex;
justify-content: center;
flex-direction: column;
border-radius: 20px;
position: relative;
z-index: 2;
padding: 60px 30px;
border: 1px solid #FFFFFF;
-webkit-box-shadow: 0px 11px 29px -1px rgba(0, 0, 0, 0.42);
-moz-box-shadow: 0px 11px 29px -1px rgba(0, 0, 0, 0.42);
box-shadow: 0px 11px 29px -1px rgba(0, 0, 0, 0.42);
}
.gc-single-post__form-title {
font-size: 2.3rem;
font-weight: 200;
color: #ff7b31;
z-index: 2;
text-transform: uppercase;
}
.gc-single-post__form .wpcf7 {
position: relative;
z-index: 2;
}
.gc-single-post__form:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000000;
z-index: 1;
opacity: 0.5;
border-radius: 20px;
}
.gc-single-post__form:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: transparent;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
z-index: 1;
border-radius: 20px;
}
.gc-single-post__inputs {
display: flex;
margin-bottom: 2rem;
border-radius: 0.3rem;
overflow: hidden;
}
.gc-single-post__inputs input {
background: transparent;
color: #FFFFFF;
}
.gc-single-post__inputs input:focus {
background: transparent;
border: 0.7px solid #e3e30b;
}
.gc-single-post__massage {
overflow: hidden;
}
.gc-single-post__massage textarea {
background: transparent;
border: 0.7px solid #FFFFFF;
border-radius: 0.3rem;
resize: none;
overflow: auto;
color: #FFFFFF;
}
.gc-single-post__massage textarea:focus {
border: 0.7px solid yellow;
background: transparent;
}
.gc-single-post__inter-lang {
position: relative;
margin-bottom: 2rem;
}
.gc-single-post__inter-lang .country-list {
border-radius: 0 0 1rem 1rem;
width: 100%;
}
.gc-single-post__inter-lang .country-list .country {
font-size: 1rem;
width: 100%;
}
.gc-single-post__inter-lang .flag-container {
width: 100%;
}
.gc-single-post__inter-lang input {
border-radius: 0.3rem;
}
.gc-single-post__inter-lang input:focus {
border: 0.7px solid yellow;
background: transparent;
}
.gc-single-post__submit {
position: absolute;
right: -11%;
bottom: -35%;
}
.gc-single-post__submit input {
background-color: #ff7b31;
border-radius: 0.3rem;
text-transform: uppercase;
}
.gc-single-post__submit input:hover {
background-color: #FFFFFF;
color: #0a0a0a;
}
.gc-single-post .wpcf7-not-valid-tip {
font-size: 0.8rem;
margin-left: 1rem;
}
.gc-footer__single-post {
background: transparent;
}
.post-form { }
.post-form .wpcf7-form {
background: rgba(0, 0, 0, 0.46);
backdrop-filter: blur(10px);
border-radius: 20px;
padding: 40px;
width: 100%;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
z-index: 2;
margin: 0 auto;
}
.post-form .wpcf7-form h2 {
color: #ff7b31;
font-size: 24px;
font-weight: 300;
margin-bottom: 30px;
letter-spacing: 1px;
text-transform: uppercase;
}
.post-form .wpcf7-form-control,
.post-form .wpcf7-form-control-wrap input,
.post-form .wpcf7-form-control-wrap textarea,
.post-form .wpcf7-form-control-wrap select {
width: 100%;
padding: 15px 20px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 10px;
color: #ffffff;
font-size: 16px;
outline: none;
transition: all 0.3s ease;
backdrop-filter: blur(5px);
box-sizing: border-box;
}
.post-form .wpcf7-form-control::placeholder,
.post-form .wpcf7-form-control-wrap input::placeholder,
.post-form .wpcf7-form-control-wrap textarea::placeholder {
color: rgba(255, 255, 255, 0.6);
}
.post-form .wpcf7-form-control:focus,
.post-form .wpcf7-form-control-wrap input:focus,
.post-form .wpcf7-form-control-wrap textarea:focus,
.post-form .wpcf7-form-control-wrap select:focus {
border-color: #ff7b31;
background: rgba(255, 255, 255, 0.15);
box-shadow: 0 0 0 2px rgba(212, 165, 116, 0.3);
}
.post-form .wpcf7-form-control-wrap textarea {
min-height: 120px;
resize: vertical;
font-family: inherit;
}
.post-form .form-row {
display: flex;
gap: 15px;
margin-bottom: 20px;
}
.post-form .form-row .wpcf7-form-control-wrap {
border: none;
flex: 1;
}
.post-form .form-full-width {
margin-bottom: 20px;
}
.post-form .form-full-width .wpcf7-form-control-wrap {
border: none;
}
.post-form .wpcf7-form-control-wrap {
justify-content: initial;
flex-direction: column;
}
.post-form .wpcf7-form input[type=submit] {
background: linear-gradient(135deg, #ff7b31 0%, #ff7b31 100%);
color: white;
padding: 15px 40px;
border: none;
border-radius: 10px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 1px;
float: right;
box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
}
.post-form .wpcf7-form input[type=submit]:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(212, 165, 116, 0.4);
}
.post-form .wpcf7-form input[type=submit]:active {
transform: translateY(0);
}
.post-form .iti {
width: 100%;
}
.post-form .iti__flag-container {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 10px 0 0 10px;
backdrop-filter: blur(5px);
}
.post-form .iti__selected-flag {
padding: 15px 20px;
background: transparent;
border: none;
}
.post-form .iti__arrow {
border-top-color: rgba(255, 255, 255, 0.7);
}
.post-form .iti__country-list {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.post-form .iti__country {
padding: 10px 15px;
color: #333;
}
.post-form .iti__country:hover {
background: rgba(212, 165, 116, 0.1);
}
.post-form .iti__country.iti__highlight {
background: rgba(212, 165, 116, 0.2);
}
.post-form .wpcf7-not-valid-tip {
color: #ff6b6b;
font-size: 14px;
margin-top: 5px;
}
.post-form .wpcf7-validation-errors {
background: rgba(255, 107, 107, 0.1);
border: 1px solid rgba(255, 107, 107, 0.3);
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
color: #ff6b6b;
}
.post-form .wpcf7-mail-sent-ok {
background: rgba(76, 175, 80, 0.1);
border: 1px solid rgba(76, 175, 80, 0.3);
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
color: #4caf50;
}
@media (max-width: 600px) {
.post-form .wpcf7-form {
margin: 20px;
padding: 30px 20px;
}
.post-form .form-row {
flex-direction: column;
}
.post-form .wpcf7-form h2 {
font-size: 20px;
}
.post-form .wpcf7-form input[type=submit] {
width: 100%;
float: none;
}
}
.tabs-panel-sub-title {
font-weight: 700;
}
.tabs-panel-aplication-type {
color: #ff7701;
font-size: 20px;
letter-spacing: 2%;
}
.tabs-panel-aplication-type .tabs-panel-aplication-title {
color: black;
}
.gc-gallery {
display: grid;
grid-template-columns: 3fr 3fr 3fr;
gap: 15px;
}
.gc-gallery .gc-gallery-link {
padding: 10px;
box-shadow: 0 13px 12px 8px #d9d9d9;
border-radius: 10px;
}
.grid-container {
position: relative;
}
.gc-products-filter-type-oil {
position: absolute;
right: 0;
top: 0;
z-index: 10;
}
@media (max-width: 500px) {
.gc-products-filter-type-oil {
text-align: right;
}
}
.gc-products-filter-type-oil .gc-products-title {
display: flex;
gap: 15px;
border-bottom: 2px solid #333333;
}
@media (max-width: 500px) {
.gc-products-filter-type-oil .gc-products-title h3 {
display: block;
margin-top: 0px;
}
.gc-products-filter-type-oil .gc-products-title h3:first-child {
margin-top: 30px;
}
}
.gc-products-filter-type-oil h3 {
text-transform: uppercase;
margin-top: 30px;
color: inherit;
font-size: 1.5rem;
padding-top: 2px;
cursor: pointer;
position: relative;
}
.gc-products-filter-type-oil h3:hover {
color: #ff7701;
}
.gc-products-filter-type-oil h3:first-child::before {
content: "";
width: 30px;
height: 2px;
background-color: #333333;
position: absolute;
right: -16%;
top: 20px;
transform: rotate(90deg);
}
@media (max-width: 927px) {
.gc-products-filter-type-oil h3 {
font-size: 1.5rem;
}
.gc-products-filter-type-oil h3::after {
display: none;
}
}
.gc-products-filter-type-oil .gc-products-filter {
margin-top: 15px;
display: flex;
justify-content: space-between;
gap: 25px;
opacity: 0;
visibility: hidden;
max-height: 0px;
background-color: rgba(255, 255, 255, 0.8);
box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.75);
transition: max-height 0.5s ease, opacity 0.5s ease;
padding: 15px 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
transition: 1s;
}
.gc-products-filter-type-oil .gc-products-filter .gc-products-filter-list {
cursor: pointer;
}
.gc-products-filter-type-oil .gc-products-filter .gc-products-filter-list .gc-products-filter-list-item {
list-style: none !important;
}
.gc-products-filter-type-oil .gc-products-filter .gc-products-filter-list .gc-products-filter-list-item label {
font-family: "Open Sans", sans-serif;
font-size: 18px;
color: black;
}
.gc-products-filter-type-oil .gc-products-filter .gc-products-filter-list .gc-products-filter-list-item label:hover {
color: #ff7701;
cursor: pointer;
}
.gc-products-filter-type-oil .gc-products-filter .gc-products-filter-list .gc-products-filter-list-item label input {
display: none;
}
.gc-products-filter-type-oil .gc-products-filter .gc-products-filter-list .gc-products-filter-list-item input {
display: none;
}
.gc-products-filter-type-oil .mobile-menu {
visibility: visible;
display: none;
border: none;
}
.gc-products-filter-type-oil .active {
max-height: 400px;
visibility: visible;
opacity: 1;
transition: all ease-in-out 0.8s;
}
@media (max-width: 568px) {
.gc-products-filter-type-oil {
position: static;
}
.gc-products-filter-type-oil .desktop-menu {
display: none;
}
.gc-products-filter-type-oil .mobile-menu {
display: flex;
justify-content: right;
}
.gc-products-filter-type-oil .mobile-menu .btn-menu {
width: 50px;
display: flex;
flex-direction: column;
gap: 10px;
background-color: transparent;
}
.gc-products-filter-type-oil .mobile-menu .btn-menu span {
display: block;
width: 50px;
height: 2px;
background-color: #333333;
}
.gc-products-filter-type-oil .mobile-menu .btn-menu:hover {
background-color: transparent;
}
}
.gc-header {
z-index: 100 !important;
}
.capacity-list {
visibility: hidden;
opacity: 0;
}
.application-list {
visibility: hidden;
opacity: 0;
}
.categories-container {
display: flex;
margin-top: 50px;
}
.categories-container .owl-carousel .categories-item {
cursor: pointer;
text-transform: uppercase;
white-space: nowrap;
text-align: center;
padding: 5px 15px;
border: 1px solid #ccc;
overflow: hidden;
border-radius: 25px;
font-size: 14px;
transition: 1s;
background-color: #ffffff;
}
.categories-container .owl-carousel .categories-item label {
cursor: pointer;
width: 100%;
padding: 5px 2px;
font-weight: 400;
color: #585858;
}
.categories-container .owl-carousel .categories-item label:hover {
color: white;
}
.categories-container .owl-carousel .categories-item:hover {
background-color: #fd7f33;
transition: 1s;
}
.categories-container .owl-carousel .categories-item:active {
background-color: #fd7f33;
transition: background-color 0.3s;
}
@media (max-width: 768px) {
.categories-container .owl-carousel .categories-item {
font-size: 12px;
}
}
.categories-container .owl-carousel .categories-item input {
display: none;
}
.categories-container .owl-carousel .owl-nav {
width: 100%;
display: flex;
justify-content: space-between;
position: relative;
}
.categories-container .owl-carousel .owl-nav .owl-prev {
position: absolute;
top: -70px;
left: -30px;
}
.categories-container .owl-carousel .owl-nav .owl-prev i {
font-size: 40px;
}
@media (max-width: 1076px) {
.categories-container .owl-carousel .owl-nav .owl-prev {
left: -25px;
}
}
.categories-container .owl-carousel .owl-nav .owl-next {
position: absolute;
right: -30px;
top: -70px;
}
.categories-container .owl-carousel .owl-nav .owl-next i {
font-size: 40px;
}
@media (max-width: 1076px) {
.categories-container .owl-carousel .owl-nav .owl-next {
right: -25px;
}
}
@media screen and (max-width: 1100px) {
.categories-container .owl-carousel .owl-nav {
display: block !important;
}
}
.gc-header-search-btn-loop button {
background-color: transparent;
color: #585858;
}
.gc-header-search-btn-loop button:hover {
background-color: transparent;
color: #fd7f33;
}
.gc-news-preloader {
margin-top: 50px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 100px;
}
@media (max-width: 475px) {
.gc-news-preloader {
margin-bottom: 100px;
}
}
.gc-news-preloader .loader {
align-items: center;
border: 16px solid #f3f3f3;
border-top: 16px solid #fd7f33;
border-radius: 50%;
width: 80px;
height: 80px;
animation: spin 2s linear infinite;
transition: 0.5s;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.contact-item {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 15px;
background-color: transparent;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
-webkit-box-shadow: 0px 0px 26px 7px rgb(219, 219, 219);
box-shadow: 0px 0px 26px 7px rgb(219, 219, 219);
border-radius: 20px;
padding: 60px 30px 100px 30px;
}
.contact-item h2 {
margin-bottom: 30px;
}
.contact-item h3, .contact-item h4, .contact-item h5 {
color: #ff7d2f;
margin: 25px 0px;
}
.contact-item div p {
font-size: 14px;
text-transform: uppercase;
color: #ff7d2f;
}
.contact-item p span, .contact-item p strong {
color: #ff7d2f;
}
.contact-item p a {
text-decoration: none;
}
.contact-item-title {
height: auto !important;
}
.contacts-accordion {
cursor: pointer;
width: 100%;
border: none;
outline: none;
transition: 0.4s;
text-align: center;
}
.contacts-accordion:hover {
color: #ff8c31;
}
.contacts-panel {
padding: 0 18px;
background-color: rgba(255, 255, 255, 0.1);
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.head-office p {
margin-bottom: 100px;
}
.top-bar .menu-top_navigation_3_0-container .menu-item .menu .menu-item .menu {
background-color: transparent;
backdrop-filter: blur(1rem);
border-radius: 20px;
}
.is-dropdown-submenu::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
backdrop-filter: blur(1rem);
background-color: rgba(255, 255, 255, .4);
border-radius: 20px;
}
.gc-single-product .gc-product-title-link {
display: flex;
justify-content: space-between;
}
@media (max-width: 476px) {
.gc-single-product .gc-product-title-link {
flex-direction: column;
align-items: center;
}
}
.gc-single-product .gc-content-title {
background-color: #f5f5f5;
padding: 50px 0px;
text-align: center;
}
.gc-single-product .gc-single-product__discription h2 {
font-size: 45px;
}
.gc-single-product .gc-single-product__discription .product-about {
line-height: 30px;
font-size: 15px;
padding-bottom:30px;
}
.gc-single-product .gc-single-product__discription .product-about .product-about-list li {
list-style: disc;
}
@media (max-width: 476px) {
.gc-single-product .gc-single-product__discription .gc-product-button {
width: 100%;
}
}
.gc-single-product .gc-single-product__discription .gc-product-button .product-btn {
width: 100%;
background-color: #ff7b31;
padding: 15px 8px;
border-radius: 20px;
}
.gc-single-product .gc-single-product__discription .gc-product-button .product-btn a {
text-transform: uppercase;
color: white;
display: block;
}
.gc-single-product .gc-tabs {
background-color: #f8f8f8;
margin-top: 25px;
-webkit-box-shadow: 0px 13px 12px 8px rgb(217, 217, 217);
-moz-box-shadow: 0px 13px 12px 8px rgb(217, 217, 217);
box-shadow: 0px 13px 12px 8px rgb(217, 217, 217);
}
.gc-single-product .gc-tabs .owl-tabs {
border: none;
margin-bottom: 25px;
}
.gc-single-product .gc-tabs .tabs-content .tabs-panel {
padding: 15px 50px;
}
.gc-single-product .gc-tabs .tabs-content .tabs-panel li {
list-style: disc !important;
}
.gc-single-product .gc-tabs .tabs-content .tabs-panel a {
text-decoration: underline;
}
.gc-single-product .gc-tabs .tabs {
background: transparent;
}
.gc-single-product .gc-tabs .tabs .owl-prev {
top: 5px;
left: -1%;
}
.gc-single-product .gc-tabs .tabs .owl-next {
top: 5px;
right: -1%;
}
.gc-single-product .gc-tabs .tabs .owl-nav {
top: 0%;
}
.gc-single-product .gc-tabs .tabs .owl-nav button i {
color: #000;
font-size: 18px;
}
@keyframes colorChange {
0% {
color: #f5f5f5;
transform: scale(1);
}
50% {
color: #f99961;
transform: scale(1.2);
}
100% {
color: #ff7b31;
transform: scale(1);
}
}
.gc-single-product .gc-tabs .is-active .gc-tab-link {
color: #ff7b31;
border-bottom: 1px solid #ddd;
}
.gc-single-product .gc-tabs .gc-tab-link {
text-transform: none;
white-space: nowrap;
font-size: 14px;
font-weight: 400;
color: #a1a0a0;
position: relative;
overflow: hidden;
transition: background-color 0.2s ease;
}
.tabs-title>a {
padding: 0.8rem 0;
}
.gc-single-product .tabs-content {
border: none;
}
.gc-related .gc-related-product-title {
font-size: 1.5rem;
position: relative;
padding-bottom: 20px;
}
.start-machine .link {
text-align: center;
height: 100%;
}
#tab-8 {
padding: 20px 100px;
}
.header .top-bar {
font-size: 15px;
}
.cooperation {
position: relative;
padding: 5rem 0rem;
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/hands1.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.cooperation-title {
text-align: center;
}
.cooperation::after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
opacity: 0.2;
}
.cooperation .gc-right-form {
margin: 0px !important;
border-radius: 20px;
max-width: 500px;
border: 1px solid #ccc;
background: transparent;
background-color: rgba(255, 255, 255, 0.7);
height: 800px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
-moz-backdrop-filter: blur(10px);
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
}
.cooperation .gc-right-form .cf7-right-button-wrap {
margin-top: 40px;
}
.cooperation .gc-right-form .title-form {
color: #ff7b31;
font-size: 25px;
}
.cooperation .gc-right-form .intl_tel-865 .country-list {
max-width: 300px;
}
.cooperation .gc-right-form .intl_tel-865 .country-list li {
font-size: 15px;
}
.cooperation .gc-right-form textarea {
margin-top: 20px !important;
padding: 10px;
border-radius: 10px;
background-color: #ffffff;
}
.cooperation .gc-right-form .cf7-right-wrapp {
position: relative;
}
.cooperation .gc-right-form .cf7-right-wrapp p {
text-align: center;
text-transform: uppercase;
margin-bottom: 20px;
color: #9ca3af !important;
}
.cooperation .gc-right-form .cf7-right-wrapp .wpcf7-form-control-wrap {
color: #848a95;
}
.cooperation .gc-right-form .cf7-right-wrapp .wpcf7-form-control-wrap .textarea {
margin-top: 20px;
}
.cooperation .gc-right-form .cf7-right-wrapp .wpcf7-form-control-wrap select {
padding: 0px 20px;
border-radius: 10px;
}
.cooperation .gc-right-form .cf7-right-wrapp .wpcf7-form-control-wrap select option {
color: #9ca3af;
}
@font-face {
font-family: "Russo One";
src: url(//globecore.com/wp-content/themes/globecore_2020/fonts/RussoOne-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
.gc-tech-school .gc-tech-school-header {
background-color: #f3f3f3 !important;
padding: 50px 0px;
}
.gc-tech-school .gc-tech-school-header .gc-tech-school__title {
color: rgb(111, 111, 111);
text-transform: uppercase;
font-size: 50px;
font-family: "Russo One";
letter-spacing: 1.7px;
}
.gc-tech-school .gc-tech-school__inner {
margin-top: 50px;
}
.gc-tech-school .gc-tech-school__inner .gc-tech-school-webinar-registration {
background-color: #ff7b31;
border-radius: 10px;
}
.gc-tech-school .gc-tech-school__inner .grid-x .large-8 {
padding: 0px 25px;
}
.gc-tech-school .gc-tech-school__inner .grid-x .large-8 .tech-school-tabs-content {
background-color: #eeeeee;
padding: 25px 50px;
}
.gc-tech-school .gc-tech-school__inner .grid-x .large-8 .tech-school-tabs .is-active {
background-color: #eeeeee !important;
border-bottom: 3px solid #ff7b31;
}
.gc-tech-school .gc-tech-school__inner .grid-x .large-8 .tech-school-tabs .is-active a {
color: #ff7b31 !important;
}
.gc-tech-school .gc-tech-school__inner .grid-x .large-8 .tech-school-tabs .tabs-title {
margin: 5px 0px;
border-top-right-radius: 20px;
background-color: #ff7b31;
border-right: 2px solid #eeeeee;
border-left: 2px solid #eeeeee;
}
.gc-tech-school .gc-tech-school__inner .grid-x .large-8 .tech-school-tabs .tabs-title a {
color: #eeeeee;
letter-spacing: 0.4px;
font-size: 17px;
}
.all-tech-school2 .techschool2-img {
display: flex;
justify-content: center;
}
.all-tech-school2 .tabs-content {
background-color: #eeeeee;
}
.all-tech-school2 .tabs-content .tabs-items {
background-color: #eeeeee;
}
.all-tech-school2 .tabs-nav li .active {
color: #ff7b31;
border-bottom: 3px solid #ff7b31;
}
.all-tech-school2 .tabs-nav li a {
color: #ffffff;
background-color: #ff7b31;
}
.all-tech-school2 .tabs-nav li a .spare-tab-fix {
text-transform: uppercase;
}
.about-us .grid-container {
max-width: 87rem;
}
.about-us__title {
position: absolute;
bottom: -9%;
transform: translate(-50%, -50%);
left: 50%;
font-size: 40px;
text-transform: uppercase;
color: #ffffff;
font-weight: 300;
font-family: "Roboto";
text-align: center;
filter: drop-shadow(-3.464px 2px 3.5px rgba(0, 0, 0, 0.16));
}
.about-us__sub-title {
display: flex;
justify-content: center;
align-items: center;
}
.about-us__sub-title-text {
max-width: 700px;
margin-top: 200px;
font-size: 30px;
text-transform: uppercase;
color: #383838;
font-weight: 300;
font-family: "Roboto";
text-align: center;
}
.about-us__image {
position: relative;
width: 100%;
padding-bottom: 45%;
}
.about-us__image img {
position: absolute;
left: 0;
top: 0 !important;
width: 100%;
height: auto;
}
.about-us__details {
margin-top: 100px;
display: flex;
gap: 20px;
justify-content: space-between;
}
.about-us__details .details-item {
font-size: 22px;
text-transform: uppercase;
color: #ff7701;
font-weight: 400;
font-family: "Roboto";
text-align: center;
height: 215px;
width: 215px;
background-color: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
white-space: normal;
word-break: break-word;
overflow-wrap: break-word;
border-radius: 100%;
-webkit-box-shadow: 0px 0px 54px -29px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 54px -29px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 54px -29px rgba(0, 0, 0, 0.75);
}
.about-us__details .details-item .item-counter {
font-size: 32px;
}
.about-us__text {
display: flex;
justify-content: center;
align-items: center;
}
.about-us__text-item {
max-width: 700px;
margin-top: 100px;
font-size: 16px;
color: #383838;
font-weight: 300;
font-family: "Roboto";
text-align: center;
}
.about-us__our-history {
padding: 1rem 0re;
margin-top: 200px;
position: relative;
}
.about-us__our-history-image {
position: relative;
}
.about-us__our-history-image-text {
width: 36%;
height: 64%;
position: absolute;
left: 0;
top: 18%;
z-index: 2;
border-radius: 20px;
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(1px);
font-size: 60px;
color: #383838;
font-weight: 300;
font-family: "Roboto";
text-transform: uppercase;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.about-us__history-years {
margin-top: 100px;
}
.about-us__history-years-title {
font-size: 27px;
margin-bottom: 15px;
text-transform: uppercase;
color: #ff7701;
font-weight: 300;
font-family: "Roboto";
text-align: center;
}
.about-us__history-years-text {
margin-top: 50px;
text-align: center;
font-size: 15px;
color: #383838;
font-weight: 300;
font-family: "Roboto";
}
.about-us__history-years-items-cart-content .cart-content-item {
display: flex;
position: relative;
}
.about-us__history-years-items-cart-content .cart-content-item-text {
font-size: 15px;
}
@media (min-width: 992px) {
.gc-single-product-content {
margin-top: 50px;
}
.about-us__history-years-items-cart-content .cart-content-item ::after {
content: "";
width: 1.5px;
height: 95%;
background-color: #4c4c4c;
position: absolute;
left: 50%;
top: 0;
}
}
@media (max-width: 767px) {
.gc-single-product-content .grid-x {
display: flex;
flex-direction: column;
}
}
.product-title-mobile {
display: block;
margin-bottom: 0;
}
@media(min-width: 768px) {
.product-title-mobile {
display: none;
}
.gc-single-product__discription .product-title {
display: block;
}
}
@media(max-width: 767px) {
.gc-single-product__discription .product-title {
display: none;
}
}
.about-us__history-years-items-cart-content .cart-content-item-about {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 50%;
padding: 30px;
font-size: 30px;
color: #383838;
font-weight: 300;
font-family: "Roboto";
}
.about-us__history-years-items-cart-content .cart-content-item-image {
width: 50%;
padding: 25px;
display: flex;
align-items: center;
justify-content: center;
}
.about-us__video {
margin: 150px 0px;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.about-us__video-item {
max-width: 100%;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
position: relative;
}
.about-us__video-item img {
width: 1000px;
height: 600px;
}
.about-us__video-item-frame {
width: 100%;
display: flex;
}
.about-us__video-item-frame iframe {
height: 600px;
width: 1000px;
}
.about-us__video:hover {
cursor: pointer;
}
.about-us__video-button {
position: absolute;
width: 250px;
height: 250px;
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/pngegg.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 5;
}
@media (max-width: 992px) {
.about-us__title {
bottom: 5%;
}
.about-us__image {
padding-bottom: 4.25%;
height: auto;
}
.about-us__image img {
position: static;
}
.about-us__details {
flex-direction: column;
gap: 50px;
align-items: center;
justify-content: center;
}
.about-us__our-history {
margin-top: 100px;
}
.about-us__our-history-image img {
position: static;
}
.about-us__our-history-image-text {
width: 83%;
font-size: 40px;
}
.about-us__history-years {
margin-top: 150px;
}
.about-us__history-years .cart-content-item {
flex-direction: column;
border-bottom: 3px solid #4c4c4c;
}
.about-us__history-years .cart-content-item .cart-content-item-about {
width: 100%;
}
.about-us__history-years .cart-content-item .cart-content-item-about .cart-content-item-text {
text-align: center;
}
.about-us__history-years .cart-content-item .cart-content-item-image {
width: 100%;
}
.about-us__video ::after {
height: 15px;
width: 15px;
}
.about-us__video-button {
width: 150px;
height: 150px;
}
.about-us__video img, .about-us__video iframe {
height: 380px;
}
}
.page-template-about-page footer {
background-color: transparent !important;
}
.forum-archive .gc-main {
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/single-forum-back.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.forum-archive .forum {
padding: 25px;
}
.forum-archive .forum__container {
margin-bottom: 100px;
background: transparent;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
padding: 50px 33px;
border-radius: 20px;
position: relative;
overflow: hidden;
}
.forum-archive .forum__container::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.7);
z-index: -1;
}
.forum-archive .forum__content-topics-posts-titles {
display: flex;
justify-content: space-between;
position: relative;
}
.forum-archive .forum__content-topics-posts-titles .topic-title {
color: #ef7f1a;
font-size: 30px;
text-transform: uppercase;
font-weight: 300;
}
.forum-archive .forum__content-topics-posts-titles .topic-title-last-answer {
color: #ef7f1a;
font-size: 30px;
font-weight: 300;
}
.forum-archive .forum__content-topics-posts-titles::before {
content: "";
width: 100%;
height: 1px;
background-color: #20222c;
position: absolute;
left: 0;
bottom: 0;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-info a {
color: #0a0a0a !important;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list {
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
padding: 30px 0px;
position: relative;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-info,
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-about {
font-size: 18px;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-info .forum-topic-author .bbp-author-link,
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-author .bbp-author-link {
text-decoration: none;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-info .forum-topic-author .forum-topic-author__started-in a,
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-author .forum-topic-author__started-in a {
color: #ef7f1a;
text-decoration: none;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-about__author {
color: #ef7f1a;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-about__author a {
text-decoration: none;
}
.forum-archive .forum__content-topics-posts-items .forum-topic-list::before {
content: "";
width: 100%;
height: 1px;
background-color: #20222c;
position: absolute;
left: 0;
bottom: 0;
}
.forum-archive .forum__content-load-more {
margin-top: 100px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.forum-archive .forum__content-load-more .load-more-btn {
height: 100%;
text-transform: uppercase;
background-color: white;
border-radius: 15px;
padding: 10px 20px;
border: 1px solid #ef7f1a;
color: #20222c;
}
.forum-archive .forum__content-load-more .load-more-btn:hover {
color: #ef7f1a;
background-color: #e2e2e2;
transition: all 0.5s;
-webkit-box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
-moz-box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
}
.forum-archive .forum__content-components {
display: flex;
justify-content: space-between;
margin-bottom: 80px;
gap: 25px;
}
.forum-archive .forum__content-components .component-ask-question {
display: flex;
align-items: center;
justify-content: center;
}
.forum-archive .forum__content-components .component-ask-question__btn {
height: 100%;
text-transform: uppercase;
background-color: white;
border-radius: 15px;
padding: 0px 20px;
border: 1px solid #ef7f1a;
color: #20222c;
}
.forum-archive .forum__content-components .component-ask-question__btn:hover {
color: #ef7f1a;
background-color: #e2e2e2;
transition: all 0.5s;
-webkit-box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
-moz-box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
}
.forum-archive .forum__content-components .сomponent-search-form {
width: 40%;
}
.forum-archive .forum__content-components .сomponent-language-form {
width: 30%;
}
.forum-archive .forum__content-components .сomponent-language-form .language-form {
border-radius: 50px;
box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
padding: 0px 23px;
color: #a1a1a1;
}
.forum-archive .forum .forum-topic-notification {
text-align: center;
font-size: 16px;
padding: 20px 0px;
}
@media (max-width: 992px) {
.forum-archive .forum .forum__container {
padding: 25px;
}
.forum-archive .forum .forum__content-components {
flex-direction: column;
}
.forum-archive .forum .forum__content-components .сomponent-search-form {
width: 100%;
}
.forum-archive .forum .forum__content-components .сomponent-language-form {
width: 100%;
}
.forum-archive .forum .forum__content-components .component-ask-question__btn {
padding: 10px 20px;
width: 100%;
}
.forum-archive .forum .forum__content-topics-posts-titles {
margin-bottom: 15px;
}
.forum-archive .forum .forum__content-topics-posts-titles h3 {
font-size: 25px;
}
}
.topic .gc-main {
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/single-forum-back.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.topic .gc-main .gc-breadcrumbs {
margin-top: 50px;
}
.single-forum-topic {
padding: 25px;
}
.single-forum-topic__title {
font-size: 40px;
max-width: 700px;
text-align: left;
margin-bottom: 27px;
}
.single-forum-topic__container {
margin-bottom: 100px;
background: transparent;
backdrop-filter: blur(5px);
padding: 50px 80px;
border-radius: 20px;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
}
.single-forum-topic__container::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.7);
z-index: -1;
}
.single-forum-topic__content {
position: relative;
}
.single-forum-topic__content-not-authorized {
font-size: 18px;
color: rgb(225, 51, 51);
margin: 20px 0px;
}
.single-forum-topic__content-author {
font-size: 18px;
}
.single-forum-topic__content-author .bbp-author-name {
color: #ef7f1a;
}
.single-forum-topic__content-posts {
display: flex;
justify-content: space-between;
gap: 40px;
margin-top: 100px;
}
.single-forum-topic__content-posts .posts__related-title,
.single-forum-topic__content-posts .posts__replies-title {
font-size: 30px;
color: #ef7f1a;
}
.single-forum-topic__content-posts .posts__related-text, .single-forum-topic__content-posts .posts__related-posts,
.single-forum-topic__content-posts .posts__replies-text,
.single-forum-topic__content-posts .posts__replies-posts {
font-size: 18px;
}
.single-forum-topic__content-posts .posts__related-text span, .single-forum-topic__content-posts .posts__related-posts span,
.single-forum-topic__content-posts .posts__replies-text span,
.single-forum-topic__content-posts .posts__replies-posts span {
color: #ef7f1a;
}
.single-forum-topic__content-posts .posts__replies {
width: 70%;
}
.single-forum-topic__content-posts .posts__replies-title {
position: relative;
}
.single-forum-topic__content-posts .posts__replies-text-list .text-list-item {
margin: 30px 0px;
position: relative;
}
.single-forum-topic__content-posts .posts__replies-text-list .text-list-item span {
color: #ef7f1a;
}
.single-forum-topic__content-posts .posts__replies-text-list .text-list-item p {
margin-top: 15px;
}
.single-forum-topic__content-posts .posts__replies-text-list .text-list-item:first-child::before {
content: "";
width: 100%;
height: 1px;
background-color: #20222c;
position: absolute;
top: -30px;
left: 0;
}
.single-forum-topic__content-posts .posts__replies-text-list .text-list-item::after {
content: "";
width: 100%;
height: 1px;
background-color: #20222c;
position: absolute;
bottom: -17px;
left: 0;
}
.single-forum-topic__content-posts .posts__related {
width: 30%;
}
.single-forum-topic__content-posts .posts__related-posts-list .posts-list-item {
margin: 20px 0px;
}
.single-forum-topic__content-posts .posts__related-posts-list .posts-list-item p {
margin-top: 10px;
}
.single-forum-topic__content-description {
max-width: 70%;
font-size: 18px;
margin: 25px 0px;
}
.single-forum-topic__content-description .bbp-author-name {
color: #ef7f1a;
}
.single-forum-topic__content-button-ask {
position: absolute;
right: 0;
top: -11%;
display: flex;
flex-direction: column;
gap: 1rem;
}
.single-forum-topic__content-button-ask a {
text-transform: uppercase;
background-color: white;
border-radius: 15px;
padding: 10px 20px;
border: 1px solid #ef7f1a;
color: #20222c;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.single-forum-topic__content-button-ask a .button-ask-item {
padding: 10px 5px;
}
.single-forum-topic__content-button-ask a:hover {
color: #ef7f1a;
background-color: #e2e2e2;
transition: all 0.5s;
-webkit-box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
-moz-box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
box-shadow: 0px 5px 83px -22px rgb(238, 127, 26);
}
.single-forum-topic__reply-form {
margin-top: 55px;
}
.single-forum-topic__reply-form .reply-form__title {
font-size: 18px;
margin-bottom: 30px;
}
.single-forum-topic__reply-form .reply-form__submit {
display: flex;
align-items: center;
justify-content: left;
margin-top: 50px;
}
.single-forum-topic__reply-form .reply-form__submit button {
border-radius: 10px;
padding: 10px 40px;
text-transform: uppercase;
background: transparent;
border: 2px solid #ef7f1a;
color: #ef7f1a;
}
.single-forum-topic__reply-form .reply-form__inputs {
display: flex;
gap: 80px;
}
.single-forum-topic__reply-form .reply-form__inputs input {
width: 120%;
border-radius: 10px;
font-size: 14px;
}
.single-forum-topic__reply-form .reply-form__textarea {
margin-top: 50px;
font-size: 14px;
}
.single-forum-topic__reply-form .reply-form__textarea textarea {
border-radius: 10px;
height: 200px;
padding: 10px;
resize: none;
}
.single-forum-topic__related {
margin-top: 160px;
}
.single-forum-topic__related-title {
color: #ef7f1a;
font-size: 20px;
font-weight: 500;
}
.single-forum-topic__related-posts {
margin: 50px 0px;
padding: 50px 0px;
}
.single-forum-topic__related-posts-list {
font-size: 18px;
}
.single-forum-topic__related-posts-list .posts-list-item {
margin: 25px 0px !important;
}
.single-forum-topic__single {
color: #20222c;
font-weight: 400;
}
.single-forum-topic__single-breadcrumbs {
display: flex;
margin-bottom: 10px;
}
.single-forum-topic__single-description-content {
font-size: 24px;
margin-top: 33px;
margin-bottom: 83px;
}
.single-forum-topic__single-description-content a .bbp-author-name {
color: #ef7f1a;
}
.single-forum-topic__single-topic-author .topic-author {
font-size: 24px;
}
.single-forum-topic__single-topic-author .topic-author p a {
color: #ef7f1a;
text-decoration: none;
}
@media (max-width: 992px) {
.single-forum-topic {
padding: 10px;
}
.single-forum-topic__container {
padding: 20px 25px;
}
.single-forum-topic__content-button-ask {
margin-top: 30px;
position: static;
}
.single-forum-topic__content-posts {
flex-direction: column;
}
.single-forum-topic__content-posts .posts__replies,
.single-forum-topic__content-posts .posts__related {
width: 100%;
}
.single-forum-topic__reply-form {
width: 100%;
}
.single-forum-topic__reply-form .reply-form__inputs {
justify-content: space-between;
}
.single-forum-topic__reply-form .reply-form__inputs input {
width: 100%;
}
}
.search-form {
max-width: 430px;
}
.search-form__input-text {
position: relative;
}
.search-form__input-text .search-input-text-item {
border-radius: 50px;
padding: 0px 23px 0px 52px;
box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
}
.search-form__input-text .search-input-text-item:focus {
background-color: transparent;
}
.search-form__input-text i {
position: absolute;
top: 13px;
left: 20px;
font-size: 21px;
color: rgba(0, 0, 0, 0.368627451) !important;
}
.forum__preloader {
display: flex;
align-items: center;
justify-content: center;
margin-top: 100px;
display: none;
}
.forum__preloader .loader {
position: relative;
width: 100px;
height: 100px;
border-radius: 50%;
background: linear-gradient(#ffc400, #ffc400, #ffc400);
animation: animate 1s linear infinite;
}
@keyframes animate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.forum__preloader .loader span {
position: absolute;
width: 100px;
height: 100px;
border-radius: 50%;
background: linear-gradient(#FE7A31, #311B07, #E9E9E9);
}
.forum__preloader .loader span:nth-child(1) {
filter: blur(5px);
}
.forum__preloader .loader span:nth-child(2) {
filter: blur(10px);
}
.forum__preloader .loader::after {
content: "";
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
background: #ffffff;
border-radius: 50%;
}
.forum-form {
position: fixed;
top: 50%;
left: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
transform: translate(-50%, -200%);
opacity: 0;
transition: transform 0.2s ease, opacity 0.5s ease;
}
.forum-form__logo {
width: 100px;
position: absolute;
top: -10%;
z-index: 2;
}
.forum-form__form {
width: 440px;
padding: 50px;
border: 1px solid white;
background-color: transparent;
border-radius: 40px;
overflow: hidden;
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(1rem);
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
}
.forum-form__form-create-account {
margin-top: 25px;
}
.forum-form__form-create-account p {
text-align: center;
}
.forum-form__form-create-account p a {
color: #ef7f1a;
}
.forum-form__form-text {
text-align: center;
font-size: 1.6rem;
text-transform: uppercase;
width: 100%;
color: #ef7f1a;
display: inline-block;
padding: 5px 20px;
margin: 25px 0px;
font-weight: 400;
letter-spacing: 2px;
}
.forum-form__form-sub-text {
text-align: center;
}
.forum-form__form-item {
display: flex;
flex-direction: column;
gap: 35px;
}
.forum-form__form-item .log-inp {
position: relative;
}
.forum-form__form-item .log-inp:after {
content: "";
width: 20px;
height: 20px;
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/user-125.svg);
position: absolute;
left: 5px;
top: 10px;
}
.forum-form__form-item .email-inp {
position: relative;
}
.forum-form__form-item .email-inp:after {
content: "";
width: 20px;
height: 20px;
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/email-142.svg);
position: absolute;
left: 5px;
top: 10px;
}
.forum-form__form-item .pass-inp {
position: relative;
}
.forum-form__form-item .pass-inp:after {
content: "";
width: 20px;
height: 20px;
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/login-password.svg);
position: absolute;
left: 5px;
top: 10px;
}
.forum-form__form-item .btn-submit {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-top: 25px;
}
.forum-form__form-item .btn-submit .item-input--sumbit {
padding: 12px 15px;
background: linear-gradient(203deg, rgb(209, 72, 20) 35%, rgb(252, 176, 69) 88%);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
border-radius: 15px;
border: none;
text-transform: uppercase;
color: white;
font-weight: 500;
letter-spacing: 1.5px;
}
.forum-form__form-item input {
width: 100%;
border: none;
border-bottom: 1px solid #ef7f1a;
background-color: transparent !important;
letter-spacing: 0.8px;
padding-left: 34px;
padding-bottom: 15px;
}
.forum-form__form-item input:focus {
border-top: none !important;
border-left: none !important;
border-right: none !important;
outline: none !important;
background-color: transparent !important;
border-bottom: 1px solid rgb(255, 140, 0);
}
.forum-form__form-item input:valid {
background-color: #dff0d8;
}
.forum-form__form::after {
content: "";
background-color: rgba(255, 255, 255, 0.2);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.forum-form__form-button-close {
position: absolute;
top: 4%;
right: 8%;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.forum-form__form-button-close .button-close-item {
position: relative;
}
.forum-form__form-button-close .button-close-item span {
display: inline-block;
background-color: #ef7f1a;
width: 22px;
height: 5px;
position: absolute;
top: 0;
left: 0;
}
.forum-form__form-button-close .button-close-item :first-child {
transform: rotate(135deg);
}
.forum-form__form-button-close .button-close-item :nth-child(2) {
transform: rotate(-135deg);
}
.forum-form__form-button-close:hover {
background: transparent !important;
}
@media (max-width: 992px) {
.forum-form__form {
width: 350px;
}
}
.topic.active-form-overlay {
z-index: -1;
}
.topic.active-form-overlay::after {
content: "";
background-color: rgba(190, 190, 190, 0.4);
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 1;
}
.topic.active-form-overlay::before {
content: "";
background: transparent;
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 1;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
.active-form {
display: flex;
transform: translate(-50%, -40%);
opacity: 1;
transition: transform 0.5s ease, opacity 0.3s ease;
}
.forum__notification {
position: fixed;
bottom: 5%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.forum__notification-wrapper {
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07), 0 11px 10px rgba(0, 0, 0, 0.1), 0 20px 18px rgba(0, 0, 0, 0.13), 0 36px 32px rgba(0, 0, 0, 0.15), 0 68px 60px rgba(0, 0, 0, 0.18), 0 160px 140px rgba(0, 0, 0, 0.25);
width: 90%;
background-color: rgb(95, 176, 95);
border: 1px solid #ffffff;
bottom: 6%;
padding: 25px 25px;
border-radius: 15px;
}
.forum__notification-text {
text-align: left;
font-size: 1rem;
color: white;
}
.forum__notification .error {
background-color: rgb(188, 47, 47);
}
.hide-notification {
transform: translateY(300%);
transition: transform 0.4s ease;
}
.forum .gc-main {
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/single-forum-back.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.forum .gc-main .single-forum {
padding: 25px;
}
.forum .gc-main .single-forum__container {
margin-bottom: 100px;
background: transparent;
backdrop-filter: blur(5px);
padding: 50px 33px;
border-radius: 20px;
position: relative;
overflow: hidden;
}
.forum .gc-main .single-forum__container::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.7);
z-index: -1;
}
.forum .gc-main .single-forum .forum__content-topics-posts-titles {
display: flex;
justify-content: space-between;
position: relative;
}
.forum .gc-main .single-forum .forum__content-topics-posts-titles .topic-title {
color: #ef7f1a;
font-size: 30px;
text-transform: uppercase;
font-weight: 300;
}
.forum .gc-main .single-forum .forum__content-topics-posts-titles .topic-title-last-answer {
color: #ef7f1a;
font-size: 30px;
font-weight: 300;
}
.forum .gc-main .single-forum .forum__content-topics-posts-titles::before {
content: "";
width: 100%;
height: 1px;
background-color: #20222c;
position: absolute;
left: 0;
bottom: 0;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list {
display: flex;
justify-content: space-between;
align-items: center;
padding: 30px 0px;
position: relative;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-info,
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-about {
font-size: 18px;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-info .forum-topic-author .bbp-author-link,
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-author .bbp-author-link {
color: #ef7f1a;
text-decoration: none;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-info .forum-topic-author .forum-topic-author__started-in a,
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-author .forum-topic-author__started-in a {
color: #ef7f1a;
text-decoration: none;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-about__author {
color: #ef7f1a;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list .forum-topic-about .forum-topic-about__author a {
text-decoration: none;
}
.forum .gc-main .single-forum .forum__content-topics-posts-items .forum-topic-list::before {
content: "";
width: 100%;
height: 1px;
background-color: #20222c;
position: absolute;
left: 0;
bottom: 0;
}
.posts__related-posts {
height: 600px;
overflow: auto;
}
.posts__related-posts-list {
display: flex;
flex-direction: column;
gap: 2.5rem;
}
.forum-search .gc-main {
background-image: url(//globecore.com/wp-content/themes/globecore_2020/images/single-forum-back.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.forum-search .search {
padding: 25px;
}
.forum-search .search__container {
margin-bottom: 100px;
background: transparent;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
padding: 50px 33px;
border-radius: 20px;
position: relative;
overflow: hidden;
}
.forum-search .search__container::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.7);
z-index: -1;
}
.forum-search .search__content-topics-posts-titles {
margin-top: 50px;
display: flex;
justify-content: space-between;
position: relative;
}
.forum-search .search__content-topics-posts-titles .topic-title {
color: #ef7f1a;
font-size: 30px;
text-transform: uppercase;
font-weight: 300;
}
.forum-search .search__content-topics-posts-titles .topic-title-last-answer {
color: #ef7f1a;
font-size: 30px;
font-weight: 300;
}
.forum-search .search__content-topics-posts-titles::before {
content: "";
width: 100%;
height: 1px;
background-color: #20222c;
position: absolute;
left: 0;
bottom: 0;
}
.forum-search .search__content .search-form__input-text {
width: 35%;
}
.forum-search .search__content .bbp-template-notice {
margin-top: 25px;
}
.forum-search .search__content-searching-result {
display: flex;
justify-content: space-between;
align-items: center;
padding: 30px 0px;
position: relative;
}
.forum-search .search__content-searching-result .forum-topic-info,
.forum-search .search__content-searching-result .forum-topic-about {
font-size: 18px;
}
.forum-search .search__content-searching-result .forum-topic-info .forum-topic-author .bbp-author-link,
.forum-search .search__content-searching-result .forum-topic-about .forum-topic-author .bbp-author-link {
color: #ef7f1a;
text-decoration: none;
}
.forum-search .search__content-searching-result .forum-topic-info .forum-topic-author .forum-topic-author__started-in a,
.forum-search .search__content-searching-result .forum-topic-about .forum-topic-author .forum-topic-author__started-in a {
color: #ef7f1a;
text-decoration: none;
}
.forum-search .search__content-searching-result .forum-topic-about .forum-topic-about__author {
color: #ef7f1a;
}
.forum-search .search__content-searching-result .forum-topic-about .forum-topic-about__author a {
text-decoration: none;
}
.forum-search .search__content-searching-result::before {
content: "";
width: 100%;
height: 1px;
background-color: #20222c;
position: absolute;
left: 0;
bottom: 0;
}
.forum-search .search__content-searching-result .searching-result-item {
display: flex;
justify-content: space-between;
}
.forum-plants {
margin-top: 80px;
}
.forum-plants__wrapper {
display: flex;
align-items: center;
padding: 1.5rem 0rem;
}
.forum-plants__title {
margin-bottom: 30px;
font-size: 1.2rem;
text-align: center;
font-weight: 500;
}
.forum-plants__title span {
color: #ff7b31;
font-weight: 600;
}
.forum-plants__content {
border-radius: 20px;
overflow: hidden;
box-shadow: 0 0 26px 7px #dbdbdb;
border: 1px solid #ccc;
}
.forum-plants__link {
display: flex;
flex-direction: column;
align-items: center;
background-color: #ffffff;
}
@media (min-width: 992px) {
.forum-plants__link:hover {
-webkit-box-shadow: 0px 0px 59px -35px rgb(255, 123, 49);
-moz-box-shadow: 0px 0px 59px -35px rgb(255, 123, 49);
box-shadow: 0px 0px 59px -35px rgb(255, 123, 49);
}
}
.forum-plants__image {
height: 350px;
}
.forum-plants__image img {
width: 100%;
height: 100%;
object-fit: contain;
}
.forum-plants__name {
font-size: 1.2rem;
text-align: center;
font-weight: 400;
padding: 1rem 0.5rem;
}
.forum-plants__pagination {
margin-top: 50px;
}
.forum-plants__pagination .swiper-pagination-bullet {
width: 20px;
height: 20px;
bottom: -5px;
}
.forum-plants__pagination .swiper-pagination-bullet-active {
background-color: #ff7b31;
}
.forum-plants-button__next, .forum-plants-button__prev {
width: 50px !important;
height: 50px !important;
background-color: #ff7b31;
border-radius: 100%;
animation: blink 1.5s infinite;
}
.forum-plants-button__next::after, .forum-plants-button__prev::after {
color: #fff;
font-size: 16px !important;
}
@keyframes blink {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0.5;
}
}
@media (max-width: 992px) {
.forum-plants-button__next, .forum-plants-button__prev {
display: none !important;
}
}
.review {
margin-bottom: 100px;
}
.review__title {
margin: 0;
}
.review .video__item {
background-size: cover;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.review .video__title {
width: 100%;
text-align: center;
background-color: #ff7b31;
color: #ffffff;
font-weight: 500;
margin: 0;
font-size: 0.9rem;
padding: 0.3rem 0;
}
.forum-sidebar {
position: sticky;
top: 150px;
}
.forum-sidebar__title {
margin-bottom: 2rem;
}
.forum-sidebar__title a {
color: #ef801c;
}
.forum-sidebar__wrapper {
position: relative;
border-radius: 20px;
padding: 2.5rem 1rem;
min-height: 450px;
backdrop-filter: blur(1rem);
-webkit-backdrop-filter: blur(1rem);
height: 500px;
overflow: auto;
}
.forum-sidebar__list {
margin: 2rem 0;
display: flex;
flex-direction: column;
gap: 1rem;
}
.forum-sidebar__list-item {
border-radius: 10px;
cursor: pointer;
padding: 1.3rem 1rem;
}
.forum-sidebar__list-item a {
width: 100%;
font-size: 1rem;
color: black;
}
.forum-sidebar__list-item:hover {
background-color: #ef801c;
}
.forum-sidebar__list-item:hover a {
color: #ffffff;
}
.request-btn {
background: rgb(255, 123, 49);
margin-bottom: 30px;
transition: 0.3s ease-in;
height: 44px;
display: flex;
justify-content: center;
max-width: 200px;
align-items: center;
border-radius: 5px;
color: white;
cursor: pointer;
font-size: 17px;
}
.modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
}
.modal-content {
background: #fff;
padding: 20px;
border-radius: 12px;
max-width: 400px;
width: 90%;
position: relative;
}
.modal-close {
position: absolute;
top: 8px;
right: 12px;
cursor: pointer;
font-weight: bold;
font-size: 20px;
}@import url("https://fonts.googleapis.com/css?family=Roboto");
.h2-slide,
.p-slide {
color: #333;
font-family: Roboto, sans-serif;
}
.owl-nav,
.owl-next,
.owl-prev {
position: absolute;
}
.cf7-custom-form .form-call-back,
.form-call-back {
box-shadow: 0 0 4px 0 rgb(120 120 120 / 75%);
color: #ff7d2f;
}
.all-tech-school2 .tabs-items,
.button-slide,
.h2-slide,
.p-slide {
font-family: Roboto, sans-serif;
}
.chat-admin-right img,
.chat-anna-left img {
min-width: 30px;
min-height: 30px;
display: none;
width: 30px;
}
.all-chat-cf7 h4,
.carousel-link,
.configurator-all h1,
.cookie-top-i,
.pre-single-title,
.tabs .tabs-title a,
.textarea-msg {
text-align: center;
}
.gc-chats,
.single-sort-posts:hover .sort-posts li {
list-style-type: none;
}
.header-menu.menu li.current_page_ancestor > a {
background: 0 0;
color: #fd7f33;
}
.header-menu.menu .submenu li.current_page_ancestor > a {
color: #666;
background: 0 0;
}
.slide-all {
display: flex;
max-width: 1318px;
width: 100%;
margin: 87px auto 0;
}
.left-slide {
width: 40%;
margin: 50px 0 0;
padding: 0 25px 0 0;
}
.right-slide {
width: 60%;
margin: 0;
}
.img-slide {
display: block;
margin: auto;
max-height: 769px;
height: 40vw;
}
.h2-slide {
font-size: 43px;
margin: 0 0 30px;
letter-spacing: 0.6px;
line-height: 60px;
font-weight: 300;
}
.p-slide {
font-size: 22px;
letter-spacing: 0.26px;
margin: 0;
line-height: 27.9px;
}
.button-slide {
background-color: #fd7f33;
display: table;
text-transform: uppercase;
color: #fff;
font-size: 12px;
padding: 15px 32px 13px;
border-radius: 50px;
cursor: pointer;
letter-spacing: 1.2px;
margin: 43px 0 0;
border: 2px solid #fd7f33;
font-weight: 900;
transition: 0.3s linear;
text-decoration: none;
}
.button-slide:hover {
background-color: #fff;
border: 2px solid #fd7f33;
color: #fd7f33;
transition: 0.3s linear;
}
.cf7-custom-button,
.form-call-back {
border-radius: 90px;
}
.owl-nav {
top: 49%;
width: 100%;
display: flex;
justify-content: space-between;
}
.owl-prev {
top: 0;
left: 20px;
}
.owl-next {
top: 0;
right: 20px;
}
.owl-nav i {
color: #fd7f33;
font-size: 30px;
}
button,
button:active,
button:focus {
outline: 0;
}
#menu-item-34021 .sub-menu,
.cookie-click-bottom,
.dialog,
.gc-contact-wraper,
.grecaptcha-badge,
.owl-dots,
.remove_input,
.research-text .cg-read-more,
.send-chat img,
.sidebar-filter .chw-widget:nth-child(4),
.sidebar-filter .chw-widget:nth-child(5),
.spare-slide,
.text-89,
.vaisala-content-right .orderby,
.vaisala-content-right .woocommerce-products-header,
.wc-block-error {
display: none;
}
.all-chat-cf7 .recaptcha,
.all-comments-popup.active,
.owl-carousel .owl-nav.disabled,
.single-year-posts:hover .year-posts {
display: block;
}
.header-menu.menu .submenu li > a {
line-height: 20px !important;
}
.for-test {
max-width: 1380px;
margin: auto;
padding: 50px 74px;
}
.cf7-custom-form {
display: flex;
margin: auto;
position: relative;
width: 350px;
flex-direction: column;
}
.cf7-custom-form .flag-container {
left: 10px;
}
.form-call-back {
position: absolute;
background-color: #fff;
font-size: 21px;
border: 0;
}
.form-call-back::after {
content: url(https://globecore.com/wp-content/uploads/2021/04/999.png);
position: absolute;
top: 32px;
width: 32px;
right: -7px;
transform: rotate(11deg);
}
.cf7-custom-form input[type="submit"] {
background-image: url(https://globecore.com/wp-content/uploads/2021/04/842bba29-9bc3-4bad-9618-f86aa47e33e4.png);
width: 33px;
height: 33px;
background-size: cover;
background-color: #000;
padding: 10px;
box-shadow: 0 0 18px -1px rgba(0, 0, 0, 0.76);
outline: 0;
position: absolute;
top: 7px;
right: 21px;
}
.call-me-bg2 {
width: 48px;
height: 48px;
border-radius: 90px;
background-color: #2d2926;
position: absolute;
right: 14px;
top: 0;
}
.cf7-custom-form .form-call-back {
position: absolute;
background-color: #fff;
top: -60px;
font-size: 21px;
right: 77px;
padding: 7px 20px 5px;
border-radius: 90px;
border: 0;
}
.footer-call-input {
border-radius: 90px;
color: #b1b1b1;
min-width: 335px;
min-height: 40px;
padding: 10px 55px 10px 58px !important;
font-size: 21px;
box-shadow: 0 0 10px 0 rgba(120, 120, 120, 0.75);
border: 0;
box-shadow: 0 0 4px 0 rgb(120 120 120 / 75%);
}
.footer-call-input:active,
.footer-call-input:focus {
background-color: #fff;
color: #000;
}
.cf7-custom-form span:first-child {
justify-content: flex-start !important;
}
.cf7-custom-form .wpcf7-not-valid-tip {
position: absolute;
top: 73px;
}
.cf7-custom-form .wpcf7-response-output {
position: absolute;
top: 132px;
left: 0;
margin: 0 !important;
}
.call-me-all {
position: fixed;
top: 150px;
right: 40px;
z-index: 100;
}
.call-me-all .footer-call-input {
background-color: #fff;
max-width: 336px;
}
.call-me-all .wpcf7-response-output {
background-color: #fff;
}
.header-menu.menu li.is-active > a {
background: #fff !important;
color: #ff7b31 !important;
}
.contact-item .usa-fix-contant {
margin: 0 0 10px !important;
}
.all-chat-answer form,
.all-chat-cf7 .wpcf7-form-control-wrap,
.blog-slider,
.chat-admin-right,
.chat-anna-left,
.chw-widget,
.cookie-click-1,
.cookie-click-2,
.footer-top,
.gc-footer-sub-form-wrap,
.visual-acord {
position: relative;
}
.form-call-back {
top: -127px;
transition: 0.5s linear;
animation: 5s forwards showDiv;
}
@keyframes showDiv {
0%,
99% {
right: -327px;
transition-duration: 0.5s;
transition-property: width;
transition-timing-function: ease;
}
100% {
right: 50px;
transition-duration: 0.5s;
transition-property: width;
transition-timing-function: ease;
}
}
.contact-box {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.carousel-product,
.gc-gallery,
.gc-menu {
justify-content: center;
}
.contact-box .contact-item {
border: 1px solid #ccc;
width: 32%;
margin: 1% 0;
}
.contact-box .contact-item h2 {
font-size: 14px;
color: #ff7d2f;
}
.contact-box .contact-item h3 {
font-size: 18px;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
padding: 5px 0;
}
.contact-box .contact-item h5 {
margin-top: 15px;
}
.turbine-fix .ezfc-price-wrapper-element {
position: fixed;
top: 111px !important;
right: 524px;
background-color: #fff;
border: 2px solid #000;
}
.all-carousel {
padding-right: 0.9375rem;
padding-left: 0.9375rem;
max-width: 85.2rem;
display: flex;
margin: 100px auto 0;
}
.all-carousel-container {
border: 1px solid red;
}
.all-single-carousel,
.configurator-all,
.content-position,
.double-chat-all,
.vaisala-content {
display: flex;
}
.home-carousel {
margin-left: auto;
margin-right: auto;
width: 24%;
border: 1px solid #dbdbdb;
padding: 1px;
opacity: 1 !important;
}
.home-carousel .owl-nav button:hover,
.home-carousel .owl-nav:hover {
background-color: #fff !important;
}
.all-carousel .all-carousel-2 .owl-nav:hover,
.gc-tabs .owl-nav button:hover,
.home-carousel .owl-nav button.owl-next,
.home-carousel .owl-nav button.owl-prev {
background-color: rgba(0, 0, 0, 0) !important;
}
.home-carousel .single-carousel {
padding-bottom: 45px;
}
.single-carousel .single-carousel-img {
height: 300px;
}
.single-carousel .single-carousel-img img {
display: block;
margin: auto;
height: 100%;
width: auto;
}
.carousel-link {
padding: 20px;
}
.carousel-product {
display: flex;
padding: 100px 0;
}
.carousel-product .single-carousel {
width: 20%;
border: 1px solid #000;
padding: 20px;
margin-right: 20px;
}
.carousel-product .single-carousel img {
max-height: 100px;
display: block;
margin: auto;
}
.carousel-product .single-carousel a {
vertical-align: middle;
}
.home-carousel .owl-nav {
top: auto;
bottom: 60px;
width: 98%;
}
.home-carousel .owl-nav button.owl-prev {
transition: 0.3s linear;
padding: 5px 14px 3px 12px !important;
}
.home-carousel .owl-nav button.owl-next {
transition: 0.3s linear;
padding: 5px 12px 3px 14px !important;
}
.configurator-all .ezfc-price-wrapper-element {
position: absolute;
left: 0;
top: 0 !important;
background-color: #fff;
display: flex;
}
.configurator-left {
width: 60%;
}
.config-img-box img {
max-width: 50%;
display: block;
margin: auto;
}
.configurator-right {
width: 40%;
}
.configurator-right .ezfc-grid-6 form {
padding-top: 100px;
}
.configurator-all .ezfc-price-wrapper-element .ezfc-label {
font-size: 20px;
color: #ff7701;
padding: 11px 28px 0 0 !important;
line-height: 1.5;
}
.configurator-all .ezfc-price-wrapper-element .ezfc-price-wrapper .ezfc-price {
padding: 3px 0 0;
font-weight: 700;
}
.recapcha-core {
display: none;
margin: 5px 0 0;
}
.all-carousel-2 {
margin-top: 28px;
padding: 0 36px;
}
.all-carousel .owl-nav i {
font-size: 50px;
}
.all-carousel .all-carousel-2 .owl-nav button i {
font-size: 20px !important;
}
.all-carousel .all-carousel-2 .owl-nav .owl-prev {
left: 0 !important;
position: absolute;
}
.all-carousel .all-carousel-2 .owl-nav .owl-next {
position: absolute;
right: 0 !important;
}
.all-carousel .all-carousel-2 .carousel-link a {
margin-top: 12px;
display: block;
font-size: 14px;
color: #5a5a5a;
}
.all-carousel .all-carousel-2 .carousel-link {
padding: 20px 30px 15px;
}
.all-carousel .all-carousel-2 .owl-nav {
height: 50px;
bottom: 22px !important;
}
.all-carousel .all-carousel-2 .owl-nav button {
padding: 1px 5px 0 !important;
}
.all-carousel .all-carousel-2 .single-carousel {
padding: 0;
z-index: -1;
background-color: #fff;
}
.all-carousel .all-carousel-2 .single-carousel img,
.gc-footer__logo .custom-logo {
object-fit: contain;
}
.all-carousel .owl-nav .owl-prev {
left: 0;
}
.all-carousel .owl-nav .owl-next {
right: 0;
}
.pre-single-title {
padding: 15px 10px 5px;
min-height: 68px !important;
}
.gc-right-form {
height: 550px;
}
#menu-item-43759 .submenu li:last-child .submenu {
box-shadow: none !important;
width: 500px !important;
bottom: 0;
position: absolute;
top: auto;
height: 600px;
overflow-y: scroll;
}
.all-tech-school2 {
max-width: 85.2rem;
padding-right: 0.9375rem;
padding-left: 0.9375rem;
margin: 20px auto 80px;
}
.techschool2-img {
margin: 0 0 25px;
}
.all-tech-school2 .tabs-items {
border: 1px solid #5a5a5a26;
padding: 20px;
transition: 0.3s linear;
font-size: 16px;
background-color: #fff;
border-radius: 5px;
}
.spare-gallery2 {
margin: 30px 0 0;
}
.all-tech-school2 .tabs-nav li a {
display: block;
padding: 15px 20px;
border-radius: 5px 5px 0 0;
transition: 0.3s linear;
font-weight: 900;
height: 100%;
}
.all-tech-school2 .tabs-nav li .active {
background-color: #ebebeb;
transition: 0.3s linear;
}
.tech-school2 .tabs-nav {
display: flex;
margin: 0 0 14px;
}
.tech-school2 .tabs-nav li {
list-style-type: none;
margin: 0 2px;
}
.tech-school2 .tabs-content {
border: 0;
}
.webinar-content2 {
display: flex;
margin: 0 0 20px;
}
.webinar-content-left {
width: 180px;
margin: 0 20px 0 0;
}
.webinar-content-right {
width: calc(100% - 180px);
}
.webinar-content-right img {
margin: -5px 10px 0 0;
}
.webinar-content-right a {
word-wrap: break-word;
}
.home-carousel {
height: 470px;
}
.gc-dropdown-link {
bottom: -199px;
}
.gc-gallery .five-img {
width: 33%;
}
.gc-gallery-link {
width: 100% !important;
}
.gc-gallery-link img,
.tabs .tabs-title,
.youtube img {
width: 100%;
}
.kama_breadcrumbs span a span {
color: #ff7701;
}
.custom-youtube {
margin-top: 25px;
}
.custom-youtube .play {
top: 50% !important;
left: 50% !important;
}
.related_ch.autoplay {
height: 240px;
}
.gc-dropdown,
.gc-footer-sub-form-wrap form .footer-news .wpcf7-form-control-wrap,
.gc-single-video-box:last-child,
.gc-tabs .owl-nav,
.sidebar-filter,
.top-slider-speed {
margin: 0;
}
.general-slider .owl-stage-outer,
.general-slider .owl-stage-outer .owl-stage,
.general-slider .owl-stage-outer .owl-stage .owl-item {
height: 768px;
}
.general-slider .owl-stage-outer .owl-stage .owl-item .slide-all {
height: 768px !important;
}
.general-slider {
margin: 87px auto 0;
height: 768px;
background-color: #f2f2f2;
}
.tabs-content p {
display: block;
font-family: Roboto;
}
.cookie-pop p,
.tabs-content li {
font-family: Roboto;
}
.cookie-top-i {
transform: rotate(90deg);
left: 12px !important;
transition: 0.3s linear;
}
.all-cookie-notification {
width: 100%;
position: fixed;
z-index: 100;
bottom: 0;
background-color: #fff;
box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_notification .cookie_accept {
background-color: #000;
color: #fff;
}
#cookie_notification {
display: none;
justify-content: center;
width: 960px;
margin: auto;
padding: 15px 20px 11px;
color: #000;
display: flex;
}
#cookie_notification .cookie_read:focus,
#cookie_notification .cookie_read:hover {
background-color: #fff;
color: #62a329;
}
.cookie-pop-up {
display: none;
width: 100%;
height: 100vh;
background-color: #2222228c;
position: fixed;
z-index: 50;
transition: 0.3s linear;
}
.cookie-pop {
width: 646px;
height: auto;
background-color: #fff;
position: absolute;
top: 5%;
left: calc(50% - 323px);
padding: 25px;
}
.cookie-pop h4 {
font-family: Roboto;
text-transform: uppercase;
}
.cookie-pop i {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
cursor: pointer;
}
#cookie_notification p {
margin: 0;
font-size: 15px;
text-align: justify !important;
font-family: Roboto;
vertical-align: middle;
line-height: 38px;
}
.cookie_read {
color: #62a329;
background-color: #fff;
}
body #cookie_notification .cookie_read {
margin: 0 0 10px !important;
display: none !important;
}
.cookie-click-top i {
transition: 0.3s linear;
position: absolute;
top: 15px;
width: 13px;
height: 20px;
left: 16px;
font-size: 15px;
}
.cookie-click-top .left {
padding: 0 0 0 35px;
}
.cookie-click-top {
display: flex;
justify-content: space-between;
cursor: pointer;
background-color: #f2f2f2;
border-radius: 5px;
margin: 5px 0 0;
}
.cookie-click-bottom p {
padding: 10px 20px 5px;
}
.cookie-disable {
background-position: left !important;
background-color: #b3b3b3 !important;
}
.first-check-box {
cursor: pointer;
background-position: right;
background-image: url(https://globecore.com/wp-content/themes/globecore_2020/images/boot_2.png);
border-radius: 2em;
background-color: #0d6efd;
border-color: #0d6efd;
width: 50px;
height: 20px;
vertical-align: top;
background-repeat: no-repeat;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
margin-right: 10px;
color-adjust: exact;
transition: background-color 0.15s ease-in-out,
background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
}
.cookie-click-1 .left,
.cookie-click-2 .left {
height: 48px;
line-height: 48px;
width: calc(100% - 115px);
}
.cookie-click-1 .right {
height: 48px;
line-height: 48px;
width: 135px;
}
.cookie-click-2 .right {
height: 48px;
line-height: 48px;
width: 115px;
}
.cookie-click-2 .right input {
margin: 14px 0 0;
}
.gc-single-post__img-wrap {
height: auto;
}
@media screen and (max-width: 970px) {
#cookie_notification {
width: 100%;
}
#cookie_notification p {
line-height: 38px;
}
}
@media screen and (max-width: 680px) {
#cookie_notification {
flex-direction: column;
}
#cookie_notification p {
text-align: center !important;
}
#cookie_notification .cookie_read {
display: table !important;
margin: 0 auto 10px;
}
}
@media (min-width: 577px) {
#cookie_notification.show {
display: flex;
}
.cookie_accept {
margin: 0;
}
}
@media (max-width: 575px) {
#cookie_notification.show {
display: block;
text-align: left;
}
.cookie_accept {
margin: 10px 0 0;
}
}
@media screen and (max-width: 576px) {
#cookie_notification p {
text-align: center !important;
}
#cookie_notification button {
display: table;
margin: 10px auto 0;
width: 100%;
}
}
@media screen and (max-width: 655px) {
.cookie-pop,
.cookie-pop-up {
z-index: 120;
}
.cookie-pop {
width: 100%;
top: 87px;
left: 0;
height: 100vh;
overflow: scroll;
}
#cookie_notification p {
line-height: 23px;
}
}
.cookie-show {
position: fixed;
box-shadow: 1px 3px 15px -2px #000;
padding: 5px 10px;
cursor: pointer;
display: none;
background-color: #fff;
z-index: 9;
bottom: 81px;
left: -81px;
transform: rotate(90deg);
}
.chat-hide-i,
.vaisala-i-close {
transform: rotate(0) !important;
}
.gc-single-product td {
font-weight: 400 !important;
}
.conf-right-box .ezfc-form {
padding: 20px !important;
}
.page-template-configurator-6-7 .ezfc-price-wrapper-element {
padding-top: 7px !important;
}
.ezfc-theme-aero .ezfc-step-next,
.page-template-configurator-6-7 .ezfc-step-previous {
background-color: #ff8942 !important;
color: #fff !important;
}
.ezfc-theme-aero .ezfc-submit {
background-color: #000 !important;
color: #fff !important;
height: 49px;
width: 100%;
}
.ezfc-success-text p span span span span {
font-family: Roboto;
background-color: #c0c0c00d;
display: block;
padding: 20px;
font-size: 21px;
border: 1px solid silver;
}
.gc-footer-sub-form-wrap form {
display: flex;
margin: 10px 0 30px;
position: relative;
}
.gc-footer-sub-form-wrap .wpcf7-spinner {
position: absolute;
bottom: 10px;
left: -60px;
}
.gc-footer-sub-form-wrap form .ajax-loader {
position: absolute;
top: 60px;
left: 0;
}
.gc-footer-sub-form-wrap form .wpcf7-not-valid-tip {
position: absolute;
top: 50px;
left: 0;
}
.gc-footer-sub-form-wrap form .footer-news {
height: 46px;
background-color: #ff7b30;
border-radius: 0 3px 3px 0;
}
.gc-footer-sub-form-wrap form .recaptcha {
position: absolute;
top: 46px;
left: 0;
display: none;
}
.gc-footer-sub-form-wrap .wpcf7-response-output {
position: absolute;
bottom: 40px;
background-color: #fff;
left: 0;
}
.chw-title::after,
.chw-widget::before {
position: absolute;
background-color: #ee7c10;
}
.gc-footer-sub-form-wrap form .footer-news .wpcf7-form-control-wrap input {
border-radius: 3px 0 0 3px;
}
.ajax-all-request {
margin-top: 30px;
margin-bottom: 80px;
width: 100%;
}
.single-all-request {
margin-top: -80px;
margin-bottom: 130px;
}
.search .search-left .single-all-request .post-list-info .ajax-post-title a {
font-size: 21px;
color: #fd7f33;
}
.single-all-request img {
width: 100%;
max-height: 440px;
object-fit: cover;
}
.chw-widget::before {
content: "";
top: 19px;
right: 7px;
width: 4px;
height: 16px;
}
.chw-title::after {
content: "";
top: 25px;
right: 1px;
width: 16px;
height: 4px;
}
.chw-widget .chw-title {
font-size: 18px;
line-height: 24px;
text-transform: uppercase;
margin: 0;
padding: 15px 5px 15px 0;
font-weight: 600;
color: #696973;
cursor: pointer;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
}
.chw-widget .chw-title:hover {
color: #0d52d6;
}
.chw-widget .chw-title:hover .chw-widget {
background-color: red;
}
.chw-widget ul,
.filter_extract::before {
display: none;
transition: 0.3s linear;
}
.filter_extract ul {
display: block !important;
transition: 0.3s linear;
}
.dynamichidden-632,
.the_champ_sharing_container,
.vaisala-content-right .attachment-woocommerce_thumbnail,
.vaisala-content-right .product_type_simple {
display: none !important;
}
.vaisala-content-right .products {
padding: 20px 0 0;
display: flex !important;
flex-wrap: wrap;
margin: 20px 0 0 !important;
}
.vaisala-content-right .product {
margin: 0 !important;
width: 33.33% !important;
padding: 10px !important;
}
.vaisala-content-right .product:hover {
background-color: rgba(0, 0, 0, 0);
}
.chw-widget .woocommerce-widget-layered-nav-list__item:hover,
.chw-widget .woocommerce-widget-layered-nav-list__item:hover a {
background-color: #01728f;
color: #fff !important;
transition: 0.3s linear !important;
}
.vaisala-content-right .product img {
object-fit: contain;
max-height: 300px;
min-height: 300px;
margin: 0;
}
.vaisala-content-right .gc-snl-shop {
margin: 20px 0 0;
}
.vaisala-content-right .product a {
display: block;
height: 100%;
}
.vaisala-content-right .woocommerce-LoopProduct-link:hover {
box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.vaisala-content-right .woocommerce-loop-product__title {
position: absolute;
bottom: 0;
background-color: #ee7c10;
color: #fff;
padding: 10px !important;
width: 100%;
transition-timing-function: linear;
transition-duration: 0.3s;
z-index: 5;
transform: translateY(200px);
}
.vaisala-content-right
.woocommerce-LoopProduct-link:hover
.woocommerce-loop-product__title {
display: block;
transition-timing-function: linear;
transition-duration: 0.3s;
transform: translateY(0);
}
.vaisala-content-right .woocommerce-LoopProduct-link {
overflow: hidden;
border: 1px solid #e2e2e2;
}
.vaisala-content-right .woocommerce-result-count {
margin: 0 0 0 20px;
line-height: 21px;
font-family: Roboto;
}
.vaisala-content-right a {
position: relative;
bottom: 0;
padding: 20px 0;
}
.vaisala-content-right .woocommerce-ordering {
margin: 0 20px 0 0 !important;
}
.search-posts .search,
.vaisala-content-left li {
display: flex;
justify-content: space-between;
}
.vaisala-content-left .count {
color: #ac5a0d;
}
.vaisala-content-left li::after,
.vaisala-content-left li::before {
content: none !important;
}
.vaisala-content-left a {
color: #333;
padding: 5px !important;
display: block;
}
.vaisala-content-left a::before {
color: #ff0c00 !important;
}
.vaisala-content-right .woocommerce-pagination ul li .current {
background-color: #01728f !important;
color: #fff !important;
}
.vaisala-content-right .woocommerce-pagination ul li {
border: none !important;
margin-right: 2px !important;
width: 32px;
height: 34px;
color: #2d2a2a;
}
.vaisala-content-right .woocommerce-pagination ul {
border: none !important;
}
.vaisala-content-right .woocommerce-pagination {
margin-top: 10px !important;
margin-bottom: 40px !important;
}
#menu-item-43759 .submenu li:last-child .submenu::-webkit-scrollbar {
width: 5px;
height: 8px;
background-color: #fff;
}
#menu-item-43759 .submenu li:last-child .submenu::-webkit-scrollbar-thumb {
background: #000;
}
.chw-widget .woocommerce-widget-layered-nav-list__item {
position: relative !important;
padding-right: 31px !important;
}
.all-chat-cf7 .close div:first-child,
.all-chat-cf7 .close div:last-child {
width: 20px;
display: block;
height: 2px;
background-color: #bcbcbc;
top: 9px;
position: absolute;
}
.chw-widget .woocommerce-widget-layered-nav-list__item:hover span {
color: #fff !important;
transition: 0.3s linear !important;
}
.chw-widget .woocommerce-widget-layered-nav-list__item span {
position: absolute;
top: 3px;
right: 6px;
transition: 0.3s linear !important;
}
.chw-widget .woocommerce-widget-layered-nav-list__item a {
transition: 0.3s linear !important;
width: 100%;
display: block;
}
.online-consultant {
position: relative;
-webkit-box-shadow: 0 4px 5px -1px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0 4px 5px -1px rgba(34, 60, 80, 0.2);
box-shadow: 0 4px 5px -1px rgba(34, 60, 80, 0.2);
background-color: #fff;
display: flex;
padding: 12px 15px 10px;
}
.comment-popup a svg,
.gc-footer-social-list li,
.online-consultant-left,
.single-share-social {
margin: 0 10px 0 0;
}
.online-consultant-left img {
width: 32px;
height: 32px;
border-radius: 90px;
margin-top: 2px;
}
.online-consultant-right .title {
font-family: Roboto;
font-size: 14px;
line-height: 16px;
font-weight: 600;
}
.all-chat-wait {
display: flex;
position: relative;
margin: 11px 0 0;
}
.all-chat-wait div {
position: absolute;
width: 10px;
height: 10px;
background-color: #0000006e;
border-radius: 90px;
margin: 0 5px;
}
.all-chat-wait .chat-wait1 {
animation: 1s linear infinite alternate change-background;
top: 0;
left: -6px;
}
@keyframes change-background {
0% {
margin: -15px 5px 0;
}
}
.all-chat-wait .chat-wait2 {
animation: 1s linear infinite alternate change-background2;
top: 0;
left: 10px;
}
@keyframes change-background2 {
50% {
margin: -15px 5px 0;
}
}
.all-chat-wait .chat-wait3 {
animation: 1s linear infinite alternate change-background3;
top: 0;
left: 26px;
}
@keyframes change-background3 {
100% {
margin: -15px 5px 0;
}
}
.all-chat-cf7 .close {
position: absolute;
top: 15px;
right: 15px;
width: 20px;
z-index: 10;
cursor: pointer;
height: 20px;
}
.all-chat-cf7 .close div:first-child {
transform: rotate(-46deg);
}
.all-chat-cf7 .close div:last-child {
transform: rotate(48deg);
}
.all-chat-cf7 .wpcf7-submit {
display: table;
margin: auto;
width: 100%;
text-transform: uppercase;
background-color: #ff7b30;
}
.all-chat-cf7 .wpcf7-submit:hover {
background-color: #000;
}
.all-chat-cf7 .chat-input {
padding: 0;
}
.all-chat-answer .wpcf7-response-output {
margin: 0 20px !important;
}
.chat-input .wpcf7-submit {
display: table;
margin: auto;
background-color: #2f3941;
}
.all-chat-cf7 .chat-input span {
flex-direction: column;
}
.all-chat-cf7 .chat-input span input {
border-radius: 3px;
}
.all-chat-answer {
border-radius: 5px;
transition: 0.3s linear;
overflow: hidden;
font-size: 13px;
margin: 20px;
padding: 0 0 5px;
background-color: #fff;
position: fixed;
width: 332px;
height: 450px;
bottom: 0;
left: 0;
z-index: 1000;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.428571rem 0;
}
.all-chat-answer .wpcf7,
.chat-answer {
border-radius: 3px;
background-color: #fff;
}
.chat-admin,
.chat-anna {
margin: 7px 0;
display: flex;
}
.all-chat-answer .wpcf7 {
position: absolute;
width: 332px;
top: 0;
margin: 35px 0 0;
height: 415px;
z-index: 11;
display: none;
}
.all-chat-cf7 h4 {
font-size: 16px;
height: 28px;
}
.all-chat-cf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
position: absolute;
bottom: -17px;
left: 0;
}
.form-anna {
height: calc(100% - 30px);
}
.all-chat-answer .form-anna .wpcf7 {
margin: 200px 0 0;
padding: 0 20px;
}
.chat-answer::-webkit-scrollbar {
width: 5px;
height: 8px;
background-color: #fff;
}
.chat-answer::-webkit-scrollbar-thumb {
background: #d46f0f;
}
.chat-answer {
height: 352px;
overflow-y: scroll;
padding: 7px 2px 15px 7px;
}
.chat-anna-left img {
position: absolute;
bottom: 0;
left: 0;
border-radius: 130px;
height: 30px;
margin: 0 10px 0 0;
border: 2px solid #de7311;
}
.chat-anna-right .text {
border: 1px solid #eeeef0;
padding: 5px;
border-radius: 2px;
background-color: #f4f6f8;
color: #5d656b;
min-width: 53px;
min-height: 29px;
}
.all-chat-answer textarea {
margin: 10px 0 0;
border-radius: 3px;
height: 90px;
}
.chat-admin {
justify-content: flex-end;
}
.chat-admin-right img {
position: absolute;
bottom: 0;
right: 0;
border-radius: 130px;
height: 30px;
margin: 0 0 0 10px;
border: 2px solid #de7311;
}
.chat-admin-left .text {
border: 1px solid #eeeef0;
padding: 5px;
border-radius: 2px;
background-color: #eeeef0;
color: #5d656b;
}
.chat-admin-left,
.chat-anna-right {
max-width: 100%;
margin: 0;
}
.answer-info {
display: flex;
padding: 7px 7px 5px;
background-color: #ef9e16;
cursor: pointer;
}
.answer-info-left {
position: relative;
width: 30px;
height: 26px;
overflow: hidden;
border-radius: 90px;
}
.answer-info i,
.chat-hide {
height: 50px;
transition: 0.3s linear;
}
.answer-info-left img {
position: absolute;
top: 0;
left: 0;
max-width: 26px;
background-color: #fff;
}
.answer-info-right {
color: #222;
font-family: Roboto;
font-size: 15px;
width: 100%;
font-weight: 700;
line-height: 30px;
padding: 0;
text-align: center;
}
.answer-info i {
transform: rotate(180deg);
padding: 5px 0 0;
position: absolute;
top: 0;
left: 0;
width: 100px;
border-radius: 90px;
color: #ef9e16;
}
.yes-no .no,
.yes-no .yes {
border: 1px solid #eeeef0;
margin: 0 5px;
}
.answer4all div,
.yes-no .no,
.yes-no .yes {
padding: 5px 10px;
background-color: #eeeef0;
color: #5d656b;
cursor: pointer;
}
.answer-info i:hover,
.cat-posts-single label {
cursor: pointer;
}
.yes-no {
display: flex;
justify-content: center;
margin: 10px 0 0;
}
.yes-no .no,
.yes-no .yes {
border-radius: 5px;
}
.textarea-msg {
display: none;
position: absolute;
width: calc(100% - 0px);
bottom: 100px;
left: 0;
padding: 5px 10px 6px;
font-size: 16px;
color: #fff;
background-color: #ec0000;
}
.answer4all {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.answer4all div {
border: 1px solid #eeeef0;
border-radius: 15px;
margin: 0 3px 6px;
}
.all-chat-cf7 {
padding: 25px 15px 35px;
}
.chat-admin-left .yes-no {
margin: 0 !important;
}
.chat-admin-left .yes-no .no {
padding: 0 !important;
}
.chat-hide {
width: 100px;
border-radius: 90px;
cursor: pointer;
padding: 0;
}
.chat-hide .dialog {
display: block;
position: absolute;
color: #222;
top: 0;
left: 0;
}
.chat-hide-i {
font-size: 24px;
padding: 8px 2px 0 0 !important;
color: #222 !important;
width: 23px !important;
height: 23px !important;
right: 6px !important;
left: auto !important;
top: 4px !important;
}
.double-chat-left,
.double-chat-right {
position: relative;
width: 50%;
cursor: pointer;
}
.chat-hide .chat-hide-i {
top: -28px !important;
}
.chat-hide .answer-info-right {
padding: 2px 0 0;
}
.chat-hide .answer-info {
height: 100% !important;
width: 100% !important;
}
.double-chat-left {
padding: 0 3px 0 0;
}
.double-chat-left .yes-no,
.double-chat-right .yes-no {
position: absolute;
bottom: -31px;
}
.double-chat-right {
padding: 0 0 0 3px;
}
.double-chat-left .text {
height: 50px;
}
.all-chat-answer .wpcf7-response-output {
background-color: #fff;
display: none;
}
.double-chat-left .chat-anna {
height: 100%;
}
.research-pre-title,
.research-single-right {
width: 100%;
display: flex;
}
@media (max-width: 325px) {
.double-chat-left .text,
.double-chat-right .text {
height: 65px;
}
}
.gc-tabs .active {
width: 200px;
}
.gc-tabs .owl-nav i {
color: #000;
}
.gc-tabs.gc-tabs.research-single {
display: flex;
position: relative;
border: 1px solid #000;
margin: 0 0 1rem;
}
.research-single-right {
background-color: rgba(0, 0, 0, 0.6);
flex-direction: column;
justify-content: flex-end;
}
.body-active,
.research-single-left,
.search-posts .search .search-left .single-search-posts .img {
overflow: hidden;
}
.research-single:hover .research-img,
.single-new-search:hover .new-search-img img {
transform: scale(1.1);
transition: 0.3s linear;
}
.research-img {
transition: 0.3s linear;
}
.research-img img {
height: 500px;
object-fit: contain;
}
.research-title {
color: #fff;
padding: 50px;
font-weight: 700;
margin: 20px 0;
font-size: 28px;
line-height: 1.2;
}
.research-pre-img i {
color: #ff7702;
font-size: 20px;
}
.research-title .research-pre-title {
color: #000;
font-size: 13px;
margin: 0 0 15px;
}
.research-pre-category {
background-color: #e67811;
padding: 5px 5px 4px;
margin: 0 30px 0 0;
}
.research-pre-img {
max-width: 20px;
margin: 0 6px 0 0;
}
.research-pre-date {
color: #fff;
padding: 3px 0 0;
}
.sidebar-product-content p {
font-family: Roboto, sans-serif;
}
@media screen and (max-width: 1450px) {
.slide-all {
width: 92%;
padding: 0;
}
.slide-all .left-slide,
.slide-all .right-slide {
width: 50%;
}
.all-carousel .owl-nav .owl-prev {
left: -15px;
}
.all-carousel .owl-nav .owl-next {
right: -14px;
}
.search-posts {
width: 100% !important;
}
.gc-single-post video {
height: 36vw !important;
}
}
.vaisala-top-baner {
background-color: #01728f;
padding: 140px 0 120px;
}
.vaisala-top-baner h1 {
font-size: 42px;
line-height: 48px;
font-family: Roboto;
font-weight: 700;
margin: 0 auto 17px;
padding: 0;
color: #fff;
width: 850px;
}
.vaisala-top-baner p {
color: #fff;
font-family: Roboto;
width: 850px;
margin: 0 auto;
padding: 0 100px 0 0;
font-size: 20px;
line-height: 30px;
letter-spacing: 1px;
}
.vaisala-content-left {
width: 354px;
background-color: #f8f8f8;
padding: 50px 30px;
}
.vaisala-content-right {
width: calc(100% - 354px);
}
.visual-acord i {
position: absolute;
top: 0;
right: 0;
width: 26px;
font-size: 19px;
height: 26px;
border: 1px solid #00627d;
color: #00627d;
border-radius: 90px;
padding: 3px 0 0 6px;
cursor: pointer;
transform: rotate(180deg);
}
.vaisala-acord-close {
overflow: hidden;
padding: 0 !important;
}
.visual-acord-content {
height: 100%;
padding: 0 0 30px;
}
@keyframes slidein {
from {
margin-left: 100%;
width: 300%;
}
to {
margin-left: 0;
width: 100%;
}
}
.content-position .left input {
width: 15px;
height: 15px;
cursor: pointer;
margin: 11px 20px 0 0;
}
.content-position .right {
font-size: 14px;
padding: 2px 0;
font-weight: 400;
color: #00627d;
line-height: 34px;
}
.filter-request {
display: flex;
flex-wrap: wrap;
padding: 50px 0.9375rem 0;
position: relative;
justify-content: space-between;
}
.single-filter-request {
width: 32%;
padding: 20px;
margin: 0 0 2%;
background-color: #fff;
border: 1px solid #e7e7e7;
}
h4 {
color: #01728f;
font-weight: 500;
font-size: 16px;
height: 46px;
overflow: hidden;
}
.single-filter-request img {
width: 250px;
height: 250px;
object-fit: contain;
}
.pre-filter-request {
display: flex;
justify-content: space-between;
margin: 0 0 50px;
padding: 0 0.9375rem;
width: calc(100% - 1.875rem);
position: absolute;
top: 0;
}
.pre-filter-right a {
color: #00627d;
}
.pre-filter-right a:hover {
color: #51c8e8;
}
.tags-filter-request {
display: flex;
justify-content: end;
margin: 20px 0;
flex-wrap: wrap;
min-height: 46px;
}
.tags-single-request {
background-color: #fff;
border: 1px solid #00627d;
color: #00627d;
padding: 10px 20px;
margin: 0 0 10px 10px;
font-weight: 400;
font-size: 12px;
line-height: 14px;
cursor: pointer;
position: relative;
display: none;
}
.tags-single-request:hover {
color: #fff;
background-color: #00627d;
}
.tags-single-request i {
position: absolute;
top: 9px;
right: 12px;
font-size: 16px;
display: none;
}
.visual-acord h4 {
font-size: 16px;
color: #313131;
font-weight: 700;
}
div.gc-header-search-wrap {
width: 138px !important;
}
div.gc-header-logo-wrap {
width: 65px !important;
}
div.gc-header-menu-wrap {
width: calc(100% - 203px) !important;
}
.gc-header .gc-header-row {
padding: 0;
position: relative;
}
.gc-search {
justify-content: flex-end;
}
.gc-menu li {
margin: 0 15px;
}
.gc-menu li ul li {
margin: 0;
padding: 0 6px;
}
.gc-footer__right-wrap {
justify-content: space-between;
}
@media screen and (max-width: 1400px) {
.gc-tabs .owl-next,
.gc-tabs .owl-prev {
padding: 0;
top: -76px;
width: 35px;
height: 35px;
background-color: transparent !important;
}
.gc-tabs .owl-nav button:hover,
.gc-tabs .owl-next,
.gc-tabs .owl-prev {
background-color: transparent !important;
}
.gc-logo,
.logo a img {
width: 100%;
}
.gc-dropdown {
width: 93px;
}
div.gc-header-menu-wrap {
width: calc(100% - 153px) !important;
}
div.gc-header-search-wrap {
width: 93px !important;
}
div.gc-header-logo-wrap {
width: 60px !important;
}
.owl-carousel {
position: relative;
}
.h2-slide {
font-size: 40px;
margin: 0 0 30px;
}
.img-slide {
width: 100%;
height: 40vw;
}
.p-slide {
font-size: 21px;
}
.gc-tabs .owl-next {
right: 15px;
}
.gc-tabs .owl-prev {
left: auto;
right: 65px;
}
}
@media screen and (max-width: 1250px) {
.slide-all {
flex-direction: column;
}
.slide-all .right-slide {
width: 100%;
}
.slide-all .right-slide .img-slide {
object-fit: contain;
}
.slide-all .left-slide .p-slide,
.slide-all .left-slide a {
display: none;
}
.slide-all .left-slide {
width: 100%;
padding: 0;
}
.slide-all .left-slide .h2-slide {
width: 100%;
text-align: center;
}
.slide-all .spare-slide a {
display: table;
margin: 15px auto 0;
}
.slide-all .h2-slide {
font-size: 1.5rem;
margin: 10px 0 0;
}
.spare-slide {
display: block;
}
.all-carousel-2 {
flex-wrap: wrap;
}
.home-carousel {
width: 48%;
margin-bottom: 2%;
}
}
@media screen and (max-width: 1200px) {
.h2-slide {
line-height: 53px;
}
}
@media screen and (max-width: 1100px) {
.gc-chats,
.slide-all {
width: 100%;
}
.owl-tabs .owl-nav {
display: block !important;
}
.top-slider-speed {
margin: 63px 0 0 !important;
}
.h2-slide {
line-height: 64px;
text-align: center;
}
.owl-nav {
display: none;
}
.all-carousel .owl-nav,
.owl-client .owl-nav {
display: block;
}
.slide-all {
padding: 0;
}
.footer-top {
flex-direction: column;
}
.footer-top .large-4,
.footer-top .large-8 {
width: calc(100% - 1.875rem);
}
.gc-footer-contacts {
text-align: left;
margin-top: 45px;
}
.owl-client .owl-nav button {
width: 35px;
height: 35px;
}
}
@media screen and (max-width: 1024px) {
.call-me-all,
.slide-all .left-slide a,
.slide-all .left-slide p {
display: none;
}
.slide-all {
margin: 0;
padding-top: 87px;
}
.contact-box .contact-item {
width: 49%;
margin: 1% 0;
}
.home .gc-main {
padding-top: 0;
}
.slide-all .left-slide {
margin: 0;
padding: 0;
}
.slide-all .right-slide img {
height: 40vw;
}
}
@media screen and (max-width: 960px) {
.right-slide img {
width: 100%;
max-height: 480px;
min-height: 40vw !important;
}
.h2-slide {
line-height: 53px;
font-size: 37px;
text-align: left;
margin: 0 0 20px;
}
.img-slide {
min-height: 380px;
max-height: 380px !important;
object-fit: contain;
}
}
@media screen and (max-width: 900px) {
.search-posts {
padding: 0 !important;
}
#menu-top_navigation {
justify-content: center;
}
#menu-top_navigation li {
margin: 0 7px;
}
.gc-header {
height: 87px;
}
.home .gc-main {
padding-top: 0;
}
.general-slider .owl-item {
margin: -62px 0 0;
}
div.gc-header-logo-wrap .logo {
width: 100%;
}
div.gc-header-logo-wrap {
position: static;
}
.gc-search {
padding-top: 22px;
}
.medium-order-2 {
margin-top: 6px !important;
}
.gc-menu li {
margin: 0 5px;
}
.gc-footer-menu li {
width: 98% !important;
}
}
@media screen and (max-width: 860px) {
.gc-gallery-link {
width: 50% !important;
}
.slide-all {
flex-direction: column;
margin: 0 auto;
}
.home .gc-main {
padding-top: 12px;
}
.left-slide {
width: 100%;
margin: 0;
}
.right-slide {
width: 100%;
}
.h2-slide {
text-align: center;
margin: 0;
line-height: 46px;
}
.left-slide .button-slide,
.p-slide {
display: none;
}
.spare-slide {
display: block;
}
.button-slide {
margin: 20px auto;
display: none;
}
}
@media screen and (max-width: 800px) {
#menu-top_navigation {
justify-content: flex-start;
padding: 0 0 0 60px;
}
}
@media screen and (max-width: 746px) {
.tech-school2 .tabs-nav {
display: flex;
margin: 0 0 14px;
flex-direction: column;
}
.tech-school2 .tabs-nav li a {
border: 1px solid #3c1f04;
border-radius: 0;
}
.p-slide {
text-align: justify;
}
.left-slide a {
margin: 0 auto;
}
.h2-slide {
font-size: 1.8rem;
margin: 0;
}
.contact-box .contact-item {
width: 100%;
}
}
@media screen and (max-width: 700px) {
#menu-top_navigation {
justify-content: flex-start;
padding: 0 0 0 55px;
}
#menu-top_navigation li {
margin: 0 5px;
}
.search-posts .search {
flex-direction: column;
}
.search-posts .search .search-right {
width: 100%;
margin-bottom: 700px;
}
.search-posts .search .search-left {
width: 100% !important;
padding: 60px 0 0 !important;
}
}
@media screen and (max-width: 640px) {
.conf-left-box,
.conf-right-box {
position: static;
}
.page-template-configurator-6-7 .gc-page-title {
margin: 10px 15px 0;
}
.gc-configurator-6-7-img-wrap {
max-height: none;
padding: 0 15px;
}
.gc-configurator-6-7-img-wrap img {
max-width: 100%;
}
.gc-configurator-6-7-img-wrap__notice {
margin: 0 0 5px;
padding: 0;
}
.top-bar {
top: 79px;
background: transparent;
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
-moz-backdrop-filter:blur(15px);
-webkit-box-shadow: 0px 30px 42px 0px rgba(51,23,0,1);
-moz-box-shadow: 0px 30px 42px 0px rgba(51,23,0,1);
box-shadow: 0px 30px 42px 0px rgba(51,23,0,1);
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
overflow: hidden;
height: 800px;
padding: 0px 6px;
}
#menu-top_navigation li,
.gc-menu li {
margin: 0;
}
.general-slider {
height: 593px;
}
.general-slider .owl-stage-outer,
.general-slider .owl-stage-outer .owl-stage,
.general-slider .owl-stage-outer .owl-stage .owl-item {
height: 610px;
}
body .general-slider .owl-stage-outer .owl-stage .owl-item div {
margin-top: 2px !important;
}
.general-slider .owl-stage-outer .owl-stage .owl-item .slide-all {
height: 568px !important;
}
#tab-5,
.webinar-content-left a {
padding: 0 !important;
}
.gc-gallery-link {
width: 100% !important;
}
.gc-gallery-img {
height: 300px !important;
}
.webinar-content-left {
margin: 0;
width: 100%;
}
.gc-logo,
.home-carousel,
.webinar-content-right {
width: 100%;
}
.webinar-content-left img {
width: 100%;
height: auto;
}
.webinar-content2 {
flex-direction: column;
}
.all-carousel .owl-nav {
top: -1%;
}
.all-carousel .owl-nav .owl-prev {
left: 15px;
}
.all-carousel .owl-nav .owl-next {
right: 15px;
}
.all-carousel .all-carousel-2 .owl-nav {
top: auto;
}
.slide-all-bg {
height: 481px !important;
}
.home .gc-main {
padding-top: 0;
}
.general-slider {
margin: 65px 0 0 !important;
} #menu-top_navigation {
background-color: #ff7b31;
justify-content: flex-start;
padding: 0;
}
#menu-item-43759:hover .submenu {
padding: 0;
}
#menu-item-43759 .submenu {
padding: 0 0 10px;
width: 100% !important;
overflow: scroll;
height: 400px;
}
#menu-item-43759 .submenu li {
margin: 0 0 1px;
}
.header-menu.menu .submenu li > a,
.header-menu.menu .submenu li > button {
background-color: #FD7F33!important;
color: rgb(255, 255, 255);
}
.header-menu.menu .submenu li > a {
line-height: 45px !important;
font-size: 10px;
padding: 0 5px 0 16px;
border-radius: 10px;
}
#menu-item-43759 .submenu li:last-child .submenu {
box-shadow: none !important;
width: auto !important;
bottom: 0;
position: static;
top: auto;
height: auto;
overflow-y: scroll;
}
#menu-item-43759 .submenu .submenu {
width: 100% !important;
overflow: scroll;
height: auto;
}
#menu-item-43759 .submenu .submenu a {
background: rgba(255, 123, 49, 0.7) !important;
padding-right: 45px !important;
line-height: 22px;
}
#menu-item-43759 .submenu .submenu li {
min-height: 45px;
}
.gc-header {
padding: 0;
height: auto;
}
.gc-header .gc-header-row {
padding: 0 15px;
}
.top-bar {
top: 64px;
padding: 20px 15px 0 15px;
backdrop-filter: none;
-webkit-backdrop-filter: none;
box-shadow: none;
background: #efefef;
max-height: calc(100vh - 79px);
} .header-menu li > a {
background: #fff;
font-weight: 400;
border-radius: 10px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
padding: 15px;
margin: 5px 0;
height: auto;
line-height: 1;
}
.header-menu.menu li.current_page_ancestor>a {
background: #fff;
}
.header-menu.menu .submenu li.current_page_ancestor>a {
color: #fff;
}
.menu-item > a {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
} .submenu-toggle {
background: none;
border: none;
cursor: pointer;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
height: 45px;
width: 45px;
top: 5px;
right: 5px;
}
.header-menu .submenu-toggle,
.header-menu.menu .submenu li > button {
background: transparent !important;
}  .submenu-toggle::before {
display: none !important;
} .submenu-toggle::after {
content: '\f078';
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 14px;
color: #ff6600;
transition: transform .3s ease, color .3s ease;
margin-left: 8px;
border: none;
width: auto;
height: auto;
} .submenu-toggle[aria-expanded="true"]::after {
transform: rotate(180deg);
color: #ff6600;
} .header-menu .submenu .submenu-toggle::after {
color: #fff;
}
.header-menu.menu .submenu li.current-menu-item>a, .header-menu.menu li.current_page_parent>a {
color: #fff !important;
} .header-menu.menu li.current-menu-item > a {
background: #fff;
color: #fd7f33;
}
.header-menu.menu .submenu li.current-menu-item > a {
background: red;
}
.header-menu.menu li a, .header-menu.menu .submenu li > a {
min-height: 45px;
}
.slide-all .right-slide img {
height: 100vw !important;
}
.title-bar .menu-icon {
width: 25px;
top: -6px;
right: 5px;
}
.gc-header-menu-wrap {
background: #fff;
border: none;
border-radius: 12px; 
padding: 19px 4px;
box-shadow: 0 0px 16px rgba(0, 0, 0, 0.15);
cursor: pointer;
transition: all 0.2s ease;
max-width: 42px;
height: 42px;
}
.menu-icon span {
max-width: 25px;
}
.gc-header-row {
justify-content: space-between;
}
.gc-logo, .logo a img {
max-width: 40px;
}
header .logo h1 {
text-align: left;
margin-left: 0;
}
header .medium-order-3 {
width: calc(100% - 120px) !important;
padding: 5px 10px 0 0;
}
.general-slider .owl-item {
margin: 23px 0 0;
}
.gc-footer-sub-form-wrap form {
justify-content: center;
}
.research-img img {
height: 350px;
}
.research-title {
padding: 50px 20px 20px;
}
.gc-header .gc-header-row {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
.all-tester {
width: 90% !important;
}
.medium-order-2 {
margin-top: 8px !important;
}
.gc-search {
padding-top: 1px;
}
div.gc-header-menu-wrap {
width: 60px !important;
}
.gc-single-post video {
height: 54vw !important;
}
.gc-page-title {
margin-bottom: 15px;
}
}
@media screen and (min-width: 641px) {
.header-menu.menu li.is-active > a {
background: #e59f74;
color: #1a608b;
}
#menu-item-43759 .submenu {
width: 400px;
}
#menu-item-43759 .submenu .submenu {
box-shadow: none !important;
width: 400px;
}
.submenu.first-sub .submenu a {
font-weight: 400;
color: #5a5a5a !important;
}
.submenu.first-sub li a:hover {
background-color: #fd7f33 !important;
color: #fff !important;
}
}
@media screen and (min-width: 500px) {
.slide-all-bg {
height: 481px;
}
.all-tester {
width: 90%;
}
}
@media screen and (max-width: 500px) {
.cookie-pop {
top: 0;
}
.gc-footer-menu {
column-count: 1 !important;
}
.gc-footer-menu li {
width: 100% !important;
}
.gc-chats {
justify-content: center;
}
}
.youtube .play {
position: absolute;
top: calc(50% - 27px);
left: calc(50% - 22px);
margin: 0 !important;
border-radius: 50%/10%;
color: #fff;
font-size: 2em;
width: 68px !important;
height: 48px !important;
background-color: red !important;
}
.youtube .play:before {
background: inherit;
border-radius: 5%/50%;
bottom: 9%;
content: "";
left: -5%;
position: absolute;
right: -5%;
top: 9%;
}
.youtube .play:after {
border-style: solid;
border-width: 1em 0 1em 1.732em;
border-color: transparent transparent transparent #fff;
content: " ";
font-size: 12px;
height: 0;
margin: -1em 0 0 -0.75em;
top: 50%;
position: absolute;
width: 0;
}
.gc-footer-social-list {
margin: 0 0 10px;
}
.gc-footer-contacts__title {
text-transform: none;
font-size: 18px;
}
.comment-popup h2,
.comment-popup-link,
.new-search-result h2,
.search-posts h2 {
text-align: center;
text-transform: uppercase;
}
.gc-footer-contacts {
width: 100%;
}
.gc-chats {
display: flex;
}
.bounceball,
.text {
display: inline-block;
}
.gc-chats li {
margin: 0 0 0 10px;
font-family: Roboto, sans-serif;
}
.gc-chats li a {
display: flex;
justify-content: center;
margin: 0 0 11px;
font-size: 18px;
}
.gc-chats li a i {
font-size: 25px;
height: 44px;
width: 44px;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid;
border-radius: 50%;
transition: 0.3s linear;
}
.gc-chats li a i:hover {
background-color: #1a608b;
color: #fff;
border: 1px solid #1a608b;
transition: 0.3s linear;
}
.all-tester {
position: relative;
width: 400px;
margin: auto;
}
.all-tester input {
border-radius: 50px;
padding: 0 23px 0 52px;
border: none;
-webkit-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
}
.all-tester input:focus {
background-color: #fff;
-webkit-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 6px -4px rgba(0, 0, 0, 0.2);
border: none;
}
.all-tester i {
position: absolute;
left: 20px;
top: 13px;
font-size: 21px;
color: #0000005e !important;
}
.new-loading {
padding: 0 0 0 20px;
position: absolute;
right: -141px;
top: 0;
}
.bounceball,
body {
position: relative;
}
body {
width: 100%;
height: 100vh;
font-family: Roboto;
}
.text {
color: #fbae17;
margin-left: 5px;
}
.bounceball {
height: 37px;
width: 15px;
}
.bounceball:before {
position: absolute;
content: "";
display: block;
top: 0;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #fbae17;
transform-origin: 50%;
animation: 0.5s infinite alternate bounce;
}
@keyframes bounce {
0% {
top: 30px;
height: 5px;
border-radius: 60px 60px 20px 20px;
transform: scaleX(2);
}
35% {
height: 15px;
border-radius: 50%;
transform: scaleX(1);
}
100% {
top: 0;
}
}
.new-search-result {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px 0 0;
}
.single-new-search {
width: 24%;
display: flex;
flex-direction: column;
}
.single-new-search:hover .new-search-img {
-webkit-box-shadow: 0 0 8px 0 rgba(209, 200, 200, 0.78);
-moz-box-shadow: 0 0 8px 0 rgba(200, 200, 200, 0.78);
box-shadow: 0 0 8px 0 rgba(200, 200, 200, 0.78);
}
.new-search-img {
overflow: hidden;
margin: 0 0 10px;
border-radius: 3px;
-webkit-box-shadow: 0 0 8px 0 rgba(200, 200, 200, 0.78);
-moz-box-shadow: 0 0 8px 0 rgba(200, 200, 200, 0.78);
box-shadow: 0 0 8px 0 rgba(200, 200, 200, 0.78);
}
.new-search-img img {
width: 100%;
height: 250px;
object-fit: cover;
border-radius: 3px;
transition: 0.3s linear;
}
.new-search-title {
text-align: center;
padding: 0 10px 20px;
color: #222;
font-weight: 600;
}
.new-search {
padding: 70px 0px;
background-image: url(https://globecore.com/wp-content/themes/globecore_2020/images/back.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.new-search.not-home {
-webkit-transition: 0.8s;
-o-transition: 0.8s;
transition: 0.8s;
display: none;
}
body.active-search .new-search.not-home {
margin: 87px 0 -87px;
-webkit-transition: 0.8s;
-o-transition: 0.8s;
transition: 0.8s;
display: block;
}
@media (max-width: 1024px) {
.new-search-result {
justify-content: space-between;
}
.new-search-result .single-new-search {
width: 33%;
}
}
@media (max-width: 800px) {
.new-search-result .single-new-search {
width: 50%;
}
}
@media (max-width: 640px) {
.all-share-social .share {
text-align: center;
}
.all-share-social .share-social {
justify-content: center;
padding: 5px 0 !important;
}
.single-share-social {
margin: 0 5px !important;
}
.all-share-social {
width: 100%;
right: 0 !important;
}
}
@media (max-width: 600px) {
.chat-hide-i {
right: 63px !important;
height: auto !important;
width: 100% !important;
padding: 5px 0 0 !important;
text-align: right;
left: 0 !important;
}
.all-chat-answer {
padding: 0;
position: fixed;
width: 100%;
height: calc(100% + 50px);
top: 0;
right: 0;
border-radius: 3px;
margin: 0;
z-index: 1000000;
}
.chat-answer {
height: calc(100% - 152px);
}
.all-chat-answer form {
height: 100%;
}
.form-anna textarea {
height: 48px;
width: calc(100% - 50px);
margin: 10px 15px 0 0 !important;
}
.send-chat {
display: flex;
padding: 0 10px;
}
.send-chat img {
width: 50px;
height: 50px;
margin: 10px 0 0;
display: block;
}
.all-chat-answer .wpcf7 {
width: calc(100%);
height: 100%;
margin: 35px 0 0;
}
.all-chat-answer .answer-info-left {
display: none;
}
.answer-info-right {
line-height: 35px;
}
.chat-hide {
height: 50px;
transition: 0.3s linear;
width: 100px;
border-radius: 90px;
cursor: pointer;
padding: 0;
bottom: 0 !important;
top: auto;
margin: 12px 20px;
z-index: 100000;
}
.answer-info i {
padding: 6px 3px 0 0;
}
.new-search-img img {
height: 200px;
}
.owl-client .owl-nav button {
width: 35px !important;
height: 35px !important;
}
.owl-client .owl-nav .owl-next i {
top: 9px !important;
right: 11px !important;
font-size: 20px;
}
.owl-client .owl-nav .owl-prev i {
top: 9px !important;
left: 11px !important;
font-size: 20px;
}
.start-title {
font-size: 1.8rem !important;
}
}
@media (max-width: 450px) {
.new-search-img img {
height: 150px;
}
.new-search-title {
font-size: 14px;
}
}
@media (max-width: 370px) {
.new-search-img img {
height: 120px;
}
}
.new-search-result {
display: flex;
flex-direction: column;
}
.search-carousel {
padding-right: 36px;
padding-left: 36px;
max-width: 85.2rem;
display: flex;
margin: 28px 0 0;
}
.search-carousel .owl-nav {
width: calc(100% - 1.875rem);
}
.search-carousel .owl-nav .owl-prev {
position: absolute;
top: -22px;
left: -42px;
}
.search-carousel .owl-nav .owl-next {
position: absolute;
top: -22px;
right: 0;
}
.search-carousel .owl-nav button:hover {
background-color: transparent !important;
}
.search-carousel .single-search {
margin: auto;
border: 1px solid #dbdbdb;
padding: 1px;
height: 560px;
background-color: #fff;
width: 96%;
overflow: hidden;
position: relative;
}
.search-carousel .single-search::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 28px;
background-color: #fff;
}
.search-carousel .search-title {
height: 65px !important;
text-align: center;
padding: 15px 15px 5px;
font-weight: bolder;
overflow: hidden;
}
.search-carousel .search-img img {
height: 270px;
object-fit: contain;
}
.search-carousel .single-search ul {
padding: 15px;
}
.search-posts {
margin: 50px auto 0;
width: 85.2rem;
min-height: 800px;
padding: 0 31px 0 0;
}
.new-search-result h2,
.search-posts h2 {
font-size: 2.2rem;
position: relative;
margin: 50px 0 25px;
line-height: 1.4;
font-weight: 400;
}
.new-search-result h2::after,
.search-posts h2::after {
content: "";
border-bottom: 2px solid #ea722f;
width: 140px;
margin: 0 auto;
display: block;
}
.search-posts .search .search-left {
width: calc(100% - 300px);
padding: 96px 40px 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.search-posts .search .search-right {
width: 300px;
}
.search-posts .search .search-left .single-search-posts .img img {
object-fit: cover;
height: 350px;
transition: 0.3s linear;
display: block;
margin: auto;
}
.search-posts .search .search-left .single-search-posts .img img:hover {
transform: rotate(3deg) scale(1.1);
transition: 0.3s linear;
}
.search-posts .search .search-right select {
cursor: pointer;
height: 60px;
font-size: 16px;
background-color: #fff;
}
.search-posts .search .search-left .single-search-posts {
position: relative;
width: 49%;
-webkit-box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
margin: 0 0 2%;
background-color: #fff;
}
.search-posts .search .search-left .single-search-posts .date {
position: absolute;
top: 10px;
left: 10px;
background-color: #fff;
color: #000;
font-size: 21px;
line-height: 24px;
padding: 10px;
font-weight: 600;
z-index: 10;
-webkit-box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
}
.search-posts .search .search-left .single-search-posts .title {
font-size: 21px;
font-weight: 600;
margin: 15px;
height: 63px;
overflow: hidden;
}
.search-posts .search .search-left .single-search-posts .desc {
padding: 0 15px;
}
.search-posts .search .search-left .single-search-posts .link a {
color: #c0640d;
border: 1px solid #c0640d;
border-radius: 90px;
transition: 0.3s linear;
display: flex;
justify-content: center;
align-items: center;
font-weight: 600;
margin: 15px 15px 30px;
width: 200px;
height: 60px;
font-size: 21px;
}
.search-posts .search .search-left .single-search-posts .link a:hover {
background-color: #c0640d;
color: #fff;
transition: 0.3s linear;
}
.cat-posts-single {
display: flex;
justify-content: flex-start;
}
.cat-posts-single label:hover {
color: #e67810;
}
.cat-posts-single .desc {
padding: 0 10px 0 0;
}
.search-right .year-right-title {
display: flex;
position: relative;
justify-content: flex-end;
border-bottom: 1px solid #000;
}
.single-sort-posts .sort-posts,
.single-year-posts .year-posts {
display: none;
padding: 15px 0 0;
height: 700px;
background-color: #f5f5f5;
cursor: pointer;
margin: 0;
}
.search-right .year-right-title .title-child {
padding: 0 20px 0 0;
font-size: 21px;
}
.single-year-posts .year-posts {
top: 32px;
left: 0;
width: 300px;
position: absolute;
}
.single-sort-posts .sort-posts li {
text-align: start;
}
.single-sort-posts:hover .sort-posts {
top: 32px;
left: 0;
width: 300px;
cursor: pointer;
position: absolute;
display: block;
}
.single-cats-posts .cats-posts {
margin: 0;
padding: 15px 0 0;
cursor: pointer;
height: 700px;
background-color: #f5f5f5;
position: absolute;
top: 32px;
left: 0;
width: 100%;
}
.single-cats-posts:hover .cats-posts {
position: absolute;
top: 32px;
left: 0;
width: 300px;
cursor: pointer;
display: block;
}
.single-cats-posts .title-child:hover,
.single-sort-posts .title-child:hover,
.single-year-posts .title-child:hover {
cursor: pointer;
color: #e27610;
}
.year-right-title li:hover {
color: #d46f0f;
}
.search-carousel .single-search .search-advantages ul {
padding: 15px 15px 0 28px;
margin: 0;
}
.search-carousel .single-search .search-advantages ul li {
font-size: 14px;
line-height: 16px;
}
.all-share-social {
position: absolute;
right: 0;
top: -135px;
display: flex;
background-color: #fff;
flex-direction: column;
}
.all-share-social .share {
padding: 0;
font-size: 18px;
font-weight: 400;
font-family: Roboto, sans-serif;
color: #333;
}
.all-share-social .share-social {
display: flex;
padding: 5px 10px 5px 0;
}
.single-share-social a i {
font-size: 25px;
height: 44px;
width: 44px;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid;
border-radius: 50%;
transition: 0.3s ease-in;
}
.single-share-social .fa-facebook {
color: #43619c;
border-color: #43619c;
}
.single-share-social .fa-facebook:hover {
background-color: #43619c;
color: #fff;
}
.single-share-social .fa-linkedin {
color: #187fb8;
border-color: #187fb8;
}
.single-share-social .fa-linkedin:hover {
background-color: #187fb8;
color: #fff;
}
.single-share-social .fa-twitter {
color: #24a9e6;
border-color: #24a9e6;
}
.single-share-social .fa-twitter:hover {
background-color: #24a9e6;
color: #fff;
}
.single-share-social .fa-telegram {
color: #39b7e0;
border-color: #39b7e0;
}
.single-share-social .fa-telegram:hover {
background-color: #39b7e0;
color: #fff;
}
.single-share-social .fa-whatsapp {
color: #4bc959;
border-color: #4bc959;
}
.single-share-social .fa-whatsapp:hover {
background-color: #4bc959;
color: #fff;
}
.contact-box .contact-item h6 {
font-size: 14px;
color: #df7410;
}
.go_to_webinar {
margin: 20px 0 0;
display: block;
text-align: center;
}
.machines {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.start-machine {
display: block;
margin: 0 0 2%;
}
.start-machine .img {
overflow: hidden;
max-height: 300px;
}
.start-machine .img img {
transition: 0.3s linear;
height: 200px;
width: 100%;
object-fit: contain;
}
.start-title {
margin: 30px 0 7px;
text-align: center;
font-size: 2.4rem;
color: #391e04;
}
.start-machine .link {
font-size: 14px;
color: #000;
font-weight: 400;
padding: 10px 20px;
background-color: #fff;
}
.owl-client .owl-nav {
margin-top: 0 !important;
opacity: 0 !important;
}
.owl-client .owl-nav button {
background-color: #fff !important;
width: 50px;
height: 50px;
border-radius: 90px !important;
top: -30px;
}
.owl-client .owl-nav .owl-prev i {
position: absolute;
top: 11px;
left: 16px;
}
.owl-client .owl-nav .owl-next i {
position: absolute;
top: 11px;
right: 16px;
}
.not-login-form.active textarea {
background-color: #ff00002e;
transition: 0.3s linear;
}
.all-comments-popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
transition: 0.5s ease-in-out;
z-index: 100;
}
.comment-popup {
background-color: #fff;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 50px 50px 30px;
width: 500px;
}
.not-login-form textarea {
margin: 15px 0 !important;
}
.comment-popup-text {
margin: 0 0 15px;
font-size: 16px;
line-height: 18px;
}
.comment-popup h2 {
font-weight: 600;
font-size: 24px;
line-height: 28px;
}
.comment-popup-link {
color: #fff;
background-color: #2271b1;
padding: 20px;
border-radius: 3px;
display: block;
margin: 0 0 15px;
}
.comment-popup-link:hover {
color: #fff;
}
.gc-configurator-6-7-img-wrap img {
max-height: 600px;
}
.form-comment-login .form-submit input[type="submit"] {
background-color: #222 !important;
}
.comment-popup .facebook,
.google {
display: flex;
align-items: center;
margin: 0 0 10px;
}
.comment-popup .facebook svg path {
fill: #2271b1;
}
.gc-single-post .comment-form .form-submit input[name="submit"] {
border: 2px solid #ff7b31;
background-color: #ff7b31 !important;
transition: 0.3s linear;
border-radius: 30px;
}
.gc-single-post .comment-form .form-submit input[name="submit"]:hover {
color: #ff7b31 !important;
background-color: transparent !important;
transition: 0.3s linear;
}
.gc-single-post video {
width: 100%;
height: 500px;
}
.gc-single-video-box {
margin: 0 0 1rem;
}
.gc-header__search-icon {
margin-left: 15px;
}
h2 {
font-size: 30px !important;
margin: 10px 0;
}
h3 {
font-size: 25px;
}
.entry-content ul li {
list-style: disc !important;
}
li{
list-style: none;
}
a{
color:inherit;
}