/* hsl(0, 0%, 30%) */
/* hsl(0, 0%, 60%) */
/* hsl(0, 0%, 85%) */
/* hsl(0, 0%, 40%) */
/*
Theme Name: Template Name
Author: Template Author
Description: Template description
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600italic,600,400italic,300italic,300&display=swap);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body, input, button, select, textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem; }

.body {
  position: relative;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: -40% 100px;
  -webkit-background-size: 50% 50%;
     -moz-background-size: 50%;
       -o-background-size: 50%;
          background-size: 50%; }

.body.bg-full-size {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: 0px 0px; }

h1, .h1 {
  margin-bottom: 0.5em;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: normal;
  color: #4c4c4c; }

h2, .h2 {
  margin-bottom: 0.125em;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.125em;
  color: #4c4c4c; }

h3, .h3 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.125em;
  color: #707070; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 0.375em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #666; }

p, li, a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3125em;
  color: #666; }

a {
  color: #dd2e00;
  text-decoration: none; }

a:hover,
a:focus {
  color: #dd2e00;
  text-decoration: underline; }

p.running, .running p {
  margin-bottom: 1em; }

b {
  font-weight: 600; }

input {
  line-height: inherit; }

/* AddThis Plugin */
.addthis_toolbox {
  position: fixed;
  max-width: 32px; }

/* Components  */
/* Section */
.main {
  display: block;
  padding: 4.5em 0 2.625em 0; }

.section {
  padding: 2.625em 0; }

.section-header {
  margin-bottom: 2.625em;
  text-align: center; }

.wrap {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 1.375em; }

.header-white > * {
  color: #fff;
  font-weight: 300; }

.bg-full {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover; }

/* Special titles */
.tagline {
  font-size: 1em;
  margin-bottom: 2.625em;
  line-height: 1.375em; }

