@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media screen and (max-width: 25em) {
@  -ms-viewport {
    width: 320px;
  }
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,main,section,summary {
  display: block;
}

audio,canvas,video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input[hidden] {
  display: none;
}

html {
  background: #fff;
  color: #646464;
  font-family: sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.5;
}

@media only screen and (orientation: landscape), (orientation: portrait) {
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}

body {
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

a:focus {
  color: #000;
  outline: thin dotted;
}

a:active {
  color: #000;
}

a:hover,a:active {
  outline: 0;
}

h1 {
  color: #646464;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.33333em;
}

.wf-active h1 {
  font-family: 'Open sans',sans-serif;
}

@media only screen and (min-width: 610px) {
  h1 {
    font-size: 3.375rem;
    font-weight: 600;
    margin-bottom: 2.25em;
  }

  .wf-active h1 {
    font-family: 'Open sans',sans-serif;
  }
}

h2 {
  color: #646464;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1em;
}

.wf-active h2 {
  font-family: 'Open sans',sans-serif;
}

@media only screen and (min-width: 610px) {
  h2 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1.5em;
  }

  .wf-active h2 {
    font-family: 'Open sans',sans-serif;
  }
}

h3 {
  color: #ff8700;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75em;
  margin-bottom: 0;
  
}

.wf-active h3 {
  font-family: 'Open sans',sans-serif;
}

@media only screen and (min-width: 610px) {
  h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1em;
    margin-bottom: 0;
  }

  .wf-active h3 {
    font-family: 'Open sans',sans-serif;
  }
}

h4 {
  color: #ff8700;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.66667em;
}

.wf-active h4 {
  font-family: 'Open sans',sans-serif;
}

@media only screen and (min-width: 610px) {
  h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.66667em;
  }

  .wf-active h4 {
    font-family: 'Open sans',sans-serif;
  }
}

h5 {
  color: #ff8700;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.58333em;
}

.wf-active h5 {
  font-family: 'Open sans',sans-serif;
}

@media only screen and (min-width: 610px) {
  h5 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.58333em;
  }

  .wf-active h5 {
    font-family: 'Open sans',sans-serif;
  }
}

h6 {
  color: #ff8700;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.wf-active h6 {
  font-family: 'Open sans',sans-serif;
}

@media only screen and (min-width: 610px) {
  h6 {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.5em;
  }

  .wf-active h6 {
    font-family: 'Open sans',sans-serif;
  }
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}

