@charset "UTF-8";
.bg-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1252px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1252px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #818a91 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #687077;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c;
}

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1251px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1252px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.flex-xs-first {
  order: -1;
}

.flex-xs-last {
  order: 1;
}

.flex-items-xs-top {
  align-items: flex-start;
}

.flex-items-xs-middle {
  align-items: center;
}

.flex-items-xs-bottom {
  align-items: flex-end;
}

.flex-xs-top {
  align-self: flex-start;
}

.flex-xs-middle {
  align-self: center;
}

.flex-xs-bottom {
  align-self: flex-end;
}

.flex-items-xs-left {
  justify-content: flex-start;
}

.flex-items-xs-center {
  justify-content: center;
}

.flex-items-xs-right {
  justify-content: flex-end;
}

.flex-items-xs-around {
  justify-content: space-around;
}

.flex-items-xs-between {
  justify-content: space-between;
}

@media (min-width: 544px) {
  .flex-sm-first {
    order: -1;
  }
  .flex-sm-last {
    order: 1;
  }
}

@media (min-width: 544px) {
  .flex-items-sm-top {
    align-items: flex-start;
  }
  .flex-items-sm-middle {
    align-items: center;
  }
  .flex-items-sm-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 544px) {
  .flex-sm-top {
    align-self: flex-start;
  }
  .flex-sm-middle {
    align-self: center;
  }
  .flex-sm-bottom {
    align-self: flex-end;
  }
}

@media (min-width: 544px) {
  .flex-items-sm-left {
    justify-content: flex-start;
  }
  .flex-items-sm-center {
    justify-content: center;
  }
  .flex-items-sm-right {
    justify-content: flex-end;
  }
  .flex-items-sm-around {
    justify-content: space-around;
  }
  .flex-items-sm-between {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }
  .flex-md-last {
    order: 1;
  }
}

