/**
 * SASS/SCSS/Compass Transcription of Skeleton Responsive Grid
 * originally authored by Dave Gamache. This translation offers
 * mixins that support fluid and as well as fixed grids to supplement
 * the work that Dave Gamache has done.
 * @author Dennis Thompson <http://www.atomicpages.net>
 * @copyright Copyright (c) 2013 AtomicPages LLC
 * @license MIT
 * @version 1.5.0
 */
/*
$desktop: "(min-width: 1024px)";

div {
    @include breakpoint($desktop){
        width: 100%;
    }
}
*/
/* RESET & BASICS (Inspired by E. Meyers)
 * ------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* BASIC STYLES
 * ------------------------------------------------ */
body {
  background: #fff;
  font-size: 14px;
  font-family: "gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 21px;
  color: black;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

.column, .columns {
  position: relative; }

.collapse .columns {
  margin: 0 !important; }

/* TYPOGRAPHY
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  color: black;
  font-family: "gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

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

h1 {
  font-size: 54px;
  line-height: 58px;
  margin-bottom: 16px; }

h2 {
  font-size: 41px;
  line-height: 47px;
  margin-bottom: 12px; }

h3 {
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 9px; }

h4 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 5px; }

h5 {
  font-size: 20px;
  line-height: 28px; }

h6 {
  font-size: 16px;
  line-height: 25px; }

.subheader {
  color: #777; }

p {
  margin: 0 0 20px 0; }
  p img {
    margin: 0; }
  p.lead {
    font-size: 25px;
    line-height: 32px;
    color: #777; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: bold;
  color: #333; }

u {
  text-decoration: underline; }

small {
  font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 14px;
  line-height: 28px;
  color: #777;
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 14px;
  color: #555; }
  blockquote cite:before {
    content: "\2014 \0020"; }
  blockquote cite a, blockquote cite a:visited {
    color: #555; }

hr {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

/* LINKS
 * ------------------------------------------------ */
a, a:visited {
  color: black;
  text-decoration: none;
  outline: 0; }

a:hover, a:focus, a:active {
  color: #000; }

p a, p a:visited {
  line-height: inherit; }

/* LISTS
 * ------------------------------------------------ */
ul,
ol {
  margin-bottom: 20px; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ol, ul.square,
ul.circle, ul.disc {
  margin-left: 20px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

ul ul, ul ol,
ol ol, ol ul {
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 30px;
  font-size: 90%; }

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px; }

li {
  line-height: 18px;
  margin-bottom: 12px; }

ul.large li {
  line-height: 21px; }

li p {
  line-height: 21px; }

/* IMAGES
 * ------------------------------------------------ */
img.scale-with-grid {
  max-width: 100%;
  height: auto; }

/* BUTTONS
 * ------------------------------------------------ */
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.11111rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  background-color: #063ac7;
  border-color: #052c95;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 0.88889rem;
  padding-right: 1.77778rem;
  padding-bottom: 0.94444rem;
  padding-left: 1.77778rem;
  font-size: 0.88889rem; }
  .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  .button.small {
    padding-top: 0.77778rem;
    padding-right: 1.55556rem;
    padding-bottom: 0.83333rem;
    padding-left: 1.55556rem;
    font-size: 12px; }
  .button.tiny {
    padding-top: 0.55556rem;
    padding-right: 1.11111rem;
    padding-bottom: 0.61111rem;
    padding-left: 1.11111rem;
    font-size: 10px; }
  .button:hover, .button:focus {
    background-color: #0849f8;
    color: white; }
  .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9;
      color: #333; }
  .button.success {
    background-color: #43ac6a;
    border-color: #368a54;
    color: white; }
    .button.success:hover, .button.success:focus {
      background-color: #368a54;
      color: white; }
  .button.alert {
    background-color: #f04124;
    border-color: #cf280e;
    color: white;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .button.disabled {
    cursor: default;
    opacity: 0.7; }

/* Fix for odd Mozilla border & padding issues */
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* FORMS
 * ------------------------------------------------ */
form {
  margin-bottom: 20px; }

fieldset {
  border: 1px solid #dddddd;
  padding: 1.11111rem;
  margin: 1rem 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.16667rem;
    margin: 0;
    margin-left: -0.16667rem; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.77778rem;
  margin: 0 0 0.88889rem 0;
  padding: 0.44444rem;
  height: 33px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }

textarea {
  min-height: 50px; }

.postfix, .prefix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 14px;
  height: 31px;
  line-height: 2.05556rem;
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

.prefix {
  border: 1px solid #ccc;
  border-right: none; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.44444rem;
  margin-right: 0.88889rem;
  margin-bottom: 0;
  vertical-align: baseline;
  margin: 0 0 0.88889rem 0; }

select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #cccccc;
  padding: 0.44444rem;
  font-size: 0.77778rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%; }

textarea {
  min-height: 60px; }

input[type="checkbox"] {
  display: inline; }

label {
  font-size: 10px;
  color: #c76506;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0; }

span.error, small.error {
  display: block;
  padding: 0.33333rem 0.5rem 0.5rem;
  margin-top: -15px;
  margin-bottom: 0.88889rem;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }

/* Non-form labels
 * ------------------------------------------------ */
.label {
  font-weight: normal;
  font-family: "gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.22222rem 0.44444rem 0.33333rem;
  font-size: 11px;
  background-color: #063ac7;
  color: white; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.alert {
    background-color: #f04124;
    color: white; }
  .label.success {
    background-color: #43ac6a;
    color: white; }

/* Pagination
 * ------------------------------------------------ */
ul.pagination {
  display: block;
  height: 1.33333rem;
  margin-left: -0.27778rem; }
  ul.pagination li {
    height: 1.33333rem;
    color: black;
    font-size: 11px;
    margin-left: 0.27778rem;
    float: left;
    display: block; }
    ul.pagination li a {
      display: block;
      padding: 0.05556rem 0.55556rem 0.05556rem;
      color: black;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      ul.pagination li a:hover {
        background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    ul.pagination li.current a {
      background: #063ac7;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #063ac7; }

/* MISC
 * ------------------------------------------------ */
.subtract-bottom {
  margin-bottom: -20px !important; }

.remove-bottom {
  margin-bottom: 0 !important; }

.half-bottom {
  margin-bottom: 10px !important; }

.add-bottom {
  margin-bottom: 20px !important; }

/* Alerts
 * ------------------------------------------------ */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.11111rem;
  position: relative;
  padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
  font-size: 0.72222rem;
  background-color: #063ac7;
  border-color: #007ba0;
  color: white; }
  .alert-box .close {
    font-size: 1.22222rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.61111rem;
    right: 0.22222rem;
    color: #333333;
    opacity: 0.3; }
  .alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: white; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2b0f;
    color: white; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }

/* Breadcrumbs
 * ------------------------------------------------ */
.breadcrumbs {
  display: block;
  padding: 0.5rem 0.77778rem 0.5rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.61111rem;
    text-transform: uppercase; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaaaaa;
      margin: 0 0.66667rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }
    .breadcrumbs > * a, .breadcrumbs > * span {
      text-transform: uppercase;
      color: #063ac7; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
    .breadcrumbs > *.current {
      color: #999999; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }

/* Flexible Video
 * ------------------------------------------------ */
.flex-video {
  position: relative;
  padding-top: 1.38889rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Tables
 * ------------------------------------------------ */
table {
  background: white;
  margin-bottom: 1.11111rem;
  border: solid 1px #dddddd; }
  table thead, table tfoot {
    background: whitesmoke; }
    table thead th, table thead td, table tfoot th, table tfoot td {
      display: table-cell;
      line-height: 1rem;
      padding: 0.44444rem 0.55556rem 0.55556rem;
      font-size: 14px;
      font-weight: bold;
      color: #222222;
      text-align: left; }
  table tbody td, table tbody th {
    display: table-cell;
    line-height: 1rem;
    padding: 0.5rem 0.55556rem;
    font-size: 0.77778rem;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table tr {
    border-top: solid 1px #dddddd; }
  table th, table td {
    border-left: solid 1px #dddddd; }
    table th:first-child, table td:first-child {
      border-left: none; }

/* Nav Menus
 * ------------------------------------------------ */
.navmenu ul li {
  display: inline;
  text-align: left; }
  .navmenu ul li a {
    display: inline-block; }
.navmenu ul.justified {
  text-align: justify; }
  .navmenu ul.justified:after {
    content: "";
    display: inline-block;
    width: 100%; }
@media only screen and (max-width: 479) {
  .navmenu ul {
    text-align: left !important;
    padding-top: 30px;
    height: 0px;
    overflow: hidden;
    cursor: pointer;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-property: height;
    -o-transition-property: height;
    -webkit-transition-property: height;
    transition-property: height; }
    .navmenu ul li {
      display: block; }
    .navmenu ul:after, .navmenu ul.justified:after {
      content: "MENU";
      display: block;
      position: absolute;
      top: 0;
      cursor: pointer;
      left: 0;
      font-weight: bold; }
    .navmenu ul:before {
      content: "";
      position: absolute;
      display: inline-block;
      top: 6px;
      right: 0;
      width: 1em;
      height: 0.125em;
      border-top: 6px double #000;
      border-bottom: 2px solid #000;
      cursor: pointer; }
    .navmenu ul.open {
      height: auto; } }
