/* High resolution Screen mixin */
/* ######################################### # Application wide variables ######################################### */
.red {
  color: #d82c2c;
}
/* ######################################### # Global Mixins ######################################### */
.box-card {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
/* *= require_tree . *= require_self *= require animate */
body {
  font-family: "proxima-nova";
  color: #0f172a;
  background-color: #f8fafc;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body a:link,
body a:visited,
body a:active,
body a:hover {
  text-decoration: none;
}
body a.text-link {
  color: #d82c2c;
  transition: 0.3s;
  border-bottom: 1px dashed rgba(0, 0, 0, 0);
}
body a.text-link:hover {
  border-bottom: 1px dashed #2d2d2d;
}
p,
a.read-more-button,
a:visited.read-more-button,
.social-button,
span,
input,
em {
  font-family: "proxima-nova";
  font-size: 18px;
  color: #2d2d2d;
}
p,
a.read-more-button,
a:visited.read-more-button,
.social-button {
  line-height: 28px;
}
a.read-more-button,
a:visited.read-more-button {
  transition: 0.3s;
  border-radius: 25px;
  padding: 5px 20px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 12px;
  font-size: 12px;
  font-weight: 600;
}
a.read-more-button:hover,
a:visited.read-more-button:hover,
a.read-more-button.active,
a:visited.read-more-button.active {
  text-decoration: none;
  background-color: #fff;
  color: #d82c2c;
}
a.read-more-button.dark,
a:visited.read-more-button.dark {
  border-color: #4b4b4b;
  color: #4b4b4b;
}
a.read-more-button.dark:hover,
a:visited.read-more-button.dark:hover,
a.read-more-button.dark.active,
a:visited.read-more-button.dark.active {
  background-color: #4b4b4b;
  color: #fff;
}
a.read-more-button.red,
a:visited.read-more-button.red {
  border-color: #d82c2c;
  color: #d82c2c;
}
a.read-more-button.red:hover,
a:visited.read-more-button.red:hover,
a.read-more-button.red:active,
a:visited.read-more-button.red:active {
  background-color: #d82c2c;
  border-bottom-color: #d82c2c;
  color: #fff;
}
navigation {
  background-color: #2d2d2d;
  width: 320px;
  z-index: 100;
  padding-top: 70px;
  position: fixed;
  top: 0px;
  right: -320px;
  bottom: 0px;
  transition: 0.5s;
  overflow: scroll;
}
navigation #close-nav-button {
  transition: 0.3s;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 30px;
}
navigation #close-nav-button:hover,
navigation #close-nav-button.active {
  text-decoration: none;
  color: #d82c2c;
}
navigation #navigation-title {
  position: absolute;
  top: 27px;
  text-align: center;
  color: #fff;
  width: 100%;
  display: inline-block;
  height: 20px;
  font-family: "proxima-nova", "sans-serif";
  font-weight: 100;
  font-size: 18px;
  transition: 0.3s;
}
navigation #navigation-title:hover {
  color: #d82c2c;
}
navigation #primary-nav-list {
  list-style: none;
  text-align: right;
  z-index: 1000000000000;
}
navigation #primary-nav-list li {
  display: inline-block;
  padding: 15px 8px;
}
navigation #primary-nav-list li a img {
  transition: 0.3s;
}
navigation #primary-nav-list li a img:hover,
navigation #primary-nav-list li a img:active {
  transform: scale(0.9, 0.9);
}
navigation #secondary-nav-list {
  list-style: none;
  text-align: right;
}
navigation #secondary-nav-list li {
  padding: 10px 20px;
}
navigation #secondary-nav-list li a,
navigation #secondary-nav-list li a:visited {
  color: #fff;
  transition: 0.3s;
  font-family: "proxima-nova";
  font-weight: 100;
  font-size: 30px;
}
navigation #secondary-nav-list li a:hover,
navigation #secondary-nav-list li a:visited:hover,
navigation #secondary-nav-list li a.active,
navigation #secondary-nav-list li a:visited.active {
  text-decoration: none;
  color: #d82c2c;
}
navigation #secondary-nav-list li span {
  font-family: "proxima-nova";
  font-weight: 100;
  font-size: 30px;
  color: #aaa;
  padding: 0 8px;
}
#page-wrap {
  transition: 0.5s;
  right: 0px;
  position: relative;
}
#navigation-toggle {
  display: none;
}
#navigation-toggle:checked + #page-wrap {
  right: 320px;
}
#navigation-toggle:checked + #page-wrap #navigation {
  right: 0px;
}
#navigation-toggle:checked + #page-wrap #navigation #copyright {
  opacity: 1;
}
#navigation-toggle:checked + #page-wrap #navigation-toggle-button {
  right: 252px;
  opacity: 1;
}
#navigation-toggle:checked + #page-wrap span#menu {
  opacity: 0;
}
#navigation-toggle:checked + #page-wrap #nav-icon span:nth-child(1),
#navigation-toggle:checked + #page-wrap #nav-icon span:nth-child(6) {
  transform: rotate(45deg);
}
#navigation-toggle:checked + #page-wrap #nav-icon span:nth-child(2),
#navigation-toggle:checked + #page-wrap #nav-icon span:nth-child(5) {
  transform: rotate(-45deg);
}
#navigation-toggle:checked + #page-wrap #nav-icon span:nth-child(1) {
  left: 2px;
  top: 5px;
}
#navigation-toggle:checked + #page-wrap #nav-icon span:nth-child(2) {
  left: calc(50% - 5px);
  top: 5px;
}
#navigation-toggle:checked + #page-wrap #nav-icon span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#navigation-toggle:checked + #page-wrap #nav-icon span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#navigation-toggle:checked + #page-wrap #nav-icon span:nth-child(5) {
  left: 2px;
  top: 13px;
}
#navigation-toggle:checked + #page-wrap #nav-icon span:nth-child(6) {
  left: calc(50% - 5px);
  top: 13px;
}
#navigation-toggle-button {
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  padding: 10px;
  cursor: pointer;
  background-color: #2d2d2d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.8;
  color: rgba(255, 255, 255, 1);
  z-index: 100000;
  font-family: "proxima-nova", "sans-serif";
  font-weight: 100;
  font-size: 18px;
  transition: 0.5s;
}
#navigation-toggle-button:hover {
  opacity: 1;
  text-decoration: none;
}
#navigation-toggle-button span#menu {
  color: #fff;
  transition: 0.3s;
}
#nav-icon {
  width: 30px;
  height: 23px;
  position: relative;
  margin: 5px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon:hover span {
  background: #d82c2c;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 5px 5px 0;
}
#nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 5px 0 0 5px;
}
#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
  top: 0px;
}
#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
  top: 9px;
}
#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
  top: 18px;
}
#footer {
  margin: 30px 0 0 0;
  background: #fff;
  padding: 20px 0 10px 0;
}
#footer p,
#footer a.read-more-button,
#footer a:visited.read-more-button,
#footer .social-button {
  font-weight: 100;
  font-size: 15px;
  background: transparent;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0px;
  color: #2d2d2d;
  transition: 0.3s;
  opacity: 1;
}
#footer p span,
#footer a.read-more-button span,
#footer a:visited.read-more-button span,
#footer .social-button span {
  color: #2d2d2d;
  font-weight: 300;
  font-size: 15px;
}
#footer p:hover,
#footer .social-button:hover {
  opacity: 0.9;
  cursor: none;
}
p.error,
.social-button.error {
  color: #d82c2c;
}
.masthead {
  background-color: #84bf41;
  border-bottom: 3px solid #2d2d2d;
}
.masthead img {
  margin: 20px 0 0 0;
}
.masthead h1 {
  margin: 80px 0;
}
.masthead h1 span {
  display: none;
}
@media (min-width: 768px) {
  .masthead h1 span {
    display: block;
    border: none;
    border-bottom: 1px dashed #fff;
    width: 80%;
    margin: 0 auto;
  }
}
h1 {
  font-family: "proxima-nova";
  font-weight: 700;
  font-size: 32px;
  color: #2d2d2d;
  text-align: center;
}
@media (min-width: 768px) {
  h1 {
    font-family: "proxima-nova";
    font-weight: 100;
    font-size: 70px;
    color: #2d2d2d;
  }
  h1#static-header-h1 {
    font-size: 50px;
    margin: 35px 0 0 0;
    color: #fff;
  }
}
h3,
h2 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #2d2d2d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h3 a,
h2 a {
  color: #2d2d2d;
  transition: 0.3s;
}
h3 a:hover,
h2 a:hover {
  color: #d82c2c;
}
h4 {
  font-family: "proxima-nova";
  font-weight: 700;
  font-size: 22px;
  color: #2d2d2d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h4 a {
  color: #2d2d2d;
  border-bottom: 1px dashed #d82c2c;
  transition: 0.3s;
}
h4 a:hover {
  color: #d82c2c;
}
h5 {
  font-family: "proxima-nova";
  font-weight: 700;
  font-size: 17px;
  color: #2d2d2d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
/* ######################################### # TWitter API ######################################### */
#twitter-bird {
  margin: 15px 0 0 20px;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  margin: 10px 0 0 20px;
}
#twitter-status-container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  padding: 15px 15px 3px 15px;
}
#twitter-status-container .text-right {
  font-size: 75%;
  margin-top: 5px;
  color: #4b4b4b;
}
.social-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #2d2d2d;
  border: none;
  width: 100%;
  padding: 0.5em 0;
  margin: 5px 0;
  font-size: 12pt;
  transition: 0.2s;
}
.social-button:hover {
  color: #d82c2c;
}
.social-button img {
  margin: 0px 7px 0 0;
}