@media (min-width: 768px) {
  .flex-items-md-top {
    align-items: flex-start;
  }
  .flex-items-md-middle {
    align-items: center;
  }
  .flex-items-md-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .flex-md-top {
    align-self: flex-start;
  }
  .flex-md-middle {
    align-self: center;
  }
  .flex-md-bottom {
    align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .flex-items-md-left {
    justify-content: flex-start;
  }
  .flex-items-md-center {
    justify-content: center;
  }
  .flex-items-md-right {
    justify-content: flex-end;
  }
  .flex-items-md-around {
    justify-content: space-around;
  }
  .flex-items-md-between {
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }
  .flex-lg-last {
    order: 1;
  }
}

@media (min-width: 992px) {
  .flex-items-lg-top {
    align-items: flex-start;
  }
  .flex-items-lg-middle {
    align-items: center;
  }
  .flex-items-lg-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .flex-lg-top {
    align-self: flex-start;
  }
  .flex-lg-middle {
    align-self: center;
  }
  .flex-lg-bottom {
    align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .flex-items-lg-left {
    justify-content: flex-start;
  }
  .flex-items-lg-center {
    justify-content: center;
  }
  .flex-items-lg-right {
    justify-content: flex-end;
  }
  .flex-items-lg-around {
    justify-content: space-around;
  }
  .flex-items-lg-between {
    justify-content: space-between;
  }
}

@media (min-width: 1252px) {
  .flex-xl-first {
    order: -1;
  }
  .flex-xl-last {
    order: 1;
  }
}

@media (min-width: 1252px) {
  .flex-items-xl-top {
    align-items: flex-start;
  }
  .flex-items-xl-middle {
    align-items: center;
  }
  .flex-items-xl-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 1252px) {
  .flex-xl-top {
    align-self: flex-start;
  }
  .flex-xl-middle {
    align-self: center;
  }
  .flex-xl-bottom {
    align-self: flex-end;
  }
}

@media (min-width: 1252px) {
  .flex-items-xl-left {
    justify-content: flex-start;
  }
  .flex-items-xl-center {
    justify-content: center;
  }
  .flex-items-xl-right {
    justify-content: flex-end;
  }
  .flex-items-xl-around {
    justify-content: space-around;
  }
  .flex-items-xl-between {
    justify-content: space-between;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1252px) {
  .container {
    max-width: 1680px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.col-xs {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

@media (min-width: 544px) {
  .col-sm {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .col-sm-1 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .col-md-1 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1252px) {
  .col-xl {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .col-xl-1 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/*
	VARIABLES
*/
/* COLORS */
/* HEADER */
/* FONTS */
/* Large devices (tablets, between 992px and 1251px) */
/* Medium devices (tablets, between 768px and 991px) */
/* Small devices (small tablets between 544px and 767px) */
/* Extra small devices (portrait phones, <543px) */
/* SOCIAL */
/* GLOBAL STYLES */
a, a:hover, a:focus, a:visited {
  color: #0697AD;
}

a {
  -webkit-transition: all 200s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: all 200s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: all 200ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
}

.light a, .light a:hover, .light a:focus, .light a:visited {
  color: #55CCDE;
}

.light::selection, .light ::selection {
  background: #fff;
  color: #000;
}

::selection, .dark::selection, .dark ::selection {
  background: #000;
  color: #fff;
}

.tags a, .tagcloud a {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.headerspace {
  height: 111px;
}

@media (max-width: 1251px) {
  .headerspace {
    height: 91px;
  }
}

@media (max-width: 991px) {
  .headerspace {
    height: 71px;
  }
}

@media (max-width: 543px) {
  .headerspace {
    height: 60px;
  }
}

a.gemini-button-big-dark-bg {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff !important;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

a.gemini-button-big-dark-bg:hover {
  background-color: #26DDF9;
  border: 1px solid #26DDF9;
  color: white;
  cursor: pointer;
}

body {
  background-color: #fff;
  color: #3D414D;
}

.container-fluid {
  margin-right: 20px;
  margin-left: 20px;
  max-width: 1680px;
}

.container-fluid.no-margin {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid.flush {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

body.error404 {
  background: #000;
}

body.error404 .pagewrapper {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-image: url("/wp-content/themes/gemini/assets/img/404.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
}

body.error404 .cover {
  background: transparent;
  min-height: 550px;
  height: 100vh !important;
}

body.error404 .container-fluid {
  display: table-cell;
  vertical-align: middle;
}

body.error404 .content > * {
  color: #fff;
}

body.error404 .content h1 {
  font-size: 140px;
  line-height: 140px;
  font-weight: 900;
  margin: 0 0 15px 0;
}

body.error404 .content h2 {
  margin-bottom: 10px;
}

body.error404 .content h5 {
  margin: 0 0 10px 0;
  padding-bottom: 30px;
}

body.error404 .content a {
  padding-right: 55px;
  padding-left: 55px;
}

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

body {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  color: #3D414D;
}

/*
　 ご｀ヽ､
　ら,り⌒＼
　　/　 ﾉ 　ﾞヽ
　　{　/`Y´ ＿）
　　ヽ'^) ＞. )
*/
h1 {
  font-size: 44px;
  line-height: 53px;
  letter-spacing: -2.8px;
  font-weight: 200;
}

h2 {
  font-size: 31px;
  line-height: 40px;
  letter-spacing: -1.9px;
  font-weight: 200;
}

h3 {
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -2px;
  font-weight: 200;
}

h3.quote {
  font-style: italic;
  color: #F98326;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -1px;
  font-weight: 400;
}

h5, h6 {
  font-size: 19px;
  line-height: 25px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

h5 strong, h6 strong {
  font-weight: 500;
}

article.postitem p, section.postcontents p {
  font-size: 17px;
  line-height: 34px;
  letter-spacing: -0.5px;
  font-weight: 400;
  margin-bottom: 10px;
}

article.postitem p strong, section.postcontents p strong {
  font-weight: 600;
}

body.blog .postlist .postitem p.excerpt ul, body.blog .postlist .postitem p.excerpt ol, body.single .pagewrapper .postcontents ul, body.single .pagewrapper .postcontents ol {
  font-size: 17px;
  line-height: 34px;
  letter-spacing: -0.5px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
}

body.blog .postlist .postitem p.excerpt ul strong, body.blog .postlist .postitem p.excerpt ol strong, body.single .pagewrapper .postcontents ul strong, body.single .pagewrapper .postcontents ol strong {
  font-weight: 600;
}

body.blog .postlist .postitem p.excerpt ul li, body.blog .postlist .postitem p.excerpt ol li, body.single .pagewrapper .postcontents ul li, body.single .pagewrapper .postcontents ol li {
  margin: 0 0 10px 30px;
}

p, .meta {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.2px;
  font-weight: 400;
  text-align: left;
  color: #3D414D;
  margin-bottom: 10px;
}

p a.url, .meta a.url {
  word-break: break-all;
}

body.page .page-content ul, body.page .page-content ol {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.2px;
  font-weight: 400;
  padding: 0;
}

body.page .page-content ul li, body.page .page-content ol li {
  margin: 0 0 10px 30px;
}

p.small {
  font-size: 13px;
  line-height: 23px;
}

p.nano {
  font-size: 12px;
  line-height: 22px;
}

@media (max-width: 1251px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -2px;
    font-weight: 200;
  }
  h2 {
    font-size: 27px;
    line-height: 35px;
    letter-spacing: -1.5px;
    /*-.74 in sketch*/
    font-weight: 200;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
    /*-.3 in sketch*/
    font-weight: 400;
  }
  h3 {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -1.5px;
    /*-0.8 in sketch*/
    font-weight: 200;
  }
  h5 {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -.5px;
    /*0 in sketch*/
    font-weight: 400;
  }
  article.postitem p, section.postcontents p {
    font-size: 16px;
    line-height: 33px;
    letter-spacing: -.5px;
    /*0 in sketch*/
    margin-bottom: 10px;
  }
}

@media (max-width: 543px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1.1px;
    /*-0.3 in sketch*/
    font-weight: 400;
  }
  h2 {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -1px;
    /*-0.3 in sketch*/
    font-weight: 400;
  }
  h3 {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -1px;
    /*-1 in sketch*/
    font-weight: 400;
  }
  h4 {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -1px;
    /*-.45 in sketch*/
    font-weight: 500;
  }
  h5 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    /*.5 in sketch*/
    font-weight: 400;
  }
  article.postitem p, section.postcontents p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0px;
    /*0.4 in sketch*/
    margin-bottom: 5px;
  }
  body.blog .postlist .postitem p.excerpt ul, body.blog .postlist .postitem p.excerpt ol, body.single .pagewrapper .postcontents ul, body.single .pagewrapper .postcontents ol {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  body.blog .postlist .postitem p.excerpt ul li, body.blog .postlist .postitem p.excerpt ol li, body.single .pagewrapper .postcontents ul li, body.single .pagewrapper .postcontents ol li {
    margin-bottom: inherit;
  }
  p.blogPostBody {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -.5px;
    /*0 in sketch*/
    margin-bottom: 10px;
  }
}

header.bloginfo {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

header.bloginfo.headroom {
  display: none;
  border-bottom: 2px solid #E4E6E9;
}

header.bloginfo.headroom--pinned {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

header.bloginfo.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

header.bloginfo.transparent {
  background: transparent;
  border: 0;
  padding: 37px 45px 37px 45px;
  position: absolute;
  height: 111px;
}

@media (max-width: 1251px) {
  header.bloginfo.transparent {
    padding-top: 27px;
    padding-bottom: 27px;
    height: 91px;
  }
}

@media (max-width: 991px) {
  header.bloginfo.transparent {
    padding: 25px;
    height: 71px;
  }
}

@media (max-width: 543px) {
  header.bloginfo.transparent {
    padding: 20px;
    height: 60px;
  }
}

header.bloginfo .gemini-logo {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13.5px;
  width: 126px;
  height: 27px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("/wp-content/themes/cedar/assets/img/Gemini-Horizontal-Dark.svg") no-repeat;
}

@media (max-width: 991px) {
  header.bloginfo .gemini-logo {
    margin-top: 0;
    top: 0;
    height: 21px;
  }
}

@media (max-width: 543px) {
  header.bloginfo .gemini-logo {
    height: 20px;
  }
}

header.bloginfo .gemini-logo.light {
  background: url("/wp-content/themes/cedar/assets/img/Gemini-Horizontal-Light.svg") no-repeat;
}

header.bloginfo .title {
  display: block;
  position: relative;
  height: 37px;
  width: 127px;
}

@media (max-width: 991px) {
  header.bloginfo .title {
    height: 21px;
  }
}

header.bloginfo nav.main {
  font-size: 11px;
}

header.bloginfo nav.main, header.bloginfo nav.main a {
  color: #3D414D;
}

header.bloginfo nav.main a {
  display: table-cell;
  vertical-align: middle;
}

header.bloginfo nav.main a img {
  vertical-align: middle;
  border-radius: 0;
}

header.bloginfo nav.main ul {
  display: table;
}

@media (max-width: 991px) {
  header.bloginfo nav.main ul {
    height: 21px;
    line-height: 21px;
  }
}

header.bloginfo nav.main ul .option {
  display: table-cell;
  vertical-align: middle;
  margin-left: 16px;
  border: 1px solid transparent;
}

header.bloginfo nav.main ul .option.hoverable a:hover, header.bloginfo nav.main ul .option.hoverable span:hover {
  color: #0EAEC6;
}

@media (max-width: 991px) {
  header.bloginfo nav.main ul .option {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
}

header.bloginfo nav.main ul .option.signinnav {
  border: none;
}

header.bloginfo nav.main ul .option.signinnav a {
  border: 1px solid #3D414D;
  border-radius: 2px;
  -webkit-transition: all 200ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: all 200ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: all 200ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
}

header.bloginfo nav.main ul .option.signinnav a:hover {
  border: 1px solid #26DDF9;
}

header.bloginfo nav.main ul .option:before {
  content: '';
}

header.bloginfo nav.main ul .option.searchnav {
  display: none;
}

header.bloginfo nav.main ul .option.searchnav:before {
  content: '|';
  font-size: 12px;
  margin-right: 16px;
  font-weight: 900;
}

@media (max-width: 991px) {
  header.bloginfo nav.main ul .option.searchnav:before {
    content: '';
    margin-right: 0;
  }
}

header.bloginfo nav.main ul .option.searchnav .showsearch {
  cursor: pointer;
}

header.bloginfo nav.main ul .option.drawernav:before {
  content: '|';
  font-size: 12px;
  margin-right: 16px;
  font-weight: 900;
}

@media (max-width: 991px) {
  header.bloginfo nav.main ul .option.drawernav:before {
    content: '';
    margin-right: 0;
  }
}

header.bloginfo nav.main ul .option.lasttrade {
  padding-right: 130px;
  display: none;
}

@media (max-width: 991px) {
  header.bloginfo nav.main ul .option.lasttrade {
    padding-right: 50px;
  }
}

header.bloginfo nav.main ul .option .showdrawer {
  cursor: pointer;
}

@media (max-width: 991px) {
  header.bloginfo nav.main ul .option .showdrawer {
    background: url("/wp-content/themes/gemini/assets/img/menu-icon-dark.svg") no-repeat;
    background-position: right 3.5px;
    display: inline-block;
    height: 16px;
    padding-right: 24px;
  }
}

header.bloginfo nav.main ul a, header.bloginfo nav.main ul span {
  cursor: pointer;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: -0.5px;
  -webkit-transition: all 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: all 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: all 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
}

@media (max-width: 991px) {
  header.bloginfo nav.main ul a, header.bloginfo nav.main ul span {
    height: 21px;
    line-height: 21px;
  }
}

header.bloginfo nav.main ul a.showsignin, header.bloginfo nav.main ul span.showsignin {
  padding-left: 16px;
  padding-right: 16px;
}

header.bloginfo nav.main ul a.showsignin:hover, header.bloginfo nav.main ul span.showsignin:hover {
  background-color: #e2fbff;
  border: 1px solid #26DDF9;
  color: #3d414d;
  cursor: pointer;
}

header.bloginfo nav.main.light {
  color: #fff;
}

header.bloginfo nav.main.light ul .option :before {
  color: #fff;
}

header.bloginfo nav.main.light ul .option.signinnav a {
  border: 1px solid #fff;
  border-radius: 2px;
}

header.bloginfo nav.main.light ul .option.signinnav a:hover {
  border: 1px solid #26DDF9;
  background-color: #26DDF9;
}

@media (max-width: 991px) {
  header.bloginfo nav.main.light ul .option .showdrawer {
    background-image: url("/wp-content/themes/gemini/assets/img/menu-icon.svg");
  }
}

header.bloginfo nav.main.light ul .option a, header.bloginfo nav.main.light ul .option span {
  color: #fff;
}

.blog header.bloginfo nav.main ul .option.searchnav, .single-post header.bloginfo nav.main ul .option.searchnav {
  display: table-cell;
}

.blog header.bloginfo nav.main ul .option.drawernav:before, .single-post header.bloginfo nav.main ul .option.drawernav:before {
  content: '|';
  font-size: 12px;
  margin-right: 16px;
}

@media (max-width: 991px) {
  .blog header.bloginfo nav.main ul .option.drawernav.menuiconnav:before, .single-post header.bloginfo nav.main ul .option.drawernav.menuiconnav:before {
    content: '';
    margin-right: 0;
  }
}

.blogtitle, .errortitle {
  width: 100%;
  display: block;
  vertical-align: inherit;
  max-width: 100%;
}

@media (max-width: 880px) {
  .blogtitle, .errortitle {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .blogtitle, .errortitle {
    width: 100%;
  }
}

body.blog .cover .blogtitle.wrapper {
  max-width: 100% !important;
}

body.single .cover {
  min-height: 410px;
}

body.blog .cover {
  height: 40vh;
  min-height: 550px;
}

body.blog .cover .background, body.single .cover .background {
  background-position: center;
}

body.blog .cover section.posttitle, body.single .cover section.posttitle {
  padding-left: 15px;
  padding-right: 15px;
  width: 700px;
}

body.blog .cover .bxslider, body.single .cover .bxslider {
  visibility: hidden;
}

body.blog .cover .bxslider li, body.blog .cover.post-cover .posttitle, body.single .cover .bxslider li, body.single .cover.post-cover .posttitle {
  padding-top: 64px;
}

@media (max-width: 991px) {
  body.blog .cover .bxslider li, body.blog .cover.post-cover .posttitle, body.single .cover .bxslider li, body.single .cover.post-cover .posttitle {
    padding-top: 46px;
  }
}

body.blog .cover .posttitle .meta, body.single .cover .posttitle .meta {
  text-align: center;
}

body.blog .cover .posttitle.single, body.single .cover .posttitle.single {
  text-align: center;
  width: 100%;
  margin-top: auto;
}

body.blog .cover .posttitle .excerpt, body.single .cover .posttitle .excerpt {
  margin: 0 0 30px 0;
  color: #ffffff;
  line-height: 25px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

@media (max-width: 543px) {
  body.blog .cover .posttitle.center, body.single .cover .posttitle.center {
    vertical-align: middle;
  }
}

body.blog .cover.front .background, body.single .cover.front .background {
  opacity: 1;
}

body.blog .cover .bx-viewport, body.blog .cover .bx-wrapper, body.single .cover .bx-viewport, body.single .cover .bx-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body.blog .cover .bx-wrapper, body.single .cover .bx-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0;
  border: 0;
}

body.blog .cover .bx-wrapper .bxslider, body.single .cover .bx-wrapper .bxslider {
  height: 100%;
}

body.blog .cover .bx-wrapper .bxslider .postitem, body.single .cover .bx-wrapper .bxslider .postitem {
  padding-top: 0;
}

body.blog .cover .bx-wrapper .bxslider li, body.single .cover .bx-wrapper .bxslider li {
  height: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #101010;
}

body.blog .cover .bx-wrapper .bxslider li:after, body.single .cover .bx-wrapper .bxslider li:after {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: top center;
  content: '';
  opacity: 0.2;
}

body.blog .cover .bx-wrapper .bxslider li .bxitem-wrapper, body.single .cover .bx-wrapper .bxslider li .bxitem-wrapper {
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.blog .cover .bx-wrapper .bxslider li .bxitem-wrapper section, body.single .cover .bx-wrapper .bxslider li .bxitem-wrapper section {
  display: table-cell;
  vertical-align: middle;
}

body.blog .cover .bx-wrapper .bxslider li .bxitem-wrapper section > *, body.single .cover .bx-wrapper .bxslider li .bxitem-wrapper section > * {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

body.blog .cover .bx-wrapper .bxslider li .bxitem-wrapper section .readlink, body.single .cover .bx-wrapper .bxslider li .bxitem-wrapper section .readlink {
  height: 35px;
  width: 77px;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  display: table;
  margin-bottom: 65px;
}

body.blog .cover .bx-wrapper .bxslider li .bxitem-wrapper section .readlink a, body.single .cover .bx-wrapper .bxslider li .bxitem-wrapper section .readlink a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

body.blog .cover .bx-wrapper .bxslider li .bxitem-wrapper section .readlink a:hover, body.single .cover .bx-wrapper .bxslider li .bxitem-wrapper section .readlink a:hover {
  background-color: #26DDF9;
  border-color: #26DDF9;
}

body.blog .cover .bx-wrapper .bx-pager.bx-default-pager a, body.single .cover .bx-wrapper .bx-pager.bx-default-pager a {
  height: 12px;
  width: 12px;
}

body.blog .cover .bx-wrapper .bx-pager.bx-default-pager a:hover, body.blog .cover .bx-wrapper .bx-pager.bx-default-pager a.active, body.blog .cover .bx-wrapper .bx-pager.bx-default-pager a:focus, body.single .cover .bx-wrapper .bx-pager.bx-default-pager a:hover, body.single .cover .bx-wrapper .bx-pager.bx-default-pager a.active, body.single .cover .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #55CCDE;
}

body.blog .cover .bx-wrapper .bx-pager, body.blog .cover .bx-wrapper .bx-controls-auto, body.single .cover .bx-wrapper .bx-pager, body.single .cover .bx-wrapper .bx-controls-auto {
  bottom: 69px;
}

@media (max-width: 543px) {
  body.blog .cover .bx-wrapper .bx-pager, body.blog .cover .bx-wrapper .bx-controls-auto, body.single .cover .bx-wrapper .bx-pager, body.single .cover .bx-wrapper .bx-controls-auto {
    bottom: 27px;
  }
}

.cover .background {
  background-position: center;
}

section.postlist article:first-child {
  padding-top: 100px;
}

@media (max-width: 991px) {
  section.postlist article:first-child {
    padding-top: 80px;
  }
}

@media (max-width: 543px) {
  section.postlist article:first-child {
    padding-top: 50px;
  }
}

section.postlist article:not(:last-child):after {
  display: block;
  content: '';
  clear: both;
  height: 1px;
  max-width: 740px;
  width: 100%;
  background: #D4D6D9;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

section.postlist article:last-child {
  margin-bottom: 60px;
}

.blog footer {
  margin-top: 146px;
}

@media (max-width: 1251px) {
  .blog footer {
    margin-top: 60px;
  }
}

.postitem {
  padding: 0;
}

.postitem .excerpt {
  margin: 40px 0;
  color: #3D414D;
  overflow: hidden;
}

.postitem p.excerpt {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .postitem p.excerpt {
    margin-bottom: 26px;
  }
}

.postitem h2.title {
  margin-top: 17px;
  margin-bottom: 17px;
}

@media (max-width: 991px) {
  .postitem h2.title {
    margin-top: 14px;
    margin-bottom: 17px;
  }
}

@media (max-width: 543px) {
  .postitem h2.title {
    margin-top: 9px;
    margin-bottom: 12px;
  }
}

.postitem .meta li:last-child:before {
  display: none;
}

@media (max-width: 543px) {
  .postitem .meta {
    font-size: 11px;
    line-height: 20px;
  }
}

.postitem .meta .category {
  display: inline-block;
  background: #0697AD;
  border-radius: 30px;
  height: 28px;
}

@media (max-width: 543px) {
  .postitem .meta .category {
    height: 22px;
  }
}

.postitem .meta .category a {
  background: none;
  display: inline-block;
  padding: 0 15px;
  font-size: 13px;
  line-height: 29px;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  vertical-align: middle;
}

@media (max-width: 543px) {
  .postitem .meta .category a {
    font-size: 11px;
    line-height: 23px;
  }
}

.postitem .meta .date, .postitem .meta .readtime, .postitem .meta .issticky {
  margin-top: 0;
}

@media (max-width: 767px) {
  .postitem .meta .date, .postitem .meta .readtime, .postitem .meta .issticky {
    margin-top: 1px;
  }
}

@media (max-width: 543px) {
  .postitem .meta .date, .postitem .meta .readtime, .postitem .meta .issticky {
    margin-top: 4px;
  }
}

.postitem .meta .date a, .postitem .meta .readtime a, .postitem .meta .issticky a, .postitem .meta .author a {
  color: #3D414D;
  font-weight: 400;
}

.postitem .meta .author {
  float: left;
  display: inline-block;
  color: #B5B9BF;
}

.postitem .meta .author a {
  padding: 0;
}

.postitem .meta .author img {
  margin-right: 10px;
}

.postitem .meta .date:before, .postitem .meta .readtime:before, .postitem .meta .issticky:before {
  margin: 0;
  font-size: 10px;
  content: "\25CF";
  vertical-align: middle;
}

.postitem .meta .date a, .postitem .meta .readtime a, .postitem .meta .issticky a {
  padding: 0 4px;
}

.postitem h1.title:after {
  display: block;
  content: '';
  clear: both;
  height: 1px;
  width: 30%;
  background: #B5B9BF;
  margin: auto;
  margin-top: 19px;
  margin-bottom: 20px;
}

@media (max-width: 1251px) {
  .postitem h1.title:after {
    margin-top: 12px;
    margin-bottom: 23px;
  }
}

@media (max-width: 991px) {
  .postitem h1.title:after {
    margin-top: 18px;
    margin-bottom: 26px;
  }
}

@media (max-width: 543px) {
  .postitem h1.title:after {
    margin-top: 24px;
    margin-bottom: 19px;
  }
}

.posttitle .excerpt {
  margin: 35px 0;
  color: #fff;
}

.single .postitem .excerpt {
  margin: 40px 0;
  color: #B5B9BF;
  overflow: hidden;
}

.postlist article.format-standard .postimage {
  margin-bottom: 32px;
}

@media (max-width: 1251px) {
  .postlist article.format-standard .postimage {
    margin-bottom: 35px;
  }
}

footer.postinfo {
  -webkit-transition: left 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: left 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: left 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

footer.postinfo .default, footer.postinfo .relatedposts {
  padding: 20px 45px 20px 45px;
  display: table;
  width: 100%;
}

footer.postinfo .default section, footer.postinfo .default ul, footer.postinfo .relatedposts section, footer.postinfo .relatedposts ul {
  display: table-cell;
  vertical-align: middle;
}

footer.postinfo .default .backtotop, footer.postinfo .relatedposts .backtotop {
  padding-top: 10px;
  margin-top: 5px;
  width: 36px;
  height: 36px;
}

footer.postinfo .authorinfo a {
  color: #3D414D;
}

footer.postinfo .relatedposts a, footer.postinfo .relatedposts a:hover, footer.postinfo .relatedposts a:focus, footer.postinfo .relatedposts a:visited {
  color: #3D414D;
}

footer.postinfo .relatedposts .info .title {
  font-size: 17px;
}

footer.postinfo .postoptions {
  float: right;
  padding-left: 0;
}

footer.postinfo .postoptions .showsocial {
  line-height: 30px;
}

footer.postinfo .postoptions .showsocial div {
  font-size: 14px;
  display: inline-block;
}

footer.postinfo .postoptions .showsocial .sharebuttons {
  float: right;
  padding-left: 20px;
}

footer.postinfo .postoptions .showsocial .sharebuttons li {
  padding-left: 25px;
  float: left;
  display: block;
}

footer.postinfo .postoptions .showsocial .sharebuttons li:first-child {
  padding-left: 0;
}

.full-width {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* SEARCH */
.searchoverlay .closesearch {
  top: 80px;
  right: 91px;
}

.searchoverlay form {
  color: #757A84;
}

.searchoverlay form.filled {
  color: #fff;
}

.searchoverlay form input {
  border-bottom: 2px solid #757A84;
  border-bottom-color: inherit;
  font-size: 31px;
  line-height: 35px;
  letter-spacing: -2px;
  font-weight: 300;
  padding: 10px 0;
  color: inherit;
  margin-bottom: 0;
}

.searchoverlay form input::-webkit-input-placeholder {
  color: #757A84;
}

.searchoverlay form input::-moz-placeholder {
  color: #757A84;
}

.searchoverlay form input:-moz-placeholder {
  color: #757A84;
}

.searchoverlay form input:-ms-input-placeholder {
  color: #757A84;
}

.searchoverlay form .fa-search {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 24px;
  line-height: 35px;
}

body.search section.postlist article:first-child {
  padding-top: 60px;
}

.altpageheader {
  background-color: inherit;
  padding: 0;
  padding-top: 216px;
}

.altpageheader .wrapper {
  border-bottom: 1px solid #B5B9BF;
  padding-bottom: 115px;
}

#search-title {
  font-size: 22px;
  letter-spacing: -1.2px;
  line-height: 25px;
}

#search-query {
  font-weight: 100;
  font-size: 44px;
  padding-top: 6px;
  letter-spacing: -3.1px;
  line-height: 53px;
}

#search-postcount {
  font-size: 14px;
  letter-spacing: -0.20px;
  line-height: 21px;
  padding-top: 5px;
}

/* PAGE WRAPPER */
.pagewrapper {
  left: 0;
  -webkit-transition: left 200ms ease-in-out;
  -moz-transition: left 200ms ease-in-out;
  transition: left 200ms ease-in-out;
}

.pagewrapper .table-wrapper {
  border: 1px solid #E4E6E9;
  padding: 20px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.pagewrapper .table-wrapper h4 {
  margin-top: 0;
  margin-bottom: 28px;
}

.pagewrapper table.Table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #3D414D;
  width: 100%;
}

.pagewrapper table.Table thead {
  font-weight: 700;
  font-size: 13px;
  color: #3D414D;
}

.pagewrapper table.Table th, .pagewrapper table.Table td {
  font-size: 13px;
  padding: 17px 5px;
  border-bottom: 1px #D4D6D9 solid;
  text-align: left;
}

.pagewrapper table.Table.Outset {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.pagewrapper footer {
  text-align: center;
  padding-top: 146px;
}

@media (min-width: 992px) {
  .pagewrapper footer .mobile-footer {
    display: none;
  }
}

.pagewrapper footer .mobile-footer .inner {
  border-top: 1px solid #E4E6E9;
}

.pagewrapper footer .mobile-footer .shareoptions {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pagewrapper footer .mobile-footer .shareoptions ul.sharebuttons {
  padding: 0;
  padding-bottom: 37px;
  margin: 0;
  font-size: 20px;
  float: inherit;
  display: inline-block;
  list-style: none;
}

.pagewrapper footer .mobile-footer .shareoptions ul.sharebuttons li {
  margin-left: 25px;
  float: left;
}

.pagewrapper footer .mobile-footer .shareoptions ul.sharebuttons li:first-child {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: inherit;
  margin-left: 0;
}

.pagewrapper footer .mobile-footer .shareoptions ul.sharebuttons a {
  color: #989FAA;
}

.pagewrapper footer .mobile-footer .shareoptions ul.sharebuttons a:hover {
  color: #5A94EE;
}

.pagewrapper footer .mobile-footer .copyright {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 81px;
  color: #989FAA;
}

.pagewrapper footer .large-footer {
  height: 100%;
  color: #3D414D;
  border-top: 1px solid #E4E6E9;
}

.pagewrapper footer .large-footer .row {
  margin-right: -5px;
  margin-left: -5px;
}

.pagewrapper footer .large-footer .row > div:not(:first-child) {
  border-left: 1px solid #E4E6E9;
}

.pagewrapper footer .large-footer ul.links {
  list-style: none;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 11px;
}

.pagewrapper footer .large-footer ul.links li {
  text-align: left;
  padding-bottom: 11px;
}

.pagewrapper footer .large-footer ul.links li a {
  color: #3D414D;
}

.pagewrapper footer .large-footer ul.links li a:hover {
  color: #0EAEC6;
}

.pagewrapper footer .large-footer ul.links li:last-child {
  padding-bottom: 60px;
}

.pagewrapper footer .large-footer ul.links ul {
  list-style: none;
  padding-left: 10px;
}

.pagewrapper footer .large-footer ul.links ul li {
  padding-top: 9px;
}

.pagewrapper footer .large-footer ul.links ul li:last-child {
  padding-bottom: 0;
}

.pagewrapper footer .large-footer .shareoptions ul.sharebuttons {
  padding: 0;
  padding-bottom: 0;
  margin: 0;
  font-size: 15px;
  float: inherit;
  display: inline-block;
  list-style: none;
}

.pagewrapper footer .large-footer .shareoptions ul.sharebuttons li {
  margin-left: 25px;
  float: left;
}

.pagewrapper footer .large-footer .shareoptions ul.sharebuttons li:first-child {
  margin-left: 0;
}

.pagewrapper footer .large-footer .shareoptions ul.sharebuttons a {
  color: #3D414D;
}

.pagewrapper footer .large-footer .shareoptions ul.sharebuttons a:hover {
  color: #27AAF0;
}

.pagewrapper footer .large-footer .copyright {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  color: #3D414D;
  text-align: left;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .pagewrapper footer .large-footer {
    display: none;
  }
}

.pagewrapper footer .large-footer .inner {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.pagewrapper footer .large-footer .inner .header {
  border-bottom: 1px solid #E4E6E9;
  font-size: 11px;
  padding: 13px 19px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.pagewrapper footer .large-footer #social .header {
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
  padding-bottom: 7px;
}

.pagewrapper footer .large-footer #legal-support {
  padding-left: 0;
  padding-right: 0;
  border-left: 1px solid #E4E6E9;
}

@media (max-width: 1251px) {
  .pagewrapper footer .large-footer #legal-support {
    height: 100%;
  }
}

.pagewrapper footer .large-footer #legal-support #support {
  border-left: 1px solid #E4E6E9;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1251px) {
  .pagewrapper footer .large-footer #legal-support #support {
    position: relative;
    height: 35%;
    border-left: none;
    border-top: 1px solid #E4E6E9;
  }
}

.pagewrapper footer .large-footer #legal-support #legal {
  height: 100%;
  float: left;
}

@media (max-width: 1251px) {
  .pagewrapper footer .large-footer #legal-support #legal {
    height: 65%;
    border-left: none;
  }
}

@media (max-width: 1251px) {
  .pagewrapper footer {
    padding-top: 60px;
  }
}

.pagewrapper footer p {
  color: #989FAA;
  text-align: center;
}

/* WIDGETS */
.widget .widget-title {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget p {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget li a {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.blog_info h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.navigation {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.twitter .text {
  font: 400 0.41667 "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.twitter .author {
  font: 300 14px "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.twitter .date {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget .searchform input {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.latestposts .category {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.latestposts h5 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.relatedposts .feature:after, .widget.randomposts .feature:after {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.relatedposts h4, .widget.randomposts h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.subscribe input[type="email"] {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.subscribe input[type="submit"] {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.copyright .main {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget.copyright .alt {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.drawer .widget.authorprofile .meta .title, .drawer .widget.authorprofile .meta .twittertag {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.drawer .widget.authorprofile .meta h3 a {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.posttitle:after {
  display: none;
}

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

.posttitle p, .posttitle h1 {
  color: #ffffff;
  text-align: center;
}

.posttitle h5 {
  margin: 15px 0 20px 0;
}

.posttitle h5:first-of-type {
  margin-top: 0;
}

.posttitle.postitem h1, .posttitle.postitem h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.posttitle.postitem .excerpt {
  margin: 0;
  color: #fff;
}

.postcontents p, .postcontents ul, .postcontents ol {
  margin: 20px 0;
  padding: 0;
}

.postcontents p li, .postcontents ul li, .postcontents ol li {
  margin-bottom: 5px;
  margin-left: 30px;
  padding: 0;
}

.postcontents h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.postcontents h5:first-of-type {
  margin-top: 0;
}

.postcontents p {
  margin-top: 0;
}

.static .postcontents {
  margin-top: 0;
}

.static .cover {
  margin-bottom: 100px;
}

@media (max-width: 1251px) {
  .static .cover {
    margin-bottom: 65px;
  }
}

@media (max-width: 991px) {
  .static .cover {
    margin-bottom: 60px;
  }
}

.postbottom.wrapper:before {
  display: none;
}

/** Hide permalink on post page **/
body.single .postbottom .shareoptions .permalink {
  display: none;
}

/** Hide tags on post page footer **/
.postbottom .info {
  display: none;
}

.postbottom {
  margin: 50px auto 55px;
}

.postbottom .shareoptions {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.postbottom .shareoptions ul.sharebuttons {
  float: inherit;
  display: inline-block;
}

.postbottom .shareoptions ul.sharebuttons li {
  margin-left: 25px;
}

.postbottom .shareoptions ul.sharebuttons li:first-child {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: inherit;
  margin-left: 0;
}

ul.sharebuttons {
  font-size: 20px;
}

ul.sharebuttons a {
  color: #989FAA;
}

ul.sharebuttons a:hover {
  color: #5A94EE;
}

body.single .pagewrapper .widget.authorprofile, body.page .pagewrapper .widget.authorprofile, .authortitle {
  background: none;
  max-width: 740px;
  margin: auto;
  padding: 0;
  padding-top: 45px;
  border-top: 1px solid #D4D6D9;
  text-align: inherit;
}

body.single .pagewrapper .widget.authorprofile:after, body.page .pagewrapper .widget.authorprofile:after, .authortitle:after {
  display: none;
}

body.single .pagewrapper .widget.authorprofile .info, body.page .pagewrapper .widget.authorprofile .info, .authortitle .info {
  margin: 0;
  padding-top: 10px;
  height: 70px;
}

@media (max-width: 543px) {
  body.single .pagewrapper .widget.authorprofile .info, body.page .pagewrapper .widget.authorprofile .info, .authortitle .info {
    padding: 0 10px;
    height: 60px;
  }
}

body.single .pagewrapper .widget.authorprofile .info > a, body.page .pagewrapper .widget.authorprofile .info > a, .authortitle .info > a {
  float: left;
  display: block;
  color: #3D414D;
}

body.single .pagewrapper .widget.authorprofile .info > a img, body.page .pagewrapper .widget.authorprofile .info > a img, .authortitle .info > a img {
  float: left;
  height: 60px;
  width: 60px;
  margin-right: 20px;
}

body.single .pagewrapper .widget.authorprofile .info > a .info, body.page .pagewrapper .widget.authorprofile .info > a .info, .authortitle .info > a .info {
  float: left;
  border: 0;
}

body.single .pagewrapper .widget.authorprofile .info > a .info .title, body.page .pagewrapper .widget.authorprofile .info > a .info .title, .authortitle .info > a .info .title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.7px;
}

@media (max-width: 543px) {
  body.single .pagewrapper .widget.authorprofile .info > a .info .title, body.page .pagewrapper .widget.authorprofile .info > a .info .title, .authortitle .info > a .info .title {
    line-height: 23px;
    padding-top: 10px;
  }
}

body.single .pagewrapper .widget.authorprofile .info > a .info > span, body.page .pagewrapper .widget.authorprofile .info > a .info > span, .authortitle .info > a .info > span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
}

@media (max-width: 543px) {
  body.single .pagewrapper .widget.authorprofile .info > a .info > span, body.page .pagewrapper .widget.authorprofile .info > a .info > span, .authortitle .info > a .info > span {
    line-height: 30px;
  }
}

body.single .pagewrapper .widget.authorprofile .info time, body.page .pagewrapper .widget.authorprofile .info time, .authortitle .info time {
  float: right;
  font-size: 14px;
  padding-top: 8px;
  padding-right: 18px;
  letter-spacing: -0.2px;
  line-height: 24px;
}

@media (max-width: 543px) {
  body.single .pagewrapper .widget.authorprofile .info time, body.page .pagewrapper .widget.authorprofile .info time, .authortitle .info time {
    float: left;
    padding: 0 90px;
    line-height: 27px;
  }
}

/* COMMENTS */
.commentheader {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.commentheader .commentcount {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.commentitems .notification {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li.comment h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li.comment .meta .info {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li.comment .body p {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li.comment .buttons a, li.comment .buttons span {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comment-respond {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comment-respond textarea {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/** Crop blog list featured images */
.postlist article.format-standard .content.postimage {
  height: 215px;
}

@media (max-width: 543px) {
  .postlist article.format-standard .content.postimage {
    height: 140px;
  }
}

body.single .postcontents {
  padding-top: 49px;
}

body.single .postcontents h4 {
  margin: 0;
  padding-top: 43px;
  padding-bottom: 19px;
}

body.single .postcontents blockquote {
  text-align: center;
  width: 85%;
  border: 0;
  padding: 0;
  margin: auto;
}

body.single .postcontents blockquote h3 {
  padding: 45px 0;
  color: #0697AD;
}

@media (min-width: 992px) {
  body.single .postcontents img {
    max-width: 850px;
    width: 850px;
    margin-left: -75px;
  }
}

body.single #comments-wrapper {
  background-color: #FAFAFA;
  width: 100%;
  border-top: 2px solid #f2f2f2;
}

body.single #comments-wrapper #join-the-discussion {
  color: rgba(0, 39, 59, 0.2);
  margin-top: 50px;
  margin-bottom: 36px;
}

body.single #comments-wrapper .disquscomments {
  margin-bottom: 0;
}

.drawer {
  position: fixed;
  padding: 0;
  z-index: -99;
  width: 100%;
  height: 100vh;
  min-height: 940px;
  background-color: transparent;
  -webkit-transition: background-color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99), z-index 0ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 400ms;
  -moz-transition: background-color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99), z-index 0ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 400ms;
  transition: background-color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99), z-index 0ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 400ms;
}

@media (max-width: 991px) {
  .drawer {
    min-height: 1100px;
  }
}

.drawer.show {
  z-index: 3000;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: background-color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99), z-index 0ms linear;
  -moz-transition: background-color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99), z-index 0ms linear;
  transition: background-color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99), z-index 0ms linear;
}

.drawer.show #offcanvas-menu {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.touchevents #offcanvas-menu #menu-main {
  overflow-y: scroll;
}

#offcanvas-menu {
  border-left: 1px solid #3D414D;
  overflow: hidden;
  position: absolute;
  width: 300px;
  top: 0;
  right: 0;
  background: #212830;
  z-index: 100;
  letter-spacing: 0.3px;
  max-width: 300px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: -moz-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
}

#offcanvas-menu #menu-main {
  border-top: 1px solid #3D414D;
  position: relative;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

#offcanvas-menu #menu-main ul {
  list-style: none;
}

#offcanvas-menu #menu-main #menu-signinup-links, #offcanvas-menu #menu-main #menu-links {
  margin: 0;
  padding-top: 45px;
  display: block;
  list-style: none;
  margin-right: 65px;
  border-right: 1px solid #3D414D;
  text-transform: uppercase;
  padding-bottom: 45px;
  padding-left: 0;
}

@media (max-width: 543px) {
  #offcanvas-menu #menu-main #menu-signinup-links, #offcanvas-menu #menu-main #menu-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#offcanvas-menu #menu-main #menu-signinup-links li, #offcanvas-menu #menu-main #menu-links li {
  padding-bottom: 3px;
  padding-left: 28px;
}

#offcanvas-menu #menu-main #menu-signinup-links a, #offcanvas-menu #menu-main #menu-links a {
  color: #B5B9BF;
  font-size: 12px;
  line-height: 34px;
  letter-spacing: 0.3px;
  font-weight: 700;
}

#offcanvas-menu #menu-main #menu-signinup-links a:hover, #offcanvas-menu #menu-main #menu-links a:hover {
  color: #fff;
}

#offcanvas-menu #menu-main #menu-signinup-links {
  border-bottom: 1px solid #3D414D;
}

#offcanvas-menu #menu-main #menu-close {
  position: absolute;
  top: 19px;
  right: 0;
  width: 65px;
  height: 65px;
  border-bottom: 1px solid #3D414D;
  border-top: 1px solid #3D414D;
}

#offcanvas-menu #menu-main #menu-close:hover {
  cursor: pointer;
  background: #3D414D;
}

#offcanvas-menu #menu-main #menu-close span {
  -webkit-transition: color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  color: #989FAA;
  font-weight: 200;
  font-size: 33px;
  letter-spacing: 0;
  margin-left: 23px;
  line-height: 40px;
  margin-top: 8px;
  display: inline-block;
}

#offcanvas-menu #menu-main #menu-close span:hover {
  color: #fff;
}

#offcanvas-menu #menu-main #menu-top, #offcanvas-menu #menu-main #menu-footer {
  width: 100%;
  height: auto;
}

#offcanvas-menu #menu-main #menu-footer {
  width: 100%;
  height: auto;
  border-top: 1px solid #3D414D;
}

#offcanvas-menu #menu-main #menu-footer #menu-footer-links {
  list-style: none;
  margin: 0 65px 0 0;
  border-right: 1px solid #3D414D;
  padding-left: 28px;
  padding-top: 45px;
  padding-bottom: 170px;
}

@media (max-width: 543px) {
  #offcanvas-menu #menu-main #menu-footer #menu-footer-links {
    padding-top: 20px;
    padding-bottom: 85px;
  }
}

#offcanvas-menu #menu-main #menu-footer #menu-footer-links a {
  -webkit-transition: color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  color: #989FAA;
  font-weight: 400;
  font-size: 12px;
  color: #989FAA;
  line-height: 38px;
}

