/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

@font-face {
  font-family: "sentia-icon-font";
  src: url("../../fonts/sentia-icon-font.eot");
  src: url("../../fonts/sentia-icon-font.eot?#iefix") format("embedded-opentype"), url("../../fonts/sentia-icon-font.woff") format("woff"), url("../../fonts/sentia-icon-font.ttf") format("truetype"), url("../../fonts/sentia-icon-font.svg#sentia-icon-font") format("svg");
  font-weight: normal;
  font-style: normal; }
@media (max-width: 599px) {
  html {
    font-size: 14px;
    line-height: 24px; } }
/*
@include breakpoint($large-screen) {
	@include establish-baseline(18px);
}
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 100% "myriad-pro", Helvetica, Arial, sans-serif;
  color: #63666A;
  text-rendering: optimizeLegibility; }

section {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  border-bottom-width: 3px;
  border-bottom-width: 0.1875rem;
  border-bottom-style: solid;
  border-bottom-color: #A7A8AA;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem; }

.btn-margin {
  margin-top: 24px;
  margin-top: 1.5rem; }

button {
  margin-top: 1rem !important;
  margin-right: 1rem !important; }

.subsection {
  overflow: hidden;
  *zoom: 1; }

@media (max-width: 599px) {
  .tablet-margin {
    padding: 0 7.69231%; } }
.container {
  padding: 0 7.69231%; }
  @media (max-width: 599px) {
    .container {
      padding: 0; } }

.wrapper {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1200px) {
    .wrapper {
      margin: 0 auto; } }

.colorlist .colorlist-item {
  font-weight: 600;
  text-align: center;
  padding: 1.5rem 0 1.5rem 0; }
  @media (min-width: 600px) {
    .colorlist .colorlist-item {
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem; } }
  .colorlist .colorlist-item p {
    padding: 0 1.5rem; }

p, a, details, ul, ol, dl, code, table {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

h1, h4, h5 {
  color: #005EB8; }

h3, h4, h5, h6, legend {
  font-weight: 600; }

h3, h5, h6, p {
  color: #000000; }

h1 {
  font-size: 48px;
  font-size: 2.98598rem;
  line-height: 72px;
  line-height: 4.5rem;
  margin: 1.5rem 0 0 0; }

h2 {
  font-size: 40px;
  font-size: 2.48832rem;
  line-height: 48px;
  line-height: 3rem;
  color: #63666A; }

h3 {
  font-size: 33px;
  font-size: 2.0736rem;
  line-height: 48px;
  line-height: 3rem; }

h4, .lead, blockquote {
  font-size: 28px;
  font-size: 1.728rem;
  line-height: 48px;
  line-height: 3rem; }

h5 {
  font-size: 23px;
  font-size: 1.44rem;
  line-height: 48px;
  line-height: 3rem; }

h6, legend {
  font-size: 19px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.5rem; }

ol, ul, li {
  list-style-position: inside; }

ol {
  list-style-type: decimal; }

ul {
  list-style-type: disc; }

a {
  color: #005EB8;
  text-decoration: none;
  font-weight: 600;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }
  a:hover {
    color: #00A3E0; }
  a:visited {
    color: #470A68; }

em, i {
  font-style: italic; }

small {
  font-size: 14px;
  font-size: 0.8722rem;
  line-height: 24px;
  line-height: 1.5rem; }

big {
  font-size: 20px;
  font-size: 1.25596rem;
  line-height: 48px;
  line-height: 3rem;
  line-height: 1.5rem; }

code {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }

b, strong {
  font-weight: 600; }

blockquote {
  margin: 1.5rem;
  font-style: italic;
  font-weight: 400;
  color: #00A3E0;
  margin-bottom: 0; }

.p-cite {
  text-align: right;
  padding-right: 1.5rem; }
  .p-cite cite {
    color: #000000;
    font-size: 14px;
    font-size: 0.8722rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 600;
    font-style: italic;
    text-align: right;
    overflow: hidden;
    *zoom: 1; }

.lead {
  font-weight: 400;
  margin-bottom: 0; }

sub {
  font-size: 14px;
  font-size: 0.8722rem;
  line-height: 24px;
  line-height: 1.5rem;
  vertical-align: bottom;
  position: relative;
  bottom: 0.25rem; }

sup {
  font-size: 14px;
  font-size: 0.8722rem;
  line-height: 24px;
  line-height: 1.5rem;
  vertical-align: top;
  position: relative;
  top: 0.25rem; }

.responsive-image {
  max-width: 100%;
  height: auto; }

.responsive-video {
  margin-bottom: 0; }

.embed-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  margin: 0; }
  .embed-16-9 iframe,
  .embed-16-9 object,
  .embed-16-9 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embed-4-3 {
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden; }
  .embed-4-3 iframe,
  .embed-4-3 object,
  .embed-4-3 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@embed-1-1 {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  iframe,
  object,
  embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }
#section-intro {
  border: none;
  overflow: hidden;
  *zoom: 1;
  max-width: 100%;
  height: 25.5rem;
  padding: 3rem 0 0 0;
  color: white;
  background: url(../img/background_general.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (max-width: 599px) {
    #section-intro {
      height: 33rem;
      padding: 0;
      margin: 0; } }
  #section-intro h1, #section-intro h2, #section-intro h3, #section-intro h4, #section-intro h5, #section-intro h6, #section-intro p {
    color: white; }

.colorlist {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  .colorlist .colorlist-item {
    list-style-type: none;
    list-style-position: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  @media (min-width: 600px) {
    .colorlist .colorlist-primary {
      width: 47.5%;
      float: left;
      margin-right: 5%; }
    .colorlist .colorlist-secondary {
      width: 47.5%;
      float: right;
      margin-right: 0; }
      .colorlist .colorlist-secondary .colorlist-item {
        width: 26.31579%;
        float: left; }
        .colorlist .colorlist-secondary .colorlist-item:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .colorlist .colorlist-secondary .colorlist-item:nth-child(3n + 2) {
          margin-left: 36.84211%;
          margin-right: -100%;
          clear: none; }
        .colorlist .colorlist-secondary .colorlist-item:nth-child(3n + 3) {
          margin-left: 73.68421%;
          margin-right: -100%;
          clear: none; } }
  @media (min-width: 950px) {
    .colorlist .colorlist-primary {
      width: 31.14754%;
      float: left;
      margin-right: 3.27869%; }
    .colorlist .colorlist-secondary {
      width: 65.57377%;
      float: right;
      margin-right: 0; }
      .colorlist .colorlist-secondary .colorlist-item {
        width: 30%;
        float: left; }
        .colorlist .colorlist-secondary .colorlist-item:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .colorlist .colorlist-secondary .colorlist-item:nth-child(3n + 2) {
          margin-left: 35%;
          margin-right: -100%;
          clear: none; }
        .colorlist .colorlist-secondary .colorlist-item:nth-child(3n + 3) {
          margin-left: 70%;
          margin-right: -100%;
          clear: none; } }
  @media (min-width: 1200px) {
    .colorlist .colorlist-primary {
      width: 23.17073%;
      float: left;
      margin-right: 2.43902%; }
    .colorlist .colorlist-secondary {
      width: 74.39024%;
      float: right;
      margin-right: 0; }
      .colorlist .colorlist-secondary .colorlist-item {
        width: 31.14754%;
        float: left; }
        .colorlist .colorlist-secondary .colorlist-item:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .colorlist .colorlist-secondary .colorlist-item:nth-child(3n + 2) {
          margin-left: 34.42623%;
          margin-right: -100%;
          clear: none; }
        .colorlist .colorlist-secondary .colorlist-item:nth-child(3n + 3) {
          margin-left: 68.85246%;
          margin-right: -100%;
          clear: none; } }

#colorlist-item-1 {
  background-color: #005EB8;
  background-color: #005EB8;
  color: #fff; }

#colorlist-item-2 {
  background-color: #A7A8AA;
  background-color: #A7A8AA;
  color: #000; }

#colorlist-item-3 {
  background-color: #00A3E0;
  background-color: #00A3E0;
  color: #fff; }

#colorlist-item-4 {
  background-color: #00B630;
  background-color: #00B630;
  color: #fff; }

#colorlist-item-5 {
  background-color: #FF8200;
  background-color: #FF8200;
  color: #000; }

#colorlist-item-6 {
  background-color: #EF3340;
  background-color: #EF3340;
  color: #fff; }

#colorlist-item-7 {
  background-color: #470A68;
  background-color: #470A68;
  color: #fff; }

#colorlist-item-8 {
  background-color: #000000;
  background-color: #000000;
  color: #fff; }

#colorlist-item-9 {
  background-color: #63666A;
  background-color: #63666A;
  color: #fff; }

@media (min-width: 600px) {
  #headings-with-text-section .headings-presentation {
    width: 47.5%;
    float: left;
    margin-right: 5%; }
  #headings-with-text-section .paragraph-presentation {
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 47.5%;
    float: right;
    margin-right: 0; }
  #headings-with-text-section .heading-with-txt-1 {
    width: 47.5%;
    float: left;
    margin-right: 5%; }
  #headings-with-text-section .heading-with-txt-2 {
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 47.5%;
    float: right;
    margin-right: 0; } }
@media (min-width: 850px) {
  #headings-with-text-section .headings-presentation {
    width: 30%;
    float: left;
    margin-right: 5%; }
  #headings-with-text-section .paragraph-presentation {
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 65%;
    float: right;
    margin-right: 0; } }
@media (min-width: 950px) {
  #headings-with-text-section .headings-presentation {
    width: 31.14754%;
    float: left;
    margin-right: 3.27869%; }
  #headings-with-text-section .paragraph-presentation {
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 65.57377%;
    float: right;
    margin-right: 0; } }

#paragraph-images-section .subsection {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
@media (min-width: 600px) {
  #paragraph-images-section .media-left {
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 47.5%;
    float: left;
    margin-right: 5%; }
  #paragraph-images-section .text-right {
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 47.5%;
    float: right;
    margin-right: 0; }
  #paragraph-images-section .media-right {
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 47.5%;
    float: right;
    margin-right: 0; }
  #paragraph-images-section .text-left {
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 47.5%;
    float: left;
    margin-right: 5%; } }

#icon-section .character-mapping {
  color: #63666A; }
  #icon-section .character-mapping .icon {
    font-size: 69px;
    font-size: 4.29982rem;
    line-height: 96px;
    line-height: 6rem; }
  #icon-section .character-mapping li {
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    width: 26.31579%;
    float: left; }
    #icon-section .character-mapping li:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    #icon-section .character-mapping li:nth-child(3n + 2) {
      margin-left: 36.84211%;
      margin-right: -100%;
      clear: none; }
    #icon-section .character-mapping li:nth-child(3n + 3) {
      margin-left: 73.68421%;
      margin-right: -100%;
      clear: none; }
    @media (min-width: 600px) {
      #icon-section .character-mapping li {
        width: 12.5%;
        float: left; }
        #icon-section .character-mapping li:nth-child(6n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        #icon-section .character-mapping li:nth-child(6n + 2) {
          margin-left: 17.5%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(6n + 3) {
          margin-left: 35%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(6n + 4) {
          margin-left: 52.5%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(6n + 5) {
          margin-left: 70%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(6n + 6) {
          margin-left: 87.5%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 950px) {
      #icon-section .character-mapping li {
        width: 8.19672%;
        float: left; }
        #icon-section .character-mapping li:nth-child(9n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        #icon-section .character-mapping li:nth-child(9n + 2) {
          margin-left: 11.47541%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(9n + 3) {
          margin-left: 22.95082%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(9n + 4) {
          margin-left: 34.42623%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(9n + 5) {
          margin-left: 45.90164%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(9n + 6) {
          margin-left: 57.37705%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(9n + 7) {
          margin-left: 68.85246%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(9n + 8) {
          margin-left: 80.32787%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(9n + 9) {
          margin-left: 91.80328%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 1200px) {
      #icon-section .character-mapping li {
        width: 6.09756%;
        float: left;
        font-family: "sentia-icon-font"; }
        #icon-section .character-mapping li:nth-child(12n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        #icon-section .character-mapping li:nth-child(12n + 2) {
          margin-left: 8.53659%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(12n + 3) {
          margin-left: 17.07317%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(12n + 4) {
          margin-left: 25.60976%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(12n + 5) {
          margin-left: 34.14634%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(12n + 6) {
          margin-left: 42.68293%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(12n + 7) {
          margin-left: 51.21951%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(12n + 8) {
          margin-left: 59.7561%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(12n + 9) {
          margin-left: 68.29268%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(12n + 10) {
          margin-left: 76.82927%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(12n + 11) {
          margin-left: 85.36585%;
          margin-right: -100%;
          clear: none; }
        #icon-section .character-mapping li:nth-child(12n + 12) {
          margin-left: 93.90244%;
          margin-right: -100%;
          clear: none; } }
    #icon-section .character-mapping li input[type="text"] {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem;
      color: #63666A;
      font-weight: 600;
      width: 100%;
      text-align: center;
      border: none;
      height: 24px; }

.three-cols div {
  width: 26.31579%;
  float: left; }
  .three-cols div:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .three-cols div:nth-child(3n + 2) {
    margin-left: 36.84211%;
    margin-right: -100%;
    clear: none; }
  .three-cols div:nth-child(3n + 3) {
    margin-left: 73.68421%;
    margin-right: -100%;
    clear: none; }

.list-types div {
  width: 41.66667%;
  float: left; }
  .list-types div:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .list-types div:nth-child(2n + 2) {
    margin-left: 58.33333%;
    margin-right: -100%;
    clear: none; }

/* Form styling */
#form_elements {
  border: none; }
  #form_elements fieldset {
    margin-top: 24px;
    margin-top: 1.5rem;
    border-width: 3px;
    border-width: 0.1875rem;
    border-style: solid;
    border-color: #A7A8AA;
    padding: 21px;
    padding: 1.3125rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    #form_elements fieldset legend {
      text-transform: uppercase;
      color: #A7A8AA; }
  #form_elements form {
    font-weight: 600;
    color: #63666A; }
    #form_elements form p, #form_elements form label {
      color: #63666A;
      font-weight: 400;
      display: block;
      line-height: 24px; }
      #form_elements form p html, #form_elements form label html {
        font-size: 16px;
        line-height: 24px; }
  #form_elements input[type="text"], #form_elements textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    border-width: 3px;
    border-width: 0.1875rem;
    border-style: solid;
    border-color: #A7A8AA;
    padding: 21px;
    padding: 1.3125rem;
    border-color: #A7A8AA;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    width: 100%;
    height: 48px; }
    #form_elements input[type="text"]:focus, #form_elements textarea:focus {
      border-color: #00A3E0; }
  #form_elements textarea {
    height: 144px; }
