/* CSS Reset */
html,
body {
  border: 0;
  font-family: arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/* Custom CSS */
html,
body {
  font: 400 16px "ubuntu", sans-serif;
  line-height: 24px;
  color: #111;
}
html {
  background: #F5F5F5;
  background: linear-gradient(45deg, #f0f0f0 0%, #e0e0e0 99%);
  background: -webkit-linear-gradient(45deg, #f0f0f0 0%, #e0e0e0 99%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f0f0f0), color-stop(99%, #e0e0e0));
  background: -moz-linear-gradient(45deg, #f0f0f0 0%, #e0e0e0 99%);
  background: -o-linear-gradient(45deg, #f0f0f0 0%, #e0e0e0 99%);
  background: -ms-linear-gradient(45deg, #f0f0f0 0%, #e0e0e0 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-stop1', endColorstr='@color-stop2', GradientType=1);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0px 0px;
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}
.clear {
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}
.left,
.alignleft {
  float: left;
}
.right,
.alignright {
  float: right;
}
strong {
  font-weight: 500;
}
/* Icons sizes */
svg.size40 {
  width: 40px;
  height: 40px;
}
svg.size64 {
  width: 64px;
  height: 64px;
}
svg.size128 {
  width: 128px;
  height: 128px;
}
/* custom styling */
#notice {
  width: 100%;
  background: #E1F5FE;
  border-bottom: solid 1px #B3E5FC;
  padding: 12px 0;
  text-align: center;
}
#notice .text {
  margin: 0px auto;
  position: relative;
}
#wrapper {
  width: 100%;
  height: 100%;
  float: left;
}
#candy {
  position: relative;
  margin: 0px auto;
  height: 100%;
}
.header {
  display: inline-block;
  width: 100%;
}
.header h1 {
  font-weight: 400;
  display: inline-block;
}
.header h1 a {
  text-decoration: none;
  color: #111;
}
.header nav {
  float: right;
  cursor: pointer;
}
.header nav a.dropdown-toggle {
  text-align: center;
  display: inline-block;
  background: #fff;
  cursor: pointer;
}
.header nav a.dropdown-toggle.make-it-black span.icon {
  background: #111 url("../images/icon_hamburger-menu2.svg") no-repeat center center;
}
.header nav a.dropdown-toggle.make-it-black span.text {
  color: #111;
}
.header nav a.dropdown-toggle:hover span.icon {
  background: #111 url("../images/icon_hamburger-menu2.svg") no-repeat center center;
}
.header nav a.dropdown-toggle:hover span.text {
  color: #111;
}
.header nav a.dropdown-toggle span.icon {
  float: left;
  padding: 18px;
  background: #3cb878 url("../images/icon_hamburger-menu2.svg") no-repeat center center;
}
.header nav a.dropdown-toggle span.text {
  color: #00a651;
}
.header nav a.dropdown-toggle span.text:hover {
  color: #111;
}
.header nav div.dropdown {
  position: absolute;
  top: 84px;
  right: 0px;
  z-index: 102;
  margin-top: 0px;
  background: #fff;
  padding: 15px 0px;
  visibility: hidden;
  opacity: 0;
  transform: translateZ(0);
  transform: translateY(10%);
  box-shadow: 1px 7px 10px rgba(0, 0, 0, 0.2);
}
.header nav div.dropdown.visible {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 0s;
}
.header nav div.dropdown li {
  list-style-type: none;
  padding: 8px 25px;
}
.header nav div.dropdown li a {
  text-decoration: none;
  color: #00a651;
}
.header nav div.dropdown li a:hover {
  color: #111;
}
.header nav div.dropdown li.current-menu-item a,
.header nav div.dropdown li.current_page_item a {
  color: #111;
}
main#browsers article {
  float: left;
  position: relative;
  z-index: 1;
}
main#browsers article div.content {
  /* Align horizontal center */
  margin: 0 auto;
  padding: 28px 0;
}
main#browsers article div.content header {
  position: relative;
  text-align: center;
}
main#browsers article div.content header a,
main#browsers article div.content header img,
main#browsers article div.content header svg,
main#browsers article div.content header image.fallback {
  float: left;
}
main#browsers article div.content header h2 {
  font-weight: 400;
  color: #fff;
  display: inline-block;
}
main#browsers article div.content header h2 a {
  color: #fff;
  text-decoration: none;
}
main#browsers article div.content header h2 a:hover {
  text-decoration: underline;
}
main#browsers article div.content div.systems {
  width: 100%;
}
main#browsers article div.content div.systems p .has-tooltip {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
main#browsers article div.content div.systems p .has-tooltip:hover span {
  opacity: 1;
}
main#browsers article div.content div.systems p .has-tooltip .tooltip {
  pointer-events: none;
  position: absolute;
  z-index: 9999;
  left: 58%;
  top: -40px;
  opacity: 0;
}
main#browsers article div.content div.systems p .has-tooltip .tooltip span {
  display: block;
  white-space: nowrap;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 8px;
  left: -50%;
  font-size: 14px;
  color: #fff;
}
main#browsers article div.content div.systems p .has-tooltip .tooltip span:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  border-top-color: rgba(0, 0, 0, 0.6);
  border-width: 6px;
  left: 50%;
  margin-left: -6px;
}
main#browsers article div.content div.systems p a img,
main#browsers article div.content div.systems p a svg {
  vertical-align: sub;
}
main#browsers article div.content div.buttons {
  position: relative;
  text-align: center;
}
main#browsers article div.content div.buttons a.button {
  background: #fff;
  border: 1px #fff solid;
  text-decoration: none;
  display: inline-block;
}
main#browsers article div.content div.buttons a.button:hover {
  background: transparent;
  color: #fff;
}
main#subpage div.fill {
  background: #fff;
}
main#subpage div.fill img.visual,
main#subpage div.fill svg.visual {
  display: block;
  width: 100%;
}
main#subpage article h2,
main#subpage article h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
main#subpage article h2 {
  line-height: 1.250em;
}
main#subpage article h3 {
  line-height: 1.000em;
}
main#subpage article a.go-back:before {
  width: 12px;
  height: 12px;
  margin-right: 7px;
  vertical-align: baseline;
  display: inline-block;
  content: "";
}
main#subpage article p {
  margin-bottom: 28px;
}
main#subpage article p:last-of-type {
  margin-bottom: 0;
}
main#subpage article ul {
  list-style: square;
  padding: 0em 0em 28px 26px;
  color: #fff;
}
main#subpage article ul li {
  margin-bottom: 4px;
}
main#subpage article p,
main#subpage article ul li {
  font-weight: 400;
}
main#subpage article p a:link,
main#subpage article ul li a:link {
  font-weight: 500;
}
main#subpage article p.feedback,
main#subpage article ul li.feedback {
  opacity: 0.64;
}
main#subpage article p.feedback:hover,
main#subpage article ul li.feedback:hover {
  opacity: 1.0;
}
main#subpage article svg.icon {
  fill: #3cb878;
}
main#subpage article svg.icon.alignleft {
  margin: 5px 16px 0 0;
}
main#subpage article dl.faq {
  padding: 16px 0;
  margin-bottom: 32px;
  border: solid #cccccc;
  border-width: 1px 0;
}
main#subpage article dl.faq dt {
  width: 100%;
  display: inline-block;
  margin: 8px 0 8px;
  font-size: 20px;
  font-weight: 500;
  color: #3cb878;
  cursor: pointer;
}
main#subpage article dl.faq dt:before {
  content: "+ ";
  display: inline-block;
  white-space: pre-wrap;
}
main#subpage article dl.faq dt:hover {
  text-decoration: underline;
  color: #000;
}
main#subpage article dl.faq dt.active {
  color: #000;
}
main#subpage article dl.faq dt.active:before {
  content: "- ";
}
main#subpage article dl.faq dd {
  margin: 8px 0 20px 24px;
  padding: 3px 0 4px 20px;
  border-left: solid #cccccc;
}
main#subpage article dl.faq dd p:last-of-type {
  margin: 0;
  padding: 0;
}
main#subpage article div.post {
  border-top: 1px solid #ddd;
  padding: 28px 0;
}
main#subpage article div.post h2 {
  font-size: 28px;
  margin-bottom: 14px;
}
main#subpage article div.post h2 a {
  color: #00a651;
  text-decoration: none;
}
main#subpage article div.post h2 a:hover {
  text-decoration: underline;
}
main#subpage article div.post p:last-of-type {
  margin-bottom: 0;
}
main#subpage article p.metadata {
  margin-bottom: 16px;
  color: #707070;
}
main#subpage article p.metadata a {
  color: #707070;
  font-weight: normal;
}
main#subpage article p.metadata a:link {
  color: #707070;
}
main#subpage article p.metadata a:hover {
  color: #00a651;
  text-decoration: underline;
}
main#subpage article p.source {
  color: #707070;
}
main#subpage article p.source a {
  color: #707070;
  font-weight: normal;
}
main#subpage article p.source a:link {
  color: #707070;
}
main#subpage article p.source a:hover {
  color: #00a651;
  text-decoration: underline;
}
main#subpage article nav.custom-pagination {
  width: 100%;
  border-top: 1px solid #ddd;
  text-align: center;
}
main#subpage article nav.custom-pagination .page-numbers {
  padding: 0.385em 13px;
  margin: 28px 0.615em 28px 0;
  display: inline-block;
  background: #3cb878;
  border: 1px solid #3cb878;
  color: #fff;
}
main#subpage article nav.custom-pagination .page-numbers:hover {
  background: #111;
  border: 1px solid #111;
  color: #fff;
}
main#subpage article nav.custom-pagination .page-numbers.current {
  background: #fff;
  border: 1px solid #111;
  color: #111;
}
main#subpage article ul.recent_posts li {
  border: none 0px;
}
main#subpage article div.buttons {
  margin-bottom: 16px;
}
main#subpage article div.buttons a.cta,
main#subpage article div.buttons a.more {
  text-decoration: none;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
}
main#subpage article div.buttons a.cta:hover,
main#subpage article div.buttons a.more:hover {
  background: transparent;
}
div.wpcf7 form {
  margin-bottom: 20px;
  display: inline-block;
}
div.wpcf7 form p {
  margin-bottom: 20px !important;
  width: 100%;
  display: inline-block;
}
div.wpcf7 form p input:nth-child(2) {
  margin-left: 32px;
}
div.wpcf7 form input,
div.wpcf7 form textarea {
  padding: 10px;
  margin-top: 8px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
}
div.wpcf7 form input.wpcf7-not-valid,
div.wpcf7 form textarea.wpcf7-not-valid {
  border: 1px solid #a61200;
  background: #f9d5d1;
}
div.wpcf7 form input[type="text"]:focus {
  border: 1px solid #3cb878 !important;
}
div.wpcf7 form input[type="submit"] {
  padding: 8px 26px;
  border: 1px solid #3cb878;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  color: #fff;
  background: #3cb878;
}
div.wpcf7 form input[type="submit"]:hover {
  color: #00a651;
  background: transparent;
}
div.wpcf7 form span.select-style {
  margin-top: 6px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #fafafa /* url("img/icon-select.png") */ no-repeat 90% 50%;
  display: inline-block;
}
div.wpcf7 form span.select-style select {
  border: 0 !important;
  /*Removes border*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /*Removes default style Firefox*/
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
div.wpcf7 div.screen-reader-response[role="alert"] {
  margin-bottom: 20px !important;
  padding: 16px 20px;
  color: #fff;
  border: 1px solid #a61200;
  background: #da5a4a;
}
div.wpcf7 div.screen-reader-response[role="alert"] ul {
  display: none;
}
div.wpcf7 .wpcf7-response-output,
div.wpcf7 .wpcf7-validation-errors {
  display: none;
}
div.wpcf7 span.wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 8px;
  color: #a61200;
}
div#goto {
  float: left;
}
div#goto a {
  color: #00a651;
  float: left;
  text-align: center;
}
div#goto a:hover span.text {
  color: #111;
  text-decoration: underline;
}
div#goto a span.text {
  display: inline-block;
}
div#goto a.current {
  color: #111;
}
div#goto a.latest {
  background: #fff;
}
div#goto a.latest:hover span.arrow,
div#goto a.latest.current span.arrow {
  background: #111 url("../images/icon_arrow-left.svg") no-repeat center center;
}
div#goto a.latest span.arrow {
  float: left;
  display: inline-block;
  background: #3cb878 url("../images/icon_arrow-left.svg") no-repeat center center;
}
div#goto a.news {
  background: #fff;
}
div#goto a.update {
  background: #fff;
}
div#goto a.update:hover span.arrow,
div#goto a.update.current span.arrow {
  background: #111 url("../images/icon_arrow-right.svg") no-repeat center center;
}
div#goto a.update span.arrow {
  float: right;
  display: inline-block;
  background: #3cb878 url("../images/icon_arrow-right.svg") no-repeat center center;
}
div#goto a.btn {
  background: #fff;
}
div#goto a.btn:hover span.arrow,
div#goto a.btn.current span.arrow {
  background: #111 url("../images/icon_arrow-right.svg") no-repeat center center;
}
div#goto a.btn span.arrow {
  float: right;
  display: inline-block;
  background: #3cb878 url("../images/icon_arrow-right.svg") no-repeat center center;
}
footer {
  color: #707070;
}
footer a {
  color: #707070;
}
footer a:hover,
footer a.current {
  color: #404040;
  text-decoration: none;
}
.general {
  background: #fff;
}
.general a {
  color: #00a651;
}
.general a:link {
  text-decoration: none;
  color: #00a651;
}
.general a:hover {
  color: #111;
  text-decoration: underline;
}
.general a:visited {
  color: #00a651;
}
.general a:visited:hover {
  color: #111;
}
.general a.go-back {
  color: #00a651;
}
.general a.go-back:hover {
  color: #000;
}
.general a.go-back:before {
  background: url("../images/icon_go-back_primary.svg");
  content: "";
}
.general a.go-back:hover:before {
  background: url("../images/icon_go-back_secondary.svg");
  content: "";
}
.general a.cta {
  background: #9b59b6;
  border-color: #9b59b6;
  color: #fff;
}
.general a.cta:hover {
  color: #9b59b6;
}
.general a.more {
  background: #3cb878;
  border-color: #3cb878;
  color: #fff;
}
.general a.more:hover {
  color: #3cb878;
}
.mozilla-firefox h1,
.google-chrome h1,
.apple-safari h1,
.microsoft-edge h1,
.internet-explorer h1,
.opera-browser h1,
.mozilla-firefox h2,
.google-chrome h2,
.apple-safari h2,
.microsoft-edge h2,
.internet-explorer h2,
.opera-browser h2,
.mozilla-firefox h3,
.google-chrome h3,
.apple-safari h3,
.microsoft-edge h3,
.internet-explorer h3,
.opera-browser h3,
.mozilla-firefox p,
.google-chrome p,
.apple-safari p,
.microsoft-edge p,
.internet-explorer p,
.opera-browser p,
.mozilla-firefox a,
.google-chrome a,
.apple-safari a,
.microsoft-edge a,
.internet-explorer a,
.opera-browser a {
  color: #fff;
}
.mozilla-firefox h1:link,
.google-chrome h1:link,
.apple-safari h1:link,
.microsoft-edge h1:link,
.internet-explorer h1:link,
.opera-browser h1:link,
.mozilla-firefox h2:link,
.google-chrome h2:link,
.apple-safari h2:link,
.microsoft-edge h2:link,
.internet-explorer h2:link,
.opera-browser h2:link,
.mozilla-firefox h3:link,
.google-chrome h3:link,
.apple-safari h3:link,
.microsoft-edge h3:link,
.internet-explorer h3:link,
.opera-browser h3:link,
.mozilla-firefox p:link,
.google-chrome p:link,
.apple-safari p:link,
.microsoft-edge p:link,
.internet-explorer p:link,
.opera-browser p:link,
.mozilla-firefox a:link,
.google-chrome a:link,
.apple-safari a:link,
.microsoft-edge a:link,
.internet-explorer a:link,
.opera-browser a:link {
  color: #fff;
  text-decoration: underline;
}
.mozilla-firefox h1:hover,
.google-chrome h1:hover,
.apple-safari h1:hover,
.microsoft-edge h1:hover,
.internet-explorer h1:hover,
.opera-browser h1:hover,
.mozilla-firefox h2:hover,
.google-chrome h2:hover,
.apple-safari h2:hover,
.microsoft-edge h2:hover,
.internet-explorer h2:hover,
.opera-browser h2:hover,
.mozilla-firefox h3:hover,
.google-chrome h3:hover,
.apple-safari h3:hover,
.microsoft-edge h3:hover,
.internet-explorer h3:hover,
.opera-browser h3:hover,
.mozilla-firefox p:hover,
.google-chrome p:hover,
.apple-safari p:hover,
.microsoft-edge p:hover,
.internet-explorer p:hover,
.opera-browser p:hover,
.mozilla-firefox a:hover,
.google-chrome a:hover,
.apple-safari a:hover,
.microsoft-edge a:hover,
.internet-explorer a:hover,
.opera-browser a:hover {
  color: #fff;
  text-decoration: none;
}
.mozilla-firefox h1:visited,
.google-chrome h1:visited,
.apple-safari h1:visited,
.microsoft-edge h1:visited,
.internet-explorer h1:visited,
.opera-browser h1:visited,
.mozilla-firefox h2:visited,
.google-chrome h2:visited,
.apple-safari h2:visited,
.microsoft-edge h2:visited,
.internet-explorer h2:visited,
.opera-browser h2:visited,
.mozilla-firefox h3:visited,
.google-chrome h3:visited,
.apple-safari h3:visited,
.microsoft-edge h3:visited,
.internet-explorer h3:visited,
.opera-browser h3:visited,
.mozilla-firefox p:visited,
.google-chrome p:visited,
.apple-safari p:visited,
.microsoft-edge p:visited,
.internet-explorer p:visited,
.opera-browser p:visited,
.mozilla-firefox a:visited,
.google-chrome a:visited,
.apple-safari a:visited,
.microsoft-edge a:visited,
.internet-explorer a:visited,
.opera-browser a:visited {
  color: #fff;
}
.mozilla-firefox a.go-back:before,
.google-chrome a.go-back:before,
.apple-safari a.go-back:before,
.microsoft-edge a.go-back:before,
.internet-explorer a.go-back:before,
.opera-browser a.go-back:before,
.mozilla-firefox a.go-back:hover:before,
.google-chrome a.go-back:hover:before,
.apple-safari a.go-back:hover:before,
.microsoft-edge a.go-back:hover:before,
.internet-explorer a.go-back:hover:before,
.opera-browser a.go-back:hover:before {
  background: url("../images/icon_go-back_white.svg");
  content: "";
}
.mozilla-firefox a.cta,
.google-chrome a.cta,
.apple-safari a.cta,
.microsoft-edge a.cta,
.internet-explorer a.cta,
.opera-browser a.cta,
.mozilla-firefox a.more,
.google-chrome a.more,
.apple-safari a.more,
.microsoft-edge a.more,
.internet-explorer a.more,
.opera-browser a.more {
  background: #fff;
  border-color: #fff;
}
.mozilla-firefox a.cta:hover,
.google-chrome a.cta:hover,
.apple-safari a.cta:hover,
.microsoft-edge a.cta:hover,
.internet-explorer a.cta:hover,
.opera-browser a.cta:hover,
.mozilla-firefox a.more:hover,
.google-chrome a.more:hover,
.apple-safari a.more:hover,
.microsoft-edge a.more:hover,
.internet-explorer a.more:hover,
.opera-browser a.more:hover {
  color: #fff;
}
.mozilla-firefox {
  background: #ff8f00;
}
.mozilla-firefox a.cta,
.mozilla-firefox a.more,
.mozilla-firefox a.button {
  color: #ff8f00;
}
.google-chrome {
  background: #4caf50;
}
.google-chrome a.cta,
.google-chrome a.more,
.google-chrome a.button {
  color: #4caf50;
}
.apple-safari {
  background: #0277bd;
}
.apple-safari a.cta,
.apple-safari a.more,
.apple-safari a.button {
  color: #0277bd;
}
.microsoft-edge {
  background: #3f51b5;
}
.microsoft-edge a.cta,
.microsoft-edge a.more,
.microsoft-edge a.button {
  color: #3f51b5;
}
.internet-explorer {
  background: #00bcd4;
}
.internet-explorer a.cta,
.internet-explorer a.more,
.internet-explorer a.button {
  color: #00bcd4;
}
.opera-browser {
  background: #f44336;
}
.opera-browser a.cta,
.opera-browser a.more,
.opera-browser a.button {
  color: #f44336;
}
@media all and (min-width: 1281px) {
  #notice .text {
    max-width: 800px;
    padding: 0 24px;
    font-size: 16px;
  }
  #candy {
    width: 1230px;
  }
  .header {
    margin: 48px 0;
  }
  .header h1 {
    font-size: 32px;
  }
  main#browsers article {
    width: 394px;
    min-height: 264px;
    margin-bottom: 24px;
  }
  main#browsers article:nth-child(3n+2) {
    margin: 0 24px 0 24px;
  }
  main#browsers article div.content {
    width: 336px;
  }
  main#browsers article div.content header img,
  main#browsers article div.content header svg,
  main#browsers article div.content header image.fallback {
    width: 82px;
    height: 82px;
    margin: 0 5px 0 0;
  }
  main#browsers article div.content header h2 {
    font-size: 26px;
    padding-top: 18px;
  }
  main#browsers article div.content header p {
    font-size: 13px;
    padding: 2px 0 10px 0;
  }
  main#browsers article div.content div.systems {
    padding: 22px 0 28px 0;
  }
  main#browsers article div.content div.systems p {
    color: #fff;
    text-align: center;
  }
  main#browsers article div.content div.systems p img,
  main#browsers article div.content div.systems p svg {
    width: 22px;
    height: 22px;
    margin: 0 0 0 6px;
    vertical-align: sub;
  }
  main#browsers article div.content div.buttons a.button {
    width: 158px;
    padding: 6px 0;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    font-size: 15px;
  }
  main#browsers article div.content div.buttons a.button:first-child {
    margin-right: 10px;
  }
  div#goto div.desktop {
    float: left;
  }
  div#goto div.desktop a {
    width: 394px;
    height: 48px;
    margin-bottom: 24px;
  }
  div#goto div.desktop a span.text {
    font-size: 20px;
    padding-top: 12px;
  }
  div#goto div.desktop a:nth-child(3n+2) {
    margin: 0 24px 0 24px;
  }
  div#goto div.desktop a.latest span.arrow,
  div#goto div.desktop a.update span.arrow {
    padding: 24px;
  }
  div#goto div.desktop a.latest span.text,
  div#goto div.desktop a.update span.text {
    width: 265px;
  }
  div#goto div.mobile {
    display: none;
  }
  main#subpage img.visual {
    min-height: 260px;
  }
  main#subpage article {
    padding: 80px 254px;
    margin-bottom: 24px;
  }
  main#subpage article h2 {
    font-size: 48px;
  }
  main#subpage article h3 {
    font-size: 30px;
  }
  main#subpage article p,
  main#subpage article ul li {
    font-size: 16px;
    line-height: 25px;
  }
  main#subpage article div.buttons a.cta,
  main#subpage article div.buttons a.more {
    padding: 6px 22px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-size: 16px;
  }
  form input[type="text"],
  form input[type="url"],
  form input[name="onderwerp"],
  form input[type="email"],
  form textarea {
    width: 75%;
    /* width: 418px; */
  }
  form span.select-style {
    width: 78%;
    /* width: 677px; */
  }
}
@media all and (max-width: 1280px) and (min-width: 991px) {
  #notice .text {
    max-width: 800px;
    padding: 0 24px;
    font-size: 16px;
  }
  #candy {
    width: 960px;
  }
  .header {
    margin: 34px 0;
  }
  .header h1 {
    font-size: 28px;
  }
  main#browsers article {
    width: 304px;
    min-height: 228px;
    margin-bottom: 24px;
  }
  main#browsers article:nth-child(3n+2) {
    margin: 0 24px 0 24px;
  }
  main#browsers article div.content {
    width: 254px;
  }
  main#browsers article div.content div.buttons a.button {
    width: 64%;
    padding: 4px 0;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    font-size: 15px;
  }
  main#browsers article div.content div.buttons a.button:first-child {
    margin-bottom: 10px;
  }
  div#goto div.desktop {
    float: left;
  }
  div#goto div.desktop a {
    width: 304px;
    height: 40px;
    margin-bottom: 24px;
  }
  div#goto div.desktop a span.text {
    font-size: 16px;
    padding-top: 8px;
  }
  div#goto div.desktop a:nth-child(3n+2) {
    margin: 0 24px 0 24px;
  }
  div#goto div.desktop a.latest span.arrow,
  div#goto div.desktop a.update span.arrow {
    padding: 20px;
  }
  div#goto div.desktop a.latest span.text,
  div#goto div.desktop a.update span.text {
    width: 264px;
  }
  div#goto div.mobile {
    display: none;
  }
  main#subpage img.visual {
    min-height: 210px;
  }
  main#subpage article {
    width: 540px;
    padding: 64px 210px;
    margin-bottom: 24px;
  }
  main#subpage article h2 {
    font-size: 38px;
  }
  main#subpage article h3 {
    font-size: 28px;
  }
  main#subpage article p,
  main#subpage article ul li {
    font-size: 16px;
    line-height: 24px;
  }
  main#subpage article div.buttons a.cta,
  main#subpage article div.buttons a.more {
    padding: 6px 16px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    font-size: 16px;
  }
  form input[type="text"],
  form input[type="url"],
  form input[name="onderwerp"],
  form input[type="email"],
  form textarea {
    width: 75%;
    /* 32.375em; */
  }
  form span.select-style {
    width: 78%;
    /* 33.5648px; */
  }
}
@media all and (max-width: 990px) and (min-width: 768px) {
  #notice .text {
    max-width: 720px;
    padding: 0 24px;
    font-size: 15px;
  }
  #candy {
    width: 720px;
  }
  .header {
    margin: 30px 0;
  }
  .header h1 {
    font-size: 28px;
  }
  main#browsers article {
    width: 348px;
    min-height: 228px;
    margin-bottom: 24px;
  }
  main#browsers article:nth-child(odd) {
    margin: 0 24px 0 0;
  }
  main#browsers article div.content {
    width: 254px;
  }
  main#browsers article div.content div.buttons a.button {
    width: 64%;
    padding: 4px 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size: 15px;
  }
  main#browsers article div.content div.buttons a.button:first-child {
    margin-bottom: 10px;
  }
  div#goto div.desktop {
    display: none;
  }
  div#goto div.mobile {
    float: left;
  }
  div#goto div.mobile a {
    width: 348px;
    height: 40px;
  }
  div#goto div.mobile a span.text {
    font-size: 16px;
    padding-top: 8px;
  }
  div#goto div.mobile a:nth-child(odd) {
    margin: 0 24px 0 0;
  }
  div#goto div.mobile a.btn {
    margin-bottom: 24px;
  }
  div#goto div.mobile a.btn span.arrow {
    padding: 20px;
    background: #3cb878 url("../images/icon_arrow-right.svg") no-repeat center center;
  }
  div#goto div.mobile a.btn span.text {
    width: 308px;
  }
  div#goto div.mobile a.btn:last-child {
    margin-bottom: 18px;
  }
  main#subpage img.visual {
    min-height: 158px;
  }
  main#subpage article {
    width: 480px;
    padding: 64px 120px;
    margin-bottom: 24px;
  }
  main#subpage article h2 {
    font-size: 32px;
  }
  main#subpage article h3 {
    font-size: 20px;
  }
  main#subpage article p,
  main#subpage article ul li {
    font-size: 15px;
    line-height: 24px;
  }
  main#subpage article div.buttons a.cta,
  main#subpage article div.buttons a.more {
    padding: 6px 22px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    font-size: 16px;
  }
  form input[type="text"],
  form input[type="url"],
  form input[name="onderwerp"],
  form input[type="email"],
  form textarea {
    width: 458px;
    /* 458px; */
  }
  form span.select-style {
    width: 476px;
    /* 476px; */
  }
}
@media all and (max-width: 767px) and (min-width: 1px) {
  #notice .text {
    max-width: 288px;
    padding: 0 16px;
    font-size: 15px;
  }
  #candy {
    width: 300px;
  }
  .header {
    margin: 24px 0;
  }
  .header h1 {
    font-size: 22px;
    margin-top: 5px;
  }
  main#browsers article {
    width: 300px;
    min-height: 228px;
    margin-bottom: 12px;
  }
  main#browsers article div.content {
    width: 260px;
  }
  main#browsers article div.content div.buttons a.button {
    width: 64%;
    padding: 4px 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size: 15px;
  }
  main#browsers article div.content div.buttons a.button:first-child {
    margin-bottom: 10px;
  }
  div#goto div.desktop {
    display: none;
  }
  div#goto div.mobile {
    float: left;
  }
  div#goto div.mobile a {
    width: 300px;
    height: 40px;
  }
  div#goto div.mobile a span.text {
    font-size: 16px;
    padding-top: 8px;
  }
  div#goto div.mobile a:nth-child(odd) {
    margin: 0 0 0 0;
  }
  div#goto div.mobile a.btn {
    margin-bottom: 12px;
  }
  div#goto div.mobile a.btn span.arrow {
    padding: 20px;
    background: #3cb878 url("../images/icon_arrow-right.svg") no-repeat center center;
  }
  div#goto div.mobile a.btn span.text {
    width: 260px;
  }
  div#goto div.mobile a.btn:last-child {
    margin-bottom: 18px;
  }
  main#subpage img.visual {
    display: none;
  }
  main#subpage article {
    width: 260px;
    float: left;
    padding: 30px 20px;
    margin-bottom: 24px;
  }
  main#subpage article h2,
  main#subpage article h3 {
    font-weight: 500;
    margin-bottom: 12px;
  }
  main#subpage article h2 {
    font-size: 28px;
  }
  main#subpage article h3 {
    font-size: 20px;
  }
  main#subpage article p,
  main#subpage article ul li {
    font-size: 15px;
    line-height: 24px;
  }
  main#subpage article div.buttons a.cta,
  main#subpage article div.buttons a.more {
    padding: 6px 0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    font-size: 15px;
  }
  form input[type="text"],
  form input[type="url"],
  form input[name="onderwerp"],
  form input[type="email"],
  form textarea {
    width: 100%;
    /* 238px; */
  }
  form span.select-style {
    width: 100%;
    /* 256px; */
  }
}
@media all and (max-width: 1280px) and (min-width: 300px) {
  article header img,
  article header svg,
  article header image.fallback {
    width: 66px;
    height: 66px;
    margin: 0 15px 0 0;
  }
  article header h2 {
    font-size: 21px;
    padding-top: 10px;
  }
  article header p {
    font-size: 13px;
    padding: 0 0 4px 0;
  }
  article div.systems {
    padding: 20px 0 24px 0;
  }
  article div.systems p {
    color: #fff;
    text-align: center;
  }
  article div.systems p img,
  article div.systems p svg {
    width: 22px;
    height: 22px;
    margin: 0 0 0 6px;
  }
}
@media all and (min-width: 1281px) {
  form label {
    width: 32%;
    display: inline-block;
    float: left;
  }
}
@media all and (min-width: 768px) {
  h1 {
    margin-top: 3px;
  }
  nav a.dropdown-toggle {
    width: 116px;
  }
  nav a.dropdown-toggle span.text {
    width: 80px;
    font-size: 20px;
    padding-top: 5px;
    text-align: center;
    display: inline-block;
  }
  nav div.dropdown {
    min-width: 0;
  }
  main#subpage div.buttons a:nth-child(odd) {
    margin: 0 16px 16px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 300px) {
  nav a.dropdown-toggle span.text {
    display: none;
  }
  nav div.dropdown {
    width: 100%;
  }
  nav div.dropdown li a {
    font-size: 18px;
  }
  main#subpage img.visual,
  main#subpage svg.visual {
    display: none;
  }
  main#subpage div.buttons a:first-child {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 991px) {
  footer {
    margin-bottom: 24px;
    font-size: 15px;
  }
  footer .copyright {
    float: left;
  }
  footer .madeby {
    float: right;
  }
}
@media all and (max-width: 990px) and (min-width: 319px) {
  footer {
    width: 100%;
    margin-bottom: 24px;
    font-size: 14px;
  }
  footer div.copyright,
  footer div.madeby {
    width: 100%;
    text-align: center;
  }
}
/*# sourceMappingURL=style.min.css.map */