* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #424242;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
}

*:focus {
  outline: none !important;
}


/**
 * 1.0 - Normalize
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.clearfix {
  clear: both;
}

.fixed {
  overflow: hidden;
}


/**
 * 2.0 - Typography
 */


input, textarea {
  /* -webkit-appearance: none;
  -webkit-border-radius: 0; */
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.fextralarge {
  font-size: 52px;
}

.flarge p,
.flarge {
  font-size: 48px;
}

.fmedium-2 {
  font-size: 24px;
}

.fmedium-1 {
  font-size: 30px;
}

.fmedium {
  font-size: 36px;
}

.extrabold {
  font-weight: 800;
}

.bold, strong, b {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.dinline-table {
  display: inline-table;
}

.dtable {
  display: table;
  width: 100%;
  height: 100%;
}

.dtable-cell {
  display: table-cell;
}

.v-bottom {
  vertical-align: bottom;
}

.v-middle {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.aligncenter {
  text-align: center !important;
}

.alignright {
  text-align: right !important;
}

.alignleft{
  text-align: left !important;
}

.nopadding {
  padding: 0 !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row20 {
  margin-left: -20px;
  margin-right: -20px;
}

.row45 {
  margin-left: -45px;
  margin-right: -45px;
}

.row:after, .row:before {
  display: table;
  content: " ";
}

:focus{
  outline:0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	/* font-family: Montserrat, "Helvetica Neue", sans-serif; */
}

:-moz-placeholder {
	color: #686868;
	/* font-family: Montserrat, "Helvetica Neue", sans-serif; */
}

::-moz-placeholder {
	color: #686868;
	/* font-family: Montserrat, "Helvetica Neue", sans-serif; */
	opacity: 1;
}

:-ms-input-placeholder {
	color: #686868;
	/* font-family: Montserrat, "Helvetica Neue", sans-serif; */
}




.navigation {
  float: left;
  width: 100%;
}

.navigation ul {
  text-align: right;
}

.navigation ul li {
  display: inline-table;
  margin: 3px;
}

.navigation ul li a {
  width: 30px;
  height: 30px;
  float: left;
  background: #BFBDBD;
  text-align: center;
  line-height: 30px;
  color: #4B4B4B;
  font-size: 14px;
}

.navigation ul li.active a {
  background: #F9423A;
  color: #fff;
}