h1>a,h2>a,h3>a,h4>a,h5>a,h6>a {
  font-size: 1em;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 2.5em;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

mark {
  background: #ff0;
  color: #000;
}

p,pre {
  
}

pre,code,kbd,samp {
  font-family: monospace, serif;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,menu,ol,ul {
  margin: 0 0 1em;
}

dd {
  margin: 0 0 0 2.5em;
}

nav ul,nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

::-moz-selection {
 
  color: #fff;
}

::selection {
 
  color: #fff;
}

figure {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
}

button,input,select,textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,input {
  line-height: normal;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  background-image: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],html input[disabled] {
  cursor: default;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  -webkit-box-sizing: border-box;
}

input[type="search"] {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.chromeframe {
  background: #cccccc;
  color: black;
  margin: 0.2em 0;
  padding: 0.2em 0;
}

.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.vh,.visuallyhidden,dfn {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vh.focusable:active,.vh.focusable:focus,.visuallyhidden.focusable:active,dfn.focusable:active,.visuallyhidden.focusable:focus,dfn.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,.cf:before {
  content: "";
  display: table;
}

.clearfix:after,.cf:after {
  clear: both;
  content: "";
  display: table;
}

*,*:before,*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(255,255,255,0.1);
}

body {
  background-color: #fff;
  min-height: 100%;
  overflow-x: hidden;
}

p:first-child,.content ol:first-child,.content ul:first-child,address:first-child {
  margin-top: 0;
}

ul ul,ol ol {
  list-style-type: disc;
  margin-bottom: 0;
  margin-top: 0;
}

ol ol {
  list-style-type: inherit;
}

nav a {
  display: block;
  text-decoration: none;
}

figcaption {
  font-size: 0.875em;
  line-height: 1.5;
  margin: 1em 0;
}

address {
  font-style: normal;
}

hr {
  border-bottom: 1px solid #999;
  border-left: none;
  border-right: none;
  border-style: solid;
  border-top: none;
  margin: 1em auto;
  width: 100%;
}

caption {
  caption-side: bottom;
}

caption:before,caption:after {
  content: "\0020\2014\0020";
}

th,td {
  border-bottom: 1px solid #fff;
  padding: 0.25em 0;
  text-align: left;
  vertical-align: top;
}

th {
  border-bottom: 1px solid #fdfdfd;
}

figure>img {
  display: block;
  margin: 0 auto;
}

fieldset {
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

body {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.66667em;
  margin-bottom: 0;
}

.wf-active body {
  font-family: 'Open sans',sans-serif;
}

@media screen and (min-width: 38.125em) {
  body {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 0.83333em;
    margin-bottom: 0;
  }

  .wf-active body {
    font-family: 'Open sans',sans-serif;
  }
}

.wrapper {
  width: 100%;
}

@media screen and (min-width: 60em) {
  .wrapper {
    width: 96%;
  }
}

[role="banner"] {
  background: #ff8700;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (orientation: portrait) {
  [role="banner"] {
    position: fixed;
  }
}

@media screen and (min-width: 38.125em) {
  [role="banner"] {
    padding: 0.35em 0;
    position: fixed;
  }
}

[role="navigation"] {
  text-align: right;
}

[role="contentinfo"] {
  font-size: 0.875rem;
  padding: 1em 0;
  background: #01b6ed;
  
}

section {
  padding-top: 3.125em;
}

@media screen and (min-width: 38.125em) {
  section {
    padding-top: 6.25em;
  }
}

header+section {
  padding-top: 3.125em;
}

.logo {
  float: left;
  height: 50px;
  width: 35px;
}

@media screen and (min-width: 38.125em) {
  .logo {
    width: 50px;
  }
}

.infos {
  background-color: #f0f0f0;
  padding: 2em;
}

.copyright {
  margin-bottom: 0;
}

.navigation {
  float: right;
  width: 90%;
}

.navigation>li {
  display: inline-block;
  margin-right: -4px;
  padding: 0;
}

.navigation>li>a {
  color: #fff;
  font-weight: 400;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  padding: 0.5em 1em;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
}

.navigation>li>a:hover,.navigation>li>a:focus,.navigation>li.is-active>a {
  color: #31373a;
  outline: none;
}

.navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.wrapper:before,.navigation:before,.wrapper:after,.navigation:after {
  content: "";
  display: table;
}

.wrapper:after,.navigation:after {
  clear: both;
}

.btn,a.btn {
  background-color: #ff8700;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
}

.btn:hover {
  background-color: #31373a;
}

.csc-header    {
	
	max-width: 62.5em;
	
	margin:0 auto;
	
}

.feature-section,.dark-section {
  background-color: #999;
  color: #f7f7f7;
  padding-bottom: 3.125em;
}

@media screen and (min-width: 38.125em) {
  .feature-section,.dark-section {
    padding-bottom: 6.25em;
  }
}

.feature-section h1,.dark-section h1,.feature-section h2,.dark-section h2,.feature-section h3,.dark-section h3,.feature-section h4,.dark-section h4,.feature-section h5,.dark-section h5,.feature-section h6,.dark-section h6 {
  color: #fff;
}

.highlight-section {
  background-color: #ff8700;
}

@media screen and (min-width: 38.125em) {
  .highlight-section {
    padding-top: 3.125em;
  }
}

.highlight-section h1,.highlight-section h2,.highlight-section h3,.highlight-section h4,.highlight-section h5,.highlight-section h6 {
  color: #fff;
}

.highlight-section h1 {
  font-size: 2.25rem;
  margin-bottom: 0;
}

@media screen and (min-width: 38.125em) {
  .highlight-section h1 {
    font-size: 3.375rem;
  }
}

.highlight-section h2 {
  color: #26576a;
  font-size: 1.5rem;
}

@media screen and (min-width: 38.125em) {
  .highlight-section h2 {
    font-size: 2.25rem;
  }
}

.csc-header-alignment-center {
  text-align: center;
}

.csc-header-alignment-right {
  text-align: right;
}

.csc-header-alignment-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.csc-textpic-text {
  margin: 0 auto;
  width: auto;
}

@media only screen and (min-width: 960px) {
  .csc-textpic-text {
    width: 735px;
  }
}

.csc-textpic-imagewrap {
  margin: 30px 0 0 0;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin: 0;
}

.js .navigation {
  clip: rect(0 0 0 0);
  display: block;
  max-height: 0;
  overflow: hidden;
  position: absolute;
}

.navigation.opened {
  clear: both;
  max-height: 9999px;
}

.navigation.opened>li {
  display: block;
  width: 100%;
}

.nav-toggle {
  background-color: #fff;
  border-radius: 5px;
  color: #ff8700;
  font-size: 1em;
  -moz-transition: background-color,0.4s;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-transition: background-color,0.4s;
  -o-user-select: none;
  padding: 0.25em 1em;
  position: absolute;
  right: 0.5em;
  text-decoration: none;
  top: 0.75em;
  transition: background-color,0.4s;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-transition: background-color,0.4s;
  -webkit-user-select: none;
  z-index: 111;
}

.nav-toggle:hover,.nav-toggle:focus {
  background-color: #31373a;
  color: #fff;
  outline: none;
}

@media screen and (min-width: 38.125em) {
  .js .navigation {
    position: relative;
  }

  .js .navigation.closed {
    max-height: none;
  }

  .nav-toggle {
    display: none;
  }

  .navigation li {
    display: inline-block;
  }
}