


@charset "UTF-8";

/*
  Colour Palette
  - Dark grey: #6a6d6d - rgb (106,109,109,1.00)
  - Light grey: #979c9b - rgb (151,156,155,1.00)
  - Grey-black: #282727 - rgb (40,39,39,1.00)
  - Royal Blue: #1875D1 - rgb(24,117,209)
  - Blue : #2095F2 - rgb (32,149,242)
  - Light-blue: #BADDFA - rgb(186,221,250);
  really light grey :#f5f5f5;
  really, really light grey: #fAfAfA;
  medium light grey: #ececec or #f9f9f9;
  black: #202020 - rgb(32,32,32);
  subtitle grey: #717171;
 */

html {
	font: normal 100%/1.5 "Open Sans", sans-serif;
  background-color:#fff ;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl,
blockquote, table, hr {
  margin: 0 0 1.5rem;
}


.yotta {
  font-size: 3rem;
  line-height: 1.3154;
}

.zetta {
  font-size: 2.0273rem;
  line-height: 1.4798;
}

h1, .exa {
  font-size: 1.8020rem;
  line-height: 1.6648;
}

h2, .peta {
  font-size: 1.6018rem;
  line-height: 1.8729;
}

h3, .tera {
  font-size: 1.4238rem;
  line-height: 1.6;
}

h4, .giga {
  font-size: 1.2656rem;
  line-height: 2;
}

h5, .mega {
  font-size: 1.1250rem;
  line-height: 1.8333;
}

h6, .kilo {
  font-size: 1.0000rem;
  line-height: 1.5000;
}

small, .milli {
  font-size: 0.8889rem;
  line-height: 1.6875;
}

.micro {
  font-size: 0.7901rem;
  line-height: 1.8984;
}


h1, h2, h3, h4, h5, h6, .brand {
	font-family: "Raleway", sans-serif;
  font-weight: 100;
}

.brand-family {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.fat {
  font-weight: 700;
}

.slim {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
}

.brand-color {
	color: #6a6d6d;
}

.grey {
  color: #717171;
}

.white {
  color: #fff;
}

::selection {
	background-color: #fff;
}


a:link,
a:visited {
	text-decoration: none;
	;

/*
a:hover,
a:focus,
a:active {
	color: #f5f5f5;
	border-bottom: 1px solid #fff;
}
*/

a:hover,
a:active {
	outline: none;
}

a:focus,
input:focus,
button:focus {
	outline: none;
}


mark{
	background-color: #ECF4F4;
}

ul{
	list-style-type: none;
}


ol {
    counter-reset:li;
    margin-left:0;
    padding-left:0;
}

ol li {
    position:relative;
    margin:0 0 6px 2em;
    list-style:none;
}

cite {
	color: #979c9b;
}

sup, sub {
	color: #979c9b;
}

ins {
	text-decoration: none;
	border-bottom: 0.1em solid;
}

table {
  width: 100%;
  border: 1px solid #E9E6E6;
  border-collapse: collapse;
}

th, td {
  width: 25%;
  text-align: left;
  vertical-align: top;
  border: 1px solid #E9E6E6;
  border-collapse: collapse;
  padding: 0.3em;
  caption-side: bottom;
  color: #6A6D6D;
}

caption {
  padding: 0.3em;
  color: #E9E6E6;
  background: #6a6d6d;
}

th {
  background: #E9E6E6;
}

.gutter {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.gutter-double, .gutter-2 {
  padding-left: 3.0000rem;
  padding-right: 3.0000rem;
}

​
