/* global */
html {
  font-size: 16px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  height: 100%;
  font-size: 1em;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: .01em;
  color: #5a5b5c;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Grid + Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.row {
  max-width: 66.25em;
}

.container {
  position: relative;
  width: 100%;
  max-width: 66.25em;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.main {
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* Floating
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2em;
  font-weight: 400;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .02em;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h2 {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  font-size: 1em;
  line-height: 1.2;
}

h4 {
  font-size: 1em;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  text-rendering: auto;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #555fc4;
  text-decoration: none;
}

a:hover, a:focus {
  color: #586069;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  margin-left: 0;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th, td {
  font-size: 1em;
}

/* Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:focus {
  outline: none;
}

button, .button {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: normal !important;
  margin: 0;
  padding: .3em 1em .35em;
  letter-spacing: .02em;
  background: #fafbfc;
  border: 1px solid #e1e4e8;
  color: #586069;
  transition: all .15s ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e4e8;
  background: #fafbfc;
  color: #586069;
}

.btn-green {
  background-color: #6C9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #5ebd8e;
  color: #fff;
}

.btn-green:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #59B285;
  border: 1px solid #51a47a;
  color: #fff;
}

.tabs {
  margin: 0;
}

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

.tabs:after {
  clear: both;
}

.tabs dd, .tabs .tab-title {
  float: left;
  letter-spacing: .03em;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}

.tabs dd>a, .tabs .tab-title>a {
  display: block;
  padding: 15px 15px 10px;
  color: #586069;
  font-weight: 700;
  outline: none;
  border-bottom: 1px solid #f2f3f4;
}

.tabs dd>a:hover, .tabs .tab-title>a:hover {
  color: #333435;
}

.tabs dd.active a, .tabs .tab-title.active a {
  border-bottom: 1px solid #aaabac;
  color: #333435;
}

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 0;
  width: 100%;
}

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

.tabs-content:after {
  clear: both;
}

.tabs-content>.content {
  display: none;
  float: left;
  width: 100%;
}

.tabs-content>.content.active {
  display: block;
  float: none;
}

.tabs-content>.content.contained {
  padding: .9375rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical>.content {
  padding: 0 .9375rem;
}

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }

  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}

.no-js .tabs-content>.content {
  display: block;
  float: none;
}

.info-note {
  border-radius: 3px;
  padding: 1em;
  background-color: #fff4c6;
  color: #886425;
  font-weight: 700;
}

.help-wrap {
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.1);
  padding: 25px 15px 15px;
  margin: 2.5em 0 3em;
  border-radius: 3px;
}

.spinner {
  background: url(../img/spinner.gif) no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  float: right;
  vertical-align: middle;
  filter: alpha(opacity=70);
  width: 20px;
  height: 20px;
  margin: 6px 10px 0;
  display: none;
  opacity: .5;
}

.spinner.is-active {
  display: block
}

/* SVG Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.svg-icon {
  width: 1em;
  height: 1em;
}

.svg-icon path, .svg-icon polygon, .svg-icon rect {
  fill: #333;
}

.svg-icon circle {
  stroke: #333;
  stroke-width: 1;
}

/* Share Buttons Simple Small
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.share-buttons {
  margin: 0;
}

.share-buttons li {
  float: left;
  margin: 0;
}

.share-buttons i {
  color: #555fc4;
  padding: 0 .6em;
}

/* Share Buttons Clean and Colored
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?qhrhpx");
  src: url("../fonts/icons.eot?qhrhpx#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?qhrhpx") format("truetype"), url("../fonts/icons.woff?qhrhpx") format("woff"), url("../fonts/icons.svg?qhrhpx#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\54";
}

.icon-facebook:before {
  content: "\66";
}

.icon-google:before {
  content: "\67";
}

.icon-pinterest:before {
  content: "\70";
}

.icon-reddit:before {
  content: "\52";
}

.social-sharing {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.social-sharing * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.social-sharing a {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  margin: 0 5px 0 5px;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
  font-weight: normal;
}

.social-sharing a:hover {
  color: #fff;
}

.social-sharing span {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}

.social-sharing .icon {
  padding: 0 5px 0 10px;
}

.social-sharing .icon:before {
  line-height: 22px;
}

.share-title {
  font-weight: 900;
  font-size: 12px;
  padding-right: 10px;
}

.share-facebook {
  background-color: #3b5998;
}

.share-facebook:hover {
  background-color: #2d4373;
}

.share-twitter {
  background-color: #00aced;
}

.share-twitter:hover {
  background-color: #0087ba;
}

.share-pinterest {
  background-color: #cb2027;
}

.share-pinterest:hover {
  background-color: #9f191f;
}

.share-google {
  background-color: #dd4b39;
}

.share-google:hover {
  background-color: #c23321;
}

.share-reddit {
  background-color: #5f99cf;
}

.share-reddit:hover {
  background-color: #3a80c1;
}