#offcanvas-menu #menu-main #menu-footer #menu-footer-links a:hover {
  color: #fff;
}

#offcanvas-menu #menu-main #menu-footer #menu-social-links {
  font-family: FontAwesome;
  font-size: 20px;
  color: #989FAA;
  position: absolute;
  right: 0;
}

#offcanvas-menu #menu-main #menu-footer #menu-social-links ul {
  list-style: none;
  height: 100%;
  margin-top: 0;
  text-align: center;
  position: relative;
  right: 0;
  width: 65px;
  padding-top: 44px;
  padding-left: 0;
}

#offcanvas-menu #menu-main #menu-footer #menu-social-links ul li {
  padding-bottom: 23px;
}

#offcanvas-menu #menu-main #menu-footer #menu-social-links ul li a {
  -webkit-transition: color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: color 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  color: #989FAA;
  font-size: 20px;
  line-height: 15px;
}

#offcanvas-menu #menu-main #menu-footer #menu-social-links ul li a:hover {
  color: #fff;
}

#offcanvas-menu #menu-main #menu-footer #menu-copyright {
  font-size: 11px;
  height: auto;
  width: 100%;
  background-color: #212830;
  z-index: 999;
  border-top: 1px solid #3D414D;
  color: #757A84;
  padding: 30px 0 30px 28px;
  font-weight: 500;
  line-height: 16px;
}

