/*------------------------------------*\

    $Clearfix
    
\*------------------------------------*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

/*------------------------------------*\

    $Frame
    
\*------------------------------------*/
body {
  background-color: #fff;
  color: #333333;
  font-family: "Sans Pro", "Helvetica Neue", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1rem;
  position: relative; }

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #0f5481;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

a:hover {
  color: #07273c;
  text-decoration: underline; }

ul, ol {
  margin: 0;
  list-style: none;
  padding: 0; }

hr {
  border-top: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-bottom: none;
  height: 1px;
  margin: 1rem 0;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/*------------------------------------*\

    $Helper Classes
    
\*------------------------------------*/
.animate {
  opacity: 1; }

.first {
  animation-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important; }

.second {
  animation-delay: 0.75s !important;
  -webkit-animation-delay: 0.75s !important; }

.third {
  animation-delay: 1.25s !important;
  -webkit-animation-delay: 1.25s !important; }

.fourth {
  animation-delay: 1.55s !important;
  -webkit-animation-delay: 1.55s !important; }

.fifth {
  animation-delay: 1.95s !important;
  -webkit-animation-delay: 1.95s !important; }

.sixth {
  -webkit-animation-delay: 2.25s !important;
          animation-delay: 2.25s !important; }

.mt1 {
  margin-top: 1rem; }

.mt2 {
  margin-top: 2rem; }

.mt3 {
  margin-top: 3rem; }

.mt4 {
  margin-top: 4rem; }

.mt5 {
  margin-top: 5rem; }

.mt6 {
  margin-top: 6rem; }

.mt7 {
  margin-top: 7rem; }

.mt8 {
  margin-top: 8rem; }

.pt1 {
  padding-top: 1rem; }

.pt2 {
  padding-top: 2rem; }

.pt3 {
  padding-top: 3rem; }

.pt4 {
  padding-top: 4rem; }

.pt5 {
  padding-top: 5rem; }

.pt6 {
  padding-top: 6rem; }

.pt7 {
  padding-top: 7rem; }

.pt8 {
  padding-top: 8rem; }

.mb1 {
  margin-bottom: 1rem; }

.mb2 {
  margin-bottom: 2rem; }

.mb3 {
  margin-bottom: 3rem; }

.mb4 {
  margin-bottom: 4rem; }

.mb5 {
  margin-bottom: 5rem; }

.mb6 {
  margin-bottom: 6rem; }

.mb7 {
  margin-bottom: 7rem; }

.mb8 {
  margin-bottom: 8rem; }

.pb1 {
  padding-bottom: 1rem; }

.pb2 {
  padding-bottom: 2rem; }

.pb3 {
  padding-bottom: 3rem; }

.pb4 {
  padding-bottom: 4rem; }

.pb5 {
  padding-bottom: 5rem; }

.pb6 {
  padding-bottom: 6rem; }

.pb7 {
  padding-bottom: 7rem; }

.pb8 {
  padding-bottom: 8rem; }

.ml1 {
  margin-left: 1rem; }

.ml2 {
  margin-left: 2rem; }

.ml3 {
  margin-left: 3rem; }

.ml4 {
  margin-left: 4rem; }

.ml5 {
  margin-left: 5rem; }

.ml6 {
  margin-left: 6rem; }

.ml7 {
  margin-left: 7rem; }

.ml8 {
  margin-left: 8rem; }

.pl1 {
  padding-left: 1rem; }

.pl2 {
  padding-left: 2rem; }

.pl3 {
  padding-left: 3rem; }

.pl4 {
  padding-left: 4rem; }

.pl5 {
  padding-left: 5rem; }

.pl6 {
  padding-left: 6rem; }

.pl7 {
  padding-left: 7rem; }

.pl8 {
  padding-left: 8rem; }

.mr1 {
  margin-right: 1rem; }

.mr2 {
  margin-right: 2rem; }

.mr3 {
  margin-right: 3rem; }

.mr4 {
  margin-right: 4rem; }

.mr5 {
  margin-right: 5rem; }

.mr6 {
  margin-right: 6rem; }

.mr7 {
  margin-right: 7rem; }

.mr8 {
  margin-right: 8rem; }

.pr1 {
  padding-right: 1rem; }

.pr2 {
  padding-right: 2rem; }

.pr3 {
  padding-right: 3rem; }

.pr4 {
  padding-right: 4rem; }

.pr5 {
  padding-right: 5rem; }

.pr6 {
  padding-right: 6rem; }

.pr7 {
  padding-right: 7rem; }

.pr8 {
  padding-right: 8rem; }

.no-b {
  border-color: transparent;
  border: none; }

.hide-text {
  font: 0/0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.is-disabled,
.disabled {
  pointer-events: none;
  opacity: .45;
  cursor: not-allowed; }

.left-float {
  float: left; }

.right-float {
  float: right; }

.desktop-hidden {
  visibility: hidden;
  display: none; }
  @media (max-width: 47.9375rem) {
    .desktop-hidden {
      display: block;
      visibility: visible; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .desktop-hidden {
      display: block;
      visibility: visible; } }

.tablet-hidden {
  visibility: hidden;
  display: none; }
  @media (min-width: 75rem) {
    .tablet-hidden {
      display: block;
      visibility: visible; } }
  @media (max-width: 47.9375rem) {
    .tablet-hidden {
      display: block;
      visibility: visible; } }

.mobile-hidden {
  visibility: hidden;
  display: none; }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .mobile-hidden {
      display: block;
      visibility: visible; } }
  @media (min-width: 75rem) {
    .mobile-hidden {
      display: block;
      visibility: visible; } }

.show-mobile {
  display: none;
  visibility: hidden; }
  @media (max-width: 47.9375rem) {
    .show-mobile {
      display: block;
      visibility: visible; } }

.show-tablet {
  display: none;
  visibility: hidden; }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .show-tablet {
      display: block;
      visibility: visible; } }

.show-desktop {
  display: none;
  visibility: hidden; }
  @media (min-width: 75rem) {
    .show-desktop {
      display: block;
      visibility: visible; } }

.hide {
  visibility: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.45s linear;
  transition: opacity 0.45s linear; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.45s linear;
  transition: opacity 0.45s linear; }

.fade.in {
  opacity: 1; }

/*------------------------------------*\

    $Print CSS
    
\*------------------------------------*/
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*------------------------------------*\

    $Typography
    
\*------------------------------------*/
h1, h2,
h3, h4,
h5, h6,
p {
  margin: 1.3125rem 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  text-rendering: optimizelegibility;
  color: #333333;
  margin-bottom: 0; }

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

h1.title, h3.title {
  font-family: inherit;
  color: inherit; }

h1.heading, h3.heading {
  font-family: inherit;
  color: inherit; }

h1,
.h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.4; }

h2,
.h2 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1.2; }

h3,
.h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2; }

h5,
.h5 {
  font-size: 14px;
  font-size: 0.875rem; }

h6,
.h6 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: .875; }

.subheader {
  color: inherit;
  text-transform: uppercase; }

