.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;
}.country-select{
position:relative;
display:inline-block
}
.country-select *{
-webkit-box-sizing:border-box;
box-sizing:border-box
}
.country-select .hide{
display:none
}
.country-select .v-hide{
visibility:hidden
}
.country-select input,
.country-select input[type=text]{
position:relative;
z-index:0;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:36px;
margin-right:0
}
.country-select .flag-dropdown{
position:absolute;
top:0;
bottom:0;
right:0;
padding:1px
}
.country-select .selected-flag{
z-index:1;
position:relative;
width:36px;
height:100%;
padding:0 0 0 8px
}
.country-select .selected-flag .flag{
position:absolute;
top:0;
bottom:0;
margin:auto
}
.country-select .selected-flag .arrow{
position:absolute;
top:50%;
margin-top:-2px;
right:6px;
width:0;
height:0;
border-left:3px solid transparent;
border-right:3px solid transparent;
border-top:4px solid #555
}
.country-select .selected-flag .arrow.up{
border-top:none;
border-bottom:4px solid #555
}
.country-select .country-list{
position:absolute;
z-index:2;
list-style:none;
text-align:left;
padding:0;
margin:0 0 0 -1px;
-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);
box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);
background-color:white;
border:1px solid #ccc;
white-space:nowrap;
max-height:200px;
overflow-y:scroll
}
.country-select .country-list .flag{
display:inline-block;
width:20px
}
@media (max-width: 500px){
.country-select .country-list{
white-space:normal
}
}
.country-select .country-list .divider{
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px solid #ccc
}
.country-select .country-list .country{
padding:5px 10px
}
.country-select .country-list .country.highlight{
background-color:rgba(0, 0, 0, 0.05)
}
.country-select .country-list .flag,
.country-select .country-list .country-name{
vertical-align:middle
}
.country-select .country-list .flag{
margin-right:6px
}
.country-select.inside input,
.country-select.inside input[type=text]{
padding-right:6px;
padding-left:52px;
margin-left:0
}
.country-select.inside .flag-dropdown{
right:auto;
left:0
}
.country-select.inside .selected-flag{
width:46px
}
.country-select.inside .flag-dropdown:hover{
cursor:pointer
}
.country-select.inside .flag-dropdown:hover .selected-flag{
background-color:rgba(0, 0, 0, 0.05)
}
.country-select.inside input[disabled] + .flag-dropdown:hover,
.country-select.inside input[readonly] + .flag-dropdown:hover{
cursor:default
}
.country-select.inside input[disabled] + .flag-dropdown:hover .selected-flag,
.country-select.inside input[readonly] + .flag-dropdown:hover .selected-flag{
background-color:transparent
}
.country-select .flag{
width:20px;
height:15px;
-webkit-box-shadow:0px 0px 1px 0px #888;
box-shadow:0px 0px 1px 0px #888;
background-image:url(//saigonimplant.com/wp-content/plugins/country-dropdown-for-contact-form-7/asset/img/flags.png);
background-repeat:no-repeat;
background-color:#dbdbdb;
background-position:20px 0
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
.country-select .flag{
background-image:url(//saigonimplant.com/wp-content/plugins/country-dropdown-for-contact-form-7/asset/img/flags@2x.png)
}
}
.country-select .flag{
width:20px
}
.country-select .flag.be{
width:18px
}
.country-select .flag.ch{
width:15px
}
.country-select .flag.mc{
width:19px
}
.country-select .flag.ne{
width:18px
}
.country-select .flag.np{
width:13px
}
.country-select .flag.va{
width:15px
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
.country-select .flag{
background-size:5630px 15px
}
}
.country-select .flag.ac{
height:10px;
background-position:0px 0px
}
.country-select .flag.ad{
height:14px;
background-position:-22px 0px
}
.country-select .flag.ae{
height:10px;
background-position:-44px 0px
}
.country-select .flag.af{
height:14px;
background-position:-66px 0px
}
.country-select .flag.ag{
height:14px;
background-position:-88px 0px
}
.country-select .flag.ai{
height:10px;
background-position:-110px 0px
}
.country-select .flag.al{
height:15px;
background-position:-132px 0px
}
.country-select .flag.am{
height:10px;
background-position:-154px 0px
}
.country-select .flag.ao{
height:14px;
background-position:-176px 0px
}
.country-select .flag.aq{
height:14px;
background-position:-198px 0px
}
.country-select .flag.ar{
height:13px;
background-position:-220px 0px
}
.country-select .flag.as{
height:10px;
background-position:-242px 0px
}
.country-select .flag.at{
height:14px;
background-position:-264px 0px
}
.country-select .flag.au{
height:10px;
background-position:-286px 0px
}
.country-select .flag.aw{
height:14px;
background-position:-308px 0px
}
.country-select .flag.ax{
height:13px;
background-position:-330px 0px
}
.country-select .flag.az{
height:10px;
background-position:-352px 0px
}
.country-select .flag.ba{
height:10px;
background-position:-374px 0px
}
.country-select .flag.bb{
height:14px;
background-position:-396px 0px
}
.country-select .flag.bd{
height:12px;
background-position:-418px 0px
}
.country-select .flag.be{
height:15px;
background-position:-440px 0px
}
.country-select .flag.bf{
height:14px;
background-position:-460px 0px
}
.country-select .flag.bg{
height:12px;
background-position:-482px 0px
}
.country-select .flag.bh{
height:12px;
background-position:-504px 0px
}
.country-select .flag.bi{
height:12px;
background-position:-526px 0px
}
.country-select .flag.bj{
height:14px;
background-position:-548px 0px
}
.country-select .flag.bl{
height:14px;
background-position:-570px 0px
}
.country-select .flag.bm{
height:10px;
background-position:-592px 0px
}
.country-select .flag.bn{
height:10px;
background-position:-614px 0px
}
.country-select .flag.bo{
height:14px;
background-position:-636px 0px
}
.country-select .flag.bq{
height:14px;
background-position:-658px 0px
}
.country-select .flag.br{
height:14px;
background-position:-680px 0px
}
.country-select .flag.bs{
height:10px;
background-position:-702px 0px
}
.country-select .flag.bt{
height:14px;
background-position:-724px 0px
}
.country-select .flag.bv{
height:15px;
background-position:-746px 0px
}
.country-select .flag.bw{
height:14px;
background-position:-768px 0px
}
.country-select .flag.by{
height:10px;
background-position:-790px 0px
}
.country-select .flag.bz{
height:14px;
background-position:-812px 0px
}
.country-select .flag.ca{
height:10px;
background-position:-834px 0px
}
.country-select .flag.cc{
height:10px;
background-position:-856px 0px
}
.country-select .flag.cd{
height:15px;
background-position:-878px 0px
}
.country-select .flag.cf{
height:14px;
background-position:-900px 0px
}
.country-select .flag.cg{
height:14px;
background-position:-922px 0px
}
.country-select .flag.ch{
height:15px;
background-position:-944px 0px
}
.country-select .flag.ci{
height:14px;
background-position:-961px 0px
}
.country-select .flag.ck{
height:10px;
background-position:-983px 0px
}
.country-select .flag.cl{
height:14px;
background-position:-1005px 0px
}
.country-select .flag.cm{
height:14px;
background-position:-1027px 0px
}
.country-select .flag.cn{
height:14px;
background-position:-1049px 0px
}
.country-select .flag.co{
height:14px;
background-position:-1071px 0px
}
.country-select .flag.cp{
height:14px;
background-position:-1093px 0px
}
.country-select .flag.cr{
height:12px;
background-position:-1115px 0px
}
.country-select .flag.cu{
height:10px;
background-position:-1137px 0px
}
.country-select .flag.cv{
height:12px;
background-position:-1159px 0px
}
.country-select .flag.cw{
height:14px;
background-position:-1181px 0px
}
.country-select .flag.cx{
height:10px;
background-position:-1203px 0px
}
.country-select .flag.cy{
height:13px;
background-position:-1225px 0px
}
.country-select .flag.cz{
height:14px;
background-position:-1247px 0px
}
.country-select .flag.de{
height:12px;
background-position:-1269px 0px
}
.country-select .flag.dg{
height:10px;
background-position:-1291px 0px
}
.country-select .flag.dj{
height:14px;
background-position:-1313px 0px
}
.country-select .flag.dk{
height:15px;
background-position:-1335px 0px
}
.country-select .flag.dm{
height:10px;
background-position:-1357px 0px
}
.country-select .flag.do{
height:13px;
background-position:-1379px 0px
}
.country-select .flag.dz{
height:14px;
background-position:-1401px 0px
}
.country-select .flag.ea{
height:14px;
background-position:-1423px 0px
}
.country-select .flag.ec{
height:14px;
background-position:-1445px 0px
}
.country-select .flag.ee{
height:13px;
background-position:-1467px 0px
}
.country-select .flag.eg{
height:14px;
background-position:-1489px 0px
}
.country-select .flag.eh{
height:10px;
background-position:-1511px 0px
}
.country-select .flag.er{
height:10px;
background-position:-1533px 0px
}
.country-select .flag.es{
height:14px;
background-position:-1555px 0px
}
.country-select .flag.et{
height:10px;
background-position:-1577px 0px
}
.country-select .flag.eu{
height:14px;
background-position:-1599px 0px
}
.country-select .flag.fi{
height:12px;
background-position:-1621px 0px
}
.country-select .flag.fj{
height:10px;
background-position:-1643px 0px
}
.country-select .flag.fk{
height:10px;
background-position:-1665px 0px
}
.country-select .flag.fm{
height:11px;
background-position:-1687px 0px
}
.country-select .flag.fo{
height:15px;
background-position:-1709px 0px
}
.country-select .flag.fr{
height:14px;
background-position:-1731px 0px
}
.country-select .flag.ga{
height:15px;
background-position:-1753px 0px
}
.country-select .flag.gb{
height:10px;
background-position:-1775px 0px
}
.country-select .flag.gd{
height:12px;
background-position:-1797px 0px
}
.country-select .flag.ge{
height:14px;
background-position:-1819px 0px
}
.country-select .flag.gf{
height:14px;
background-position:-1841px 0px
}
.country-select .flag.gg{
height:14px;
background-position:-1863px 0px
}
.country-select .flag.gh{
height:14px;
background-position:-1885px 0px
}
.country-select .flag.gi{
height:10px;
background-position:-1907px 0px
}
.country-select .flag.gl{
height:14px;
background-position:-1929px 0px
}
.country-select .flag.gm{
height:14px;
background-position:-1951px 0px
}
.country-select .flag.gn{
height:14px;
background-position:-1973px 0px
}
.country-select .flag.gp{
height:14px;
background-position:-1995px 0px
}
.country-select .flag.gq{
height:14px;
background-position:-2017px 0px
}
.country-select .flag.gr{
height:14px;
background-position:-2039px 0px
}
.country-select .flag.gs{
height:10px;
background-position:-2061px 0px
}
.country-select .flag.gt{
height:13px;
background-position:-2083px 0px
}
.country-select .flag.gu{
height:11px;
background-position:-2105px 0px
}
.country-select .flag.gw{
height:10px;
background-position:-2127px 0px
}
.country-select .flag.gy{
height:12px;
background-position:-2149px 0px
}
.country-select .flag.hk{
height:14px;
background-position:-2171px 0px
}
.country-select .flag.hm{
height:10px;
background-position:-2193px 0px
}
.country-select .flag.hn{
height:10px;
background-position:-2215px 0px
}
.country-select .flag.hr{
height:10px;
background-position:-2237px 0px
}
.country-select .flag.ht{
height:12px;
background-position:-2259px 0px
}
.country-select .flag.hu{
height:10px;
background-position:-2281px 0px
}
.country-select .flag.ic{
height:14px;
background-position:-2303px 0px
}
.country-select .flag.id{
height:14px;
background-position:-2325px 0px
}
.country-select .flag.ie{
height:10px;
background-position:-2347px 0px
}
.country-select .flag.il{
height:15px;
background-position:-2369px 0px
}
.country-select .flag.im{
height:10px;
background-position:-2391px 0px
}
.country-select .flag.in{
height:14px;
background-position:-2413px 0px
}
.country-select .flag.io{
height:10px;
background-position:-2435px 0px
}
.country-select .flag.iq{
height:14px;
background-position:-2457px 0px
}
.country-select .flag.ir{
height:12px;
background-position:-2479px 0px
}
.country-select .flag.is{
height:15px;
background-position:-2501px 0px
}
.country-select .flag.it{
height:14px;
background-position:-2523px 0px
}
.country-select .flag.je{
height:12px;
background-position:-2545px 0px
}
.country-select .flag.jm{
height:10px;
background-position:-2567px 0px
}
.country-select .flag.jo{
height:10px;
background-position:-2589px 0px
}
.country-select .flag.jp{
height:14px;
background-position:-2611px 0px
}
.country-select .flag.ke{
height:14px;
background-position:-2633px 0px
}
.country-select .flag.kg{
height:12px;
background-position:-2655px 0px
}
.country-select .flag.kh{
height:13px;
background-position:-2677px 0px
}
.country-select .flag.ki{
height:10px;
background-position:-2699px 0px
}
.country-select .flag.km{
height:12px;
background-position:-2721px 0px
}
.country-select .flag.kn{
height:14px;
background-position:-2743px 0px
}
.country-select .flag.kp{
height:10px;
background-position:-2765px 0px
}
.country-select .flag.kr{
height:14px;
background-position:-2787px 0px
}
.country-select .flag.kw{
height:10px;
background-position:-2809px 0px
}
.country-select .flag.ky{
height:10px;
background-position:-2831px 0px
}
.country-select .flag.kz{
height:10px;
background-position:-2853px 0px
}
.country-select .flag.la{
height:14px;
background-position:-2875px 0px
}
.country-select .flag.lb{
height:14px;
background-position:-2897px 0px
}
.country-select .flag.lc{
height:10px;
background-position:-2919px 0px
}
.country-select .flag.li{
height:12px;
background-position:-2941px 0px
}
.country-select .flag.lk{
height:10px;
background-position:-2963px 0px
}
.country-select .flag.lr{
height:11px;
background-position:-2985px 0px
}
.country-select .flag.ls{
height:14px;
background-position:-3007px 0px
}
.country-select .flag.lt{
height:12px;
background-position:-3029px 0px
}
.country-select .flag.lu{
height:12px;
background-position:-3051px 0px
}
.country-select .flag.lv{
height:10px;
background-position:-3073px 0px
}
.country-select .flag.ly{
height:10px;
background-position:-3095px 0px
}
.country-select .flag.ma{
height:14px;
background-position:-3117px 0px
}
.country-select .flag.mc{
height:15px;
background-position:-3139px 0px
}
.country-select .flag.md{
height:10px;
background-position:-3160px 0px
}
.country-select .flag.me{
height:10px;
background-position:-3182px 0px
}
.country-select .flag.mf{
height:14px;
background-position:-3204px 0px
}
.country-select .flag.mg{
height:14px;
background-position:-3226px 0px
}
.country-select .flag.mh{
height:11px;
background-position:-3248px 0px
}
.country-select .flag.mk{
height:10px;
background-position:-3270px 0px
}
.country-select .flag.ml{
height:14px;
background-position:-3292px 0px
}
.country-select .flag.mm{
height:14px;
background-position:-3314px 0px
}
.country-select .flag.mn{
height:10px;
background-position:-3336px 0px
}
.country-select .flag.mo{
height:14px;
background-position:-3358px 0px
}
.country-select .flag.mp{
height:10px;
background-position:-3380px 0px
}
.country-select .flag.mq{
height:14px;
background-position:-3402px 0px
}
.country-select .flag.mr{
height:14px;
background-position:-3424px 0px
}
.country-select .flag.ms{
height:10px;
background-position:-3446px 0px
}
.country-select .flag.mt{
height:14px;
background-position:-3468px 0px
}
.country-select .flag.mu{
height:14px;
background-position:-3490px 0px
}
.country-select .flag.mv{
height:14px;
background-position:-3512px 0px
}
.country-select .flag.mw{
height:14px;
background-position:-3534px 0px
}
.country-select .flag.mx{
height:12px;
background-position:-3556px 0px
}
.country-select .flag.my{
height:10px;
background-position:-3578px 0px
}
.country-select .flag.mz{
height:14px;
background-position:-3600px 0px
}
.country-select .flag.na{
height:14px;
background-position:-3622px 0px
}
.country-select .flag.nc{
height:10px;
background-position:-3644px 0px
}
.country-select .flag.ne{
height:15px;
background-position:-3666px 0px
}
.country-select .flag.nf{
height:10px;
background-position:-3686px 0px
}
.country-select .flag.ng{
height:10px;
background-position:-3708px 0px
}
.country-select .flag.ni{
height:12px;
background-position:-3730px 0px
}
.country-select .flag.nl{
height:14px;
background-position:-3752px 0px
}
.country-select .flag.no{
height:15px;
background-position:-3774px 0px
}
.country-select .flag.np{
height:15px;
background-position:-3796px 0px;
background-color:transparent
}
.country-select .flag.nr{
height:10px;
background-position:-3811px 0px
}
.country-select .flag.nu{
height:10px;
background-position:-3833px 0px
}
.country-select .flag.nz{
height:10px;
background-position:-3855px 0px
}
.country-select .flag.om{
height:10px;
background-position:-3877px 0px
}
.country-select .flag.pa{
height:14px;
background-position:-3899px 0px
}
.country-select .flag.pe{
height:14px;
background-position:-3921px 0px
}
.country-select .flag.pf{
height:14px;
background-position:-3943px 0px
}
.country-select .flag.pg{
height:15px;
background-position:-3965px 0px
}
.country-select .flag.ph{
height:10px;
background-position:-3987px 0px
}
.country-select .flag.pk{
height:14px;
background-position:-4009px 0px
}
.country-select .flag.pl{
height:13px;
background-position:-4031px 0px
}
.country-select .flag.pm{
height:14px;
background-position:-4053px 0px
}
.country-select .flag.pn{
height:10px;
background-position:-4075px 0px
}
.country-select .flag.pr{
height:14px;
background-position:-4097px 0px
}
.country-select .flag.ps{
height:10px;
background-position:-4119px 0px
}
.country-select .flag.pt{
height:14px;
background-position:-4141px 0px
}
.country-select .flag.pw{
height:13px;
background-position:-4163px 0px
}
.country-select .flag.py{
height:11px;
background-position:-4185px 0px
}
.country-select .flag.qa{
height:8px;
background-position:-4207px 0px
}
.country-select .flag.re{
height:14px;
background-position:-4229px 0px
}
.country-select .flag.ro{
height:14px;
background-position:-4251px 0px
}
.country-select .flag.rs{
height:14px;
background-position:-4273px 0px
}
.country-select .flag.ru{
height:14px;
background-position:-4295px 0px
}
.country-select .flag.rw{
height:14px;
background-position:-4317px 0px
}
.country-select .flag.sa{
height:14px;
background-position:-4339px 0px
}
.country-select .flag.sb{
height:10px;
background-position:-4361px 0px
}
.country-select .flag.sc{
height:10px;
background-position:-4383px 0px
}
.country-select .flag.sd{
height:10px;
background-position:-4405px 0px
}
.country-select .flag.se{
height:13px;
background-position:-4427px 0px
}
.country-select .flag.sg{
height:14px;
background-position:-4449px 0px
}
.country-select .flag.sh{
height:10px;
background-position:-4471px 0px
}
.country-select .flag.si{
height:10px;
background-position:-4493px 0px
}
.country-select .flag.sj{
height:15px;
background-position:-4515px 0px
}
.country-select .flag.sk{
height:14px;
background-position:-4537px 0px
}
.country-select .flag.sl{
height:14px;
background-position:-4559px 0px
}
.country-select .flag.sm{
height:15px;
background-position:-4581px 0px
}
.country-select .flag.sn{
height:14px;
background-position:-4603px 0px
}
.country-select .flag.so{
height:14px;
background-position:-4625px 0px
}
.country-select .flag.sr{
height:14px;
background-position:-4647px 0px
}
.country-select .flag.ss{
height:10px;
background-position:-4669px 0px
}
.country-select .flag.st{
height:10px;
background-position:-4691px 0px
}
.country-select .flag.sv{
height:12px;
background-position:-4713px 0px
}
.country-select .flag.sx{
height:14px;
background-position:-4735px 0px
}
.country-select .flag.sy{
height:14px;
background-position:-4757px 0px
}
.country-select .flag.sz{
height:14px;
background-position:-4779px 0px
}
.country-select .flag.ta{
height:10px;
background-position:-4801px 0px
}
.country-select .flag.tc{
height:10px;
background-position:-4823px 0px
}
.country-select .flag.td{
height:14px;
background-position:-4845px 0px
}
.country-select .flag.tf{
height:14px;
background-position:-4867px 0px
}
.country-select .flag.tg{
height:13px;
background-position:-4889px 0px
}
.country-select .flag.th{
height:14px;
background-position:-4911px 0px
}
.country-select .flag.tj{
height:10px;
background-position:-4933px 0px
}
.country-select .flag.tk{
height:10px;
background-position:-4955px 0px
}
.country-select .flag.tl{
height:10px;
background-position:-4977px 0px
}
.country-select .flag.tm{
height:14px;
background-position:-4999px 0px
}
.country-select .flag.tn{
height:14px;
background-position:-5021px 0px
}
.country-select .flag.to{
height:10px;
background-position:-5043px 0px
}
.country-select .flag.tr{
height:14px;
background-position:-5065px 0px
}
.country-select .flag.tt{
height:12px;
background-position:-5087px 0px
}
.country-select .flag.tv{
height:10px;
background-position:-5109px 0px
}
.country-select .flag.tw{
height:14px;
background-position:-5131px 0px
}
.country-select .flag.tz{
height:14px;
background-position:-5153px 0px
}
.country-select .flag.ua{
height:14px;
background-position:-5175px 0px
}
.country-select .flag.ug{
height:14px;
background-position:-5197px 0px
}
.country-select .flag.um{
height:11px;
background-position:-5219px 0px
}
.country-select .flag.us{
height:11px;
background-position:-5241px 0px
}
.country-select .flag.uy{
height:14px;
background-position:-5263px 0px
}
.country-select .flag.uz{
height:10px;
background-position:-5285px 0px
}
.country-select .flag.va{
height:15px;
background-position:-5307px 0px
}
.country-select .flag.vc{
height:14px;
background-position:-5324px 0px
}
.country-select .flag.ve{
height:14px;
background-position:-5346px 0px
}
.country-select .flag.vg{
height:10px;
background-position:-5368px 0px
}
.country-select .flag.vi{
height:14px;
background-position:-5390px 0px
}
.country-select .flag.vn{
height:14px;
background-position:-5412px 0px
}
.country-select .flag.vu{
height:12px;
background-position:-5434px 0px
}
.country-select .flag.wf{
height:14px;
background-position:-5456px 0px
}
.country-select .flag.ws{
height:10px;
background-position:-5478px 0px
}
.country-select .flag.xk{
height:15px;
background-position:-5500px 0px
}
.country-select .flag.ye{
height:14px;
background-position:-5522px 0px
}
.country-select .flag.yt{
height:14px;
background-position:-5544px 0px
}
.country-select .flag.za{
height:14px;
background-position:-5566px 0px
}
.country-select .flag.zm{
height:14px;
background-position:-5588px 0px
}
.country-select .flag.zw{
height:10px;
background-position:-5610px 0px
}.twenty20{
margin-bottom: 20px;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label, .twentytwenty-after-label {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label, .twentytwenty-after-label {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
}
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label {
}
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-after-label{
opacity: 1;
}
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label {
}
.twentytwenty-horizontal .twentytwenty-before-label {
left: 1px;
bottom: 0px;
max-width: 50%;
box-sizing: border-box;
line-height: inherit;
padding: 4px; }
.twentytwenty-horizontal .twentytwenty-after-label {
right: 1px;
bottom: 0px;
max-width: 50%;
box-sizing: border-box;
line-height: inherit;
padding: 4px; }
.twentytwenty-vertical .twentytwenty-before-label {
top: 1px;
line-height: inherit;
padding: 6px;
box-sizing: border-box;}
.twentytwenty-vertical .twentytwenty-after-label {
bottom: 1px;
line-height: inherit;
padding: 6px;
box-sizing: border-box; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}#ez-toc-container{background:#f9f9f9;border:1px solid #aaa;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);display:table;margin-bottom:1em;padding:10px 20px 10px 10px;position:relative;width:auto}div.ez-toc-widget-container{padding:0;position:relative}#ez-toc-container.ez-toc-light-blue{background:#edf6ff}#ez-toc-container.ez-toc-white{background:#fff}#ez-toc-container.ez-toc-black{background:#000}#ez-toc-container.ez-toc-transparent{background:none}div.ez-toc-widget-container ul{display:block}div.ez-toc-widget-container li{border:none;padding:0}div.ez-toc-widget-container ul.ez-toc-list{padding:10px}#ez-toc-container ul ul,.ez-toc div.ez-toc-widget-container ul ul{margin-left:1.5em}#ez-toc-container li,#ez-toc-container ul{padding:0}#ez-toc-container li,#ez-toc-container ul,#ez-toc-container ul li,div.ez-toc-widget-container,div.ez-toc-widget-container li{background:0 0;list-style:none;line-height:1.6;margin:0;overflow:hidden;z-index:1}#ez-toc-container .ez-toc-title{text-align:left;line-height:1.45;margin:0;padding:0}.ez-toc-title-container{display:table;width:100%}.ez-toc-title,.ez-toc-title-toggle{display:inline;text-align:left;vertical-align:middle}.ez-toc-btn,.ez-toc-glyphicon{display:inline-block;font-weight:400}#ez-toc-container.ez-toc-black a,#ez-toc-container.ez-toc-black a:visited,#ez-toc-container.ez-toc-black p.ez-toc-title{color:#fff}#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list{margin-top:1em}.ez-toc-wrap-left{margin:0 auto 1em 0!important}.ez-toc-wrap-left-text{float:left}.ez-toc-wrap-right{margin:0 0 1em auto!important}.ez-toc-wrap-right-text{float:right}#ez-toc-container a{color:#444;box-shadow:none;text-decoration:none;text-shadow:none;display:inline-flex;align-items:stretch;flex-wrap:nowrap}#ez-toc-container a:visited{color:#9f9f9f}#ez-toc-container a:hover{text-decoration:underline}#ez-toc-container a.ez-toc-toggle{display:flex;align-items:center}.ez-toc-widget-container ul.ez-toc-list li::before{content:' ';position:absolute;left:0;right:0;height:30px;line-height:30px;z-index:-1}.ez-toc-widget-container ul.ez-toc-list li.active{background-color:#ededed}.ez-toc-widget-container li.active>a{font-weight:900}.ez-toc-btn{padding:6px 12px;margin-bottom:0;font-size:14px;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ez-toc-btn:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.ez-toc-btn:focus,.ez-toc-btn:hover{color:#333;text-decoration:none}.ez-toc-btn.active,.ez-toc-btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.ez-toc-btn-default{color:#333;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#ccc}.ez-toc-btn-default.active,.ez-toc-btn-default:active,.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{color:#333;background-color:#ebebeb;border-color:#adadad}.ez-toc-btn-default.active,.ez-toc-btn-default:active{background-image:none;background-color:#e0e0e0;border-color:#dbdbdb}.ez-toc-btn-sm,.ez-toc-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-btn-xs{padding:1px 5px}.ez-toc-btn-default:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.active,.ez-toc-btn:active{background-image:none}.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.ez-toc-pull-right{float:right!important;margin-left:10px}#ez-toc-container label.cssicon,#ez-toc-widget-container label.cssicon{height:30px}.ez-toc-glyphicon{position:relative;top:1px;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.ez-toc-glyphicon:empty{width:1em}.ez-toc-toggle i.ez-toc-glyphicon,label.cssicon .ez-toc-glyphicon:empty{font-size:16px;margin-left:2px}#ez-toc-container input,.ez-toc-toggle #item{position:absolute;left:-999em}#ez-toc-container input[type=checkbox]:checked+nav,#ez-toc-widget-container input[type=checkbox]:checked+nav{opacity:0;max-height:0;border:none;display:none}#ez-toc-container .ez-toc-js-icon-con,#ez-toc-container label{position:relative;cursor:pointer;display:initial}#ez-toc-container .ez-toc-js-icon-con,#ez-toc-container .ez-toc-toggle label,.ez-toc-cssicon{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}div#ez-toc-container .ez-toc-title{display:initial}.ez-toc-wrap-center{margin:0 auto 1em!important}#ez-toc-container a.ez-toc-toggle{color:#444;background:inherit;border:inherit}#ez-toc-container .eztoc-toggle-hide-by-default,.eztoc-hide,label.cssiconcheckbox{display:none}.ez-toc-widget-container ul li a{padding-left:10px;display:inline-flex;align-items:stretch;flex-wrap:nowrap}.ez-toc-widget-container ul.ez-toc-list li{height:auto!important}.ez-toc-icon-toggle-span{display:flex;align-items:center;width:35px;height:30px;justify-content:center;direction:ltr}.eztoc_no_heading_found{background-color:#ff0;padding-left:10px}.term-description .ez-toc-title-container p:nth-child(2){width:50px;float:right;margin:0}