.tocify {
  z-index: 999;
  border: none;
  border-top: 1px solid #e4e6e9;
  border-bottom: 1px solid #e4e6e9;
  border-radius: 0;
  position: relative;
  width: 100%;
}

.tocify li {
  overflow: hidden;
  white-space: nowrap;
  width: 265px;
  text-overflow: ellipsis;
}

.tocify-header {
  font-size: 12px;
  color: #3D414D;
}

.tocify li.tocify-focus {
  border-left: 5px solid #26DDF9;
}

#toc-wrapper {
  top: -2000px;
  position: fixed;
  z-index: 100;
  right: 65px;
  width: 300px;
}

@media (max-width: 1251px) {
  #toc-wrapper {
    right: 25px;
  }
  #toc-wrapper .tocify {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1681px) {
  #toc-wrapper {
    left: 1315px;
    right: auto;
  }
}

#toc {
  margin-top: 0;
  max-height: 500px;
  margin-left: 0;
}

#toc li a {
  color: #3D414D;
}

#toc li.tocify-focus a {
  color: #000;
  font-weight: 600;
}

.tocify-subheader {
  display: inline !important;
}

.page-template-page-about .container-fluid {
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}

.page-template-page-about #intro {
  background: url("/wp-content/themes/cedar/assets/img/AboutUs-Background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #1E1C26;
  height: 80vh;
  color: #FFFFFF;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .page-template-page-about #intro {
    background-size: auto 100%;
  }
  .page-template-page-about #intro .section-title {
    margin-bottom: 60px;
  }
}