.subtitle {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.125em;
  color: #707070; }

/* Forms */
.label {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 0.75em;
  display: block; }

.placeholder .label {
  display: none; }

.field {
  color: inherit;
  font-size: inherit;
  min-height: 46px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #d9d9d9;
  background: #fff;
  width: 100%;
  padding: 0 0.625em;
  margin: 0.375rem 0; }

.field:focus {
  border-color: #dd2e00;
  outline: none; }

textarea.field {
  padding-top: 0.5em;
  min-height: 124px; }

.field::-webkit-input-placeholder {
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem; }

.field:-moz-placeholder {
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem; }

.field::-moz-placeholder {
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem; }

.field:-ms-input-placeholder {
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem; }

.field::input-placeholder {
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem; }

.g-recaptcha {
  margin: 0.375rem 0; }

.g-recaptcha > div > div {
  margin: 0 auto; }

.form-field-submit {
  width: 100%; }

/* Calls to action */
.cta {
  padding: 0.6875em 1.625em 0.75em 1.625em;
  border: 1px solid #c03a16;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: #dd2e00;
  color: #fff;
  font-weight: 600;
  font-size: 1.125em;
  line-height: inherit;
  text-shadow: 1px 1px 0px #c03a16; }

.cta:hover,
.cta:focus {
  color: #fff;
  text-decoration: none;
  border: 1px solid #dd2e00;
  background-color: #ff6029;
  text-shadow: 1px 1px 0px #dd2e00; }

.cta:active {
  outline: 0;
  border: 1px solid #c03a16;
  background-color: #c03a16;
  text-shadow: 1px 1px 0px #c03a16; }

.cta.high {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6029), to(#dd2e00));
  background-image: -webkit-linear-gradient(top, #ff6029 0%, #dd2e00 100%);
  background-image: -moz-linear-gradient(top, #ff6029 0%, #dd2e00 100%);
  background-image: -o-linear-gradient(top, #ff6029 0%, #dd2e00 100%);
  background-image: linear-gradient(to bottom, #ff6029 0%, #dd2e00 100%); }

.cta.high:not(:disabled):hover,
.cta.high:not(:disabled):focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6833), to(#ff6029));
  background-image: -webkit-linear-gradient(top, #ff6833 0%, #ff6029 100%);
  background-image: -moz-linear-gradient(top, #ff6833 0%, #ff6029 100%);
  background-image: -o-linear-gradient(top, #ff6833 0%, #ff6029 100%);
  background-image: linear-gradient(to bottom, #ff6833 0%, #ff6029 100%); }

.cta.high:not(:disabled):active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dd2e00), to(#c03a16));
  background-image: -webkit-linear-gradient(top, #dd2e00 0%, #c03a16 100%);
  background-image: -moz-linear-gradient(top, #dd2e00 0%, #c03a16 100%);
  background-image: -o-linear-gradient(top, #dd2e00 0%, #c03a16 100%);
  background-image: linear-gradient(to bottom, #dd2e00 0%, #c03a16 100%); }

.cta.arrow {
  position: relative;
  padding-left: 64px; }

.cta.arrow::before {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 63px;
  max-width: 43px;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 1px solid #db4219;
  background: url(./img/gui/cta-arrow-white.svg) no-repeat center;
  -webkit-background-size: 20% 20%;
     -moz-background-size: 20%;
       -o-background-size: 20%;
          background-size: 20%; }

.cta.arrow:hover::before,
.cta.arrow:focus::before {
  border-right: 1px solid #ff4d10; }

.cta.arrow:active::before {
  border-right: 1px solid #c03a16; }

.cta.low,
.cta:disabled {
  color: #707070;
  text-shadow: none;
  border-color: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #e0e0e0 100%); }

/* Advertisment */
.ads-wrap {
  margin-bottom: 2.25em; }

.ad {
  width: 100%;
  /*border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);*/
  margin: 0 auto; }

.ad-hmed {
  width: 100%;
  /*max-width: 300px;
  height: 250px; */
  max-width: 336px;
  /*height: 280px;*/
  }

.ads-wrap .ad:nth-child(2),
.ads-wrap .ad:nth-child(3) {
  display: none; }

/* Sections */
/* Navigation */
.nav-main-wrap {
	/*margin-bottom: em(42);*/ }

.nav-main {
  font-size: 0;
  text-align: center; 
  /*
  position: relative;
  z-index: 100 !important;
  */
}

.menu-item {
  vertical-align: top;
  display: inline-block;
  width: 50%; }

.menu-item a,
.menu-item input {
  display: block;
  padding: 0.75em 0;
  border-bottom: 1px solid rgba(232, 232, 232, 0.8);
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-size: 1rem;
  color: #707070; }

.menu-item:nth-child(even) a {
  border-right: 1px solid rgba(232, 232, 232, 0.8); }

.menu-item a:hover,
.menu-item a:focus,
.menu-item input:hover,
.menu-item input:focus {
  background: #fff;
  text-decoration: none; }

.menu-item a:active,
.menu-item input:active {
  background: #dd2e00;
  color: #fff; }

.menu-item-pwc a{
	background-color:  #1a75ff !important;
	color: #fff !important;
}

.menu-item-pwc a:hover{
	background-color:  #4d94ff !important;

}

.menu-item-dwc a{
	background-color:  #808080 !important;
	color: #fff !important;
}

.menu-item-dwc a:hover{
	background-color:  #A9A9A9 !important;

}

.menu-item-sap a{
    background-color:  #cf2731 !important;
    color: #fff !important;
}

.menu-item-sap a:hover{
    background-color:  #ff666f !important;

}


.menu-item-opti a{
    background-color:  #ff0099 !important;
    color: #fff !important;
}

.menu-item-opti a:hover{
    background-color:  #EB008C !important;

}



.menu-item-oit a{
    background-image: linear-gradient(230deg, rgb(254, 44, 100) 0px, rgb(255, 158, 12) 100%) !important;
    color: #fff !important;
}

.menu-item-oit a:hover{
    background-image: linear-gradient(230deg, rgb(254, 44, 100) 45%, rgb(255, 158, 12) 100%) !important;


}



.logo-wrap a:active {
  background: #fff; }

.menu-button input {
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  min-height: 46px; }

.logo-wrap {
  width: 100%; }

.logo-wrap a {
  padding: 0.9375em; }

a.logo-link{
    text-decoration: none;
}
a.logo-link:hover{
    text-decoration: none;
    color: initial  !important;
}
.logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  font-size: 1.25rem; }

.logo span {
  font-weight: 600; }

.logo:before {
  content: url(./img/logo-icons.svg);
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5625em;
  width: 28px;
  height: 28px; }

.footer {
  background: #333333;
  border-top: 1px solid #666;
  outline: 1px solid #4c4c4c;
  padding: 3em 0 4.5em 0;
  /* padding: 0 0 4.5em 0; */ 
  }

.footer-section {
  padding: 1.5em 0;
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #292929; }

.footer-section:first-child {
  padding-top: 0;
  border-top: none; }

.footer-section:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.footer-section-header {
  margin-bottom: 1em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1); }

.contact-form-title {
  font-weight: 600;
  font-size: 2em; }
.contact-form-tagline{
	color: #9b9b9b !important;
}

.footer .field, .footer .cta {
  background: #474747;
  border-color: #2e2e2e;
  color: #d9d9d9;
  padding: 0.625em; }

.footer .field:focus {
  border-color: #dd2e00; }

.footer .field::-webkit-input-placeholder {
  color: #757575; }

.footer .field:-moz-placeholder {
  color: #757575; }

.footer .field::-moz-placeholder {
  color: #757575; }

.footer .field:-ms-input-placeholder {
  color: #757575; }

.footer .field::input-placeholder {
  color: #757575; }

.footer .g-recaptcha {
  margin-bottom: 0.75em; }

.footer .contact-form-field-submit-wrap {
  text-align: center; }

.footer .cta {
  display: inline-block;
  width: auto;
  min-height: 0;
  padding: 0.75em 1.125em 0.8125em 1.125em;
  font-size: 1.375em;
  font-weight: 600;
  color: #ebebeb;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#7a7a7a));
  background-image: -webkit-linear-gradient(top, #8a8a8a 0%, #7a7a7a 100%);
  background-image: -moz-linear-gradient(top, #8a8a8a 0%, #7a7a7a 100%);
  background-image: -o-linear-gradient(top, #8a8a8a 0%, #7a7a7a 100%);
  background-image: linear-gradient(to bottom, #8a8a8a 0%, #7a7a7a 100%); }

.footer .cta:hover,
.footer .cta:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a4a4a4), to(#878787));
  background-image: -webkit-linear-gradient(top, #a4a4a4 0%, #878787 100%);
  background-image: -moz-linear-gradient(top, #a4a4a4 0%, #878787 100%);
  background-image: -o-linear-gradient(top, #a4a4a4 0%, #878787 100%);
  background-image: linear-gradient(to bottom, #a4a4a4 0%, #878787 100%); }

.footer .cta:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#2e2e2e));
  background-image: -webkit-linear-gradient(top, #242424 0%, #2e2e2e 100%);
  background-image: -moz-linear-gradient(top, #242424 0%, #2e2e2e 100%);
  background-image: -o-linear-gradient(top, #242424 0%, #2e2e2e 100%);
  background-image: linear-gradient(to bottom, #242424 0%, #2e2e2e 100%); }

.translate-again {
  text-align: center; }

.site-details {
  text-align: center; }

.footer-growing-numbers-wrap {
  margin-bottom: 1.375em; }

.footer-growing-number-content {
  text-transform: uppercase;
  font-size: 0.875em; 
  color: #9b9b9b;
}

.footer-growing-number {
  margin: 0.25em 0 0.375em 0;
  color: #fff;
  display: block;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }

.copyright {
  font-size: 0.75em;
  line-height: 1.375em;
  color: #9b9b9b;
   }

.privacy a{
  color: #dddddd;
}
a.footer-link{
  color: #dddddd;
}

/* Support & Feedback */
.support-wrap {
  position: absolute;
  bottom: 0;
  width: 100%; }

.support-toggler {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  cursor: pointer; }

.support-button {
  display: none; }

.support-box {
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  background: #fff;
  padding: 0 1.375em; }

.support-button:not(checked) + .support-box {
  max-height: 0;
  overflow: hidden; }

.support-button:checked + .support-box {
  max-height: 600px;
  display: block; }

.support-box-title {
  font-weight: 700;
  color: #dd2e00;
  margin-bottom: 0.75em; }

.support-box-section {
  margin-top: 1.375em; }

.support-article {
  padding: 0.75em 0;
  border-bottom: 1px solid #d9d9d9; }

.support-box-content .support-article:first-child {
  padding-top: 0; }

.support-box-content {
  max-height: 200px;
  overflow-y: scroll;
  padding-right: 0.75em; }

.support-box-content::-webkit-scrollbar {
  max-width: 6px;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.support-box-content::-webkit-scrollbar-button {
  display: none; }

.support-box-content::-webkit-scrollbar-track {
  background: #e8e8e8;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.support-box-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #b7b7b7; }

.support-article-title {
  color: #666;
  font-weight: 600;
      line-height: 1.5em;
  
 /* font-size: 0.8125em;
  line-height: 1.25em;*/ }

.support-article-content {
	  color: #707070;
	  line-height: 1.5em;
  }
.support-article-content em{	  
font-style: italic;
}
.support-article-content li{      
	list-style-type: square;
	list-style-position: inside;
}



.language-picker-wrapper{
	  text-align: center;
	
	overflow:hidden;
	 background: #666;
	 padding: 0.5em 0em 0.5em 3em;
	 
	 	 margin-bottom: 1.5em;
	 	 
}
.language-picker{
	display: inline;
  text-align: center;
	
	font-size: 1em;

	 
}

.language-picker div{
display: inline;
	padding: 0em 1em 0em 1em;
	border-left: 1px solid #111;
}

.language-picker a {
	font-size: inherit;
	 
	
	color: #ebebeb;
	white-space: nowrap;
}

.language-picker a span{
	font-size: 0.7em;
	font-style: italic;
	
}


.current-language{
	 height: 100%;
	padding: 0.5em 1em 0.5em 1em;
	font-weight: bold;
	color: #707070;
	font-style: italic;
	
}
@media screen and (min-width: 640px) {
  h1, .h1 {
    margin-bottom: 0.625em;
    font-size: 36px;
    font-size: 2.25rem; }
  h2, .h2 {
    margin-bottom: 0.1875em;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.125em; }
  h3, .h3 {
    margin-bottom: 0.5em;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.125em; }
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    margin-bottom: 0.375em;
    font-size: 16px;
    font-size: 1rem; }
  p, li, a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125em; }
  p.running, .running p {
    margin-bottom: 1em; }
  .main {
    padding: 5.75em 0 4.5em 0; }
  /* Special Titles */
  .tagline {
    font-size: 1.125em;
    margin-bottom: 3.25em; }
  .subtitle {
    font-size: 1.125em; }
  /* Sections */
  .section {
    padding: 4.75em 0; }
  .section-header {
    margin-bottom: 4.5em; }
  .wrap {
    max-width: 580px; }
  .grid-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .grid-item {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  /* Form */
  .field {
    min-height: 54px; }
  .form-field-submit-wrap {
    text-align: right; }
  .form-field-submit {
    width: auto; }
  .g-recaptcha > div > div {
    margin: 0 0 0 auto; }
  /* Call to action */
  .cta {
    padding: 0.5em 1.625em 0.625em 1.625em;
    font-size: 1.375em; }
  .cta.arrow {
    padding-left: 78px; }
  .cta.arrow::before {
    max-width: 56px;
    -webkit-background-size: 18% 18%;
       -moz-background-size: 18%;
         -o-background-size: 18%;
            background-size: 18%; }
  /* Ads */
  .ads-wrap {
    margin-bottom: 2.25em; }
  /* Navigation */
  .nav-main-wrap {
    /*margin-bottom: $padBotTab;*/ }
  /* Footer */
  .footer {
    padding-bottom: 5.75em; }
  .footer .cta {
    padding: 0.6875em 1.125em 0.75em 1.125em; }
  .footer .contact-form-field-submit-wrap {
    text-align: right; }
  .support-wrap {
    max-width: none;
    width: 100%; }
  .support-toggler {
    font-size: 1.125em; }
  .support-toggler,
  .support-toggler:hover,
  .support-toggler:focus,
  .support-toggler:active {
    border-bottom: none; }
  /*.support-article-title {
    font-size: 0.8125em; }
  .support-article-content {
    font-size: 0.8125em; }*/ }

@media screen and (min-width: 960px) {
  h1, .h1 {
    font-size: 40px;
    font-size: 2.5rem; }
  .tagline {
    font-size: 1.25em; }
  .wrap {
    max-width: 920px; }
  /* Call to action */
  .cta {
    font-size: 1.5em; }
  .cta.arrow {
    padding-left: 88px; }
  .cta.arrow::before {
    max-width: 62px; }
  /* Ads */
  .ads-wrap {
    margin-bottom: 2.25em; }
  /* Main navigation */
  .header-header {
    padding-top: 2em; }
  .nav-main-wrap {
    /*margin-bottom: em(82);*/ }
  .menu-item {
    width: auto;
    margin-left: 0.625em; }
  .menu-item a,
  .menu-item input {
    background: none;
    font-size: 1.25em;
    color: #4c4c4c;
    border: none;
    padding: 0.3125em 0.75em 0.4375em 0.75em;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px; }
  .menu-button input {
    color: #fff;
    background-color: #dd2e00;
    padding: 0.4375em 0.75em 0.5em 0.75em;
    min-height: 0; }
  .menu-item a:hover,
  .menu-item a:focus,
  .menu-button input:hover,
  .menu-button input:focus {
    color: #fff;
    background-color: #ff6029;
    outline: none; }
  .menu-item a:active,
  .menu-button input:active {
    background-color: #c03a16; }
  .menu-item:nth-child(even) a {
    border-right: none; }
  .logo-wrap {
    border-right: 1px solid #b3b3b3;
    margin-left: 0;
    padding-right: 0.3125em; }
  .logo-wrap a:hover,
  .logo-wrap a:focus {
    background: none; }
  .logo-wrap a:active {
    background: none;
    outline: 1px solid #dd2e00; }
  /* Ads */
  .ads-wrap .ad:nth-child(2),
  .ads-wrap .ad:nth-child(3) {
    display: block; }
  /* Footer */
  .footer {
    padding-bottom: 0.75em; }
  .footer .cta {
    padding: 0.6875em 1.25em 0.75em 1.25em; }
  .footer .wrap {
    display: table;
    width: 100%; }
  .footer-section {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    border: none;
    padding: 0 2.625em; }
  .footer-section:first-child {
    border-left: none;
    padding-left: 0; }
  .footer-section:last-child {
    border-right: none;
    padding-right: 0; }
  .footer .g-recaptcha > div > div {
    margin: auto 0 0 0; }
  .translate-again {
    text-align: left; }
  .translate-again,
  .translate-again + .site-details {
    vertical-align: top; }
  .footer .contact-form-field-submit-wrap {
    text-align: left; }
  .site-details {
    text-align: right;
    position: relative; }
  .footer-growing-number-content {
    font-size: 1.125em;
    margin-bottom: 5.375em; }
  .footer-growing-number {
    font-size: 2.5em;
    letter-spacing: 0.0625em;
    margin-bottom: 0.1875em; }
  .copyright {
    position: absolute;
    bottom: 4.625em;
    right: 0; }
  .support-wrap-inner {
    max-width: 378px;
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
  .support-toggler {
    display: inline-block;
    width: auto;
    font-size: 0.875em;
    font-weight: normal;
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0; }
  .support-box {
    padding: 0 0.5em 0 1.375em;
    text-align: left;
    -webkit-box-shadow: inset 1px 1px 0px #dd2e00;
       -moz-box-shadow: inset 1px 1px 0px #dd2e00;
            box-shadow: inset 1px 1px 0px #dd2e00; }
  .support-box-content {
    padding-right: 1.125em; } }



  .quick-link-list{
  padding-bottom: 1.125em; 
 
   }
    ul.quick-link-list li{
     padding: 4px 0 8px 0;
     color: #9b9b9b;
   }
   
   ul.quick-link-list li a{
    color: #dddddd;
   }
    ul.quick-link-list li *{
     font-size: 0.8125em !important;
   }


@media screen and (min-width: 1080px) {
  .wrap.extra {
    max-width: 1020px; } }




.modal-container{
	padding: 2em;
}

.mod-modal {
	z-index: 200;
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4)
}

.mod-modal-content {
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	width: 600px
}

@media ( max-width :600px) {
	.mod-modal-content {
		margin: 0 10px;
		width: auto !important
	}
	.mod-modal {
		padding-top: 30px
	}
}


@media ( max-width :768px) {
	.mod-modal-content {
		width: 500px
	}
	.mod-modal {
		padding-top: 50px
	}
}

@media ( min-width :993px) {
	.mod-modal-content {
		width: 900px
	}
	.mod-hide-large {
		display: none !important
	}
	.mod-sidebar.mod-collapse {
		display: block !important
	}
}




/* Dropdown Button */
.dropbtn {
    color: #4c4c4c;
    float: right;
    
    
    padding: 0.5em 1.5em 0.5em 1.5em;
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: white;

  font-weight: 600;
  font-size: 1em;
  line-height: inherit;
  text-transform: uppercase;
  
   
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
  	float: right !important;
  	font-size: 1em;
  	z-index: 10;
  	margin-right: 1%;	 
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 10px; 
    right: 0px;
    padding: 10px 0 10px 0;
     border: 1px solid #4c4c4c;
}

/* Links inside the dropdown */
.dropdown-content a {
    color:  --c-primary;

    text-decoration: none;
    display: block;
    font-weight: 600;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

.dropdown-content ul li{
	padding: 8px 5px 8px 5px	;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: --c-stroke;
    color: white;
}

.dropdown-content a span {font-size: 0.9em; color: #404040;}



    
section.link-external{
	border-top: dashed 3px #ddd;
	padding: 4.75em 0;	
	background-image: linear-gradient(90deg, rgb(250, 250, 250),  rgb(241, 244, 249) 90%);
	margin: 0;     
}    

.link-external a {
    
    text-decoration: none;
    color: black;
    font-size: 1.5em;
}

    

    
    
    
.link-external a svg{
    
    max-width: 100px;
    vertical-align: bottom;
    fill: currentColor;
}

.link-external-about{
        font-size: 0.625em;
color: #707070;
line-height: 1.5em !important;
margin-top: 0.5em; 
}

.link-external span {
       display: block;
    
}


div.rtl-language-support {
	font-size: 1.5em;
	color: #666;	
}

div.rtl-language-support-translator-grid {
        padding-top: 2em;    
    
}
div.rtl-language-support-translator-grid div {
    font-size: 1em;
    padding-bottom: 2em;
}


div.rtl-language-support span {
       display: block;    
}

span.rtl-language-support-about{
	color: #707070;
}

section.section-no-bottom {
	
	padding-bottom: 0em !important;
}

.image-wide{
	max-width: 80%;	
}
.image-label{
	font-size: 0.8125em;
	font-style: italic;
	color: #707070; 
	padding-bottom: 2em;
	
}

div.top-language-list{
  column-count: 2;
  margin-top: 2em;
  
}
@media screen and (min-width: 960px) {

    div.top-language-list{
      column-count: 3;
    }
}

div.top-language-list ol{
  padding-top: 0;
  margin-top: 0;
  list-style-type: decimal;
    list-style-position: inside;
  
}

div.top-language-list ol li{
    padding: 8px 0 8px 0;
}

div.supported-language-list{
  column-count: 3;
  margin-top: 2em;
}
@media screen and (min-width: 960px) {

	div.supported-language-list{
	  column-count: 5;
	}
}

div.supported-language-list ul{
  padding-top: 0;
  margin-top: 0;
}

div.supported-language-list ul li{
    padding: 8px 0 8px 0;
}
.supported-language-current {
  font-weight: 700;
  color: #dd2e00;
}

.supported-languages-num {
	font-weight: 700; 
	display:block;
}


.smart-button-paypal-button-container{
    background-color : #f0f0f0; 
    padding: 1em 1em;
}

.youtube-link-container{
    margin: 2em auto;
}