/*------------------------------------*\

    $Blockquote
    
\*------------------------------------*/
blockquote {
  font-family: "Sans Pro", "Helvetica Neue", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-left: 50px;
  margin-left: 3.125rem;
  padding-left: 16px;
  padding-left: 1rem;
  border-left: 5px solid #0f5481; }

blockquote cite {
  font-weight: bold; }

/*------------------------------------*\

    $Paragraph Tags
    
\*------------------------------------*/
p {
  color: inherit;
  font-family: "Sans Pro", "Helvetica Neue", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9; }

p.lead,
.lead {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold; }

p.stem,
.stem {
  font-size: 23px;
  font-size: 1.3125rem;
  font-weight: bolder;
text-decoration: underline;}

/*------------------------------------*\

    $Alerts
    
\*------------------------------------*/
.alert, .alert-success, .alert-primary, .alert-info, .alert-warning, .alert-danger {
  border: 1px solid transparent;
  display: block;
  padding: 1rem;
  border-radius: 6px; }
  .alert h4, .alert-success h4, .alert-primary h4, .alert-info h4, .alert-warning h4, .alert-danger h4 {
    color: inherit;
    margin-top: 0; }
  .alert p, .alert-success p, .alert-primary p, .alert-info p, .alert-warning p, .alert-danger p {
    color: inherit;
    margin: 0; }
  .alert i, .alert-success i, .alert-primary i, .alert-info i, .alert-warning i, .alert-danger i,
  .alert span,
  .alert-success span,
  .alert-primary span,
  .alert-info span,
  .alert-warning span,
  .alert-danger span {
    float: right; }
  .alert a, .alert-success a, .alert-primary a, .alert-info a, .alert-warning a, .alert-danger a {
    text-decoration: underline; }
    .alert a:hover, .alert-success a:hover, .alert-primary a:hover, .alert-info a:hover, .alert-warning a:hover, .alert-danger a:hover {
      text-decoration: none; }
  .alert .btn, .alert-success .btn, .alert-primary .btn, .alert-info .btn, .alert-warning .btn, .alert-danger .btn {
    margin-top: 1.4rem; }

.alert i:before, .alert-success i:before, .alert-primary i:before, .alert-info i:before, .alert-warning i:before, .alert-danger i:before,
.alert .fa:before,
.alert-success .fa:before,
.alert-primary .fa:before,
.alert-info .fa:before,
.alert-warning .fa:before,
.alert-danger .fa:before {
  display: inline-block;
  margin-top: 3px;
  margin-top: 0.1875rem; }

.alert a, .alert-success a, .alert-primary a, .alert-info a, .alert-warning a, .alert-danger a,
.alert a:hover,
.alert-success a:hover,
.alert-primary a:hover,
.alert-info a:hover,
.alert-warning a:hover,
.alert-danger a:hover {
  color: inherit;
  font-weight: bold; }

span.close {
  float: right;
  color: inherit;
  font-weight: bold;
  cursor: pointer; }

.alert-success {
  color: #25a25a;
  border-color: #2ecc71;
  background-color: #ecfbf2; }

.alert-primary {
  color: #0a3653;
  border-color: #0f5481;
  background-color: #82c5f1; }

.alert-info {
  color: #1c9f94;
  border-color: #24cabc;
  background-color: #f7fefd; }

.alert-warning {
  color: #c87f0a;
  border-color: #f39c12;
  background-color: #fef6ea; }

.alert-danger {
  color: #d62c1a;
  border-color: #e74c3c;
  background-color: #fef5f4; }

/*------------------------------------*\

    $Badges
    
\*------------------------------------*/
.badge {
  display: inline-block;
  padding: 0.2666666667rem 0.6rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777777;
  border-radius: 120px;
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 10px;
  min-width: 0.625rem; }

.badge.success {
  background-color: #2ecc71; }

.badge.primary {
  background-color: #0f5481; }

.badge.danger {
  background-color: #e74c3c; }

.badge.warning {
  background-color: #f39c12; }

.badge.info {
  background-color: #24cabc; }

.btn > .badge {
  margin-left: 8px;
  margin-left: 0.5rem; }

[class^="btn"] span.badge {
  text-shadow: 0 0; }

.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge,
.btn-info .badge,
.btn-danger .badge,
.list-group-element.active .badge {
  background-color: #fff;
  text-shadow: none; }

.list-group-element.active .badge {
  color: #24cabc; }

.btn-primary .badge {
  color: #0f5481; }

.btn-success .badge {
  color: #2ecc71; }

.btn-info .badge {
  color: #24cabc; }

.btn-warning .badge {
  color: #f39c12; }

.btn-danger .badge {
  color: #e74c3c; }

/*------------------------------------*\

    $Button Groups && $Pagination
    
\*------------------------------------*/
.btn-group,
.btn-group-lg,
.btn-group-sm,
.pagination > ul > li,
.pagination > ul > li > a {
  float: left;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-radius: 0; }

.pagination > ul {
  padding-left: 0; }

.pagination > ul > li > a {
  box-shadow: none; }

.pagination-gradient > ul > li {
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #fff));
  background: -o-linear-gradient(#eeeeee, #fff);
  background-image: -webkit-linear-gradient(top, #eeeeee, #fff);
  background-image: linear-gradient(top, #eeeeee, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eeeeee', EndColorStr='#fff'); }

.btn-group > .btn,
.btn-group-lg > .btn,
.btn-group-sm > .btn,
.pagination > ul > li > a {
  float: left;
  border-radius: 0; }

.btn-group > .btn + .btn,
.btn-group-lg > .btn + .btn,
.btn-group-sm > .btn + .btn,
.pagination > ul > li > a,
.pagination > ul > li > .btn {
  margin-left: -1px; }

.pagination > ul > li:first-child > .btn,
.pagination > ul > li:first-child > button {
  margin-left: 0; }

/* .btn-group > .btn:last-child, */
.pagination > ul > li:last-child > .btn,
.pagination > ul > li:last-child > button {
  margin-left: 0; }

.btn-group > .btn.active,
.pagination > ul > li.active,
.pagination > ul > li > .active {
  background-color: #24cabc;
  background: #24cabc;
  color: #fff;
  border-color: #24cabc;
  text-shadow: none; }

/* Pagination Large Size */
.btn-group-lg > .btn,
.pagination-lg > ul > li > a.btn {
  padding: 0.875rem 1.5rem;
  float: left;
  display: inline-block;
  border-radius: 0; }

/* Pagination Small Size */
.btn-group-sm > .btn,
.pagination-sm > ul > li > a.btn {
  padding: 0.4rem 0.6rem;
  float: left;
  display: inline-block;
  border-radius: 0; }

/* Removes the border */
.btn-group.no-b > .btn,
.btn-group-lg.no-b > .btn,
.btn-group-sm.no-b > .btn,
.pagination.no-b > ul > li > .btn,
.list-group.no-b > li,
.list-group.no-b > li > a,
.list-group.no-b > a.list-group-element {
  border: none;
  border-color: transparent; }

/*------------------------------------*\

    $Buttons
    
\*------------------------------------*/
button {
  border: none; }

a.btn-success,
a.btn-warning,
a.btn-info,
a.btn-danger,
a.btn-primary,
a:hover.btn-success,
a:hover.btn-warning,
a:hover.btn-info,
a:hover.btn-danger,
a:hover.btn-primary,
a:hover.btn-success-gradient,
a:hover.btn-primary-gradient,
a:hover.btn-info-gradient,
a:hover.btn-danger-gradient,
a:hover.btn-warning-gradient,
a.btn-warning-outline:hover,
a.btn-info-outline:hover,
a.btn-primary-outline:hover,
a.btn-success-outline:hover,
a.btn-danger-outline:hover,
a:hover.btn-success-outline,
a:hover.btn-info-outline,
a:hover.btn-warning-outline,
a:hover.btn-primary-outline,
.nav > li > a:hover.btn-default-outline,
.nav > li > a:hover.btn-primary-outline,
.nav > li > a:hover.btn-info-outline,
.nav > li > a:hover.btn-success-outline,
.nav > li > a:hover.btn-warning-outline,
.nav > li > a:hover.btn-danger-outline {
  text-decoration: none;
  color: #fff; }

.btn > i:before {
  margin-right: 8px;
  margin-right: 0.5rem; }

.btn {
  color: #777777;
  border: 1px solid transparent;
  display: inline-block;
  font-family: "Sans Pro", "Helvetica Neue", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.9;
  border-radius: 6px; }

.btn-lg {
  padding: 0.875rem 1.5rem;
  font-size: 1.25rem;
  line-height: 2.47;
  border-radius: 6px; }

.btn-sm {
  padding: 0.4rem 0.6rem;
  font-size: 0.875rem;
  line-height: 1rem;
  border-radius: 6px; }

.btn-pill {
  border-radius: 24px; }

.btn-link {
  background: transparent;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  text-shadow: none; }

.btn-full {
  display: block;
  width: 100%; }

a.btn-default,
a:hover.btn-default-gradient {
  color: #777777;
  text-decoration: none; }

.btn-default,
.nav > li > a.btn-default {
  color: #777777;
  background-color: #fff;
  border-color: #cccccc;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-shadow: none; }
  .btn-default:hover,
  .nav > li > a.btn-default:hover {
    background-color: #f2f2f2;
    border-color: #bfbfbf; }
  .btn-default:active,
  .nav > li > a.btn-default:active {
    color: #777777;
    background-color: #e9e9e9;
    border-color: #b6b6b6;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }

.btn-default-outline,
.default-outline {
  color: #777777;
  background-color: transparent;
  border-color: #777777;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-shadow: none; }
  .btn-default-outline:hover,
  .default-outline:hover {
    background-color: transparent;
    border-color: #6a6a6a; }
  .btn-default-outline:active,
  .default-outline:active {
    color: #777777;
    background-color: transparent;
    border-color: #616161;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }
  .btn-default-outline:hover,
  .default-outline:hover {
    border-color: #777777;
    color: #fff;
    background-color: #777777;
    text-decoration: none; }
  .btn-default-outline:active,
  .default-outline:active {
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15); }

.btn-default-gradient,
.default-gradient {
  background: #cccccc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, whitesmoke), color-stop(1, #fff));
  background: -o-linear-gradient(whitesmoke, #fff);
  background-image: -webkit-linear-gradient(top, whitesmoke, #fff);
  background-image: linear-gradient(top, whitesmoke, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='whitesmoke', EndColorStr='#fff');
  border: 1px solid #cccccc;
  text-shadow: 0 1px 0 white; }
  .btn-default-gradient:hover,
  .default-gradient:hover {
    background: #cccccc;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, whitesmoke), color-stop(1, whitesmoke));
    background: -o-linear-gradient(whitesmoke, whitesmoke);
    background-image: -webkit-linear-gradient(top, whitesmoke, whitesmoke);
    background-image: linear-gradient(top, whitesmoke, whitesmoke);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='whitesmoke', EndColorStr='whitesmoke'); }
  .btn-default-gradient:active,
  .default-gradient:active {
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15); }

.btn-primary,
.nav > li > a.btn-primary {
  color: #fff;
  background-color: #0f5481;
  border-color: #0b3f61;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-primary:hover,
  .nav > li > a.btn-primary:hover {
    background-color: #0c456a;
    border-color: #09304a; }
  .btn-primary:active,
  .nav > li > a.btn-primary:active {
    color: #fff;
    background-color: #0a3b5a;
    border-color: #07263a;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }

.btn-primary-outline,
.primary-outline {
  color: #0f5481;
  background-color: transparent;
  border-color: #0f5481;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-shadow: none; }
  .btn-primary-outline:hover,
  .primary-outline:hover {
    background-color: transparent;
    border-color: #0c456a; }
  .btn-primary-outline:active,
  .primary-outline:active {
    color: #0f5481;
    background-color: transparent;
    border-color: #0a3b5a;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }
  .btn-primary-outline:hover,
  .primary-outline:hover {
    border-color: rgba(0, 0, 0, 0.08);
    color: #fff;
    background-color: #0f5481; }
  .btn-primary-outline:active,
  .primary-outline:active {
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15); }

.btn-primary-gradient,
.primary-gradient {
  background: #0f5481;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e4e78), color-stop(1, #1a90dc));
  background: -o-linear-gradient(#0e4e78, #1a90dc);
  background-image: -webkit-linear-gradient(top, #0e4e78, #1a90dc);
  background-image: linear-gradient(top, #0e4e78, #1a90dc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0e4e78', EndColorStr='#1a90dc');
  color: #fff;
  border: 1px solid #0f5481; }
  .btn-primary-gradient:hover,
  .primary-gradient:hover {
    background: #0f5481;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0f5481), color-stop(1, #0f5481));
    background: -o-linear-gradient(#0f5481, #0f5481);
    background-image: -webkit-linear-gradient(top, #0f5481, #0f5481);
    background-image: linear-gradient(top, #0f5481, #0f5481);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0f5481', EndColorStr='#0f5481');
    border-color: rgba(0, 0, 0, 0.08); }
  .btn-primary-gradient:active,
  .primary-gradient:active {
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15); }

.btn-danger,
.nav > li > a.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e32f1c;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-danger:hover,
  .nav > li > a.btn-danger:hover {
    background-color: #e43725;
    border-color: #cd2a19; }
  .btn-danger:active,
  .nav > li > a.btn-danger:active {
    color: #fff;
    background-color: #dd2d1b;
    border-color: #bd2717;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }

.btn-danger-outline,
.danger-outline {
  color: #e74c3c;
  background-color: transparent;
  border-color: #e74c3c;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-shadow: none; }
  .btn-danger-outline:hover,
  .danger-outline:hover {
    background-color: transparent;
    border-color: #e43725; }
  .btn-danger-outline:active,
  .danger-outline:active {
    color: #e74c3c;
    background-color: transparent;
    border-color: #dd2d1b;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }
  .btn-danger-outline:hover,
  .danger-outline:hover {
    border-color: rgba(0, 0, 0, 0.08);
    color: #fff;
    background-color: #e74c3c; }
  .btn-danger-outline:active,
  .danger-outline:active {
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15); }

.btn-danger-gradient,
.danger-gradient {
  background: #e74c3c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e64433), color-stop(1, #f29f97));
  background: -o-linear-gradient(#e64433, #f29f97);
  background-image: -webkit-linear-gradient(top, #e64433, #f29f97);
  background-image: linear-gradient(top, #e64433, #f29f97);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e64433', EndColorStr='#f29f97');
  color: #fff;
  border: 1px solid #e74c3c; }
  .btn-danger-gradient:hover,
  .danger-gradient:hover {
    background: #e74c3c;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e74c3c), color-stop(1, #e74c3c));
    background: -o-linear-gradient(#e74c3c, #e74c3c);
    background-image: -webkit-linear-gradient(top, #e74c3c, #e74c3c);
    background-image: linear-gradient(top, #e74c3c, #e74c3c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e74c3c', EndColorStr='#e74c3c');
    border-color: rgba(0, 0, 0, 0.08); }
  .btn-danger-gradient:active,
  .danger-gradient:active {
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15); }

.btn-info,
.nav > li > a.btn-info {
  color: #fff;
  background-color: #24cabc;
  border-color: #1faca0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-info:hover,
  .nav > li > a.btn-info:hover {
    background-color: #20b4a8;
    border-color: #1b968c; }
  .btn-info:active,
  .nav > li > a.btn-info:active {
    color: #fff;
    background-color: #1da59a;
    border-color: #18877e;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }

.btn-info-outline,
.info-outline {
  color: #24cabc;
  background-color: transparent;
  border-color: #24cabc;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-shadow: none; }
  .btn-info-outline:hover,
  .info-outline:hover {
    background-color: transparent;
    border-color: #20b4a8; }
  .btn-info-outline:active,
  .info-outline:active {
    color: #24cabc;
    background-color: transparent;
    border-color: #1da59a;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }
  .btn-info-outline:hover,
  .info-outline:hover {
    border-color: rgba(0, 0, 0, 0.08);
    color: #fff;
    background-color: #24cabc; }
  .btn-info-outline:active,
  .info-outline:active {
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15); }

.btn-info-gradient,
.info-gradient {
  background: #24cabc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #22c1b4), color-stop(1, #6fe5db));
  background: -o-linear-gradient(#22c1b4, #6fe5db);
  background-image: -webkit-linear-gradient(top, #22c1b4, #6fe5db);
  background-image: linear-gradient(top, #22c1b4, #6fe5db);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#22c1b4', EndColorStr='#6fe5db');
  color: #fff;
  border: 1px solid #24cabc; }
  .btn-info-gradient:hover,
  .info-gradient:hover {
    background: #24cabc;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #24cabc), color-stop(1, #24cabc));
    background: -o-linear-gradient(#24cabc, #24cabc);
    background-image: -webkit-linear-gradient(top, #24cabc, #24cabc);
    background-image: linear-gradient(top, #24cabc, #24cabc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#24cabc', EndColorStr='#24cabc');
    border-color: rgba(0, 0, 0, 0.08); }
  .btn-info-gradient:active,
  .info-gradient:active {
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15); }

.btn-warning,
.nav > li > a.btn-warning {
  color: #fff;
  background-color: #f39c12;
  border-color: #d6880b;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-warning:hover,
  .nav > li > a.btn-warning:hover {
    background-color: #e08e0b;
    border-color: #be780a; }
  .btn-warning:active,
  .nav > li > a.btn-warning:active {
    color: #fff;
    background-color: #cf830a;
    border-color: #ad6e09;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }

.btn-warning-outline,
.warning-outline {
  color: #f39c12;
  background-color: transparent;
  border-color: #f39c12;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-shadow: none; }
  .btn-warning-outline:hover,
  .warning-outline:hover {
    background-color: transparent;
    border-color: #e08e0b; }
  .btn-warning-outline:active,
  .warning-outline:active {
    color: #f39c12;
    background-color: transparent;
    border-color: #cf830a;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }
  .btn-warning-outline:hover,
  .warning-outline:hover {
    border-color: rgba(0, 0, 0, 0.08);
    color: #fff;
    background-color: #f39c12; }
  .btn-warning-outline:active,
  .warning-outline:active {
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15); }

.btn-warning-gradient,
.warning-gradient {
  background: #f39c12;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ef970c), color-stop(1, #f8c573));
  background: -o-linear-gradient(#ef970c, #f8c573);
  background-image: -webkit-linear-gradient(top, #ef970c, #f8c573);
  background-image: linear-gradient(top, #ef970c, #f8c573);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ef970c', EndColorStr='#f8c573');
  color: #fff;
  border: 1px solid #f39c12; }
  .btn-warning-gradient:hover,
  .warning-gradient:hover {
    background: #f39c12;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f39c12));
    background: -o-linear-gradient(#f39c12, #f39c12);
    background-image: -webkit-linear-gradient(top, #f39c12, #f39c12);
    background-image: linear-gradient(top, #f39c12, #f39c12);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f39c12', EndColorStr='#f39c12');
    border-color: rgba(0, 0, 0, 0.08); }
  .btn-warning-gradient:active,
  .warning-gradient:active {
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15); }

.btn-success,
.nav > li > a.btn-success {
  color: #fff;
  background-color: #2ecc71;
  border-color: #27af61;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-success:hover,
  .nav > li > a.btn-success:hover {
    background-color: #29b765;
    border-color: #239a55; }
  .btn-success:active,
  .nav > li > a.btn-success:active {
    color: #fff;
    background-color: #26a95d;
    border-color: #1f8b4d;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }

.btn-success-outline,
.success-outline {
  color: #2ecc71;
  background-color: transparent;
  border-color: #2ecc71;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-shadow: none; }
  .btn-success-outline:hover,
  .success-outline:hover {
    background-color: transparent;
    border-color: #29b765; }
  .btn-success-outline:active,
  .success-outline:active {
    color: #2ecc71;
    background-color: transparent;
    border-color: #26a95d;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }
  .btn-success-outline:hover,
  .success-outline:hover {
    border-color: rgba(0, 0, 0, 0.08);
    color: #fff;
    background-color: #2ecc71; }
  .btn-success-outline:active,
  .success-outline:active {
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15); }

.btn-success-gradient,
.success-gradient {
  background: #2ecc71;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2cc46c), color-stop(1, #7ee2a8));
  background: -o-linear-gradient(#2cc46c, #7ee2a8);
  background-image: -webkit-linear-gradient(top, #2cc46c, #7ee2a8);
  background-image: linear-gradient(top, #2cc46c, #7ee2a8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2cc46c', EndColorStr='#7ee2a8');
  color: #fff;
  border: 1px solid #2ecc71; }
  .btn-success-gradient:hover,
  .success-gradient:hover {
    background: #2ecc71;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2ecc71), color-stop(1, #2ecc71));
    background: -o-linear-gradient(#2ecc71, #2ecc71);
    background-image: -webkit-linear-gradient(top, #2ecc71, #2ecc71);
    background-image: linear-gradient(top, #2ecc71, #2ecc71);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2ecc71', EndColorStr='#2ecc71');
    border-color: rgba(0, 0, 0, 0.08); }
  .btn-success-gradient:active,
  .success-gradient:active {
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15); }

/*------------------------------------*\

    $Easydropdown 
    
\*------------------------------------*/
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.dropdown .selected::after,
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none; }

/* WRAPPER */
/* Change the background color to whatever you want to match your styles */
.dropdown {
  position: relative;
  width: 160px;
  border: 1px solid #cccccc;
  cursor: pointer;
  background: #fff;
  color: #777777;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  border-radius: 6px; }

.dropdown.open {
  z-index: 2; }

.dropdown:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

.dropdown.focus {
  box-shadow: 0 0 5px rgba(51, 102, 248, 0.4); }

/* CARAT */
/* Change the background color to whatever you want to match your styles */
.dropdown .carat {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
  border: 6px solid transparent;
  border-top: 6px solid #cccccc; }

.dropdown.open .carat {
  margin-top: -10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #cccccc; }

/* OLD SELECT (HIDDEN) */
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px; }

.dropdown.touch .old {
  width: 100%;
  height: 100%; }

.dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0; }

/* SELECTED FEEDBACK ITEM */
.dropdown .selected,
.dropdown li {
  display: block;
  line-height: 1;
  color: inherit;
  padding: 9px 12px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem; }

.dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px; }

/* DROP DOWN WRAPPER */
.dropdown div {
  position: absolute;
  height: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #eee;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  opacity: 0; }

/* Height is adjusted by JS on open */
.dropdown.open div {
  opacity: 1;
  z-index: 2; }

/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px; }

.dropdown.scrollable.bottom div::after {
  opacity: 0; }

/* DROP DOWN LIST */
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding-left: 0; }

.dropdown.scrollable.open ul {
  overflow-y: auto; }

/* DROP DOWN LIST ITEMS */
.dropdown li {
  list-style: none;
  padding: 8px 12px;
  color: #777777; }

/* .focus class is also added on hover */
/* Change the background color to whatever you want to match your styles */
.dropdown li.focus {
  background: #0f5481;
  position: relative;
  z-index: 3;
  color: #fff; }

.dropdown li.active {
  font-weight: 700; }

/*------------------------------------*\

    $Label Buttons
    
\*------------------------------------*/
.btn-label {
  vertical-align: middle;
  display: inline-block;
  padding: 0.025rem .25rem;
  background-color: #cccccc;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-size: 0.75rem;
  margin: 8px 0;
  margin: 0.5rem 0;
  border-radius: 2px; }

.btn-label.primary {
  background-color: #0f5481;
  color: #fff; }

.btn-label.success {
  background-color: #2ecc71;
  color: #fff; }

.btn-label.danger {
  background-color: #e74c3c;
  color: #fff; }

.btn-label.info {
  background-color: #24cabc;
  color: #fff; }

.btn-label.warning {
  background-color: #f39c12;
  color: #fff; }

/*------------------------------------*\

    $List Group
    
\*------------------------------------*/
.list-group {
  display: block;
  position: relative;
  padding-left: 0; }

a.list-group-element,
.list-group > li {
  display: block;
  margin-bottom: -1px;
  border: 1px solid #dddddd;
  color: #777777;
  text-decoration: none;
  background-color: #fff;
  padding: 0.875rem 0.875rem; }

a:hover.list-group-element {
  text-decoration: none;
  background-color: #eeeeee;
  color: #555555; }

.list-group-element.active,
a:hover.list-group-element.active {
  background-color: #24cabc;
  color: #fff;
  border-color: #24cabc; }

.list-group-element:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

.list-group-element:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/*------------------------------------*\

    $Navigation
    
\*------------------------------------*/
.header {
  position: relative;
  top: 0;
  background-color: #fff; }

.header {
  top: 0;
  width: 100%;
  position: fixed;
  background: rgba(15, 84, 129, 0.75);
  background: rgba(0, 0, 0, 0.75);
  height: 86px;
  z-index: 2001; }

.brand > a {
  text-decoration: none;
  color: #333333;
  padding: 0.5rem 0;
  float: left; }
  .brand > a:hover {
    text-decoration: none;
    color: #0f5481; }

.main-nav li {
  display: inline-block; }

.main-nav ul li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 3rem 1.5rem 0.5rem 1.5rem; }
  .main-nav ul li a:hover {
    background-color: #0f5481;
    text-decoration: none;
    color: #fff; }

.main-nav ul li.active a {
  background-color: #0f5481;
  text-decoration: none;
  color: #fff; }

@media (max-width: 47.9375rem) {
  .main-nav {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: #333333;
    height: 100%;
    width: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    padding-top: 6rem;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease; }
    .main-nav li,
    .main-nav a {
      width: 100%; }
    .main-nav a {
      padding: 1rem; } }
.open-main-nav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease; }

.nav > li > a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  position: relative;
  float: left; }

.nav > a.btn--default-outline,
.nav > a.default-outline {
  color: #777777;
  background-color: transparent;
  border-color: #777777;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .nav > a.btn--default-outline:hover,
  .nav > a.default-outline:hover {
    background-color: transparent;
    border-color: #6a6a6a; }
  .nav > a.btn--default-outline:active,
  .nav > a.default-outline:active {
    color: #777777;
    background-color: transparent;
    border-color: #616161;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }
  .nav > a.btn--default-outline:hover,
  .nav > a.default-outline:hover {
    border-color: #777777;
    color: #fff;
    background-color: #777777; }
  .nav > a.btn--default-outline:active,
  .nav > a.default-outline:active {
    box-shadow: none; }

.nav > li > a.btn--primary-outline,
.nav > li > a.primary-outline {
  color: #0f5481;
  background-color: transparent;
  border-color: #0f5481;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .nav > li > a.btn--primary-outline:hover,
  .nav > li > a.primary-outline:hover {
    background-color: transparent;
    border-color: #0c456a; }
  .nav > li > a.btn--primary-outline:active,
  .nav > li > a.primary-outline:active {
    color: #0f5481;
    background-color: transparent;
    border-color: #0a3b5a;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }
  .nav > li > a.btn--primary-outline:hover,
  .nav > li > a.primary-outline:hover {
    border-color: #0f5481;
    color: #fff;
    background-color: #0f5481; }
  .nav > li > a.btn--primary-outline:active,
  .nav > li > a.primary-outline:active {
    box-shadow: none; }

.nav > li > a.btn--danger-outline,
.nav > li > a.danger-outline {
  color: #e74c3c;
  background-color: transparent;
  border-color: #e74c3c;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .nav > li > a.btn--danger-outline:hover,
  .nav > li > a.danger-outline:hover {
    background-color: transparent;
    border-color: #e43725; }
  .nav > li > a.btn--danger-outline:active,
  .nav > li > a.danger-outline:active {
    color: #e74c3c;
    background-color: transparent;
    border-color: #dd2d1b;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }
  .nav > li > a.btn--danger-outline:hover,
  .nav > li > a.danger-outline:hover {
    border-color: #e74c3c;
    color: #fff;
    background-color: #e74c3c; }
  .nav > li > a.btn--danger-outline:active,
  .nav > li > a.danger-outline:active {
    box-shadow: none; }

.nav > li > a.btn--info-outline,
.nav > li > a.info-outline {
  color: #24cabc;
  background-color: transparent;
  border-color: #24cabc;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .nav > li > a.btn--info-outline:hover,
  .nav > li > a.info-outline:hover {
    background-color: transparent;
    border-color: #20b4a8; }
  .nav > li > a.btn--info-outline:active,
  .nav > li > a.info-outline:active {
    color: #24cabc;
    background-color: transparent;
    border-color: #1da59a;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }
  .nav > li > a.btn--info-outline:hover,
  .nav > li > a.info-outline:hover {
    border-color: #24cabc;
    color: #fff;
    background-color: #24cabc; }
  .nav > li > a.btn--info-outline:active,
  .nav > li > a.info-outline:active {
    box-shadow: none; }

.nav > li > a.btn--warning-outline,
.nav > li > a.warning-outline {
  color: #f39c12;
  background-color: transparent;
  border-color: #f39c12;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .nav > li > a.btn--warning-outline:hover,
  .nav > li > a.warning-outline:hover {
    background-color: transparent;
    border-color: #e08e0b; }
  .nav > li > a.btn--warning-outline:active,
  .nav > li > a.warning-outline:active {
    color: #f39c12;
    background-color: transparent;
    border-color: #cf830a;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }
  .nav > li > a.btn--warning-outline:hover,
  .nav > li > a.warning-outline:hover {
    border-color: #f39c12;
    color: #fff;
    background-color: #f39c12; }
  .nav > li > a.btn--warning-outline:active,
  .nav > li > a.warning-outline:active {
    box-shadow: none; }

.nav > li > a.btn--success-outline,
.nav > li > a.success-outline {
  color: #2ecc71;
  background-color: transparent;
  border-color: #2ecc71;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .nav > li > a.btn--success-outline:hover,
  .nav > li > a.success-outline:hover {
    background-color: transparent;
    border-color: #29b765; }
  .nav > li > a.btn--success-outline:active,
  .nav > li > a.success-outline:active {
    color: #2ecc71;
    background-color: transparent;
    border-color: #26a95d;
    box-shadow: inset 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    outline: 0; }
  .nav > li > a.btn--success-outline:hover,
  .nav > li > a.success-outline:hover {
    border-color: #2ecc71;
    color: #fff;
    background-color: #2ecc71; }
  .nav > li > a.btn--success-outline:active,
  .nav > li > a.success-outline:active {
    box-shadow: none; }

.nav > li > a:hover.btn--default,
.nav > li > a:hover.btn--primary,
.nav > li > a:hover.btn--info,
.nav > li > a:hover.btn--success,
.nav > li > a:hover.btn--danger,
.nav > li > a:hover.btn--warning {
  color: #fff; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #0f5481; }

.pill-nav > li > a {
  display: inline-block;
  position: relative;
  padding: 0.5rem 1.5rem;
  float: left;
  border-radius: 6px; }

.pill-nav > li > a:hover,
.pill-nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.pill-nav li,
.pill-nav > li + li {
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem; }

.pill-nav > li > a.active {
  background-color: #0f5481;
  color: #fff; }
  .pill-nav > li > a.active:hover {
    background-color: #0c456a; }
  .pill-nav > li > a.active:active {
    outline: 0;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }

/*------------------------------------*\

    $Panels
    
\*------------------------------------*/
.panel {
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

.panel-title {
  padding: 1.5rem 0.875rem;
  border-bottom: 1px solid transparent;
  font-weight: 700;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

.panel-body {
  padding: 1.5rem 0.875rem;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.panel-default {
  border-color: #cccccc; }
  .panel-default > .panel-title {
    background-color: #f9f9f9;
    color: #555555;
    border-bottom-color: #cccccc; }

.panel-success {
  border-color: #93e7b6; }
  .panel-success > .panel-title {
    background-color: #d8f6e5;
    color: #29b765;
    border-bottom-color: #93e7b6; }

.panel-info {
  border-color: #84e9e1; }
  .panel-info > .panel-title {
    background-color: #c3f4f0;
    color: #20b4a8;
    border-bottom-color: #84e9e1; }

.panel-warning {
  border-color: #f9cf8b; }
  .panel-warning > .panel-title {
    background-color: #fdeed7;
    color: #e08e0b;
    border-bottom-color: #f9cf8b; }

.panel-danger {
  border-color: #f5b4ae; }
  .panel-danger > .panel-title {
    background-color: #fef5f4;
    color: #e43725;
    border-bottom-color: #f5b4ae; }

.panel-primary {
  border-color: #1472af; }
  .panel-primary > .panel-title {
    background-color: #82c5f1;
    color: #0a3653;
    border-bottom-color: #1472af; }

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  margin-top: 0;
  margin-bottom: 0.4rem; }

.panel a,
.panel > .btn {
  margin-top: 0.5rem;
  margin-bottom: 0; }

.panel p {
  margin: 1rem 0 0 0; }

/*------------------------------------*\

    $Tables
    
\*------------------------------------*/
.table {
  color: #777777;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  display: table;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.table-bordered {
  border: 1px solid #cccccc; }

.table-stripe > tbody > tr:nth-child(odd) > td {
  background-color: #f9f9f9; }

.table-stripe.table-bordered > thead > tr > th {
  background-color: #fff; }

.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > td {
  padding-top: 0.4166666667rem;
  padding-bottom: 0.4166666667rem;
  padding-left: 0.6666666667rem;
  padding-right: 0.6666666667rem; }

@media (max-width: 47.9375rem) {
  .responsive-table {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; } }

.table > tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
  border: 1px solid #cccccc; }

.table-bordered > thead > tr > th {
  background-color: #f9f9f9;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.92); }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cccccc;
  color: #555555; }

.table-bordered > thead > tr > th {
  border-bottom-width: 1px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 0.75rem;
  line-height: 1.9;
  vertical-align: middle;
  border-top: 1px solid #cccccc;
  text-align: left; }

.table-hover > tbody > tr:hover,
.table-hover > tfoot > tr:hover,
.table-hover > thead > tr:hover > td,
.table-hover > tbody > tr:hover > td,
.table-hover > tfoot > tr:hover > td,
.table-hover > tbody > tr > td:hover,
.table-hover > tfoot > tr > td:hover {
  background-color: #f9f9f9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody > tr.is-primary > td,
.table > tbody > tr:hover.is-primary > td {
  background-color: #77c0ef;
  color: #041926; }

.table > tbody > tr.is-success > td,
.table > tbody > tr:hover.is-success > td {
  background-color: #e2f8eb;
  color: #1b7943; }

.table > tbody > tr.is-info > td,
.table > tbody > tr:hover.is-info > td {
  background-color: #d7f8f5;
  color: #15736b; }

.table > tbody > tr.is-warning > td,
.table > tbody > tr:hover.is-warning > td {
  background-color: #fef5e8;
  color: #976008; }

.table > tbody > tr.is-danger > td,
.table > tbody > tr:hover.is-danger > td {
  background-color: #fef5f4;
  color: #d62c1a; }

/*------------------------------------*\

    $State Classes
    
\*------------------------------------*/
.f-is-success {
  border-color: #2ecc71 !important; }

.f-is-primary {
  border-color: #0f5481 !important; }

.f-is-danger {
  border-color: #e74c3c !important; }

.f-is-warning {
  border-color: #f39c12 !important; }

.f-is-info {
  border-color: #24cabc !important; }

/*------------------------------------*\

    $Forms
    
\*------------------------------------*/
label {
  font-family: inherit;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700; }

input[type="checkbox"],
input[type="radio"] {
  -o-box-sizing: border-box;
  box-sizing: border-box; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
  font-size: inherit;
  font-family: "Sans Pro", "Helvetica Neue", "HelveticaNeue", "Helvetica", "Arial", sans-serif; }

textarea {
  height: auto;
  resize: none; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal; }

.form-group {
  vertical-align: middle;
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.form-element-group,
.form-element-group-lg,
.form-element-group-sm {
  display: inline-table;
  vertical-align: middle;
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.form-group::before, .form-group::after,
.form-element-group::before, .form-element-group::after {
  clear: both;
  display: table;
  content: ""; }

.has-icon {
  display: block; }

.has-icon > .fa {
  position: relative;
  right: 0;
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: .775rem;
  float: right;
  top: -2.45rem; }

.form-has-success {
  color: #2ecc71; }

.form-has-primary {
  color: #0f5481; }

.form-has-info {
  color: #24cabc; }

.form-has-warning {
  color: #f39c12; }

.form-has-danger {
  color: #e74c3c; }

.form-element, .form-element-success, .form-element-primary, .form-element-info, .form-element-warning, .form-element-danger {
  background-color: #fff;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  color: #777777;
  vertical-align: middle;
  font-family: "Sans Pro", "Helvetica Neue", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  padding: 0.5rem 1.5rem;
  border: 1px solid #cccccc;
  outline: 0;
  border-radius: 6px;
  -webkit-appearance: none;
  -webkit-transition: border linear 0.25s, box-shadow linear 0.25s;
  transition: border linear 0.25s, box-shadow linear 0.25s; }

.form-element-success {
  border-color: #2ecc71;
  background-color: #f7fdf9; }

.form-element-primary {
  border-color: #0f5481; }

.form-element-info {
  border-color: #24cabc; }

.form-element-warning {
  border-color: #f39c12; }

.form-element-danger {
  border-color: #e74c3c;
  background-color: #fefafa; }

.form-element.is-disabled, .is-disabled.form-element-success, .is-disabled.form-element-primary, .is-disabled.form-element-info, .is-disabled.form-element-warning, .is-disabled.form-element-danger {
  background-color: #eeeeee; }

.form-element-lg,
.form-element-lg > .form-element,
.form-element-lg > .form-element-success,
.form-element-lg > .form-element-primary,
.form-element-lg > .form-element-info,
.form-element-lg > .form-element-warning,
.form-element-lg > .form-element-danger,
.form-element-lg > .form-element-extra,
.form-element-group-lg > .form-element,
.form-element-group-lg > .form-element-success,
.form-element-group-lg > .form-element-primary,
.form-element-group-lg > .form-element-info,
.form-element-group-lg > .form-element-warning,
.form-element-group-lg > .form-element-danger,
.form-element-group-lg > .form-element-extra,
.form-element-group-lg > .form-group-btn:first-child > .btn,
.form-element-group-lg > .form-group-btn:last-child > .btn {
  padding: 0.875rem 1.5rem;
  line-height: 2.47;
  font-size: 1.25rem; }

.form-element-lg > .form-element.btn-pill, .form-element-lg > .btn-pill.form-element-success, .form-element-lg > .btn-pill.form-element-primary, .form-element-lg > .btn-pill.form-element-info, .form-element-lg > .btn-pill.form-element-warning, .form-element-lg > .btn-pill.form-element-danger,
.form-element-lg > .form-element-extra.btn-pill,
.form-element-group-lg > .form-element.btn-pill,
.form-element-group-lg > .btn-pill.form-element-success,
.form-element-group-lg > .btn-pill.form-element-primary,
.form-element-group-lg > .btn-pill.form-element-info,
.form-element-group-lg > .btn-pill.form-element-warning,
.form-element-group-lg > .btn-pill.form-element-danger,
.form-element-group-lg > .form-element-extra.btn-pill,
.form-element-lg > .form-group-btn:first-child > .btn.btn-pill,
.form-element-lg > .form-group-btn:last-child > .btn.btn-pill
.form-element-group-lg > .form-group-btn:first-child > .btn.btn-pill,
.form-element-group-lg > .form-group-btn:last-child > .btn.btn-pill {
  border-radius: 60px; }

.form-element-sm,
.form-element-sm > .form-element,
.form-element-sm > .form-element-success,
.form-element-sm > .form-element-primary,
.form-element-sm > .form-element-info,
.form-element-sm > .form-element-warning,
.form-element-sm > .form-element-danger,
.form-element-sm > .form-element-extra,
.form-element-group-sm > .form-element,
.form-element-group-sm > .form-element-success,
.form-element-group-sm > .form-element-primary,
.form-element-group-sm > .form-element-info,
.form-element-group-sm > .form-element-warning,
.form-element-group-sm > .form-element-danger,
.form-element-group-sm > .form-element-extra,
.form-element-sm > .form-group-btn:first-child > .btn,
.form-element-sm > .form-group-btn:last-child > .btn
.form-element-group-sm > .form-group-btn:first-child > .btn,
.form-element-group-sm > .form-group-btn:last-child > .btn {
  padding: 0.2285714286rem 0.6rem;
  line-height: 1rem;
  font-size: 0.875rem; }

.form-element:focus, .form-element-success:focus, .form-element-primary:focus, .form-element-info:focus, .form-element-warning:focus, .form-element-danger:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #24cabc;
  box-shadow: 0 0 8px rgba(36, 202, 188, 0.6); }

.form-element-extra,
.form-group-extra,
.form-group-btn {
  display: table-cell; }

.form-element-extra {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 0.5rem 1.5rem;
  vertical-align: middle;
  font-family: "Sans Pro", "Helvetica Neue", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  vertical-align: middle;
  z-index: 1000;
  display: table-cell;
  white-space: nowrap;
  width: 1%; }

.form-element-group > .form-element-extra:first-child,
.form-element-group-lg > .form-element-extra:first-child,
.form-element-group-sm > .form-element-extra:first-child,
.form-element-group > .btn-group > .btn:first-child,
.btn-group > .btn:first-child,
.btn-group-lg > .btn:first-child,
.btn-group-sm > .btn:first-child,
.form-element-group > .btn-group-lg > .btn:first-child,
.form-element-group > .form-group-btn:first-child > .btn,
.form-element-group-lg > .form-group-btn:first-child > .btn,
.form-element-group-lg > .form-element-extra:first-child,
.form-element-group-lg > .btn-group > .btn:first-child,
.form-element-group-lg > .btn-group-lg > .btn:first-child,
.pagination > ul > li:first-child > .btn,
.pagination > ul > li:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-left: 1px; }

.form-element-group > .form-element-extra:last-child,
.form-element-group-lg > .form-element-extra:last-child,
.form-element-group-sm > .form-element-extra:last-child,
.form-element-group > .form-group-btn:last-child > .btn,
.form-element-group-lg > .form-group-btn > .btn,
.form-element-group-sm > .form-group-btn > .btn,
.btn-group > .btn:last-child,
.btn-group > .btn:last-child,
.btn-group-lg > .btn:last-child,
.btn-group-sm > .btn:last-child,
.pagination > ul > li:last-child > .btn,
.pagination > ul > li:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.form-element-group > .form-element-extra:last-child,
.form-element-group-lg > .form-element-extra:last-child,
.form-element-group-sm > .form-element-extra:last-child,
.pagination > ul > li:last-child,
.pagination > ul > li:last-child > .btn {
  border-left: 0; }

.form-element-group .form-element:last-child, .form-element-group .form-element-success:last-child, .form-element-group .form-element-primary:last-child, .form-element-group .form-element-info:last-child, .form-element-group .form-element-warning:last-child, .form-element-group .form-element-danger:last-child,
.form-element-group-lg .form-element:last-child,
.form-element-group-lg .form-element-success:last-child,
.form-element-group-lg .form-element-primary:last-child,
.form-element-group-lg .form-element-info:last-child,
.form-element-group-lg .form-element-warning:last-child,
.form-element-group-lg .form-element-danger:last-child,
.form-element-group-sm .form-element:last-child,
.form-element-group-sm .form-element-success:last-child,
.form-element-group-sm .form-element-primary:last-child,
.form-element-group-sm .form-element-info:last-child,
.form-element-group-sm .form-element-warning:last-child,
.form-element-group-sm .form-element-danger:last-child,
.form-element-element > .form-group-btn:last-child > .btn,
.form-element-group > .form-group-btn > .btn,
.form-element-group-lg > .form-group-btn > .btn,
.form-element-group-sm > .form-group-btn > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px; }

.form-element-group .form-element:first-child, .form-element-group .form-element-success:first-child, .form-element-group .form-element-primary:first-child, .form-element-group .form-element-info:first-child, .form-element-group .form-element-warning:first-child, .form-element-group .form-element-danger:first-child,
.form-element-group-lg .form-element:first-child,
.form-element-group-lg .form-element-success:first-child,
.form-element-group-lg .form-element-primary:first-child,
.form-element-group-lg .form-element-info:first-child,
.form-element-group-lg .form-element-warning:first-child,
.form-element-group-lg .form-element-danger:first-child,
.form-element-group-sm .form-element:first-child,
.form-element-group-sm .form-element-success:first-child,
.form-element-group-sm .form-element-primary:first-child,
.form-element-group-sm .form-element-info:first-child,
.form-element-group-sm .form-element-warning:first-child,
.form-element-group-sm .form-element-danger:first-child,
.form-group-btn:first-child > .btn,
.form-element-group-btn:first-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px; }

.form-group-extra,
.form-group-btn {
  width: 1%;
  vertical-align: middle;
  white-space: nowrap; }

.form-group-btn > button > i:before {
  margin: 0; }

/*------------------------------------*\

    $Grid System
    
\*------------------------------------*/
[class^="col"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
  margin-left: 1.25rem; }
  @media (max-width: 47.9375rem) {
    [class^="col"] {
      float: none;
      width: 100%;
      margin-left: 0; } }
  @media (min-width: 75rem) {
    [class^="col"] {
      margin-left: 30px;
      margin-left: 1.875rem; } }

.row {
  margin-left: -20px;
  margin-left: -1.25rem;
  *zoom: 1; }
  @media (min-width: 75rem) {
    .row {
      margin-left: -30px;
      margin-left: -1.875rem;
      *zoom: 1; } }
  @media (max-width: 47.9375rem) {
    .row {
      margin-left: 0px;
      margin-left: 0rem; } }

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: ""; }

.row:after {
  clear: both; }

.container {
  width: 940px;
  width: 58.75rem;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 47.9375rem) {
    .container {
      width: 95%;
      width: auto;
      float: none; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .container {
      max-width: 90%; } }
  @media (min-width: 75rem) {
    .container {
      width: 1170px;
      width: 73.125rem; } }

.col12 {
  width: 940px;
  width: 58.75rem; }
  @media (min-width: 75rem) {
    .col12 {
      width: 1170px;
      width: 73.125rem; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .col12 {
      width: 724px;
      width: 45.25rem; } }
  @media (max-width: 47.9375rem) {
    .col12 {
      width: 100%; } }

.col11 {
  width: 860px;
  width: 53.75rem; }
  @media (min-width: 75rem) {
    .col11 {
      width: 1070px;
      width: 66.875rem; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .col11 {
      width: 662px;
      width: 41.375rem; } }
  @media (max-width: 47.9375rem) {
    .col11 {
      width: 100%; } }

.col10 {
  width: 780px;
  width: 48.75rem; }
  @media (min-width: 75rem) {
    .col10 {
      width: 970px;
      width: 60.625rem; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .col10 {
      width: 600px;
      width: 37.5rem; } }
  @media (max-width: 47.9375rem) {
    .col10 {
      width: 100%; } }

.col9 {
  width: 700px;
  width: 43.75rem; }
  @media (min-width: 75rem) {
    .col9 {
      width: 870px;
      width: 54.375rem; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .col9 {
      width: 538px;
      width: 33.625rem; } }
  @media (max-width: 47.9375rem) {
    .col9 {
      width: 100%; } }

.col8 {
  width: 620px;
  width: 38.75rem; }
  @media (min-width: 75rem) {
    .col8 {
      width: 770px;
      width: 48.125rem; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .col8 {
      width: 476px;
      width: 29.75rem; } }
  @media (max-width: 47.9375rem) {
    .col8 {
      width: 100%; } }

.col7 {
  width: 540px;
  width: 33.75rem; }
  @media (min-width: 75rem) {
    .col7 {
      width: 670px;
      width: 41.875rem; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .col7 {
      width: 414px;
      width: 25.875rem; } }
  @media (max-width: 47.9375rem) {
    .col7 {
      width: 100%; } }

.col6 {
  width: 460px;
  width: 28.75rem; }
  @media (min-width: 75rem) {
    .col6 {
      width: 570px;
      width: 35.625rem; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .col6 {
      width: 352px;
      width: 22rem; } }
  @media (max-width: 47.9375rem) {
    .col6 {
      width: 100%; } }

.col5 {
  width: 380px;
  width: 23.75rem; }
  @media (min-width: 75rem) {
    .col5 {
      width: 470px;
      width: 29.375rem; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .col5 {
      width: 290px;
      width: 18.125rem; } }
  @media (max-width: 47.9375rem) {
    .col5 {
      width: 100%; } }

.col4 {
  width: 300px;
  width: 18.75rem; }
  @media (min-width: 75rem) {
    .col4 {
      width: 370px;
      width: 23.125rem; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .col4 {
      width: 228px;
      width: 14.25rem; } }
  @media (max-width: 47.9375rem) {
    .col4 {
      width: 100%; } }

.col3 {
  width: 220px;
  width: 13.75rem; }
  @media (min-width: 75rem) {
    .col3 {
      width: 270px;
      width: 16.875rem; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .col3 {
      width: 166px;
      width: 10.375rem; } }
  @media (max-width: 47.9375rem) {
    .col3 {
      width: 100%; } }

.col2 {
  width: 140px;
  width: 8.75rem; }
  @media (min-width: 75rem) {
    .col2 {
      width: 170px;
      width: 10.625rem; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .col2 {
      width: 104px;
      width: 6.5rem; } }
  @media (max-width: 47.9375rem) {
    .col2 {
      width: 100%; } }

.col1 {
  width: 60px;
  width: 3.75rem; }
  @media (min-width: 75rem) {
    .col1 {
      width: 70px;
      width: 4.375rem; } }
  @media (min-width: 48rem) and (max-width: 61.1875rem) {
    .col1 {
      width: 42px;
      width: 2.625rem; } }
  @media (max-width: 47.9375rem) {
    .col1 {
      width: 100%; } }

.offset12 {
  margin-left: 980px;
  margin-left: 61.25rem; }

.offset11 {
  margin-left: 900px;
  margin-left: 56.25rem; }

.offset10 {
  margin-left: 820px;
  margin-left: 51.25rem; }

.offset9 {
  margin-left: 740px;
  margin-left: 46.25rem; }

.offset8 {
  margin-left: 660px;
  margin-left: 41.25rem; }

.offset7 {
  margin-left: 580px;
  margin-left: 36.25rem; }

.offset6 {
  margin-left: 500px;
  margin-left: 31.25rem; }

.offset5 {
  margin-left: 420px;
  margin-left: 26.25rem; }

.offset4 {
  margin-left: 340px;
  margin-left: 21.25rem; }

.offset3 {
  margin-left: 260px;
  margin-left: 16.25rem; }

.offset2 {
  margin-left: 180px;
  margin-left: 11.25rem; }

.offset1 {
  margin-left: 100px;
  margin-left: 6.25rem; }

@media (min-width: 768px) and (max-width: 979px) {
  .offset12 {
    margin-left: 764px;
    margin-left: 47.75rem; }

  .offset11 {
    margin-left: 702px;
    margin-left: 43.875rem; }

  .offset10 {
    margin-left: 640px;
    margin-left: 40rem; }

  .offset9 {
    margin-left: 578px;
    margin-left: 36.125rem; }

  .offset8 {
    margin-left: 516px;
    margin-left: 32.25rem; }

  .offset7 {
    margin-left: 454px;
    margin-left: 28.375rem; }

  .offset6 {
    margin-left: 392px;
    margin-left: 24.5rem; }

  .offset5 {
    margin-left: 330px;
    margin-left: 20.625rem; }

  .offset4 {
    margin-left: 268px;
    margin-left: 16.75rem; }

  .offset3 {
    margin-left: 206px;
    margin-left: 12.875rem; }

  .offset2 {
    margin-left: 144px;
    margin-left: 9rem; }

  .offset1 {
    margin-left: 82px;
    margin-left: 5.125rem; }

  .row-fluid {
    width: 100%;
    *zoom: 1; }

  .row-fluid:after {
    clear: both; }

  .row-fluid [class^="col"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.76%;
    *margin-left: 2.70%;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }
  @media (min-width: 768px) and (max-width: 979px) and (max-width: 47.9375rem) {
    .row-fluid [class^="col"] {
      margin-left: 0; } }

@media (min-width: 768px) and (max-width: 979px) {
  .row-fluid [class^="col"]:first-child {
    margin-left: 0; }

  .row-fluid .controls-row [class^="col"] + [class^="col"] {
    margin-left: 2.76%; }

  .row-fluid .col12 {
    width: 100%; }

  .row-fluid .col11 {
    width: 91.43%; }

  .row-fluid .col10 {
    width: 82.87%; }

  .row-fluid .col9 {
    width: 74.30%; }

  .row-fluid .col8 {
    width: 65.74%; }

  .row-fluid .col7 {
    width: 57.18%; }

  .row-fluid .col6 {
    width: 48.61%; }

  .row-fluid .col5 {
    width: 40.05%; }

  .row-fluid .col4 {
    width: 31.49; }

  .row-fluid .col3 {
    width: 22.92%; }

  .row-fluid .col2 {
    width: 14.36%; }

  .row-fluid .col1 {
    width: 5.8%; }

  .row-fluid .offset12 {
    margin-left: 105.52%; }

  .row-fluid .offset12:first-child {
    margin-left: 102.76%; }

  .row-fluid .offset11 {
    margin-left: 96.96%; }

  .row-fluid .offset11:first-child {
    margin-left: 94.19%; }

  .row-fluid .offset10 {
    margin-left: 88.39%; }

  .row-fluid .offset10:first-child {
    margin-left: 85.63%; }

  .row-fluid .offset9 {
    margin-left: 79.83%; }

  .row-fluid .offset9:first-child {
    margin-left: 77.07%; }

  .row-fluid .offset8 {
    margin-left: 71.27%; }

  .row-fluid .offset8:first-child {
    margin-left: 68.50%; }

  .row-fluid .offset7 {
    margin-left: 62.70; }

  .row-fluid .offset7:first-child {
    margin-left: 59.94%; }

  .row-fluid .offset6 {
    margin-left: 54.148%; }

  .row-fluid .offset6:first-child {
    margin-left: 51.38%; }

  .row-fluid .offset5 {
    margin-left: 45.58%; }

  .row-fluid .offset5:first-child {
    margin-left: 42.81%; }

  .row-fluid .offset4 {
    margin-left: 37.01%; }

  .row-fluid .offset4:first-child {
    margin-left: 34.25%; }

  .row-fluid .offset3 {
    margin-left: 28.45%; }

  .row-fluid .offset3:first-child {
    margin-left: 25.69%; }

  .row-fluid .offset2 {
    margin-left: 19.88%; }

  .row-fluid .offset2:first-child {
    margin-left: 17.12%; }

  .row-fluid .offset1 {
    margin-left: 11.32%; }

  .row-fluid .offset1:first-child {
    margin-left: 8.56%; } }
.row-fluid {
  width: 100%;
  *zoom: 1; }

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: ""; }

.row-fluid:after {
  clear: both; }

.row-fluid [class^="col"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.12%;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.row-fluid [class^="col"]:first-child {
  margin-left: 0; }

.row-fluid .controls-row [class^="col"] + [class^="col"] {
  margin-left: 2.12%; }

.row-fluid .col12 {
  width: 100%; }

.row-fluid .col11 {
  width: 91.48%; }

.row-fluid .col10 {
  width: 82.97%; }

.row-fluid .col9 {
  width: 74.46%; }

.row-fluid .col8 {
  width: 65.95%; }

.row-fluid .col7 {
  width: 57.44%; }

.row-fluid .col6 {
  width: 48.93%; }

.row-fluid .col5 {
  width: 40.42%; }

.row-fluid .col4 {
  width: 31.91%; }

.row-fluid .col3 {
  width: 23.40%; }

.row-fluid .col2 {
  width: 14.895%; }

.row-fluid .col1 {
  width: 6.38%; }

.row-fluid .offset12 {
  margin-left: 104.25%; }

.row-fluid .offset12:first-child {
  margin-left: 102.12%; }

.row-fluid .offset11 {
  margin-left: 95.74%; }

.row-fluid .offset11:first-child {
  margin-left: 93.61%; }

.row-fluid .offset10 {
  margin-left: 87.23%; }

.row-fluid .offset10:first-child {
  margin-left: 85.10%; }

.row-fluid .offset9 {
  margin-left: 78.72%; }

.row-fluid .offset9:first-child {
  margin-left: 76.59%; }

.row-fluid .offset8 {
  margin-left: 70.21%; }

.row-fluid .offset8:first-child {
  margin-left: 68.08%; }

.row-fluid .offset7 {
  margin-left: 61.70%; }

.row-fluid .offset7:first-child {
  margin-left: 59.57%; }

.row-fluid .offset6 {
  margin-left: 53.195%; }

.row-fluid .offset6:first-child {
  margin-left: 51.06%; }

.row-fluid .offset5 {
  margin-left: 44.68%; }

.row-fluid .offset5:first-child {
  margin-left: 42.55%; }

.row-fluid .offset4 {
  margin-left: 36.17%; }

.row-fluid .offset4:first-child {
  margin-left: 34.04%; }

.row-fluid .offset3 {
  margin-left: 27.65%; }

.row-fluid .offset3:first-child {
  margin-left: 25.53%; }

.row-fluid .offset2 {
  margin-left: 19.14%; }

.row-fluid .offset2:first-child {
  margin-left: 17.02%; }

.row-fluid .offset1 {
  margin-left: 10.63%; }

.row-fluid .offset1:first-child {
  margin-left: 8.51%; }

@media (max-width: 47.9375rem) {
  .row-fluid {
    width: 100%; }

  [class^="col"],
  .uneditable-input[class^="col"],
  .row-fluid [class^="col"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }
[class^="col"].hide,
.row-fluid [class^="col"].hide {
  display: none; }

[class^="col"].pull-right,
.row-fluid [class^="col"].pull-right {
  float: right; }

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: ""; }

.container:after {
  clear: both; }

.container-fluid {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  *zoom: 1; }

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: ""; }

.container-fluid:after {
  clear: both; }

.full-section {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 12rem;
  padding-bottom: 12rem;
  min-height: 100vh;
  z-index: 1000;
  position: relative; }

.full-section-content {
  max-width: 70%;
  color: #fff;
  font-family: "droid serif", serif;
  z-index: 1000; }

.unslider,
.sliding-images,
.unslider ul,
.unslider ul li {
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: 1; }

.unslider-fade {
  height: 100vh;
  width: 100vw; }

.full-section-sub-title,
.full-section-title {
  color: #fff;
  font-family: "open sans", helvetica-neue, helveticaneue, helvetica, sans-serif; }

.full-section-sub-title {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: .50rem; }

.full-section-title {
  font-size: 3rem;
  font-weight: 800; }
  @media (max-width: 47.9375rem) {
    .full-section-title {
      font-size: 1.75rem; } }

.full-section-body {
  font-family: "droid serif", serif;
  font-size: 1rem;
  line-height: 1.9; }
  @media (max-width: 47.9375rem) {
    .full-section-body {
      font-size: .875rem;
      line-height: 1.6; } }

.role-title {
  font-weight: 300;
  font-size: 1rem;
  font-family: "open sans", helvetica-neue, helveticaneue, helvetica, sans-serif; }

.landing-hero {
  background-size: cover; }

.slider-image {
  width: 100vw;
  height: 100vh;
  background-size: cover; }

.work {
  background-image: url("/img/work.jpg");
  background-size: cover; }

.leadership {
  background-image: url("/img/leadership.jpg");
  background-size: cover;
  background-position: center; }

.full-section.contact {
  background-color: #eeeeee;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem; }

.contact {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 1000; }
  .contact a {
    color: #0f5481; }

.contact .full-section-body {
  color: #999999; }

.contact .full-section-title {
  color: #333333; }

.contact {
  color: #333333;
  background-color: #eeeeee; }

.logo {
  width: 12rem; }

.bullets {
  text-align: left; }

.bullet-icon {
  color: #fff;
  margin-right: .5rem; }

.title-icon {
  font-size: 3rem;
  color: #0f5481; }

.headshot-img {
  border-radius: 2%; }

.left-text {
  text-align: left; }

.center-text {
  text-align: center; }

.right-spacer {
  margin-right: .5rem; }

.orange {
  color: #0f5481; }

.contact .header-title {
  font-size: 1rem;
  font-weight: bold;
  font-family: "open sans", helvetica-neue, helveticaneue, helvetica, sans-serif; }

.contact .text-copy {
  font-size: .875rem;
  color: #999999;
  font-family: "open sans", helvetica-neue, helveticaneue, helvetica, sans-serif; }

.contact-links li {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem; }

.contact-links a {
  color: #cccccc;
  font-size: 1.25rem; }
  .contact-links a:hover {
    color: #0f5481; }

.btn-white {
  background-color: #fff;
  color: #0f5481; }
  .btn-white:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.9);
    text-decoration: none;
    color: #0f5481; }

#hamburger {
  width: 30px;
  height: 45px;
  margin: 2rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 2020; }
  #hamburger span {
    background-color: #fff;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #hamburger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #hamburger span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #hamburger span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }

#hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 0; }

#hamburger.open span:nth-child(2) {
  top: 24px;
  position: relative;
  opacity: 0; }

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 0; }