@media (max-width: 543px) {
  .page-template-page-about #intro {
    padding-top: 105px;
  }
  .page-template-page-about #intro .section-title {
    margin-bottom: 50px;
  }
}

.page-template-page-about #intro .container-fluid {
  display: table-cell;
  vertical-align: middle;
}

.page-template-page-about #intro #title {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 543px) {
  .page-template-page-about #intro #title {
    position: static;
    top: auto;
    transform: none;
  }
}

.page-template-page-about #intro #title h3 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: 300;
}

.page-template-page-about #intro #title .icon {
  margin-top: 16px;
  display: block;
}

.page-template-page-about #intro p {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  font-weight: 400;
}

.page-template-page-about #intro p strong {
  font-weight: 600;
}

.page-template-page-about #began {
  text-align: center;
  background-color: white;
}

.page-template-page-about #began h3 {
  color: #0697AD;
  margin: 50px auto;
}

.page-template-page-about #began .inner {
  padding: 180px 150px;
}

@media (max-width: 1251px) {
  .page-template-page-about #began .inner {
    padding: 80px 0px;
  }
}

@media (max-width: 991px) {
  .page-template-page-about #began .inner {
    padding: 80px 0px;
  }
}

@media (max-width: 767px) {
  .page-template-page-about #began .inner {
    padding: 40px 0px;
  }
}

.page-template-page-about #bridge-journey {
  color: white;
  background-color: red;
}

.page-template-page-about #bridge-journey h5 {
  margin-bottom: 10px;
  margin-top: 0px;
  color: white;
}

.page-template-page-about #bridge-journey h5:after {
  content: " ";
  width: 70px;
  border-bottom: 1px solid white;
  margin-top: 35px;
  display: block;
}

.page-template-page-about #bridge-journey #bridge, .page-template-page-about #bridge-journey #journey {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #3D414D;
}

.page-template-page-about #bridge-journey #bridge p, .page-template-page-about #bridge-journey #journey p {
  color: white;
}

.page-template-page-about #bridge-journey #bridge .inner, .page-template-page-about #bridge-journey #journey .inner {
  padding-top: 184px;
  padding-bottom: 184px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .page-template-page-about #bridge-journey #bridge .inner, .page-template-page-about #bridge-journey #journey .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-template-page-about #bridge-journey #bridge {
  background-color: #2B2B3C;
}

.page-template-page-about #bridge-journey #bridge .image {
  background: url("/wp-content/themes/cedar/assets/img/about-inspace.jpg");
  background-size: 100% auto;
  background-position: center;
  height: 500px;
  padding: 0px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .page-template-page-about #bridge-journey #bridge .image {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .page-template-page-about #bridge-journey #bridge .image {
    height: 300px;
  }
}

.page-template-page-about #bridge-journey #journey .image {
  background: url("/wp-content/themes/cedar/assets/img/about-canister.jpg");
  background-size: 100% auto;
  background-position: center;
  height: 300px;
}

.page-template-page-about #press {
  background-color: #212830;
  padding-top: 146px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .page-template-page-about #press {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .page-template-page-about #press {
    padding-top: 80px;
  }
}

.page-template-page-about #press h5 {
  color: #FFFFFF;
  text-align: center;
}

.page-template-page-about #press p {
  color: #FFFFFF;
  text-align: center;
}

.page-template-page-about #press .download {
  height: 281px;
  padding: 0px;
  margin-top: 80px;
}

.page-template-page-about #press .download .row {
  margin-right: 0;
  margin-left: 0;
}

.page-template-page-about #press .download .left, .page-template-page-about #press .download .right {
  padding: 0px;
  height: 100%;
  height: 281px;
}

.page-template-page-about #press .download .left {
  background-color: #3D414D;
  color: white;
}

.page-template-page-about #press .download .right {
  background-color: white;
  color: #212830;
}

.page-template-page-about #press .download .gemini-logo {
  max-width: 240px;
  max-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -120px;
}

.page-template-page-about #press .download .download-link {
  position: absolute;
  font-size: 12px;
  bottom: 21px;
  left: 33px;
}

.page-template-page-about footer {
  background-color: #212830;
}

@media (max-width: 767px) {
  .page-template-page-about footer {
    padding-top: 260px;
  }
}

.page-template-page-about footer .mobile-footer .inner {
  border-top: 1px solid #3D414D;
}

.page-template-page-about footer .large-footer {
  background-color: #3D414D;
  border-top: 1px solid #585F6D;
  color: #B5B9BF;
}

.page-template-page-about footer .large-footer .row > div:not(:first-child) {
  border-left: 1px solid #585F6D;
}

.page-template-page-about footer .large-footer ul.links li a {
  color: #B5B9BF;
}

.page-template-page-about footer .large-footer ul.links li a:hover {
  color: white;
}

.page-template-page-about footer .large-footer .shareoptions > ul.sharebuttons a {
  color: #B5B9BF;
}

.page-template-page-about footer .large-footer .shareoptions > ul.sharebuttons a:hover {
  color: #27AAF0;
}

.page-template-page-about footer .large-footer .inner .header {
  border-bottom: 1px solid #585F6D;
}

.page-template-page-about footer .large-footer #legal-support {
  border-left: 1px solid #585F6D;
}

.page-template-page-about footer .large-footer #legal-support #support {
  border-left: 1px solid #585F6D;
}

@media (max-width: 1251px) {
  .page-template-page-about footer .large-footer #legal-support #support {
    border-top: 1px solid #585F6D;
    border-left: none;
  }
}

.page-template-page-about footer .large-footer .copyright {
  color: #B5B9BF;
}

.page-template-page-security > main {
  background-color: #1E1C26;
}

.page-template-page-security > main p, .page-template-page-security > main h1, .page-template-page-security > main h4, .page-template-page-security > main h5, .page-template-page-security > main ul > li {
  color: white;
}

.page-template-page-security > main h1::after {
  content: " ";
  width: 120px;
  border-bottom: 1px solid white;
  margin-left: calc(50% - 60px);
  margin-top: 35px;
  display: block;
}

.page-template-page-security > main h4::after,
.page-template-page-security > main h1, .page-template-page-security > main h4, .page-template-page-security > main h5 {
  margin-bottom: 10px;
  margin-top: 0px;
}

.page-template-page-security > main h4::after {
  content: " ";
  width: 70px;
  border-bottom: 1px solid white;
  margin-top: 35px;
  display: block;
}

.page-template-page-security > main section ul > li {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.28px;
  line-height: 25px;
}

.page-template-page-security > main .icon {
  margin-top: 25px;
}

.page-template-page-security > main #intro {
  background: url("/wp-content/themes/gemini/assets/img/security/security-background-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #1E1C26;
  text-align: center;
  height: 80vh;
  color: #FFFFFF;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .page-template-page-security > main #intro {
    background-size: auto 100%;
    background-position: -300px;
  }
}

.page-template-page-security > main #intro #intro-content {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .page-template-page-security > main #intro #intro-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.page-template-page-security > main #intro .container-fluid {
  display: table-cell;
  vertical-align: middle;
}

.page-template-page-security > main #intro h5 {
  color: #FFFFFF;
  text-align: center;
}

.page-template-page-security > main #intro p {
  text-align: center;
  color: #FFFFFF;
  padding: 0 75px;
}

@media (max-width: 767px) {
  .page-template-page-security > main #intro p {
    padding: 0px 5px;
  }
}

.page-template-page-security > main .image {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

.page-template-page-security > main #digital {
  background-color: #1E1C26;
}

.page-template-page-security > main #digital .image {
  border-left: 1px solid #3D414D;
  background-image: url("/wp-content/themes/gemini/assets/img/security/security-pod.png");
}

.page-template-page-security > main #digital .row > div:first-child {
  margin-top: -70px;
  padding-bottom: 100px;
}

.page-template-page-security > main #financial {
  border-top: 1px solid #3D414D;
}

.page-template-page-security > main #financial .image {
  border-right: 1px solid #3D414D;
  background-image: url("/wp-content/themes/gemini/assets/img/security/security-launch.png");
}

.page-template-page-security > main #financial .row > div:nth-child(2) {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-template-page-security > main #email-internal {
  border-top: 1px solid #3D414D;
}

.page-template-page-security > main #email-internal .row > div:first-child {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-template-page-security > main #email-internal .image {
  border-left: 1px solid #3D414D;
  background-image: url("/wp-content/themes/gemini/assets/img/security/security-clouds.png");
}

.page-template-page-security > main #email-internal ul {
  padding-left: 16px;
}

.page-template-page-security > main #questions {
  padding: 100px 0;
  background-color: #2A2735;
}

.page-template-page-security > main #questions h4::after {
  display: none;
}

.page-template-page-security > main #questions p, .page-template-page-security > main #questions h4 {
  color: white;
}

.page-template-page-security > main #reporting {
  background-color: #057586;
}

.page-template-page-security > main #reporting h4 {
  color: white;
}

.page-template-page-security > main #reporting h4::after {
  display: none;
}

.page-template-page-security > main #reporting p {
  color: white;
}

.page-template-page-security > main #reporting .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-template-page-security > main #reporting .inner {
    margin-top: 100px;
  }
}

.page-template-page-security > main #reporting .inner#center > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-page-security > main #reporting #pgp {
  background-color: #12616D;
  overflow-x: hidden;
}

.page-template-page-security > main #reporting #pgp #tooltip-element {
  font-size: 14px;
  background: #fff;
  border: 1px solid #585f6d;
  display: none;
}

.page-template-page-security > main #reporting #pgp:hover button {
  opacity: 1;
}

.page-template-page-security > main #reporting #pgp:hover button:hover {
  background: #fff;
}

.page-template-page-security > main #reporting #pgp:hover button:hover svg g {
  stroke: #000;
}

.page-template-page-security > main #reporting #pgp button {
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  top: 22px;
  padding: 0;
  position: absolute;
  margin-top: 0;
  right: 4px;
  width: 35px;
  height: 35px;
  border-radius: 0;
  white-space: nowrap;
  opacity: 0;
  transition: all 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
}

.page-template-page-security > main #reporting #pgp button svg {
  vertical-align: middle;
}

.page-template-page-security > main #reporting #pgp button svg g {
  fill: transparent;
  stroke: #fff;
  transition: all 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
}

.page-template-page-security > main #reporting #pgp pre {
  background-color: inherit;
  padding: 0;
}

.page-template-page-security > main #reporting #pgp code {
  color: #FFFFFF;
  background: inherit;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 14px;
}

.page-template-page-security > main #disclosure {
  background-color: #212830;
  padding-top: 91px;
  padding-bottom: 18px;
}

.page-template-page-security > main #disclosure h4::after {
  display: none;
}

.page-template-page-security > main #disclosure h5 {
  color: #FFFFFF;
}

.page-template-page-security > main #disclosure p {
  color: #FFFFFF;
}

.page-template-page-security > main footer {
  background-color: #212830;
  padding-top: 80px;
}

.page-template-page-security > main footer .mobile-footer .inner {
  border-top: 1px solid #3D414D;
}

.page-template-page-security > main footer .large-footer {
  background-color: #3D414D;
  border-top: 1px solid #585F6D;
  color: #B5B9BF;
}

.page-template-page-security > main footer .large-footer .row > div:not(:first-child) {
  border-left: 1px solid #585F6D;
}

.page-template-page-security > main footer .large-footer ul.links li a {
  color: #B5B9BF;
}

.page-template-page-security > main footer .large-footer ul.links li a:hover {
  color: white;
}

.page-template-page-security > main footer .large-footer .shareoptions > ul.sharebuttons a {
  color: #B5B9BF;
}

.page-template-page-security > main footer .large-footer .shareoptions > ul.sharebuttons a:hover {
  color: #27AAF0;
}

.page-template-page-security > main footer .large-footer .inner .header {
  border-bottom: 1px solid #585F6D;
}

.page-template-page-security > main footer .large-footer #legal-support {
  border-left: 1px solid #585F6D;
}

.page-template-page-security > main footer .large-footer #legal-support #support {
  border-left: 1px solid #585F6D;
}

@media (max-width: 1251px) {
  .page-template-page-security > main footer .large-footer #legal-support #support {
    border-top: 1px solid #585F6D;
    border-left: none;
  }
}

.page-template-page-security > main footer .large-footer .copyright {
  color: #B5B9BF;
}

.ui-tooltip-content {
  font-size: 14px;
}

@keyframes flash-row {
  0% {
    color: rgba(228, 230, 233, 0.5);
  }
  5% {
    color: #fff;
  }
  100% {
    color: rgba(228, 230, 233, 0.5);
  }
}

@keyframes remove-row {
  0% {
    height: 31px;
    opacity: 1.0;
  }
  100% {
    height: 0;
    visibility: hidden;
    opacity: 0.0;
  }
}

@-webkit-keyframes pulse-dropdown {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes pulse-dropdown {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse-dropdown {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes arrow-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@-moz-keyframes arrow-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@keyframes arrow-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

.page-template-page-landing {
  background-color: white;
  color: #3D414D;
}

.page-template-page-landing .btc-suffix {
  font-size: 15px;
  font-weight: 600;
}

@media (min-width: 1252px) {
  .page-template-page-landing .extended-line {
    height: 60px;
    border-right: 1px solid #E4E6E9;
  }
}

.page-template-page-landing #currency-dropdown {
  margin-top: 5px;
  display: none;
  cursor: pointer;
  float: left;
  position: absolute;
  background: #191e24;
  font-size: 11px;
  border: 1px solid #464c5b;
  z-index: 10;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page-template-page-landing #currency-dropdown div {
  border-bottom: 1px solid #464c5b;
  padding: 12px 29px;
  text-align: left;
}

.page-template-page-landing #currency-dropdown div:hover {
  background: #464c5b;
}

.page-template-page-landing #currency-dropdown div:last-of-type {
  border-bottom: none;
}

.page-template-page-landing #currency-pair {
  cursor: pointer;
}

.page-template-page-landing #currency-pair:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 9px;
  padding-left: 5px;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  -moz-transition: -moz-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: pulse-dropdown 1s 3;
  -moz-animation: pulse-dropdown 1s 3;
  animation: pulse-dropdown 1s 3;
  transform-origin: 70%;
  width: 7px;
  height: 12px;
  display: inline-block;
}

.page-template-page-landing #currency-pair.clicked:after {
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  -moz-transition: -moz-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}

.page-template-page-landing .container-fluid:not(.full-width) {
  max-width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-landing .container-fluid:not(.full-width) .row .row {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1251px) {
  .page-template-page-landing .container-fluid:not(.full-width) {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .page-template-page-landing .container-fluid:not(.full-width) {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-landing .container-fluid:not(.full-width) .landing-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.page-template-page-landing a.gemini-button-big-dark-bg {
  margin-top: 20px;
}

.page-template-page-landing a.showsignin:hover {
  background-color: #26DDF9;
  border: 1px solid #26DDF9;
  color: white;
  cursor: pointer;
}

.page-template-page-landing h1 {
  color: white;
}

.page-template-page-landing h1, .page-template-page-landing h4, .page-template-page-landing h5 {
  margin-bottom: 10px;
  margin-top: 0px;
}

.page-template-page-landing p, .page-template-page-landing h4, .page-template-page-landing h5 {
  color: #3D414D;
}

.page-template-page-landing h1::after {
  content: " ";
  width: 70px;
  border-bottom: 1px solid white;
  margin-top: 35px;
  color: white;
  display: block;
}

.page-template-page-landing h4::after, .page-template-page-landing h5:after {
  content: " ";
  width: 70px;
  border-bottom: 1px solid #3D414D;
  margin-top: 35px;
  display: block;
}

@media (max-width: 1251px) {
  .page-template-page-landing h4::after, .page-template-page-landing h5:after {
    margin-top: 22px;
  }
}

.page-template-page-landing .icon {
  margin-bottom: 15px;
}

@media (max-width: 543px) {
  .page-template-page-landing h4 {
    text-align: center;
  }
  .page-template-page-landing h4::after {
    content: " ";
    width: 120px;
    border-bottom: 1px solid #3D414D;
    margin-left: calc(50% - 60px);
    margin-top: 15px;
    display: block;
  }
  .page-template-page-landing .icon {
    margin-left: calc(50% - 20px);
  }
}

.page-template-page-landing .border-bottom {
  border-bottom: 1px solid #E4E6E9;
}

.page-template-page-landing .border-top {
  border-top: 1px solid #E4E6E9;
}

.page-template-page-landing .border-right {
  border-right: 1px solid #E4E6E9;
}

.page-template-page-landing #intro {
  text-align: left;
  background: url("/wp-content/themes/cedar/assets/img/landing-hero-horizon.jpg");
  background-size: cover;
  background-position: bottom;
  height: 100vh;
  margin-bottom: 0;
  min-height: 600px;
}

.page-template-page-landing #intro .container-fluid {
  display: table-cell;
  vertical-align: middle;
}

.page-template-page-landing #intro header.bloginfo {
  border-bottom: 1px solid rgba(228, 230, 233, 0.2);
}

.page-template-page-landing #intro h5 {
  color: white;
}

.page-template-page-landing #intro h5:after {
  display: none;
}

.page-template-page-landing #intro p {
  text-align: left;
  color: #FFFFFF;
}

.page-template-page-landing #intro #order-book {
  background-color: rgba(18, 21, 36, 0.9);
  border-left: 1px solid rgba(151, 151, 151, 0.4);
  bottom: 0;
  color: #fff;
  position: absolute;
  right: 0;
  top: 111px;
}

.page-template-page-landing #intro #order-book .stats-panel {
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  padding: 7px 20px 38px 55px;
  width: 480px;
  display: none;
}

.page-template-page-landing #intro #order-book .stats-panel .stat {
  float: left;
  width: 185px;
}

.page-template-page-landing #intro #order-book .stats-panel .stat:nth-child(2n) {
  width: 220px;
}

.page-template-page-landing #intro #order-book .stats-panel .stat dt {
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  margin-top: 34px;
  text-transform: uppercase;
}

.page-template-page-landing #intro #order-book .stats-panel .stat dd {
  font-size: 22px;
  letter-spacing: -0.3px;
  line-height: 32px;
  margin-left: 0;
}

.page-template-page-landing #intro #order-book > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.page-template-page-landing #intro #order-book .order-book-wrapper {
  flex: 1;
  position: relative;
  display: none;
}

.page-template-page-landing #intro #order-book .order-book-table {
  font-size: 13px;
  font-weight: normal;
}

.page-template-page-landing #intro #order-book .order-book-table .tHead {
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  border-top: 1px solid rgba(151, 151, 151, 0.4);
  overflow: hidden;
}

.page-template-page-landing #intro #order-book .order-book-table .tBody {
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 36px;
}

.page-template-page-landing #intro #order-book .order-book-table .scrollBlocker {
  background-color: transparent;
  display: none;
}

.page-template-page-landing #intro #order-book .order-book-table .tCell {
  display: inline-block;
  margin-left: 20px;
  width: 95px;
}

.page-template-page-landing #intro #order-book .order-book-table .tCell.colSpan4 {
  width: 460px;
}

.page-template-page-landing #intro #order-book .order-book-table .tHead .tCell {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-template-page-landing #intro #order-book .order-book-table .tBody .tRow {
  border-bottom: 1px solid rgba(228, 230, 233, 0.05);
  color: rgba(228, 230, 233, 0.5);
  overflow: hidden;
}

.page-template-page-landing #intro #order-book .order-book-table .tBody .tRow:hover {
  color: #fff;
}

.page-template-page-landing #intro #order-book .order-book-table .tBody .tRow.changed {
  animation-duration: 1s;
  animation-name: flash-row;
}

.page-template-page-landing #intro #order-book .order-book-table .tBody .tRow.deleted {
  animation-duration: 0.5s;
  animation-name: remove-row;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
  color: #fff;
  /*display: none;*/
}

.page-template-page-landing #intro #order-book .order-book-table .tBody .tRow .tCell {
  line-height: 31px;
}

.page-template-page-landing #intro #order-book .order-book-table .tBody .tRow .tCell.highlight {
  color: #fff;
}

.page-template-page-landing #intro #order-book .order-book-table .tBody .tRow .tCell .side-label {
  color: #26DDF9;
  margin-left: 5px;
}

.page-template-page-landing #intro #order-book .order-book-table .tBody .tRow .tCell .btc-suffix {
  font-size: 10px;
  font-weight: 500;
}

@media (max-width: 1251px) {
  .page-template-page-landing #intro #order-book {
    top: 91px;
  }
  .page-template-page-landing #intro #order-book .stats-panel {
    padding: 0 10px 21px 45px;
    width: 410px;
  }
  .page-template-page-landing #intro #order-book .stats-panel .stat:nth-child(2n) {
    width: 185px;
  }
  .page-template-page-landing #intro #order-book .stats-panel .stat:nth-child(2n+1) {
    width: 150px;
  }
  .page-template-page-landing #intro #order-book .stats-panel .stat dd {
    font-size: 20px;
  }
  .page-template-page-landing #intro #order-book .order-book-table .tCell {
    margin-left: 10px;
    width: 95px;
  }
  .page-template-page-landing #intro #order-book .order-book-table .tCell.price {
    margin-left: 20px;
    width: 75px;
  }
}

@media (max-width: 991px) {
  .page-template-page-landing #intro {
    background-size: auto 960px;
    height: 960px;
    text-align: center;
  }
  .page-template-page-landing #intro h1::after {
    content: " ";
    width: 120px;
    border-bottom: 1px solid white;
    margin-left: calc(50% - 60px);
    margin-top: 35px;
    display: block;
  }
  .page-template-page-landing #intro h5 {
    color: white;
    text-align: center;
  }
  .page-template-page-landing #intro p {
    text-align: center;
  }
  .page-template-page-landing #intro .container-fluid {
    display: table;
    margin-top: 71px;
    height: 389px;
  }
  .page-template-page-landing #intro .container-fluid .row {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  .page-template-page-landing #intro #order-book {
    background-color: rgba(16, 21, 36, 0.7);
    border-left: none;
    border-top: 1px solid rgba(228, 230, 233, 0.2);
    display: block;
    position: absolute;
    text-align: left;
    top: 461px;
    width: 100%;
  }
  .page-template-page-landing #intro #order-book > div {
    display: block;
    overflow: hidden;
  }
  .page-template-page-landing #intro #order-book .order-book-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 119px;
    bottom: 0;
  }
  .page-template-page-landing #intro #order-book .stats-panel {
    padding: 2px 0 50px 0;
    width: auto;
  }
  .page-template-page-landing #intro #order-book .stats-panel .stat {
    margin-left: 40px;
  }
  .page-template-page-landing #intro #order-book .stats-panel .stat:nth-child(2n), .page-template-page-landing #intro #order-book .stats-panel .stat:nth-child(2n+1) {
    width: auto;
    margin-right: 4%;
  }
  .page-template-page-landing #intro #order-book .stats-panel #stat-24h-range {
    width: 130px;
  }
  .page-template-page-landing #intro #order-book .stats-panel #stat-24h-range dd {
    line-height: 26px;
    padding-top: 3px;
  }
  .page-template-page-landing #intro #order-book .order-book-table {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .page-template-page-landing #intro #order-book .order-book-table .tHead {
    height: 44px;
    padding: 6px 0;
  }
  .page-template-page-landing #intro #order-book .order-book-table .tRow .tCell {
    margin-left: 10px;
    width: 21%;
  }
  .page-template-page-landing #intro #order-book .order-book-table .tRow .tCell:first-child {
    margin-left: 4%;
  }
  .page-template-page-landing #intro #order-book .order-book-table .tRow .tCell.colSpan4 {
    width: 100% !important;
  }
  .page-template-page-landing #intro #order-book .order-book-table .tBody, .page-template-page-landing #intro #order-book .order-book-table .scrollBlocker {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    bottom: 0;
  }
  .page-template-page-landing #intro #order-book .order-book-table .scrollBlocker {
    display: block;
  }
}

@media (max-width: 767px) {
  .page-template-page-landing #intro {
    background-size: auto 620px;
    background-position: 0% 0%;
    height: 1160px;
  }
  .page-template-page-landing #intro #order-book {
    background: -moz-linear-gradient(top, rgba(14, 16, 30, 0) 0%, #0e101e 17%, #0e101e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(14, 16, 30, 0) 0%, #0e101e 17%, #0e101e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(14, 16, 30, 0) 0%, #0e101e 17%, #0e101e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    top: 480px;
  }
  .page-template-page-landing #intro #order-book .stats-panel {
    padding: 2px 0 39px 0;
    width: auto;
  }
  .page-template-page-landing #intro #order-book .stats-panel .stat {
    margin-left: 2%;
    width: auto;
  }
  .page-template-page-landing #intro #order-book .stats-panel .stat:nth-child(2n), .page-template-page-landing #intro #order-book .stats-panel .stat:nth-child(2n+1) {
    margin-right: 2%;
    width: auto;
  }
  .page-template-page-landing #intro #order-book .stats-panel .stat dd {
    font-size: 18px;
  }
}

@media (max-width: 543px) {
  .page-template-page-landing #intro {
    background-size: auto 550px;
    height: 840px;
  }
  .page-template-page-landing #intro .container-fluid {
    margin-top: 60px;
    height: 390px;
  }
  .page-template-page-landing #intro #order-book {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+15,1+100 */
    background: -moz-linear-gradient(top, rgba(14, 16, 30, 0) 0%, #0e101e 25%, #0e101e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(14, 16, 30, 0) 0%, #0e101e 25%, #0e101e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(14, 16, 30, 0) 0%, #0e101e 25%, #0e101e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    top: 450px;
  }
  .page-template-page-landing #intro #order-book .stats-panel {
    text-align: center;
  }
  .page-template-page-landing #intro #order-book .stats-panel .stat {
    text-align: center;
  }
  .page-template-page-landing #intro #order-book .stats-panel .stat:nth-child(2n+1) {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
  .page-template-page-landing #intro #order-book .stats-panel .stat:nth-child(2n) {
    display: none;
  }
  .page-template-page-landing #intro #order-book .order-book-table .tRow {
    box-sizing: border-box;
    padding: 0 0 0 10px;
  }
  .page-template-page-landing #intro #order-book .order-book-table .tCell {
    margin-left: 0 !important;
    width: 32% !important;
  }
  .page-template-page-landing #intro #order-book .order-book-table .tCell:first-child {
    margin-left: 0 !important;
    width: 35% !important;
  }
  .page-template-page-landing #intro #order-book .order-book-table .tCell.volumeSum {
    display: none;
  }
}

@media (min-width: 1252px) {
  .page-template-page-landing #compliant-centric-experience .left {
    border-right: 1px solid #E4E6E9;
  }
}

.page-template-page-landing #compliant-centric-experience #compliant {
  border-right: 1px solid #E4E6E9;
}

@media (max-width: 991px) {
  .page-template-page-landing #compliant-centric-experience #compliant {
    border-bottom: 1px solid #E4E6E9;
  }
}

@media (max-width: 543px) {
  .page-template-page-landing #compliant-centric-experience #compliant {
    border-right: none;
    border-top: 1px solid #E4E6E9;
  }
}

@media (max-width: 1251px) {
  .page-template-page-landing #compliant-centric-experience #security {
    border-right: 1px solid #E4E6E9;
  }
}

@media (max-width: 991px) {
  .page-template-page-landing #compliant-centric-experience #security {
    border-bottom: 1px solid #E4E6E9;
  }
}

@media (max-width: 767px) {
  .page-template-page-landing #compliant-centric-experience #security {
    border-right: 0;
  }
}

.page-template-page-landing #compliant-centric-experience #superior-trading {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1252px) {
  .page-template-page-landing #compliant-centric-experience #superior-trading {
    border-top: 1px solid #E4E6E9;
  }
}

@media (max-width: 767px) {
  .page-template-page-landing #compliant-centric-experience #superior-trading {
    border-bottom: none;
  }
}

.page-template-page-landing #compliant-centric-experience #superior-trading .inner {
  padding-top: 60px;
  padding-bottom: 75px;
}

@media (max-width: 1251px) {
  .page-template-page-landing #compliant-centric-experience #superior-trading .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page-template-page-landing #compliant-centric-experience #superior-trading .inner .icon {
  margin-bottom: 13px;
}

.page-template-page-landing #compliant-centric-experience #support {
  border-left: 1px solid #E4E6E9;
}

@media (max-width: 543px) {
  .page-template-page-landing #compliant-centric-experience #support {
    border-top: 1px solid #E4E6E9;
    border-left: none;
  }
}

@media (min-width: 1252px) {
  .page-template-page-landing #compliant-centric-experience #robust, .page-template-page-landing #compliant-centric-experience #support {
    border-bottom: 1px solid #E4E6E9;
  }
}

.page-template-page-landing #compliant-centric-experience .inner {
  padding: 40px 25px;
}

@media (min-width: 1252px) {
  .page-template-page-landing #compliant-centric-experience .inner {
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media (max-width: 543px) {
  .page-template-page-landing #compliant-centric-experience .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-template-page-landing #compliant-centric-experience .inner p {
    text-align: center;
  }
}

.page-template-page-landing #compliant-centric-experience .image {
  padding-left: 0;
  padding-right: 0;
}

.page-template-page-landing #compliant-centric-experience .image1 {
  width: 100%;
  height: 512px;
  background: url("/wp-content/themes/cedar/assets/img/landing-inspace.jpg");
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.page-template-page-landing #compliant-centric-experience .image2 {
  height: 631px;
  background: url("/wp-content/themes/cedar/assets/img/landing-canister.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1251px) {
  .page-template-page-landing #compliant-centric-experience .image2 {
    height: 292px;
    background-size: 100% auto;
    background-position: 50% 60%;
    margin-left: -20px;
    margin-right: -20px;
    max-width: none;
  }
}

.page-template-page-landing #compliant-centric-experience .left, .page-template-page-landing #compliant-centric-experience .right {
  padding-left: 0;
  padding-right: 0;
}

.page-template-page-landing #compliant-centric-experience .right .row {
  margin-left: 0;
  margin-right: 0;
}

.page-template-page-landing #digital h3 {
  text-align: center;
}

.page-template-page-landing #digital h3 em, .page-template-page-landing #digital h3 a {
  color: #0697AD;
}

.page-template-page-landing #digital .row > div:first-child {
  padding-top: 160px;
  padding-bottom: 100px;
}

@media (max-width: 1251px) {
  .page-template-page-landing #digital .row > div:first-child {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .page-template-page-landing #digital .row > div:first-child {
    padding-top: 95px;
  }
}

@media (max-width: 767px) {
  .page-template-page-landing #digital .row > div:first-child {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (max-width: 543px) {
  .page-template-page-landing #digital .row > div:first-child {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}

.page-template-page-landing #digital .inner {
  padding-left: 30px;
  padding-right: 30px;
}

.page-template-page-landing #financial {
  border-top: 1px solid #3D414D;
}

.page-template-page-landing #financial .image {
  border-right: 1px solid #3D414D;
}

.page-template-page-landing #financial .row > div:nth-child(2) {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-template-page-landing #email-internal {
  border-top: 1px solid #3D414D;
}

.page-template-page-landing #email-internal .row > div:first-child {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-template-page-landing #email-internal .image {
  border-left: 1px solid #3D414D;
}

.page-template-page-landing #questions {
  padding: 100px 0;
  background-color: #2A2735;
}

.page-template-page-landing #questions p, .page-template-page-landing #questions h4 {
  color: white;
}

.page-template-page-landing #reporting {
  background-color: #057586;
}

.page-template-page-landing #reporting h4 {
  color: white;
}

.page-template-page-landing #reporting p {
  color: white;
}

.page-template-page-landing #reporting .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-template-page-landing #reporting #pgp {
  background-color: #12616D;
}

.page-template-page-landing #reporting #pgp p {
  word-wrap: break-word;
}

.page-template-page-landing #disclosure {
  background-color: #212830;
  padding-top: 91px;
  padding-bottom: 18px;
}

.page-template-page-landing #disclosure h5 {
  color: #FFFFFF;
}

.page-template-page-landing #disclosure p {
  color: #FFFFFF;
}

.page-template-page-landing footer {
  margin-top: 0;
}

@media (max-width: 991px) {
  .page-template-page-landing footer {
    margin-top: 60px;
    padding-top: 0;
    border-top: 1px solid #E4E6E9;
  }
}

@media (max-width: 767px) {
  .page-template-page-landing footer {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-areas-of-operation .icon {
  margin-top: 25px;
}

.page-areas-of-operation .border-bottom {
  border-bottom: 1px solid #E4E6E9;
}

.page-areas-of-operation .border-top {
  border-top: 1px solid #E4E6E9;
}

.page-areas-of-operation .border-right {
  border-right: 1px solid #E4E6E9;
}

.page-areas-of-operation #intro .container-fluid {
  padding-top: 100px;
}

.page-areas-of-operation #intro h1, .page-areas-of-operation #intro h5, .page-areas-of-operation #intro p {
  text-align: center;
}

.page-areas-of-operation .states {
  border-top: 1px solid #E4E6E9;
  padding-top: 26px;
}

.page-areas-of-operation .state {
  width: 50%;
  padding: 0 5px 26px 5px;
}

.page-areas-of-operation .state.left {
  float: left;
}

.page-areas-of-operation .state.right {
  float: right;
}

@media (max-width: 543px) {
  .page-areas-of-operation .state {
    width: 100%;
  }
  .page-areas-of-operation .state.left {
    float: left;
  }
  .page-areas-of-operation .state.right {
    float: left;
  }
}

.page-areas-of-operation .state h4 {
  display: inline-block;
  margin: 0;
}

.page-areas-of-operation .state .date {
  font-size: 12px;
  padding-left: 18px;
}

.page-areas-of-operation .state .license {
  display: block;
  color: #0697AD;
  font-size: 14px;
}

.page-areas-of-operation .state .organization {
  display: block;
  color: #3D414D;
  font-size: 14px;
}

.page-areas-of-operation .state p {
  display: inline-block;
  margin: 0;
}

.page-areas-of-operation #pending-states p.pending {
  font-size: 19px;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: 500;
}

.page-template-page-feeschedule > main .container-fluid {
  margin-right: 0px;
  margin-left: 0px;
  max-width: 100%;
}

.page-template-page-feeschedule > main section ul > li {
  font-weight: 400;
  font-size: 14px;
}

.page-template-page-feeschedule > main section ul {
  padding-left: 16px;
}

.page-template-page-feeschedule > main section ul li:not(:last-child) {
  padding-bottom: 16px;
}

.page-template-page-feeschedule > main #intro {
  background: url("/wp-content/themes/cedar/assets/img/FeeSchedule-Background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1E1C26;
  height: 70vh;
  color: #FFFFFF;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .page-template-page-feeschedule > main #intro {
    background-size: auto 100%;
  }
}

.page-template-page-feeschedule > main #intro .container-fluid {
  display: table-cell;
  vertical-align: middle;
}

.page-template-page-feeschedule > main #intro #title {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-page-feeschedule > main #intro #title h3 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: 300;
}

.page-template-page-feeschedule > main #intro #title .icon {
  margin-top: 16px;
  display: block;
}

.page-template-page-feeschedule > main #intro p {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  font-weight: 400;
}

.page-template-page-feeschedule > main #intro p strong {
  font-weight: 600;
}

@media (max-width: 991px) {
  .page-template-page-feeschedule > main #intro .section-title {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .page-template-page-feeschedule > main #intro {
    padding-top: 100px;
  }
}

.page-template-page-feeschedule > main #section1, .page-template-page-feeschedule > main #section2, .page-template-page-feeschedule > main #section3, .page-template-page-feeschedule > main #section4 {
  background-color: white;
}

.page-template-page-feeschedule > main #section1 p, .page-template-page-feeschedule > main #section1 ul > li, .page-template-page-feeschedule > main #section2 p, .page-template-page-feeschedule > main #section2 ul > li, .page-template-page-feeschedule > main #section3 p, .page-template-page-feeschedule > main #section3 ul > li, .page-template-page-feeschedule > main #section4 p, .page-template-page-feeschedule > main #section4 ul > li {
  font-weight: 400;
  font-size: 14px;
}

.page-template-page-feeschedule > main #section1 ul, .page-template-page-feeschedule > main #section2 ul, .page-template-page-feeschedule > main #section3 ul, .page-template-page-feeschedule > main #section4 ul {
  padding-left: 16px;
}

.page-template-page-feeschedule > main #section1 ul li:not(:last-child), .page-template-page-feeschedule > main #section2 ul li:not(:last-child), .page-template-page-feeschedule > main #section3 ul li:not(:last-child), .page-template-page-feeschedule > main #section4 ul li:not(:last-child) {
  padding-bottom: 16px;
}

.page-template-page-feeschedule > main #section1 {
  padding-top: 60px;
  background-color: white;
}

.page-template-page-feeschedule > main #section1 h5 {
  color: #0697AD;
  margin: 50px auto;
}

.page-template-page-feeschedule > main footer {
  background-color: white;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .page-template-page-feeschedule > main footer {
    padding-top: 260px;
  }
}

/** Remove mouse icon / animation **/
.mouse {
  height: 0;
  width: 0;
  border: 0;
}

.mouse .scroll {
  height: 0;
  width: 0;
  border: 0;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\d7";
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 73px;
  font-weight: 200;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 88px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=theme.css.map */
