@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400);
.pointer {
  cursor: pointer; }

.cursor-text {
  cursor: text; }

.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

.row {
  vertical-align: bottom; }

.row.spacing {
  height: 20px;
  background: transparent; }

.margin-0-auto {
  margin: 0 auto; }

.z-10 {
  z-index: 10; }

.brdrn {
  border-radius: 0px !important; }

.lh1 {
  line-height: 1; }

.opacity-1 {
  opacity: 0.1; }

.opacity-2 {
  opacity: 0.2; }

.opacity-3 {
  opacity: 0.3; }

.opacity-4 {
  opacity: 0.4; }

.opacity-5 {
  opacity: 0.5; }

.opacity-6 {
  opacity: 0.6; }

.opacity-7 {
  opacity: 0.7; }

.opacity-8 {
  opacity: 0.8; }

.opacity-9 {
  opacity: 0.9; }

.blue {
  color: #004a7c; }
  .blue:hover {
    color: #004a7c; }

.white {
  color: white; }
  .white:hover {
    color: white; }

.black {
  color: #4B4D4E; }
  .black:hover {
    color: #4B4D4E; }

.grey {
  color: #F5F7F9; }
  .grey:hover {
    color: #F5F7F9; }

.mid-grey {
  color: #b0b0b0; }
  .mid-grey:hover {
    color: #b0b0b0; }

.basic-grey {
  color: #757575; }
  .basic-grey:hover {
    color: #757575; }

.border-grey {
  color: #DDD; }
  .border-grey:hover {
    color: #DDD; }

.security-red {
  color: #CA3A3C; }
  .security-red:hover {
    color: #CA3A3C; }

.security-yellow {
  color: #FFCF62; }
  .security-yellow:hover {
    color: #FFCF62; }

.security-green {
  color: #00A76F; }
  .security-green:hover {
    color: #00A76F; }

.bright-green {
  color: #00A76F; }
  .bright-green:hover {
    color: #00A76F; }

.success {
  color: #00A76F; }
  .success:hover {
    color: #00A76F; }

.text-color {
  color: #5f5f5f; }
  .text-color:hover {
    color: #5f5f5f; }

.state-danger-text {
  color: #CA3A3C; }
  .state-danger-text:hover {
    color: #CA3A3C; }

.medium-blue {
  color: #799EB2; }
  .medium-blue:hover {
    color: #799EB2; }

.transferred {
  color: #799EB2; }
  .transferred:hover {
    color: #799EB2; }

.received {
  color: #00BABC; }
  .received:hover {
    color: #00BABC; }

.transfer {
  color: #799EB2; }
  .transfer:hover {
    color: #799EB2; }

.primary {
  color: #10ADE4; }
  .primary:hover {
    color: #10ADE4; }

.sent {
  color: #F26C57; }
  .sent:hover {
    color: #F26C57; }

.bg-transferred {
  background: #799EB2; }

.bg-received {
  background: #00BABC; }

.bg-sent {
  background: #F26C57; }

.bg-primary {
  background: #10ADE4; }

.bg-red {
  background: #CA3A3C; }

.bg-grey {
  background: #F5F7F9; }

.bg-blue {
  background: #004a7c; }

.bg-black {
  background: #4B4D4E; }

.bg-white {
  background: white; }

.bg-light-blue {
  background: #B2D5E5; }

.bg-ultralight-blue, body.personal .wrapper {
  background: #e3eff5; }

.bg-mid-grey {
  background: #b0b0b0; }

.bg-success {
  background: #00A76F; }

.bg-mariner {
  background: #3558A8; }

.bg-regal-blue {
  background: #153A62; }

.bg-footer-blue {
  background: #e0edf2; }

.flex,
.flex-end,
.flex-between,
.flex-start, body.team .team-details,
.flex-column, form.bc-form .group, form.bc-form .group .item, body.legal .full-height, body.legal .half-height, body.team .profile div, body.careers .saying .review,
.flex-center, form.bc-form .group .item.check, .modal.center .modal-dialog, body.personal .bottom, body.legal #faq .question h2,
.flex-justify,
.flex-align-start,
.flex-align-end,
.flex-baseline,
.flex-row, form.bc-form .group.inline,
.flex-wrap,
.flex-align-self-end,
.flex-column-reverse {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }

.flex-grow {
  flex: 1; }

.flex-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-around {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flex-align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

.flex-align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-start, body.team .team-details {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-column, form.bc-form .group, form.bc-form .group .item, body.legal .full-height, body.legal .half-height, body.team .profile div, body.careers .saying .review {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.flex-center, form.bc-form .group .item.check, .modal.center .modal-dialog, body.personal .bottom, body.legal .full-height, body.legal .half-height, body.legal #faq .question h2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.flex-justify, .modal.center .modal-dialog, body.personal .bottom, body.legal .full-height, body.legal .half-height, body.team .team-details, body.careers .saying .review {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-row, form.bc-form .group.inline, form.bc-form .group .item.check {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-row-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flex-important {
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex !important;
  /* NEW, Spec - Firefox, Chrome, Opera */ }

.flex-0 {
  width: 100%;
  -ms-flex: 0 0 auto; }

.flex-1 {
  flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  width: 100%; }

.flex-2 {
  flex: 2;
  -ms-flex: 2 2 auto;
  -webkit-box-flex: 2;
  width: 100%; }

.flex-3 {
  flex: 3;
  -ms-flex: 3 3 auto;
  -webkit-box-flex: 3;
  width: 100%; }

.flex-4 {
  flex: 4;
  -ms-flex: 4 4 auto;
  -webkit-box-flex: 4;
  width: 100%; }

.flex-5 {
  flex: 5;
  -ms-flex: 5 5 auto;
  -webkit-box-flex: 5;
  width: 100%; }

.flex-1-0 {
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1 0 auto;
  width: 100%; }

.flex-2-0 {
  flex: 2 0 auto;
  -ms-flex: 2 0 auto;
  -webkit-box-flex: 2 0 auto;
  width: 100%; }

.flex-3-0 {
  flex: 3 0 auto;
  -ms-flex: 3 0 auto;
  -webkit-box-flex: 3 0 auto;
  width: 100%; }

.flex-4-0 {
  flex: 4 0 auto;
  -ms-flex: 4 0 auto;
  -webkit-box-flex: 4 0 auto;
  width: 100%; }

.flex-5-0 {
  flex: 5 0 auto;
  -ms-flex: 5 0 auto;
  -webkit-box-flex: 5 0 auto;
  width: 100%; }

@media (max-width: 991px) {
  .flex-start-tablet {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .flex-column-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-between-tablet {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .flex-row-tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (max-width: 767px) {
  .flex-column-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-between-mobile {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .flex-column-reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .flex-center-mobile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .flex-start-mobile {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .flex-row-mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .flex-justify-mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/* spacing helpers
 *p,m = padding,margin
 *a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
 *s,m,l,n,a = small(.3125em),medium(.625em),large(1.25em),none(0),auto
 */
.ptn, .pvn, .pan {
  padding-top: 0; }

.pts, .pvs, .pas {
  padding-top: 0.3125em; }

.ptm, .pvm, .pam {
  padding-top: 0.625em; }

.ptl, .pvl, .pal {
  padding-top: 1.25em; }

.ptml, .pvml, .paml {
  padding-top: 1.3125em; }

.ptvl, .pvvl, .pavl {
  padding-top: 3em; }

.prn, .phn, .pan {
  padding-right: 0; }

.prs, .phs, .pas {
  padding-right: 0.3125em; }

.prm, .phm, .pam {
  padding-right: 0.625em; }

.prml, .phml, .paml {
  padding-right: 1.3125em; }

.prvl, .phvl, .pavl {
  padding-right: 3em; }

.prl, .phl, .pal {
  padding-right: 1.25em; }

.pbn, .pvn, .pan {
  padding-bottom: 0; }

.pbs, .pvs, .pas {
  padding-bottom: 0.3125em; }

.pbm, .pvm, .pam {
  padding-bottom: 0.625em; }

.pbml, .pvml, .paml {
  padding-bottom: 1.3125em; }

.pbvl, .pvvl, .pavl {
  padding-bottom: 3em; }

.pbl, .pvl, .pal {
  padding-bottom: 1.25em; }

.pln, .phn, .pan {
  padding-left: 0; }

.pls, .phs, .pas {
  padding-left: 0.3125em; }

.plm, .phm, .pam {
  padding-left: 0.625em; }

.plml, .phml, .paml {
  padding-left: 1.3125em; }

.plvl, .phvl, .pavl {
  padding-left: 3em; }

.pll, .phl, .pal {
  padding-left: 1.25em; }

.pxs {
  padding: 1px; }

.mtn, .mvn, .man {
  margin-top: 0; }

.mts, .mvs, .mas {
  margin-top: 0.3125em; }

.mtm, .mvm, .mam {
  margin-top: 0.625em; }

.mtml, .mvml, .maml {
  margin-top: 1.3125em; }

.mtvl, .mvvl, .mavl {
  margin-top: 3em; }

.mtl, .mvl, .mal {
  margin-top: 1.25em; }

.mrn, .mhn, .man {
  margin-right: 0; }

.mrs, .mhs, .mas {
  margin-right: 0.3125em; }

.mrm, .mhm, .mam {
  margin-right: 0.625em; }

.mrml, .mhml, .maml {
  margin-right: 1.3125em; }

.mrvl, .mhvl, .mavl {
  margin-right: 3em; }

.mrl, .mhl, .mal {
  margin-right: 1.25em; }

.mbn, .mvn, .man {
  margin-bottom: 0; }

.mbs, form.bc-form .group .text, .mvs, .mas {
  margin-bottom: 0.3125em; }

.mbm, .mvm, .mam {
  margin-bottom: 0.625em; }

.mbml, .mvml, .maml {
  margin-bottom: 1.3125em; }

.mbvl, .mvvl, .mavl {
  margin-bottom: 3em; }

.mbl, .mvl, .mal {
  margin-bottom: 1.25em; }

.mln, .mhn, .man {
  margin-left: 0; }

.mls, .mhs, .mas {
  margin-left: 0.3125em; }

.mlm, .mhm, .mam {
  margin-left: 0.625em; }

.mlml, .mhml, .maml {
  margin-left: 1.3125em; }

.mlvl, .mhvl, .mavl {
  margin-left: 3em; }

.mll, .mhl, .mal {
  margin-left: 1.25em; }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

.pl-100 {
  padding-left: 100px; }

.ph-5 {
  padding-left: 5px;
  padding-right: 5px; }

.ph-10 {
  padding-left: 10px;
  padding-right: 10px; }

.ph-15 {
  padding-left: 15px;
  padding-right: 15px; }

.ph-20 {
  padding-left: 20px;
  padding-right: 20px; }

.ph-25 {
  padding-left: 25px;
  padding-right: 25px; }

.ph-30 {
  padding-left: 30px;
  padding-right: 30px; }

.ph-35 {
  padding-left: 35px;
  padding-right: 35px; }

.ph-40 {
  padding-left: 40px;
  padding-right: 40px; }

.ph-45 {
  padding-left: 45px;
  padding-right: 45px; }

.ph-50 {
  padding-left: 50px;
  padding-right: 50px; }

.ph-55 {
  padding-left: 55px;
  padding-right: 55px; }

.ph-60 {
  padding-left: 60px;
  padding-right: 60px; }

.ph-65 {
  padding-left: 65px;
  padding-right: 65px; }

.ph-70 {
  padding-left: 70px;
  padding-right: 70px; }

.ph-75 {
  padding-left: 75px;
  padding-right: 75px; }

.ph-80 {
  padding-left: 80px;
  padding-right: 80px; }

.ph-85 {
  padding-left: 85px;
  padding-right: 85px; }

.ph-90 {
  padding-left: 90px;
  padding-right: 90px; }

.ph-95 {
  padding-left: 95px;
  padding-right: 95px; }

.ph-100 {
  padding-left: 100px;
  padding-right: 100px; }

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pv-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pv-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pv-55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.pv-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.pv-65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.pv-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.pv-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pv-85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.pv-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.pv-95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.mh-5 {
  margin-left: 5px;
  margin-right: 5px; }

.mh-10 {
  margin-left: 10px;
  margin-right: 10px; }

.mh-15 {
  margin-left: 15px;
  margin-right: 15px; }

.mh-20 {
  margin-left: 20px;
  margin-right: 20px; }

.mh-25 {
  margin-left: 25px;
  margin-right: 25px; }

.mh-30 {
  margin-left: 30px;
  margin-right: 30px; }

.mh-35 {
  margin-left: 35px;
  margin-right: 35px; }

.mh-40 {
  margin-left: 40px;
  margin-right: 40px; }

.mh-45 {
  margin-left: 45px;
  margin-right: 45px; }

.mh-50 {
  margin-left: 50px;
  margin-right: 50px; }

.mh-55 {
  margin-left: 55px;
  margin-right: 55px; }

.mh-60 {
  margin-left: 60px;
  margin-right: 60px; }

.mh-65 {
  margin-left: 65px;
  margin-right: 65px; }

.mh-70 {
  margin-left: 70px;
  margin-right: 70px; }

.mh-75 {
  margin-left: 75px;
  margin-right: 75px; }

.mh-80 {
  margin-left: 80px;
  margin-right: 80px; }

.mh-85 {
  margin-left: 85px;
  margin-right: 85px; }

.mh-90 {
  margin-left: 90px;
  margin-right: 90px; }

.mh-95 {
  margin-left: 95px;
  margin-right: 95px; }

.mh-100 {
  margin-left: 100px;
  margin-right: 100px; }

.mv-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mv-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mv-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mv-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mv-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.mv-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mv-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.mv-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mv-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.mv-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mv-55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.mv-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.mv-65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.mv-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.mv-75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.mv-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.mv-85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.mv-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.mv-95 {
  margin-top: 95px;
  margin-bottom: 95px; }

.mv-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

@media (max-width: 767px) {
  .ph-5-mobile {
    padding-left: 5px;
    padding-right: 5px; } }

@media (max-width: 767px) {
  .ph-10-mobile {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 767px) {
  .ph-15-mobile {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 767px) {
  .ph-20-mobile {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 767px) {
  .ph-25-mobile {
    padding-left: 25px;
    padding-right: 25px; } }

@media (max-width: 767px) {
  .ph-30-mobile {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 767px) {
  .ph-35-mobile {
    padding-left: 35px;
    padding-right: 35px; } }

@media (max-width: 767px) {
  .ph-40-mobile {
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 767px) {
  .ph-45-mobile {
    padding-left: 45px;
    padding-right: 45px; } }

@media (max-width: 767px) {
  .ph-50-mobile {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 767px) {
  .pv-5-mobile {
    padding-top: 5px;
    padding-bottom: 5px; } }

@media (max-width: 767px) {
  .pv-10-mobile {
    padding-top: 10px;
    padding-bottom: 10px; } }

@media (max-width: 767px) {
  .pv-15-mobile {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media (max-width: 767px) {
  .pv-20-mobile {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (max-width: 767px) {
  .pv-25-mobile {
    padding-top: 25px;
    padding-bottom: 25px; } }

@media (max-width: 767px) {
  .pv-30-mobile {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .pv-35-mobile {
    padding-top: 35px;
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .pv-40-mobile {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media (max-width: 767px) {
  .pv-45-mobile {
    padding-top: 45px;
    padding-bottom: 45px; } }

@media (max-width: 767px) {
  .pv-50-mobile {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .no-padding-mobile {
    padding: 0px; } }

@media (max-width: 767px) {
  .no-margin-mobile {
    margin: 0px; } }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.height-100, .modal.center .modal-dialog {
  height: 100%; }

.width-33 {
  width: 33.333%; }

.width-5 {
  width: 5%; }
  @media (max-width: 991px) {
    .width-5 {
      width: auto; } }

.width-10 {
  width: 10%; }
  @media (max-width: 991px) {
    .width-10 {
      width: auto; } }

.width-15 {
  width: 15%; }
  @media (max-width: 991px) {
    .width-15 {
      width: auto; } }

.width-20 {
  width: 20%; }
  @media (max-width: 991px) {
    .width-20 {
      width: auto; } }

.width-25 {
  width: 25%; }
  @media (max-width: 991px) {
    .width-25 {
      width: auto; } }

.width-30 {
  width: 30%; }
  @media (max-width: 991px) {
    .width-30 {
      width: auto; } }

.width-35 {
  width: 35%; }
  @media (max-width: 991px) {
    .width-35 {
      width: auto; } }

.width-40 {
  width: 40%; }
  @media (max-width: 991px) {
    .width-40 {
      width: auto; } }

.width-45 {
  width: 45%; }
  @media (max-width: 991px) {
    .width-45 {
      width: auto; } }

.width-50 {
  width: 50%; }
  @media (max-width: 991px) {
    .width-50 {
      width: auto; } }

.width-55 {
  width: 55%; }
  @media (max-width: 991px) {
    .width-55 {
      width: auto; } }

.width-60 {
  width: 60%; }
  @media (max-width: 991px) {
    .width-60 {
      width: auto; } }

.width-65 {
  width: 65%; }
  @media (max-width: 991px) {
    .width-65 {
      width: auto; } }

.width-70 {
  width: 70%; }
  @media (max-width: 991px) {
    .width-70 {
      width: auto; } }

.width-75 {
  width: 75%; }
  @media (max-width: 991px) {
    .width-75 {
      width: auto; } }

.width-80 {
  width: 80%; }
  @media (max-width: 991px) {
    .width-80 {
      width: auto; } }

.width-85 {
  width: 85%; }
  @media (max-width: 991px) {
    .width-85 {
      width: auto; } }

.width-90 {
  width: 90%; }
  @media (max-width: 991px) {
    .width-90 {
      width: auto; } }

.width-95 {
  width: 95%; }
  @media (max-width: 991px) {
    .width-95 {
      width: auto; } }

.width-100, .modal.center .modal-dialog .modal-content {
  width: 100%; }
  @media (max-width: 991px) {
    .width-100, .modal.center .modal-dialog .modal-content {
      width: auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-5-tablet {
    width: 5%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-10-tablet {
    width: 10%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-15-tablet {
    width: 15%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-20-tablet {
    width: 20%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-25-tablet {
    width: 25%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-30-tablet {
    width: 30%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-35-tablet {
    width: 35%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-40-tablet {
    width: 40%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-45-tablet {
    width: 45%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-50-tablet {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-55-tablet {
    width: 55%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-60-tablet {
    width: 60%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-65-tablet {
    width: 65%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-70-tablet {
    width: 70%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-75-tablet {
    width: 75%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-80-tablet {
    width: 80%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-85-tablet {
    width: 85%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-90-tablet {
    width: 90%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-95-tablet {
    width: 95%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .width-100-tablet {
    width: 100%; } }

@media (max-width: 767px) {
  .width-5-mobile {
    width: 5%; } }

@media (max-width: 767px) {
  .width-10-mobile {
    width: 10%; } }

@media (max-width: 767px) {
  .width-15-mobile {
    width: 15%; } }

@media (max-width: 767px) {
  .width-20-mobile {
    width: 20%; } }

@media (max-width: 767px) {
  .width-25-mobile {
    width: 25%; } }

@media (max-width: 767px) {
  .width-30-mobile {
    width: 30%; } }

@media (max-width: 767px) {
  .width-35-mobile {
    width: 35%; } }

@media (max-width: 767px) {
  .width-40-mobile {
    width: 40%; } }

@media (max-width: 767px) {
  .width-45-mobile {
    width: 45%; } }

@media (max-width: 767px) {
  .width-50-mobile {
    width: 50%; } }

@media (max-width: 767px) {
  .width-55-mobile {
    width: 55%; } }

@media (max-width: 767px) {
  .width-60-mobile {
    width: 60%; } }

@media (max-width: 767px) {
  .width-65-mobile {
    width: 65%; } }

@media (max-width: 767px) {
  .width-70-mobile {
    width: 70%; } }

@media (max-width: 767px) {
  .width-75-mobile {
    width: 75%; } }

@media (max-width: 767px) {
  .width-80-mobile {
    width: 80%; } }

@media (max-width: 767px) {
  .width-85-mobile {
    width: 85%; } }

@media (max-width: 767px) {
  .width-90-mobile {
    width: 90%; } }

@media (max-width: 767px) {
  .width-95-mobile {
    width: 95%; } }

@media (max-width: 767px) {
  .width-100-mobile {
    width: 100%; } }

.type-xs {
  font-size: .75em; }

.type-sm {
  font-size: .9em; }

.type-h5, body.team .profile div {
  font-size: 1.2em; }

.type-md {
  font-size: 1.3em; }

.type-h4 {
  font-size: 1.5em; }

.type-lbl {
  font-size: 1.1em; }

.type-lrg {
  font-size: 2em; }

.type-med {
  font-size: 2.2em; }

.title {
  font-size: 3.5em; }

.type-yuge {
  font-size: 5em; }

.f-60 {
  font-size: 60px; }

.f-48 {
  font-size: 48px; }

.f-36 {
  font-size: 36px; }

.f-28 {
  font-size: 28px; }

.f-24 {
  font-size: 24px; }

.f-20 {
  font-size: 20px; }

.f-18 {
  font-size: 18px; }

.f-16 {
  font-size: 16px; }

.f-14 {
  font-size: 14px; }

.f-13 {
  font-size: 13px; }

.f-12 {
  font-size: 12px; }

.f-10 {
  font-size: 10px; }

.f-8 {
  font-size: 8px; }

.main-font {
  font-family: 'Montserrat', 'Helvetica', sans-serif !important; }

.alt-font {
  font-family: 'GillSans', 'Helvetica', sans-serif !important; }

.underline {
  text-decoration: underline; }
  .underline:hover {
    text-decoration: underline; }

.underline-blue {
  border-bottom: 2px solid #004a7c; }

.pointer {
  cursor: pointer; }

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

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

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

.center {
  text-align: center; }

.shadow {
  text-shadow: 0 1px 1px #ccc; }

.no-select {
  user-select: none; }

.break-word {
  word-break: break-word; }

.long-input {
  overflow-wrap: break-word; }

.text {
  font-size: 14px; }

.tilda:before {
  content: '~'; }

.colon:after {
  content: ':'; }

.period:after {
  content: '.'; }

.exclaim:after {
  content: '!'; }

.upper {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.transform-none {
  text-transform: none; }

.italic {
  font-style: italic; }

.parens:before {
  content: '('; }

.parens:after {
  content: ')'; }

.ellipsis:after {
  content: '...'; }

.flip {
  transform: rotateY(180deg); }

.text-overflow-hidden, .ui-select-match-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 10px);
  font-weight: 300;
  display: block; }

@media (max-width: 767px) {
  .left-align-mobile {
    text-align: left; }
  .center-mobile {
    text-align: center; } }

@media (max-width: 991px) {
  .left-align-tablet {
    text-align: left; }
  .center-tablet {
    text-align: center; } }

.em-100, body.team .profile div span:last-child {
  font-weight: 100; }
  .em-100:before, body.team .profile div span:last-child:before {
    font-weight: 100 !important; }

.em-200, body.legal #faq .question h2 {
  font-weight: 200; }
  .em-200:before, body.legal #faq .question h2:before {
    font-weight: 200 !important; }

.em-300, body.team .profile div {
  font-weight: 300; }
  .em-300:before, body.team .profile div:before {
    font-weight: 300 !important; }

.em-400 {
  font-weight: 400; }
  .em-400:before {
    font-weight: 400 !important; }

.em-500 {
  font-weight: 500; }
  .em-500:before {
    font-weight: 500 !important; }

.em-600 {
  font-weight: 600; }
  .em-600:before {
    font-weight: 600 !important; }

.em-700 {
  font-weight: 700; }
  .em-700:before {
    font-weight: 700 !important; }

.em-800 {
  font-weight: 800; }
  .em-800:before {
    font-weight: 800 !important; }

.em-900 {
  font-weight: 900; }
  .em-900:before {
    font-weight: 900 !important; }

.font-1 {
  font-size: 1em; }

.font-2 {
  font-size: 2em; }

.font-3 {
  font-size: 3em; }

.font-4 {
  font-size: 4em; }

.font-5 {
  font-size: 5em; }

@media (max-width: 767px) {
  .font-1-mobile {
    font-size: 1em; } }

@media (max-width: 767px) {
  .font-2-mobile {
    font-size: 2em; } }

@media (max-width: 767px) {
  .font-3-mobile {
    font-size: 3em; } }

@media (max-width: 767px) {
  .font-4-mobile {
    font-size: 4em; } }

@media (max-width: 767px) {
  .font-5-mobile {
    font-size: 5em; } }

@media (max-width: 767px) {
  .f-12-mobile {
    font-size: 12px; }
  .f-14-mobile {
    font-size: 14px; }
  .f-16-mobile {
    font-size: 16px; }
  .f-18-mobile {
    font-size: 18px; }
  .f-20-mobile {
    font-size: 20px; } }

/*
All the old site's CSS. Should be refactored in the future.
*/
/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio and Blog Theme.
 * Version: 1.4
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/
/*Import Global Compulsory CSS Files*/
/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio and Blog Theme.
 * Version: 1.4
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/
/*Import Google Font*/
/*Reset Styles
------------------------------------*/
* {
  border-radius: 0 !important; }

body {
  color: #333;
  font-size: 13px;
  line-height: 1.6; }

p,
li,
li a {
  color: #555; }

a {
  color: #72c02c;
  text-decoration: none; }

a,
a:focus,
a:hover,
a:active {
  outline: 0 !important; }

a:focus {
  text-decoration: none; }

a:hover {
  color: #72c02c;
  text-decoration: underline; }

hr {
  margin: 30px 0; }

/*Headings*/
h1 {
  font-size: 28px;
  line-height: 35px; }

h2 {
  font-size: 24px;
  line-height: 33px; }

h3 {
  font-size: 20px;
  line-height: 27px; }

h4 {
  line-height: 25px; }

h5 {
  line-height: 20px; }

h6 {
  line-height: 18px; }

h1, h2, h3, h4, h5, h6 {
  color: #585f69;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif; }

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  margin-right: 5px; }

/*Block Headline*/
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0; }

.headline h2 {
  font-size: 22px; }

.headline h2,
.headline h3,
.headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #72c02c; }

.headline-md {
  margin-bottom: 15px; }

.headline-md h2 {
  font-size: 21px; }

/*Heading Options*/
.heading {
  text-align: center; }

.heading h2 {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  line-height: 34px !important;
  /*For Tagline Boxes*/ }

.heading h2:before,
.heading h2:after {
  content: ' ';
  width: 70%;
  position: absolute;
  border-width: 1px;
  border-color: #bbb; }

.heading h2:before {
  right: 100%; }

.heading h2:after {
  left: 100%; }

@media (max-width: 768px) {
  .heading h2:before,
  .heading h2:after {
    width: 35%; } }

@media (max-width: 600px) {
  .heading h2 {
    font-size: 19px; }
  .heading h2:before,
  .heading h2:after {
    width: 15%; } }

/*Headline v1*/
.heading-v1 h2:before,
.heading-v1 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid; }

/*Headline v2*/
.heading-v2 h2:before,
.heading-v2 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

/*Headline v3*/
.heading-v3 h2:before,
.heading-v3 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

/*Headline v4*/
.heading-v4 h2:before,
.heading-v4 h2:after {
  top: 17px;
  border-bottom-style: solid; }

/*Headline v5*/
.heading-v5 h2:before,
.heading-v5 h2:after {
  top: 17px;
  border-bottom-style: dashed; }

/*Headline v6*/
.heading-v6 h2:before,
.heading-v6 h2:after {
  top: 17px;
  border-bottom-style: dotted; }

/*Heading Sizes*/
h2.heading-md {
  font-size: 20px;
  line-height: 24px; }

h2.heading-sm,
h3.heading-md {
  font-size: 18px;
  line-height: 24px; }

h3.heading-md {
  line-height: 22px; }

h3.heading-sm {
  font-size: 16px;
  line-height: 20px; }

h3.heading-xs {
  font-size: 14px;
  margin-bottom: 0; }

/*Deviders*/
.devider.devider-dotted {
  border-top: 2px dotted #eee; }

.devider.devider-dashed {
  border-top: 2px dashed #eee; }

.devider.devider-db {
  height: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.devider.devider-db-dashed {
  height: 5px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd; }

.devider.devider-db-dotted {
  height: 5px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd; }

/*Tables
------------------------------------*/
/*Basic Tables*/
.table thead > tr > th {
  border-bottom: none; }

@media (max-width: 768px) {
  .table th.hidden-sm,
  .table td.hidden-sm {
    display: none !important; } }

/*Forms
------------------------------------*/
.form-control, form.bc-form input, form.bc-form select {
  box-shadow: none; }

.form-control:focus, form.bc-form input:focus, form.bc-form select:focus {
  border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9; }

/*Form Spacing*/
.form-spacing .form-control, .form-spacing form.bc-form input, form.bc-form .form-spacing input, .form-spacing form.bc-form select, form.bc-form .form-spacing select {
  margin-bottom: 15px; }

/*Form Icons*/
.input-group-addon {
  color: #b3b3b3;
  font-size: 14px;
  background: #fff; }

/*Carousel
------------------------------------*/
/*carousel-v1*/
.carousel-v1 .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 15px;
  background: rgba(0, 0, 0, 0.7); }

.carousel-v1 .carousel-caption p {
  color: #fff;
  margin-bottom: 0; }

.carousel-v1 .carousel-arrow a.carousel-control {
  opacity: 1;
  font-size: 30px;
  height: inherit;
  width: inherit;
  background: none;
  text-shadow: none;
  position: inherit; }

.carousel-v1 .carousel-arrow a i {
  top: 50%;
  opacity: 0.6;
  background: #000;
  margin-top: -18px;
  padding: 2px 12px;
  position: absolute; }

.carousel-v1 .carousel-arrow a i:hover {
  opacity: 0.8; }

.carousel-v1 .carousel-arrow a.left i {
  left: 0; }

.carousel-v1 .carousel-arrow a.right i {
  right: 0; }

/*Tabs
------------------------------------*/
/*Tabs v1*/
.tab-v1 .nav-tabs {
  border: none;
  background: none;
  border-bottom: solid 2px #72c02c; }

.tab-v1 .nav-tabs a {
  font-size: 14px;
  padding: 5px 15px; }

.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
  color: #fff;
  border: none;
  background: #72c02c; }

.tab-v1 .nav-tabs > li > a {
  border: none; }

.tab-v1 .nav-tabs > li > a:hover {
  color: #fff;
  background: #72c02c; }

.tab-v1 .tab-content {
  padding: 10px 0; }

.tab-v1 .tab-content img {
  margin-top: 4px;
  margin-bottom: 15px; }

.tab-v1 .tab-content img.img-tab-space {
  margin-top: 7px; }

/*Tabs v2*/
.tab-v2 .nav-tabs {
  border-bottom: none; }

.tab-v2 .nav-tabs li a {
  padding: 9px 16px;
  background: none;
  border: none; }

.tab-v2 .nav-tabs li.active a {
  background: #fff;
  padding: 7px 15px 9px;
  border: solid 1px #eee;
  border-top: solid 2px #72c02c;
  border-bottom: none !important; }

.tab-v2 .tab-content {
  padding: 10px 16px;
  border: solid 1px #eee; }

/*Tabs v3*/
.tab-v3 .nav-pills li a {
  color: #777;
  font-size: 17px;
  padding: 4px 8px;
  margin-bottom: 3px;
  background: #fafafa;
  border: solid 1px #eee; }

.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
  color: #fff;
  background: #72c02c;
  border: solid 1px #68af28; }

.tab-v3 .nav-pills li i {
  width: 1.25em;
  margin-right: 5px;
  text-align: center;
  display: inline-block; }

.tab-v3 .tab-content {
  padding: 15px;
  background: #fafafa;
  border: solid 1px #eee; }

/*Accordions
------------------------------------*/
/*Accordion v1*/
.acc-v1 .panel-heading {
  padding: 0;
  box-shadow: none; }

.acc-v1 .panel-heading a {
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  background: #fefefe; }

.acc-icon a.accordion-toggle i {
  color: #585f69;
  margin-right: 8px; }

.acc-icon a.accordion-toggle:hover i {
  color: #39414c; }

/*Navigation
------------------------------------*/
/*Pegination*/
.pagination li a {
  color: #777;
  padding: 5px 15px; }

.pagination li a:hover {
  color: #fff;
  background: #5fb611;
  border-color: #5fb611; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #72c02c;
  background-color: #72c02c; }

/*Pagination Without Space*/
.pagination-no-space .pagination {
  margin: 0; }

/*Pager*/
.pager li > a:hover,
.pager li > a:focus {
  color: #fff;
  background: #5fb611;
  border-color: #5fb611; }

/*Sidebar Menu
------------------------------------*/
/*Sidebar Menu v1*/
.sidebar-nav-v1 li {
  padding: 0; }

.sidebar-nav-v1 li a {
  display: block;
  padding: 8px 30px 8px 10px; }

.sidebar-nav-v1 li a:hover {
  text-decoration: none; }

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
  background: #717984; }

.sidebar-nav-v1 > li.active > a {
  color: #fff; }

/*Sidebar Sub Navigation*/
.sidebar-nav-v1 li ul {
  padding: 0;
  list-style: none; }

.sidebar-nav-v1 li ul,
.sidebar-nav-v1 li.active ul a {
  background: #f8f8f8; }

.sidebar-nav-v1 li ul a {
  color: #585f69;
  font-size: 12px;
  border-top: solid 1px #ddd;
  padding: 6px 30px 6px 17px; }

.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
  color: #72c02c; }

/*Sidebar Badges*/
.list-group-item li > .badge {
  float: right; }

.sidebar-nav-v1 span.badge {
  margin-top: 8px;
  margin-right: 10px; }

.sidebar-nav-v1 .list-toggle > span.badge {
  margin-right: 25px; }

.sidebar-nav-v1 ul li span.badge {
  margin-top: 8px;
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 10px; }

/*Sidebar List Toggle*/
.list-toggle:after {
  top: 7px;
  right: 10px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome; }

.list-toggle.active:after {
  color: #fff;
  content: "\f107"; }

/* Make Font Awesome icons fixed width */
.sidebar-nav-v1 li [class^="fa"],
.sidebar-nav-v1 li [class*=" fa"] {
  width: 1.25em;
  left: -2px;
  margin-right: 2px;
  text-align: center;
  position: relative;
  display: inline-block; }

.sidebar-nav-v1 li [class^="fa"].fa-lg,
.sidebar-nav-v1 li [class*=" fa"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em; }

/*Button Styles
------------------------------------*/
.btn {
  box-shadow: none; }

.btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #72c02c;
  display: inline-block;
  text-decoration: none; }

.btn-u:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.btn-u {
  /*padding: 4px 13px;*/
  /*vertical-align: middle;*/ }

.btn-u-sm,
a.btn-u-sm {
  padding: 3px 12px; }

.btn-u-lg,
a.btn-u-lg {
  font-size: 18px;
  padding: 10px 25px; }

.btn-u-xs,
a.btn-u-xs {
  font-size: 12px;
  padding: 2px 12px;
  line-height: 18px; }

/*Button Groups*/
.btn-group .dropdown-menu > li > a {
  padding: 3px 13px; }

.btn-group > .btn-u,
.btn-group-vertical > .btn-u {
  float: left;
  position: relative; }

.btn-group > .btn-u:first-child {
  margin-left: 0; }

/*For FF Only*/
@-moz-document url-prefix() {
  .footer-subsribe .btn-u {
    padding-bottom: 4px; } }

@media (max-width: 768px) {
  @-moz-document url-prefix() {
    .btn-u {
      padding-bottom: 6px; } } }

/*Buttons Color*/
.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
  background: #5fb611; }

.btn-u-split.dropdown-toggle {
  border-left: solid 1px #5fb611; }

.btn-u.btn-u-blue {
  background: #3498db; }

.btn-u.btn-u-blue:hover,
.btn-u.btn-u-blue:focus,
.btn-u.btn-u-blue:active,
.btn-u.btn-u-blue.active,
.open .dropdown-toggle.btn-u.btn-u-blue {
  background: #2980b9; }

.btn-u.btn-u-split-blue.dropdown-toggle {
  border-left: solid 1px #2980b9; }

.btn-u.btn-u-red {
  background: #e74c3c; }

.btn-u.btn-u-red:hover,
.btn-u.btn-u-red:focus,
.btn-u.btn-u-red:active,
.btn-u.btn-u-red.active,
.open .dropdown-toggle.btn-u.btn-u-red {
  background: #c0392b; }

.btn-u.btn-u-split-red.dropdown-toggle {
  border-left: solid 1px #c0392b; }

.btn-u.btn-u-orange {
  background: #e67e22; }

.btn-u.btn-u-orange:hover,
.btn-u.btn-u-orange:focus,
.btn-u.btn-u-orange:active,
.btn-u.btn-u-orange.active,
.open .dropdown-toggle.btn-u.btn-u-orange {
  background: #d35400; }

.btn-u.btn-u-split-orange.dropdown-toggle {
  border-left: solid 1px #d35400; }

.btn-u.btn-u-sea {
  background: #1abc9c; }

.btn-u.btn-u-sea:hover,
.btn-u.btn-u-sea:focus,
.btn-u.btn-u-sea:active,
.btn-u.btn-u-sea.active,
.open .dropdown-toggle.btn-u.btn-u-sea {
  background: #16a085; }

.btn-u.btn-u-split-sea.dropdown-toggle {
  border-left: solid 1px #16a085; }

.btn-u.btn-u-green {
  background: #2ecc71; }

.btn-u.btn-u-green:hover,
.btn-u.btn-u-green:focus,
.btn-u.btn-u-green:active,
.btn-u.btn-u-green.active,
.open .dropdown-toggle.btn-u.btn-u-green {
  background: #27ae60; }

.btn-u.btn-u-split-green.dropdown-toggle {
  border-left: solid 1px #27ae60; }

.btn-u.btn-u-yellow {
  background: #f1c40f; }

.btn-u.btn-u-yellow:hover,
.btn-u.btn-u-yellow:focus,
.btn-u.btn-u-yellow:active,
.btn-u.btn-u-yellow.active,
.open .dropdown-toggle.btn-u.btn-u-yellow {
  background: #f39c12; }

.btn-u.btn-u-split-yellow.dropdown-toggle {
  border-left: solid 1px #f39c12; }

.btn-u.btn-u-default {
  background: #95a5a6; }

.btn-u.btn-u-default:hover,
.btn-u.btn-u-default:focus,
.btn-u.btn-u-default:active,
.btn-u.btn-u-default.active,
.open .dropdown-toggle.btn-u.btn-u-default {
  background: #7f8c8d; }

.btn-u.btn-u-split-default.dropdown-toggle {
  border-left: solid 1px #7f8c8d; }

.btn-u.btn-u-purple {
  background: #9b6bcc; }

.btn-u.btn-u-purple:hover,
.btn-u.btn-u-purple:focus,
.btn-u.btn-u-purple:active,
.btn-u.btn-u-purple.active,
.open .dropdown-toggle.btn-u.btn-u-purple {
  background: #814fb5; }

.btn-u.btn-u-split-purple.dropdown-toggle {
  border-left: solid 1px #814fb5; }

.btn-u.btn-u-aqua {
  background: #27d7e7; }

.btn-u.btn-u-aqua:hover,
.btn-u.btn-u-aqua:focus,
.btn-u.btn-u-aqua:active,
.btn-u.btn-u-aqua.active,
.open .dropdown-toggle.btn-u.btn-u-aqua {
  background: #26bac8; }

.btn-u.btn-u-split-aqua.dropdown-toggle {
  border-left: solid 1px #26bac8; }

.btn-u.btn-u-brown {
  background: #9c8061; }

.btn-u.btn-u-brown:hover,
.btn-u.btn-u-brown:focus,
.btn-u.btn-u-brown:active,
.btn-u.btn-u-brown.active,
.open .dropdown-toggle.btn-u.btn-u-brown {
  background: #81674b; }

.btn-u.btn-u-split-brown.dropdown-toggle {
  border-left: solid 1px #81674b; }

.btn-u.btn-u-dark-blue {
  background: #4765a0; }

.btn-u.btn-u-dark-blue:hover,
.btn-u.btn-u-dark-blue:focus,
.btn-u.btn-u-dark-blue:active,
.btn-u.btn-u-dark-blue.active,
.open .dropdown-toggle.btn-u.btn-u-dark-blue {
  background: #324c80; }

.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #324c80; }

.btn-u.btn-u-light-green {
  background: #79d5b3; }

.btn-u.btn-u-light-green:hover,
.btn-u.btn-u-light-green:focus,
.btn-u.btn-u-light-green:active,
.btn-u.btn-u-light-green.active,
.open .dropdown-toggle.btn-u.btn-u-light-green {
  background: #59b795; }

.btn-u.btn-u-split-light-green.dropdown-toggle {
  border-left: solid 1px #59b795; }

.btn-u.btn-u-dark {
  background: #555; }

.btn-u.btn-u-dark:hover,
.btn-u.btn-u-dark:focus,
.btn-u.btn-u-dark:active,
.btn-u.btn-u-dark.active,
.open .dropdown-toggle.btn-u.btn-u-dark {
  background: #333; }

.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #333; }

.btn-u.btn-u-light-grey {
  background: #585f69; }

.btn-u.btn-u-light-grey:hover,
.btn-u.btn-u-light-grey:focus,
.btn-u.btn-u-light-grey:active,
.btn-u.btn-u-light-grey.active,
.open .dropdown-toggle.btn-u.btn-u-light-grey {
  background: #484f58; }

.btn-u.btn-u-split-light-grey.dropdown-toggle {
  border-left: solid 1px #484f58; }

/*Bordered Buttons*/
.btn-u.btn-brd {
  color: #555;
  font-weight: 200;
  background: none;
  border: solid 1px transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.btn-u.btn-brd:hover {
  background: none;
  border: solid 1px #eee; }

.btn-u.btn-brd:focus {
  background: none; }

.btn-u.btn-brd.btn-brd-hover:hover {
  color: #fff !important; }

.btn-u.btn-brd {
  border-color: #72c02c; }

.btn-u.btn-brd:hover {
  color: #5fb611;
  border-color: #5fb611; }

.btn-u.btn-brd.btn-brd-hover:hover {
  background: #5fb611; }

.btn-u.btn-brd.btn-u-blue {
  border-color: #3498db; }

.btn-u.btn-brd.btn-u-blue:hover {
  color: #2980b9;
  border-color: #2980b9; }

.btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
  background: #2980b9; }

.btn-u.btn-brd.btn-u-red {
  border-color: #e74c3c; }

.btn-u.btn-brd.btn-u-red:hover {
  color: #c0392b;
  border-color: #c0392b; }

.btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
  background: #c0392b; }

.btn-u.btn-brd.btn-u-orange {
  border-color: #e67e22; }

.btn-u.btn-brd.btn-u-orange:hover {
  color: #d35400;
  border-color: #d35400; }

.btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
  background: #d35400; }

.btn-u.btn-brd.btn-u-sea {
  border-color: #1abc9c; }

.btn-u.btn-brd.btn-u-sea:hover {
  color: #16a085;
  border-color: #16a085; }

.btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
  background: #16a085; }

.btn-u.btn-brd.btn-u-green {
  border-color: #2ecc71; }

.btn-u.btn-brd.btn-u-green:hover {
  color: #27ae60;
  border-color: #27ae60; }

.btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
  background: #27ae60; }

.btn-u.btn-brd.btn-u-yellow {
  border-color: #f1c40f; }

.btn-u.btn-brd.btn-u-yellow:hover {
  color: #f39c12;
  border-color: #f39c12; }

.btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
  background: #f39c12; }

.btn-u.btn-brd.btn-u-default {
  border-color: #95a5a6; }

.btn-u.btn-brd.btn-u-default:hover {
  color: #7f8c8d;
  border-color: #7f8c8d; }

.btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
  background: #7f8c8d; }

.btn-u.btn-brd.btn-u-dark {
  border-color: #555; }

.btn-u.btn-brd.btn-u-dark:hover {
  color: #333;
  border-color: #333; }

.btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
  background: #333; }

.btn-u.btn-brd.btn-u-light-grey {
  border-color: #585f69; }

.btn-u.btn-brd.btn-u-light-grey:hover {
  color: #484f58;
  border-color: #484f58; }

.btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
  background: #484f58; }

.btn-u.btn-brd.btn-u-purple {
  border-color: #9b6bcc; }

.btn-u.btn-brd.btn-u-purple:hover {
  color: #814fb5;
  border-color: #814fb5; }

.btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
  background: #814fb5; }

.btn-u.btn-brd.btn-u-aqua {
  border-color: #27d7e7; }

.btn-u.btn-brd.btn-u-aqua:hover {
  color: #26bac8;
  border-color: #26bac8; }

.btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
  background: #26bac8; }

.btn-u.btn-brd.btn-u-brown {
  border-color: #9c8061; }

.btn-u.btn-brd.btn-u-brown:hover {
  color: #81674b;
  border-color: #81674b; }

.btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
  background: #81674b; }

.btn-u.btn-brd.btn-u-dark-blue {
  border-color: #4765a0; }

.btn-u.btn-brd.btn-u-dark-blue:hover {
  color: #324c80;
  border-color: #324c80; }

.btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
  background: #324c80; }

.btn-u.btn-brd.btn-u-light-green {
  border-color: #79d5b3; }

.btn-u.btn-brd.btn-u-light-green:hover {
  color: #59b795;
  border-color: #59b795; }

.btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
  background: #59b795; }

.btn-u.btn-brd.btn-u-light {
  color: #fff;
  border-color: #fff; }

.btn-u.btn-brd.btn-u-light:hover {
  border-color: #fff; }

.btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
  background: #fff;
  color: #555 !important; }

/*Badges and Labels
------------------------------------*/
/*Labels*/
span.label {
  font-size: 11px;
  font-weight: 400;
  padding: 4px 7px; }

/*Badges*/
span.badge {
  font-weight: 400;
  padding: 4px 7px; }

span.label-u,
span.badge-u {
  background: #72c02c; }

span.label-blue,
span.badge-blue {
  background: #3498db; }

span.label-red,
span.badge-red {
  background: #e74c3c; }

span.label-green,
span.badge-green {
  background: #2ecc71; }

span.label-sea,
span.badge-sea {
  background: #1abc9c; }

span.label-orange,
span.badge-orange {
  background: #e67e22; }

span.label-yellow,
span.badge-yellow {
  background: #f1c40f; }

span.label-purple,
span.badge-purple {
  background: #9b6bcc; }

span.label-aqua,
span.badge-aqua {
  background: #27d7e7; }

span.label-brown,
span.badge-brown {
  background: #9c8061; }

span.label-dark-blue,
span.badge-dark-blue {
  background: #4765a0; }

span.label-light-green,
span.badge-light-green {
  background: #79d5b3; }

span.label-light,
span.badge-light {
  color: #777;
  background: #ecf0f1; }

span.label-dark,
span.badge-dark {
  background: #555; }

/*Badge Lists*/
.badge-lists li {
  position: relative; }

.badge-lists span.badge {
  top: -10px;
  right: -6px;
  position: absolute; }

/*Badge Icons*/
.badge-lists.badge-icons span.badge {
  min-width: 12px;
  padding: 3px 6px; }

.badge-lists.badge-icons i {
  font-size: 18px;
  min-width: 25px; }

/*Badge Box v1*/
.badge-box-v1 a {
  color: #777;
  min-width: 40px;
  font-size: 18px;
  padding: 8px 9px;
  display: inline-block;
  border: solid 1px #eee; }

/*Badge Box v2*/
.badge-box-v2 a {
  color: #777;
  font-size: 12px;
  padding: 10px;
  min-width: 70px;
  text-align: center;
  display: inline-block;
  border: solid 1px #eee; }

.badge-box-v2 a i {
  font-size: 20px; }

/*General Badge Box*/
.badge-box-v1 a i,
.badge-box-v2 a i {
  display: block;
  margin: 1px auto 2px; }

.badge-box-v1 a:hover,
.badge-box-v2 a:hover {
  color: #555;
  border-color: #555;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/*Icons
------------------------------------*/
/*Social Icons*/
.social-icons {
  margin: 0;
  padding: 0; }

.social-icons li {
  list-style: none;
  margin-right: 3px;
  margin-bottom: 5px;
  text-indent: -9999px;
  display: inline-block; }

.social-icons li a, a.social-icon {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.social-icons li:hover a {
  background-position: 0 -38px; }

.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/ }

.social-icons-color li a:hover {
  opacity: 1; }

.social_amazon {
  background: url(../img/icons/social/amazon.png) no-repeat; }

.social_behance {
  background: url(../img/icons/social/behance.png) no-repeat; }

.social_blogger {
  background: url(../img/icons/social/blogger.png) no-repeat; }

.social_deviantart {
  background: url(../img/icons/social/deviantart.png) no-repeat; }

.social_dribbble {
  background: url(../img/icons/social/dribbble.png) no-repeat; }

.social_dropbox {
  background: url(../img/icons/social/dropbox.png) no-repeat; }

.social_evernote {
  background: url(../img/icons/social/evernote.png) no-repeat; }

.social_facebook {
  background: url(../img/icons/social/facebook.png) no-repeat; }

.social_forrst {
  background: url(../img/icons/social/forrst.png) no-repeat; }

.social_github {
  background: url(../img/icons/social/github.png) no-repeat; }

.social_googleplus {
  background: url(../img/icons/social/googleplus.png) no-repeat; }

.social_jolicloud {
  background: url(../img/icons/social/jolicloud.png) no-repeat; }

.social_last-fm {
  background: url(../img/icons/social/last-fm.png) no-repeat; }

.social_linkedin {
  background: url(../img/icons/social/linkedin.png) no-repeat; }

.social_picasa {
  background: url(../img/icons/social/picasa.png) no-repeat; }

.social_pintrest {
  background: url(../img/icons/social/pintrest.png) no-repeat; }

.social_rss {
  background: url(../img/icons/social/rss.png) no-repeat; }

.social_skype {
  background: url(../img/icons/social/skype.png) no-repeat; }

.social_spotify {
  background: url(../img/icons/social/spotify.png) no-repeat; }

.social_stumbleupon {
  background: url(../img/icons/social/stumbleupon.png) no-repeat; }

.social_tumblr {
  background: url(../img/icons/social/tumblr.png) no-repeat; }

.social_twitter {
  background: url(../img/icons/social/twitter.png) no-repeat; }

.social_vimeo {
  background: url(../img/icons/social/vimeo.png) no-repeat; }

.social_wordpress {
  background: url(../img/icons/social/wordpress.png) no-repeat; }

.social_xing {
  background: url(../img/icons/social/xing.png) no-repeat; }

.social_yahoo {
  background: url(../img/icons/social/yahoo.png) no-repeat; }

.social_youtube {
  background: url(../img/icons/social/youtube.png) no-repeat; }

.social_vk {
  background: url(../img/icons/social/vk.png) no-repeat; }

/*Font Awesome Icon Styles*/
i.icon-custom {
  color: #555;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  border: solid 1px #555; }

i.icon-sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px; }

i.icon-lg {
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 60px;
  margin-bottom: 10px; }

i.icon-2x {
  font-size: 30px; }

i.icon-3x {
  font-size: 40px; }

i.icon-4x {
  font-size: 50px; }

/*Line Icons*/
i.icon-line {
  font-size: 17px; }

i.icon-sm.icon-line {
  font-size: 14px; }

i.icon-lg.icon-line {
  font-size: 28px; }

i.icon-2x.icon-line {
  font-size: 27px; }

i.icon-3x.icon-line {
  font-size: 36px; }

i.icon-4x.icon-line {
  font-size: 47px; }

/*Icon Styles For Links*/
.link-icon,
.link-bg-icon {
  color: #555; }

.link-icon:hover,
.link-bg-icon:hover {
  border: none;
  text-decoration: none; }

.link-icon:hover i {
  color: #72c02c;
  background: none;
  border: solid 1px #72c02c; }

.link-bg-icon:hover i {
  color: #72c02c;
  background: #72c02c;
  border-color: #72c02c;
  color: #fff !important; }

/*Icons Color*/
i.icon-color-u,
i.icon-color-red,
i.icon-color-sea,
i.icon-color-dark,
i.icon-color-grey,
i.icon-color-blue,
i.icon-color-green,
i.icon-color-yellow,
i.icon-color-orange,
i.icon-color-purple,
i.icon-color-aqua,
i.icon-color-brown,
i.icon-color-dark-blue,
i.icon-color-light-grey,
i.icon-color-light-green {
  background: none; }

i.icon-color-u {
  color: #72c02c;
  border: solid 1px #72c02c; }

i.icon-color-blue {
  color: #3498db;
  border: solid 1px #3498db; }

i.icon-color-red {
  color: #e74c3c;
  border: solid 1px #e74c3c; }

i.icon-color-sea {
  color: #1abc9c;
  border: solid 1px #1abc9c; }

i.icon-color-green {
  color: #2ecc71;
  border: solid 1px #2ecc71; }

i.icon-color-yellow {
  color: #f1c40f;
  border: solid 1px #f1c40f; }

i.icon-color-orange {
  color: #e67e22;
  border: solid 1px #e67e22; }

i.icon-color-grey {
  color: #95a5a6;
  border: solid 1px #95a5a6; }

i.icon-color-purple {
  color: #9b6bcc;
  border: solid 1px #9b6bcc; }

i.icon-color-aqua {
  color: #27d7e7;
  border: solid 1px #27d7e7; }

i.icon-color-brown {
  color: #9c8061;
  border: solid 1px #9c8061; }

i.icon-color-dark-blue {
  color: #4765a0;
  border: solid 1px #4765a0; }

i.icon-color-light-green {
  color: #79d5b3;
  border: solid 1px #79d5b3; }

i.icon-color-light {
  color: #fff;
  border: solid 1px #fff; }

i.icon-color-light-grey {
  color: #585f69;
  border: solid 1px #585f69; }

/*Icons Backgroun Color*/
i.icon-bg-u,
i.icon-bg-red,
i.icon-bg-sea,
i.icon-bg-dark,
i.icon-bg-grey,
i.icon-bg-blue,
i.icon-bg-green,
i.icon-bg-yellow,
i.icon-bg-orange,
i.icon-bg-purple,
i.icon-bg-aqua,
i.icon-bg-brown,
i.icon-bg-dark-blue,
i.icon-bg-light-grey,
i.icon-bg-light-green {
  color: #fff;
  border-color: transparent; }

i.icon-bg-u {
  background: #72c02c; }

i.icon-bg-blue {
  background: #3498db; }

i.icon-bg-red {
  background: #e74c3c; }

i.icon-bg-sea {
  background: #1abc9c; }

i.icon-bg-green {
  background: #2ecc71; }

i.icon-bg-yellow {
  background: #f1c40f; }

i.icon-bg-orange {
  background: #e67e22; }

i.icon-bg-grey {
  background: #95a5a6; }

i.icon-bg-dark {
  background: #555; }

i.icon-bg-purple {
  background: #9b6bcc; }

i.icon-bg-aqua {
  background: #27d7e7; }

i.icon-bg-brown {
  background: #9c8061; }

i.icon-bg-dark-blue {
  background: #4765a0; }

i.icon-bg-light-green {
  background: #79d5b3; }

i.icon-bg-light {
  background: #fff;
  border-color: transparent; }

i.icon-bg-light-grey {
  background: #585f69;
  border-color: transparent; }

/* Make Font Awesome icons fixed width */
.fa-fixed [class^="fa"],
.fa-fixed [class*=" fa"] {
  width: 1.25em;
  text-align: center;
  display: inline-block; }

.fa-fixed [class^="fa"].fa-lg,
.fa-fixed [class*=" fa"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em; }

/*Content Boxes
------------------------------------*/
/*Content Boxes v1*/
.content-boxes-v1 {
  text-align: center; }

.content-boxes-v1 span {
  display: block;
  margin-top: 5px; }

/*Content Boxes v2*/
@media (max-width: 992px) {
  .content-boxes-v2,
  .content-boxes-v2 .text-justify {
    text-align: center; }
  .content-boxes-v2 span {
    display: block;
    margin-top: 5px; } }

/*Content Boxes v3*/
.content-boxes-v3 {
  margin-bottom: 15px; }

.content-boxes-v3 i {
  top: 8px;
  float: left;
  position: relative; }

.content-boxes-v3 .content-boxes-in-v3 {
  padding: 0 10px;
  overflow: hidden; }

.content-boxes-v3 .content-boxes-in-v3 h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
  text-transform: capitalize; }

.content-boxes-v3 .content-boxes-in-v3 h3 a {
  color: #555; }

/*Colored Content Boxes
------------------------------------*/
.servive-block {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px; }

.servive-block p,
.servive-block h2 {
  color: #fff; }

.servive-block h2 a:hover {
  text-decoration: none; }

.servive-block-light,
.servive-block-default {
  background: #fafafa;
  border: solid 1px #eee; }

.servive-block-default:hover {
  box-shadow: 0 0 8px #eee; }

.servive-block-light p,
.servive-block-light h2,
.servive-block-default p,
.servive-block-default h2 {
  color: #555; }

.servive-block-u {
  background: #72c02c; }

.servive-block-blue {
  background: #3498db; }

.servive-block-red {
  background: #e74c3c; }

.servive-block-sea {
  background: #1abc9c; }

.servive-block-grey {
  background: #95a5a6; }

.servive-block-yellow {
  background: #f1c40f; }

.servive-block-orange {
  background: #e67e22; }

.servive-block-green {
  background: #2ecc71; }

.servive-block-purple {
  background: #9b6bcc; }

.servive-block-aqua {
  background: #27d7e7; }

.servive-block-brown {
  background: #9c8061; }

.servive-block-dark-blue {
  background: #4765a0; }

.servive-block-light-green {
  background: #79d5b3; }

.servive-block-dark {
  background: #555; }

.servive-block-light {
  background: #ecf0f1; }

/*Funny Boxes
------------------------------------*/
.funny-boxes {
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 25px;
  background: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.funny-boxes h2 a {
  color: #555; }

.funny-boxes p a {
  color: #72c02c; }

.funny-boxes .funny-boxes-img li i {
  color: #72c02c;
  font-size: 12px;
  margin-right: 5px; }

.funny-boxes .funny-boxes-img img {
  display: block;
  margin: 5px 10px 10px 0; }

.funny-boxes h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px; }

.funny-boxes ul.funny-boxes-rating li {
  display: inline; }

.funny-boxes ul.funny-boxes-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px; }

.funny-boxes ul.funny-boxes-rating li i:hover {
  color: #f8be2c; }

/*Funny Colored Boxes*/
.funny-boxes-colored p,
.funny-boxes-colored h2 a,
.funny-boxes-colored .funny-boxes-img li,
.funny-boxes-colored .funny-boxes-img li i {
  color: #fff !important; }

/*Red Funny Box*/
.funny-boxes-red {
  background: #e74c3c; }

/*Blue Funny Box*/
.funny-boxes-blue {
  background: #3498db; }

/*Grey Funny Box*/
.funny-boxes-grey {
  background: #95a5a6; }

/*Turquoise Funny Box*/
.funny-boxes-sea {
  background: #1abc9c; }

/*Turquoise Top Bordered Funny Box*/
.funny-boxes-top-sea {
  border-top: solid 2px #1abc9c; }

.funny-boxes-top-sea:hover {
  border-top-color: #16a085; }

/*Yellow Top Bordered Funny Box**/
.funny-boxes-top-yellow {
  border-top: solid 2px #f1c40f; }

.funny-boxes-top-yellow:hover {
  border-top-color: #f39c12; }

/*Orange Left Bordered Funny Box**/
.funny-boxes-left-orange {
  border-left: solid 2px #e67e22; }

.funny-boxes-left-orange:hover {
  border-left-color: #d35400; }

/*Green Left Bordered Funny Box**/
.funny-boxes-left-green {
  border-left: solid 2px #72c02c; }

.funny-boxes-left-green:hover {
  border-left-color: #5fb611; }

/*Green Right Bordered Funny Box**/
.funny-boxes-right-u {
  border-right: solid 2px #72c02c; }

.funny-boxes-right-u:hover {
  border-right-color: #5fb611; }

/*Typography
------------------------------------*/
/*Text Dropcap*/
.dropcap {
  float: left;
  color: #72c02c;
  padding: 5px 0;
  font-size: 45px;
  font-weight: 200;
  line-height: 30px;
  margin: 0px 5px 0 0; }

.dropcap-bg {
  float: left;
  color: #fff;
  padding: 7px 0;
  min-width: 50px;
  font-size: 35px;
  font-weight: 200;
  line-height: 35px;
  text-align: center;
  background: #72c02c;
  margin: 4px 10px 0 0; }

/*Text Highlights*/
.text-highlights {
  color: #fff;
  font-weight: 200;
  padding: 0px 5px;
  background: #555; }

.text-highlights-green {
  background: #72c02c; }

.text-highlights-blue {
  background: #3498db; }

.text-highlights-red {
  background: #e74c3c; }

.text-highlights-sea {
  background: #1abc9c; }

.text-highlights-orange {
  background: #e67e22; }

.text-highlights-yellow {
  background: #f1c40f; }

.text-highlights-purple {
  background: #9b6bcc; }

.text-highlights-aqua {
  background: #27d7e7; }

.text-highlights-brown {
  background: #9c8061; }

.text-highlights-dark-blue {
  background: #4765a0; }

.text-highlights-light-green {
  background: #79d5b3; }

/*Text Borders*/
.text-border {
  border-bottom: dashed 1px #555; }

.text-border-default {
  border-color: #95a5a6; }

.text-border-green {
  border-color: #72c02c; }

.text-border-blue {
  border-color: #3498db; }

.text-border-red {
  border-color: #e74c3c; }

.text-border-yellow {
  border-color: #f1c40f; }

.text-border-purple {
  border-color: #9b6bcc; }

/*List Styles*/
.list-styles li {
  margin-bottom: 8px; }

/*Tooltip*/
.tooltips-show {
  position: relative; }

/*Contextual Backgrounds*/
.contex-bg p {
  opacity: 0.8;
  padding: 8px 10px; }

.contex-bg p:hover {
  opacity: 1; }

/*Blockquote*/
blockquote {
  padding: 5px 15px;
  border-left-width: 2px; }

blockquote p {
  font-size: 14px;
  font-weight: 400; }

blockquote h1,
blockquote h2,
blockquote span {
  font-size: 18px;
  margin: 0 0 8px;
  line-height: 24px; }

/*Blockquote Styles*/
blockquote.bq-text-lg p,
blockquote.bq-text-lg small {
  text-transform: uppercase; }

blockquote.bq-text-lg p {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px; }

blockquote.text-right,
blockquote.hero.text-right {
  border-left: none;
  border-right: 2px solid #eee; }

blockquote.hero.text-right,
blockquote.hero.text-right:hover {
  border-color: #555; }

blockquote:hover,
blockquote.text-right:hover {
  border-color: #72c02c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

blockquote.bq-dark,
blockquote.bq-dark:hover {
  border-color: #585f69; }

blockquote.bq-green {
  border-color: #72c02c; }

/*Blockquote Hero Styles*/
blockquote.hero {
  border: none;
  padding: 18px;
  font-size: 16px;
  background: #f3f3f3;
  border-left: solid 2px #666; }

blockquote.hero:hover {
  background: #eee;
  border-left-color: #666; }

blockquote.hero.hero-dark,
blockquote.hero.hero-default {
  border: none; }

blockquote.hero.hero-dark {
  background: #444; }

blockquote.hero.hero-dark:hover {
  background: #555; }

blockquote.hero.hero-default {
  background: #72c02c; }

blockquote.hero.hero-default:hover {
  background: #5fb611; }

blockquote.hero.hero-dark p,
blockquote.hero.hero-dark h2,
blockquote.hero.hero-dark small,
blockquote.hero.hero-default p,
blockquote.hero.hero-default h2,
blockquote.hero.hero-default small {
  color: #fff;
  font-weight: 200; }

/*Tag Boxes
------------------------------------*/
.tag-box {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px; }

.tag-box h2 {
  font-size: 20px;
  line-height: 25px; }

.tag-box p {
  margin-bottom: 0; }

.tag-box.tag-text-space p {
  margin-bottom: 10px; }

/*Tag Boxes v1*/
.tag-box-v1 {
  border: solid 1px #eee;
  border-top: solid 2px #72c02c; }

/*Tag Boxes v2*/
.tag-box-v2 {
  background: #fafafa;
  border: solid 1px #eee;
  border-left: solid 2px #72c02c; }

/*Tag Boxes v3*/
.tag-box-v3 {
  border: solid 2px #eee; }

/*Tag Boxes v4*/
.tag-box-v4 {
  border: dashed 1px #bbb; }

/*Tag Boxes v5*/
.tag-box-v5 {
  margin: 20px 0;
  text-align: center;
  border: dashed 1px #ccc; }

.tag-box-v5 span {
  color: #555;
  font-size: 28px;
  margin-bottom: 0; }

/*Tag Boxes v6*/
.tag-box-v6 {
  background: #fafafa;
  border: solid 1px #eee; }

/*Tag Boxes v7*/
.tag-box-v7 {
  border: solid 1px #eee;
  border-bottom: solid 2px #72c02c; }

/*Testimonials
------------------------------------*/
/*Testimonials*/
.testimonials {
  margin-bottom: 10px; }

.testimonials .testimonial-info {
  color: #72c02c;
  font-size: 16px;
  padding: 0 15px;
  margin-top: 18px; }

.testimonials .testimonial-info span {
  top: 3px;
  position: relative; }

.testimonials .testimonial-info em {
  color: #777;
  display: block;
  font-size: 13px; }

.testimonials .testimonial-info img {
  width: 60px;
  float: left;
  height: 60px;
  padding: 2px;
  margin-right: 15px;
  border: solid 1px #ccc; }

.testimonials .testimonial-author {
  overflow: hidden; }

.testimonials .carousel-arrow {
  top: -65px;
  position: relative; }

.testimonials .carousel-arrow i {
  color: #777;
  padding: 2px;
  min-width: 25px;
  font-size: 20px;
  text-align: center;
  background: #f5f5f5; }

.testimonials .carousel-arrow i:hover {
  color: #fff;
  background: #72c02c; }

.testimonials .carousel-control {
  opacity: 1;
  width: 100%;
  text-align: right;
  text-shadow: none;
  position: absolute;
  filter: Alpha(opacity=100);
  /*For IE*/ }

.testimonials .carousel-control.left {
  right: 27px;
  left: auto; }

.testimonials .carousel-control.right {
  right: 0px; }

/*Testimonials v1*/
.testimonials.testimonials-v1 .item p {
  position: relative; }

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
  left: 80px;
  bottom: -20px; }

.testimonials.testimonials-v1 .item p:after {
  border-top: 22px solid;
  border-left: 0 solid transparent;
  border-right: 22px solid transparent; }

/*Testimonials v2*/
.testimonials.testimonials-v2 .testimonial-info {
  padding: 0 20px; }

.testimonials.testimonials-v2 p {
  padding-bottom: 15px; }

.testimonials.testimonials-v2 .carousel-arrow {
  top: -55px; }

.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
  left: 8%;
  bottom: 45px; }

.testimonials.testimonials-v2 .item p:after {
  border-top: 20px solid;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent; }

/*General Testimonials v1/v2*/
.testimonials.testimonials-v1 p,
.testimonials.testimonials-v2 p {
  padding: 15px;
  font-size: 14px;
  font-style: italic;
  background: #f5f5f5; }

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v2 .item p:after {
  width: 0;
  height: 0;
  content: " ";
  display: block;
  position: absolute;
  border-top-color: #f5f5f5;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/ }

/*Testimonials Backgrounds*/
.testimonials-bg-dark .item p,
.testimonials-bg-default .item p {
  color: #fff;
  font-weight: 200; }

.testimonials-bg-dark .carousel-arrow i,
.testimonials-bg-default .carousel-arrow i {
  color: #fff; }

/*Testimonials Default*/
.testimonials-bg-default .item p {
  background: #72c02c; }

.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
  border-top-color: #72c02c; }

.testimonials-bg-default .carousel-arrow i {
  background: #72c02c; }

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
  background: #5fb611; }

/*Testimonials Dark*/
.testimonials-bg-dark .item p {
  background: #555; }

.testimonials.testimonials-bg-dark .item p:after,
.testimonials.testimonials-bg-dark .item p:after {
  border-top-color: #555; }

.testimonials-bg-dark .carousel-arrow i {
  color: #fff;
  background: #555; }

.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
  background: #333; }

.testimonials.testimonials-bg-dark .testimonial-info {
  color: #555; }

/*Panels (Portlets)
------------------------------------*/
.panel-heading {
  color: #fff;
  padding: 5px 15px; }

/*Panel Table*/
.panel .table {
  margin-bottom: 0; }

/*Panel Unify*/
.panel-u {
  border-color: #72c02c; }

.panel-u > .panel-heading {
  background: #72c02c; }

/*Panel Blue*/
.panel-blue {
  border-color: #3498db; }

.panel-blue > .panel-heading {
  background: #3498db; }

/*Panel Red*/
.panel-red {
  border-color: #e74c3c; }

.panel-red > .panel-heading {
  background: #e74c3c; }

/*Panel Green*/
.panel-green {
  border-color: #2ecc71; }

.panel-green > .panel-heading {
  background: #2ecc71; }

/*Panel Sea*/
.panel-sea {
  border-color: #1abc9c; }

.panel-sea > .panel-heading {
  background: #1abc9c; }

/*Panel Orange*/
.panel-orange {
  border-color: #e67e22; }

.panel-orange > .panel-heading {
  background: #e67e22; }

/*Panel Yellow*/
.panel-yellow {
  border-color: #f1c40f; }

.panel-yellow > .panel-heading {
  background: #f1c40f; }

/*Panel Grey*/
.panel-grey {
  border-color: #95a5a6; }

.panel-grey > .panel-heading {
  background: #95a5a6; }

/*Panel Dark*/
.panel-dark {
  border-color: #555; }

.panel-dark > .panel-heading {
  background: #555; }

/*Panel Purple*/
.panel-purple {
  border-color: #9b6bcc; }

.panel-purple > .panel-heading {
  background: #9b6bcc; }

/*Panel Aqua*/
.panel-aqua {
  border-color: #27d7e7; }

.panel-aqua > .panel-heading {
  background: #27d7e7; }

/*Panel Brown*/
.panel-brown {
  border-color: #9c8061; }

.panel-brown > .panel-heading {
  background: #9c8061; }

/*Panel Dark Blue*/
.panel-dark-blue {
  border-color: #4765a0; }

.panel-dark-blue > .panel-heading {
  background: #4765a0; }

/*Panel Light Green*/
.panel-light-green {
  border-color: #79d5b3; }

.panel-light-green > .panel-heading {
  background: #79d5b3; }

/*Panel Default Dark*/
.panel-default-dark {
  border-color: #585f69; }

.panel-default-dark > .panel-heading {
  background: #585f69; }

/*Progress Bar
------------------------------------*/
.progress-u {
  box-shadow: none; }

.progress-u .progress-bar {
  box-shadow: none; }

/*progress-bar (sizes)*/
.progress-lg {
  height: 25px; }

.progress-lg p {
  padding-top: 3px; }

.progress-sm {
  height: 12px; }

.progress-xs {
  height: 7px; }

.progress-xxs {
  height: 3px; }

/*progress-bar (colors)*/
.progress {
  background: #e5e5e5; }

.progress-bar-u {
  background: #72c02c; }

.progress-bar-blue {
  background: #3498db; }

.progress-bar-orange {
  background: #e67e22; }

.progress-bar-red {
  background: #e74c3c; }

.progress-bar-purple {
  background: #9b6bcc; }

.progress-bar-aqua {
  background: #27d7e7; }

.progress-bar-brown {
  background: #9c8061; }

.progress-bar-dark-blue {
  background: #4765a0; }

.progress-bar-light-green {
  background: #79d5b3; }

.progress-bar-dark {
  background: #555; }

/*Count Stars
------------------------------------*/
.stars-existing {
  color: #72c02c;
  cursor: pointer; }

.star-lg {
  font-size: 30px; }

.star-sm {
  font-size: 25px; }

.star-xs {
  font-size: 20px; }

.star-default {
  font-size: 16px; }

/*Media (Audio/Videos and Images)
------------------------------------*/
/*Images*/
img.img-bordered {
  padding: 3px;
  border: solid 1px #eee; }

img.img-circle {
  border-radius: 50% !important; }

/*Responsive Video*/
.responsive-video {
  height: 0;
  padding-top: 1px;
  position: relative;
  margin-bottom: -3px;
  padding-bottom: 56.25%;
  /*16:9*/ }

.responsive-video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

/*Spaces
------------------------------------*/
.margin-left-5 {
  margin-left: 5px; }

.margin-right-5 {
  margin-right: 5px; }

.no-top-space {
  margin-top: 0;
  padding-top: 0; }

.no-bottom-space {
  margin-bottom: 0;
  padding-bottom: 0; }

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60 {
  clear: both; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

@media (max-width: 768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px; }
  .sm-margin-bottom-20 {
    margin-bottom: 20px; }
  .sm-margin-bottom-30 {
    margin-bottom: 30px; }
  .sm-margin-bottom-40 {
    margin-bottom: 40px; }
  .sm-margin-bottom-50 {
    margin-bottom: 50px; }
  .sm-margin-bottom-60 {
    margin-bottom: 60px; } }

@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px; }
  .md-margin-bottom-20 {
    margin-bottom: 20px; }
  .md-margin-bottom-30 {
    margin-bottom: 30px; }
  .md-margin-bottom-40 {
    margin-bottom: 40px; }
  .md-margin-bottom-50 {
    margin-bottom: 50px; }
  .md-margin-bottom-60 {
    margin-bottom: 60px; } }

/*Text Colors
------------------------------------*/
.color-sea {
  color: #1abc9c; }

.color-red {
  color: #e74c3c; }

.color-aqua {
  color: #27d7e7; }

.color-blue {
  color: #3498db; }

.color-grey {
  color: #95a5a6; }

.color-dark {
  color: #555555; }

.color-green {
  color: #72c02c; }

.color-brown {
  color: #9c8061; }

.color-light {
  color: #ffffff; }

.color-orange {
  color: #e67e22; }

.color-green1 {
  color: #2ecc71; }

.color-purple {
  color: #9b6bcc; }

.color-dark-blue {
  color: #4765a0; }

.color-light-grey {
  color: #585f69; }

.color-light-green {
  color: #79d5b3; }

/*Background Colors
------------------------------------*/
.bg-color-dark,
.bg-color-sea,
.bg-color-red,
.bg-color-aqua,
.bg-color-blue,
.bg-color-grey,
.bg-color-green,
.bg-color-brown,
.bg-color-orange,
.bg-color-green1,
.bg-color-purple,
.bg-color-dark-blue,
.bg-color-light-grey,
.bg-color-light-green {
  color: #fff; }

.bg-color-dark {
  background-color: #555; }

.bg-color-sea {
  background-color: #1abc9c; }

.bg-color-red {
  background-color: #e74c3c; }

.bg-color-aqua {
  background-color: #27d7e7; }

.bg-color-blue {
  background-color: #3498db; }

.bg-color-grey {
  background-color: #95a5a6; }

.bg-color-green {
  background-color: #72c02c; }

.bg-color-brown {
  background-color: #9c8061; }

.bg-color-orange {
  background-color: #e67e22; }

.bg-color-green1 {
  background-color: #2ecc71; }

.bg-color-purple {
  background-color: #9b6bcc; }

.bg-color-dark-blue {
  background-color: #4765a0; }

.bg-color-light-grey {
  background-color: #585f69; }

.bg-color-light-green {
  background-color: #79d5b3; }

/*Rounded and Circle Classes
------------------------------------*/
.rounded {
  border-radius: 4px !important; }

.rounded-x {
  border-radius: 50% !important; }

.rounded-2x {
  border-radius: 10px !important; }

.rounded-3x {
  border-radius: 15px !important; }

.rounded-4x {
  border-radius: 20px !important; }

.rounded-top {
  border-radius: 4px 4px 0 0 !important; }

.rounded-left {
  border-radius: 4px 0 0 4px !important; }

.rounded-right {
  border-radius: 0 4px 4px 0 !important; }

.rounded-bottom {
  border-radius: 0 0 4px 4px !important; }

/*Others
------------------------------------*/
.overflow-h {
  overflow: hidden; }

.overflow-a {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.lft-img-margin {
  margin: 0 20px 5px 0; }

.rgt-img-margin {
  margin: 0 0 5px 10px; }

.padding-left-5 {
  padding-left: 5px; }

.img-width-200 {
  width: 200px; }

/*Misc*/
.content {
  padding-top: 40px;
  padding-bottom: 40px; }

.text-justify p {
  text-align: justify; }

/*Background Light*/
.bg-light {
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fcfcfc;
  border: solid 1px #e5e5e5; }

.bg-light:hover {
  border: solid 1px #bbb; }

/*CSS3 Hover Effects*/
.hover-effect {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.hover-effect-kenburn {
  left: 10px;
  margin-left: -10px;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

.hover-effect-kenburn:hover {
  -webkit-transform: scale(2) rotate(5deg);
  -moz-transform: scale(2) rotate(5deg);
  -o-transform: scale(2) rotate(5deg);
  -ms-transform: scale(2) rotate(5deg);
  transform: scale(2) rotate(5deg); }

/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio and Blog Theme.
 * Version: 1.4
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/
/*Parallax Slider (Main)
------------------------------------*/
.slider-inner .da-slider {
  box-shadow: none;
  border-bottom: 2px solid #ddd; }

.slider-inner .da-dots {
  z-index: 10; }

@media (max-width: 450px) {
  .da-slide p {
    display: none; } }

@media (max-width: 900px) {
  /*Slider Parallax*/
  .da-slide .da-img {
    display: none; } }

/*Revolution Slider
------------------------------------*/
.bg-black-opacity {
  background: url(../img/sliders/revolution/bg-text.png) repeat;
  padding: 7px;
  text-shadow: none !important; }

.fullwidthbanner-container {
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 100% !important;
  max-height: 500px !important; }

/*Layer Slider
------------------------------------*/
.layer_slider {
  overflow: hidden; }

.ls-ct-half, .ls-ct-center {
  border-radius: 100px !important; }

/*Sequence Slider (Home Page)
------------------------------------*/
@media (max-width: 900px) {
  #sequence-theme .info {
    top: 80px !important;
    width: 60% !important;
    margin-right: 50px; } }

@media (max-width: 450px) {
  #sequence-theme .info {
    top: 70px !important;
    width: 70% !important;
    margin-right: 25px; }
  #sequence-theme h2 {
    font-size: 30px !important; }
  #sequence-theme .info p {
    font-size: 18px !important; } }

/*Clients Carousel (Flexslider)
------------------------------------*/
.clients {
  box-shadow: none !important;
  margin-bottom: 0 !important; }

.clients li {
  float: left;
  overflow: hidden;
  margin-left: 1px;
  position: relative;
  background: #fafafa; }

.clients li:hover {
  background: #f6f6f6; }

.clients li img.color-img {
  top: 0;
  left: 0;
  display: none;
  position: absolute; }

.clients li:hover img.color-img {
  display: block; }

.clients li img {
  filter: gray;
  /* IE6-9 */
  float: none !important;
  margin: 0 auto !important; }

.clients li img:hover {
  filter: none; }

.clients,
.flexslider.home {
  border: 0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px; }

.flexslider {
  margin-top: 10px !important;
  background: none !important; }

.flexslider .flex-direction-nav a {
  margin-top: -10px !important; }

/*Fancybox
------------------------------------*/
/*For Topbar*/
.fancybox-overlay.fancybox-overlay-fixed {
  z-index: 9999; }

/*FancyBox Hover Effect*/
.zoomer:hover .overlay-zoom .zoom-icon {
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  filter: alpha(opacity=50); }

.overlay-zoom {
  z-index: 90;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.overlay-zoom .zoom-icon {
  top: 0;
  opacity: 0;
  z-index: 100;
  width: inherit;
  height: inherit;
  position: absolute;
  background-color: #000;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("../img/overlay-icon.png");
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

@media (max-width: 768px) {
  .fancybox-overlay {
    background: none !important; } }

/*Owl Carousel
------------------------------------*/
.owl-btn {
  color: #777;
  cursor: pointer;
  font-size: 18px;
  padding: 2px 9px;
  text-align: center;
  background: #f5f5f5; }

.owl-btn:hover {
  color: #fff;
  background: #72c02c; }

/*Owl Carousel v1*/
.owl-carousel-v1 .owl-navigation {
  text-align: right;
  margin-bottom: 20px; }

.owl-carousel-v1 .item {
  margin: 0 15px; }

.owl-carousel-v1 .item img {
  text-align: center; }

.owl-carousel-v1 .owl-pagination {
  display: none; }

/*Owl Carousel v2*/
.owl-carousel-v2 .owl-slider-v2 {
  margin-bottom: 20px; }

.owl-carousel-v2 .item {
  margin: 0 15px; }

.owl-carousel-v2 .item img {
  text-align: center; }

.owl-carousel-v2 .owl-navigation {
  text-align: center; }

.owl-carousel-v2 .owl-pagination {
  display: none; }

/*Owl Carousel v3*/
.owl-carousel-v3 .item {
  margin: 0 15px; }

.owl-carousel-v3 .item img {
  text-align: center; }

.owl-carousel-v3 .owl-pagination {
  display: none; }

/*Owl Carousel v4*/
.owl-carousel-v4 .owl-wrapper-outer {
  margin-bottom: 20px; }

.owl-carousel-v4 .item {
  margin: 0 3px; }

.owl-carousel-v4 .item img {
  width: 100%; }

/*Owl Pagination*/
.owl-pagination {
  text-align: center !important; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/ }

.owl-theme .owl-controls .owl-page {
  zoom: 1;
  display: inline-block;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  opacity: 0.3;
  display: block;
  margin: 5px 7px;
  background: #bbb;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important; }

/*Owl Carousel Style v1*/
.owl-carousel-style-v1 img {
  width: 120px;
  height: auto; }

/*Owl Carousel Style v2*/
.owl-carousel-style-v2 .item {
  margin: 0 3px;
  background: #fafafa;
  text-align: center;
  border: solid 1px #eee; }

.owl-carousel-style-v2 .item img {
  padding: 0 3px;
  display: inline-block; }

.owl-carousel-style-v2 .item:hover {
  background: #f7f7f7;
  border-color: #e5e5e5;
  transition: all 0.4s ease-in-out; }

.owl-carousel-style-v2 .owl-pagination {
  display: none; }

/*Pie Chart
------------------------------------*/
.pie-progress-charts .inner-pchart {
  text-align: center; }

.pie-progress-charts .circle {
  color: #555;
  font-weight: 200;
  margin-bottom: 20px; }

.pie-progress-charts .circle-title {
  font-size: 22px; }

@media (max-width: 767px) {
  .pie-progress-charts .inner-pchart {
    margin-bottom: 40px; } }

/*Counter
------------------------------------*/
.counters {
  color: #555;
  text-align: center; }

@media (max-width: 767px) {
  .counters {
    margin-bottom: 30px; } }

.counters span {
  font-size: 35px; }

.counters span.counter-icon {
  display: block;
  margin-bottom: 10px; }

.counters span.counter-icon i {
  color: #fff;
  padding: 16px;
  min-width: 65px;
  font-size: 30px;
  position: relative;
  background: #72c02c; }

.counters span.counter-icon i:after {
  width: 0;
  height: 0;
  left: 38%;
  content: " ";
  bottom: -7px;
  display: block;
  position: absolute;
  border-top: 7px solid #72c02c;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/ }

.counters:hover span.counter-icon i {
  border-color: #000; }

/*Style Switcher
------------------------------------*/
i.style-switcher-btn {
  right: 0;
  top: 37px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 555555;
  position: fixed;
  padding: 7px 9px;
  background: #585f69;
  border-radius: 6px 0 0 6px !important; }

i.style-switcher-btn:hover {
  background: #707985; }

i.style-switcher-btn-option {
  top: 38px;
  background: #9097a0; }

i.style-switcher-btn-option:hover {
  background: #707985; }

.style-switcher {
  right: 0;
  top: 37px;
  width: 205px;
  display: none;
  z-index: 555555;
  position: fixed;
  background: #585f69;
  border: solid 1px #666d76;
  padding: 15px 15px 15px 20px;
  border-radius: 6px 0 0 6px !important; }

.style-switcher-inner {
  background: #9097a0; }

.style-switcher .theme-close {
  top: 10px;
  right: 6px;
  position: absolute; }

.style-switcher .theme-close i {
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  padding: 5px; }

.style-switcher .theme-close i:hover {
  color: #464e5b;
  background: #fff; }

.style-switcher .theme-heading {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.style-switcher-logo {
  margin-top: 10px;
  padding-top: 15px;
  border-top: solid 1px #4c5159; }

.style-switcher-logo a {
  display: block;
  text-align: center; }

.style-switcher ul {
  margin-bottom: 0; }

.style-switcher li {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: #c00;
  margin: 0 5px 5px 0;
  display: inline-block;
  border-radius: 10% !important; }

.style-switcher li.last {
  margin-right: 0; }

.style-switcher li:hover,
.style-switcher li.theme-active {
  border: solid 2px #fff; }

.style-switcher a.btn-u {
  border: solid 1px transparent; }

.style-switcher a.btn-u-sea.active-switcher-btn,
.style-switcher a.btn-u-green.active-switcher-btn {
  border: solid 1px #eee; }

.style-switcher a.btn-u-sea.active-switcher-btn {
  background: #1abc9c !important; }

.style-switcher a.btn-u-green.active-switcher-btn {
  background: #2ecc71 !important; }

.style-switcher li.theme-default {
  background: #72c02c; }

.style-switcher li.theme-blue {
  background: #3498db; }

.style-switcher li.theme-orange {
  background: #e67e22; }

.style-switcher li.theme-red {
  background: #e74c3c; }

.style-switcher li.theme-light {
  background: #ecf0f1; }

.style-switcher li.theme-purple {
  background: #9b6bcc; }

.style-switcher li.theme-aqua {
  background: #27d7e7; }

.style-switcher li.theme-brown {
  background: #9c8061; }

.style-switcher li.theme-dark-blue {
  background: #4765a0; }

.style-switcher li.theme-light-green {
  background: #79d5b3; }

/*Import CSS Plugins*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

.shadow-wrapper {
  z-index: 1;
  position: relative; }

/*Common Style*/
.box-shadow {
  background: #fff;
  position: relative; }

.box-shadow:after,
.box-shadow:before {
  top: 80%;
  left: 5px;
  width: 50%;
  z-index: -1;
  content: "";
  bottom: 15px;
  max-width: 300px;
  background: #999;
  position: absolute; }

/*Effect 1*/
.shadow-effect-1 {
  box-shadow: 0 10px 6px -6px #bbb;
  -moz-box-shadow: 0 10px 6px -6px #bbb;
  -webkit-box-shadow: 0 10px 6px -6px #bbb; }

/*Effect 2,3,4*/
.shadow-effect-2 {
  position: relative; }

.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
  transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999;
  -moz-box-shadow: 0 15px 10px #999;
  -webkit-box-shadow: 0 15px 10px #999; }

.shadow-effect-2:after,
.shadow-effect-4:after {
  left: auto;
  right: 5px;
  transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg); }

/*Fonts*/
@font-face {
  font-family: RobotoRegular;
  src: url("fonts/roboto/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("fonts/montserrat/Montserrat-Hairline.otf");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("fonts/montserrat/Montserrat-UltraLight.otf");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("fonts/montserrat/Montserrat-Light.otf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("fonts/montserrat/Montserrat-Regular.otf");
  font-weight: 400;
  font-style: normal; }

a:hover {
  color: white;
  text-decoration: none; }

a:focus {
  color: white; }

a.light-bg:hover {
  color: #00aee6; }

a.light-bg:focus {
  color: #00aee6; }

a.blue:hover {
  color: #799eb2; }

@media (max-width: 768px) {
  .container {
    width: 100%; } }

.margin-auto {
  margin: 0px auto; }

.em-100, body.team .profile div span:last-child {
  font-weight: 100; }

.em-100:before, body.team .profile div span:last-child:before {
  font-weight: 100 !important; }

.em-200, body.legal #faq .question h2 {
  font-weight: 200; }

.em-200:before, body.legal #faq .question h2:before {
  font-weight: 200 !important; }

.em-300, body.team .profile div {
  font-weight: 300; }

.em-300:before, body.team .profile div:before {
  font-weight: 300 !important; }

.em-400 {
  font-weight: 400; }

.em-400:before {
  font-weight: 400 !important; }

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

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

.type-xs {
  font-size: 8px; }

.type-sm {
  font-size: 12px; }

.type-p, body.team .profile div span:last-child {
  font-size: 14px; }

.type-h3 {
  font-size: 21px; }

.type-h5, body.team .profile div {
  font-size: 16px; }

.type-h4 {
  font-size: 18px; }

.type-lbl {
  font-size: 12px; }

.type-md {
  font-size: 24px; }

.type-lrg {
  font-size: 32px; }

.type-mlrg {
  font-size: 42px; }

.type-lrger {
  font-size: 48px; }

.title {
  font-size: 54px; }

.l-title {
  font-size: 62px; }

.lm-title {
  font-size: 72px; }

.xl-title {
  font-size: 90px; }

@media (max-width: 768px) {
  .type-p, body.team .profile div span:last-child {
    font-size: 14px; }
  .type-h5, body.team .profile div {
    font-size: 16px; }
  .type-h4 {
    font-size: 16px; }
  .type-lrger {
    font-size: 32px; }
  .title {
    font-size: 32px; }
  .l-title {
    font-size: 36px; }
  .lm-title {
    font-size: 38px; }
  .xl-title {
    font-size: 42px; }
  .f-12-mobile {
    font-size: 12px; }
  .f-18-mobile {
    font-size: 18px; }
  .f-14-mobile {
    font-size: 14px; } }

.uppercase, body.team .profile div, body.team .team-info div > div span:first-child {
  text-transform: uppercase; }

.ls-title {
  letter-spacing: -0.04em; }

.ls-label {
  letter-spacing: 0.05em; }

.lh1 {
  line-height: 1; }

@media (max-width: 992px) {
  .lh1-tablet {
    line-height: 1; } }

.bg-footer-blue {
  background-color: #e0edf2; }

.hover-underline:hover {
  color: initial !important;
  text-decoration: underline; }

.underline {
  text-decoration: underline; }

.flex-0 {
  width: 100%;
  -ms-flex: 0 0 auto; }

.flex-1 {
  flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  width: 100%; }

.flex-2 {
  flex: 2;
  -ms-flex: 2 2 auto;
  -webkit-box-flex: 2;
  width: 100%; }

.flex-3 {
  flex: 3;
  -ms-flex: 3 3 auto;
  -webkit-box-flex: 3;
  width: 100%; }

.flex-4 {
  flex: 4;
  -ms-flex: 4 4 auto;
  -webkit-box-flex: 4;
  width: 100%; }

.flex-5 {
  flex: 5;
  -ms-flex: 5 5 auto;
  -webkit-box-flex: 5;
  width: 100%; }

.flex-1-0 {
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1 0 auto;
  width: 100%; }

.flex-2-0 {
  flex: 2 0 auto;
  -ms-flex: 2 0 auto;
  -webkit-box-flex: 2 0 auto;
  width: 100%; }

.flex-3-0 {
  flex: 3 0 auto;
  -ms-flex: 3 0 auto;
  -webkit-box-flex: 3 0 auto;
  width: 100%; }

.flex-4-0 {
  flex: 4 0 auto;
  -ms-flex: 4 0 auto;
  -webkit-box-flex: 4 0 auto;
  width: 100%; }

.flex-5-0 {
  flex: 5 0 auto;
  -ms-flex: 5 0 auto;
  -webkit-box-flex: 5 0 auto;
  width: 100%; }

/* spacing helpers
 *p,m = padding,margin
 *a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
 *s,m,l,n,a = small(.3125em),medium(.625em),large(1.25em),none(0),auto
 */
.ptn, .pvn, .pan {
  padding-top: 0; }

.pts, .pvs, .pas {
  padding-top: 0.3125em; }

.ptm, .pvm, .pam {
  padding-top: 0.625em; }

.ptl, .pvl, .pal {
  padding-top: 1.25em; }

.ptml, .pvml, .paml {
  padding-top: 1.3125em; }

.ptvl, .pvvl, .pavl {
  padding-top: 3em; }

.prn, .phn, .pan {
  padding-right: 0; }

.prs, .phs, .pas {
  padding-right: 0.3125em; }

.prm, .phm, .pam {
  padding-right: 0.625em; }

.prml, .phml, .paml {
  padding-right: 1.3125em; }

.prvl, .phvl, .pavl {
  padding-right: 3em; }

.prl, .phl, .pal {
  padding-right: 1.25em; }

.pbn, .pvn, .pan {
  padding-bottom: 0; }

.pbs, .pvs, .pas {
  padding-bottom: 0.3125em; }

.pbm, .pvm, .pam {
  padding-bottom: 0.625em; }

.pbml, .pvml, .paml {
  padding-bottom: 1.3125em; }

.pbvl, .pvvl, .pavl {
  padding-bottom: 3em; }

.pbl, .pvl, .pal {
  padding-bottom: 1.25em; }

.pln, .phn, .pan {
  padding-left: 0; }

.pls, .phs, .pas {
  padding-left: 0.3125em; }

.plm, .phm, .pam {
  padding-left: 0.625em; }

.plml, .phml, .paml {
  padding-left: 1.3125em; }

.plvl, .phvl, .pavl {
  padding-left: 3em; }

.pll, .phl, .pal {
  padding-left: 1.25em; }

.mtn, .mvn, .man {
  margin-top: 0; }

.mts, .mvs, .mas {
  margin-top: 0.3125em; }

.mtm, .mvm, .mam {
  margin-top: 0.625em; }

.mtml, .mvml, .maml {
  margin-top: 1.3125em; }

.mtvl, .mvvl, .mavl {
  margin-top: 3em; }

.mtl, .mvl, .mal {
  margin-top: 1.25em; }

.mrn, .mhn, .man {
  margin-right: 0; }

.mrs, .mhs, .mas {
  margin-right: 0.3125em; }

.mrm, .mhm, .mam {
  margin-right: 0.625em; }

.mrml, .mhml, .maml {
  margin-right: 1.3125em; }

.mrvl, .mhvl, .mavl {
  margin-right: 3em; }

.mrl, .mhl, .mal {
  margin-right: 1.25em; }

.mbn, .mvn, .man {
  margin-bottom: 0; }

.mbs, form.bc-form .group .text, .mvs, .mas {
  margin-bottom: 0.3125em; }

.mbm, .mvm, .mam {
  margin-bottom: 0.625em; }

.mbml, .mvml, .maml {
  margin-bottom: 1.3125em; }

.mbvl, .mvvl, .mavl {
  margin-bottom: 3em; }

.mbl, .mvl, .mal {
  margin-bottom: 1.25em; }

.mln, .mhn, .man {
  margin-left: 0; }

.mls, .mhs, .mas {
  margin-left: 0.3125em; }

.mlm, .mhm, .mam {
  margin-left: 0.625em; }

.mlml, .mhml, .maml {
  margin-left: 1.3125em; }

.mlvl, .mhvl, .mavl {
  margin-left: 3em; }

.mll, .mhl, .mal {
  margin-left: 1.25em; }

@media (max-width: 768px) {
  .ptml, .pvml, .paml {
    padding-top: 1.25em; }
  .ptvl, .pvvl, .pavl {
    padding-top: 1.25em; }
  .prml, .phml, .paml {
    padding-right: 1.25em; }
  .prvl, .phvl, .pavl {
    padding-right: 1.25em; }
  .pbml, .pvml, .paml {
    padding-bottom: 1.25em; }
  .pbvl, .pvvl, .pavl {
    padding-bottom: 1.25em; }
  .plml, .phml, .paml {
    padding-left: 1.25em; }
  .plvl, .phvl, .pavl {
    padding-left: 1.25em; }
  .mtml, .mvml, .maml {
    margin-top: 1.25em; }
  .mtvl, .mvvl, .mavl {
    margin-top: 1.25em; }
  .mrml, .mhml, .maml {
    margin-right: 1.25em; }
  .mrvl, .mhvl, .mavl {
    margin-right: 1.25em; }
  .mbml, .mvml, .maml {
    margin-bottom: 1.25em; }
  .mbvl, .mvvl, .mavl {
    margin-bottom: 1.25em; }
  .mlml, .mhml, .maml {
    margin-left: 1.25em; }
  .mlvl, .mhvl, .mavl {
    margin-left: 1.25em; }
  .mb-5-mobile {
    margin-bottom: 5px; }
  .mt-5-mobile {
    margin-top: 5px; }
  .mb-10-mobile {
    margin-bottom: 10px; }
  .mt-10-mobile {
    margin-top: 10px; } }

@media (min-width: 768px) {
  .deskonly-mlm {
    margin-left: 0.625em; } }

.abs-squares {
  bottom: 0; }

.abs-square-top {
  top: 0;
  left: 0; }

.abs-square-bottom {
  top: 0; }

@media (min-width: 769px) {
  .abs-squares {
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
  .abs-square-bottom {
    top: initial;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .abs-square-top {
    top: 0;
    left: 50%;
    bottom: initial;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@media (min-width: 768px) and (max-width: 992px) {
  .abs-squares {
    -webkit-transform: translate(-50%, -33.333%);
    -moz-transform: translate(-50%, -33.333%);
    -o-transform: translate(-50%, -33.333%);
    -ms-transform: translate(-50%, -33.333%);
    transform: translate(-50%, -33.333%); } }

.square {
  height: 0;
  width: 25%;
  padding-bottom: 25%; }

.square.small {
  height: 145px;
  width: 145px;
  padding-bottom: 12%; }

.square.medium {
  height: 0;
  width: 15%;
  padding-bottom: 15%; }

.square.medium-large {
  height: 0;
  width: 190px;
  padding-bottom: 209px; }

.square.large {
  height: 0;
  width: 30%;
  padding-bottom: 30%; }

.square.half {
  height: 0;
  width: 50%;
  padding-bottom: 50%; }

.square-content,
.square-content-multi {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.square-content.top-bottom .bottom {
  position: absolute;
  bottom: 0px; }

.square-content > div,
.square-content-multi > div {
  width: 100%;
  height: 100%;
  display: table; }

.square-content div > span,
.square-content-multi div > span,
.square-content-multi > div > div {
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

@media (max-width: 1200px) {
  .square.medium {
    height: 0;
    width: 30%;
    padding-bottom: 30%; } }

@media (max-width: 992px) {
  .square.large {
    height: 0;
    width: 50%;
    padding-bottom: 50%; }
  .square.half {
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 0; }
  .square-content-multi {
    position: relative;
    padding: 1em; } }

@media (max-width: 768px) {
  .square,
  .square.medium,
  .square.large {
    height: 0;
    width: 150px;
    padding-bottom: 150px; }
  .square.small {
    height: 0;
    width: 120px;
    padding-bottom: 120px; }
  .square.quarter-mobile {
    height: 0;
    width: 25%;
    padding-bottom: 25%; }
  .square.half-mobile {
    height: 0;
    width: 50%;
    padding-bottom: 50%; }
  .square-content-multi {
    position: relative; }
  .square.no-square-mobile {
    width: auto;
    height: auto;
    min-width: 170px;
    padding-bottom: 0; }
  .square.no-square-mobile .square-content {
    position: relative; } }

.home .banner .home-header {
  letter-spacing: 1.5px;
  line-height: normal; }

.home .banner .subheader-text {
  color: #a3cadd;
  font-size: 20px;
  font-weight: 200;
  width: 55%;
  margin-top: 25px;
  margin-bottom: 40px; }

.home .banner .mobile-subheader {
  display: none; }

@media (max-width: 768px) {
  .home .banner .home-header {
    font-size: 50px;
    margin-top: 40px;
    padding-top: 100px; }
  .home .banner .subheader-text {
    display: none; }
  .home .banner .mobile-subheader {
    display: inline-block;
    color: #a3cadd;
    font-size: 18px;
    width: 295px;
    font-weight: 200; } }

.home .rects {
  text-align: center;
  font-size: 24px;
  color: #fefefe; }
  .home .rects .flex-center, .home .rects form.bc-form .group .item.check, form.bc-form .group .home .rects .item.check, .home .rects .modal.center .modal-dialog, .modal.center .home .rects .modal-dialog, .home .rects body.personal .bottom, body.personal .home .rects .bottom, .home .rects body.legal .full-height, body.legal .home .rects .full-height, .home .rects body.legal .half-height, body.legal .home .rects .half-height, .home .rects body.legal #faq .question h2, body.legal #faq .question .home .rects h2 {
    min-height: 80px; }

@media (max-width: 425px) {
  .home .rects {
    font-size: 24px; }
    .home .rects .flex-center, .home .rects form.bc-form .group .item.check, form.bc-form .group .home .rects .item.check, .home .rects .modal.center .modal-dialog, .modal.center .home .rects .modal-dialog, .home .rects body.personal .bottom, body.personal .home .rects .bottom, .home .rects body.legal .full-height, body.legal .home .rects .full-height, .home .rects body.legal .half-height, body.legal .home .rects .half-height, .home .rects body.legal #faq .question h2, body.legal #faq .question .home .rects h2 {
      min-height: 60px; } }

.home .home-middle .col-md-8 {
  background: white;
  min-height: 550px; }

.home .home-middle .col-md-4 {
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .home .home-middle .col-md-4 img {
    width: 375px;
    height: auto; }

@media (max-width: 991px) {
  .home .home-middle .col-md-8 {
    min-height: inherit; }
  .home .home-middle .col-md-4 {
    min-height: 350px; } }

.home .home-middle .offering {
  font-size: 20px;
  padding: 50px 0px; }

.home .home-middle .offering-icons .feature {
  min-height: 100px; }
  .home .home-middle .offering-icons .feature img {
    height: 42px;
    width: auto; }
  .home .home-middle .offering-icons .feature .icon-caption {
    padding-left: 10px; }
    @media (min-width: 992px) {
      .home .home-middle .offering-icons .feature .icon-caption.innovate {
        padding-left: 25px; } }
    .home .home-middle .offering-icons .feature .icon-caption p {
      padding-bottom: 0px;
      margin-bottom: 0px;
      font-size: 20px;
      color: #112a4f; }
    .home .home-middle .offering-icons .feature .icon-caption span {
      font-size: 16px;
      font-weight: 100;
      color: #112b4f; }

.home #play-tech {
  background: #123962;
  height: 55px; }
  .home #play-tech span {
    color: white; }

@media (max-width: 768px) {
  .home #play-tech {
    background: #f4f6f7; }
    .home #play-tech span {
      color: #00aee6; }
  .home #video-tech {
    display: none; } }

.home .merchant-copy {
  width: 40%; }

@media (max-width: 768px) {
  .home .merchant-copy {
    text-align: center;
    width: 100%;
    padding: 25px; } }

.home .merchant {
  padding: 0px; }
  .home .merchant img {
    height: 500px; }
  .home .merchant .merchant-label {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .home .merchant .merchant-label p {
      margin-bottom: 0px; }
    .home .merchant .merchant-label .merchant-footer-left {
      width: 175px; }
    .home .merchant .merchant-label .merchant-footer {
      font-weight: 200;
      padding: 10px; }
      .home .merchant .merchant-label .merchant-footer .link-2 {
        width: 200px; }

@media (max-width: 768px) {
  .home .merchant img {
    height: 350px; }
  .home .merchant .merchant-label {
    flex-direction: column;
    align-items: center; }
    .home .merchant .merchant-label .merchant-footer-left {
      width: initial; }
    .home .merchant .merchant-label .merchant-footer a {
      font-size: 12px; }
    .home .merchant .merchant-label .merchant-footer .link-2 {
      font-size: 12px;
      width: 100%; } }

@media (min-width: 1200px) {
  .width-lim {
    width: 600px; } }

.square {
  position: relative; }

.height-100, .modal.center .modal-dialog {
  height: 100%; }

.width-100, .modal.center .modal-dialog .modal-content {
  width: 100%; }

.width-90 {
  width: 90%; }

.width-80 {
  width: 80%; }

.width-75 {
  width: 75%; }

.width-70 {
  width: 70%; }

.width-60 {
  width: 60%; }

.width-50 {
  width: 50%; }

.width-40 {
  width: 40%; }

.width-33 {
  width: 33.33%; }

.width-20 {
  width: 20%; }

.play-button {
  width: 44px; }

.link-button {
  width: 52px; }

@media (max-width: 991px) {
  .width-70 {
    width: 100%; }
  .ptm-tablet {
    padding-top: 0.625em; } }

@media (max-width: 768px) {
  .width-50 {
    width: 100%; }
  .width-50 {
    width: 50%; }
  .opacity-0-mobile {
    opacity: 0; }
  .pos-rel-mobile {
    position: relative !important; }
  .center-text-mobile {
    text-align: center; }
  .ptm-mobile {
    padding-top: 0.625em; }
  .pbm-mobile {
    padding-bottom: 0.625em; }
  .pb-50-mobile {
    padding-bottom: 50px; }
  .width-90-mobile {
    width: 90%; }
  .width-100-mobile {
    width: 100%; }
  .width-75-mobile {
    width: 75%; }
  .width-60-mobile {
    width: 60%; }
  .width-100-mobile {
    width: 100%; }
  .ref-bar {
    align-items: center; }
  .mobile-pvxl {
    padding-top: 50px;
    padding-bottom: 50px; } }

.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute !important; }

.pointer {
  cursor: pointer; }

#video-banner,
#video-tech {
  top: 0;
  opacity: 0;
  left: -1000%;
  -webkit-transition: left 0s 0.5s, opacity .5s;
  -moz-transition: left 0s 0.5s, opacity .5s;
  transition: left 0s 0.5s, opacity .5s; }

#video-banner.active,
#video-tech.active {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s; }

#video-tech > div,
#video-banner > div,
#video-tech > video,
#video-banner > video {
  z-index: 0 !important; }

/*Header Default
------------------------------------*/
.header {
  z-index: 99;
  position: relative;
  background: transparent; }

.header,
.header:before,
.header #logo-header {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }

.info .header,
.info .header:before,
.info .header #logo-header,
.info .header #navigation {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

@media (min-width: 769px) {
  .header #navigation {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; } }

.header:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background: #fff; }

.header.active,
.header:hover {
  height: 90px; }

@media (min-width: 768px) {
  .header.expand {
    height: 180px; } }

.header.active:before,
.header:hover:before {
  opacity: 0.85; }

.header.clear {
  background: transparent; }

.header .navbar {
  margin: 0;
  min-height: inherit; }

.header .navbar-default {
  border: none;
  background: transparent; }

.header.clear .navbar-default {
  background: transparent; }

.header .navbar-collapse {
  position: relative;
  /*max-height: inherit;*/ }

/*Brand*/
.header .navbar-brand {
  z-index: 1;
  padding: 0px;
  position: relative; }

@media (max-width: 992px) {
  .header .navbar-brand {
    top: 0;
    height: 40px; } }

/*Navbar*/
@media (min-width: 768px) {
  .header .navbar-nav {
    float: right; } }

.header .navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400; }

.header.active .navbar-default .navbar-nav > li > a,
.header:hover .navbar-default .navbar-nav > li > a {
  color: #799eb2;
  font-weight: 500;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s; }

.header.active .navbar-default .navbar-nav .button-primary,
.header:hover .navbar-default .navbar-nav .button-primary {
  color: #ffffff; }

.header .navbar-default .navbar-nav > .active > a {
  color: #fffff; }

@media (min-width: 768px) {
  .header .navbar-default .navbar-nav > li > ul {
    position: absolute;
    min-width: 300px;
    padding: 0px;
    left: 13px;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s; }
    .header .navbar-default .navbar-nav > li > ul > li {
      list-style: none; }
      .header .navbar-default .navbar-nav > li > ul > li a {
        color: #799eb2;
        font-size: 11px;
        font-weight: 500;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        transition: color .3s; }
        .header .navbar-default .navbar-nav > li > ul > li a:hover {
          color: #123962; }
  .header .navbar-default .navbar-nav > li:hover > ul {
    opacity: 1;
    -webkit-transition: opacity .4s .1s;
    -moz-transition: opacity .4s .1s;
    transition: opacity .4s .1s; } }

/* Info Navbar */
@media (min-width: 768px) {
  .info .header .navbar-nav {
    float: none;
    left: 25px !important; } }

@media (min-width: 768px) {
  .info > .container {
    width: auto; } }

@media (min-width: 1200px) {
  .info > .container {
    width: 1180px;
    padding-left: 0px; } }

.info .header .navbar-brand img#logo-header {
  margin-top: 16px;
  height: 30px;
  width: auto; }

@media (max-width: 768px) {
  .info .header .navbar-brand img#logo-header {
    margin-left: 15px;
    margin-top: 0px;
    height: 100%;
    width: 147px; } }

.info .navbar > .container .navbar-brand {
  margin-left: 0px; }

.info .header .navbar-nav a {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

/*Dropdown*/
.header .navbar-right .dropdown-menu {
  right: inherit; }

/*Navbar Toggle*/
.navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  padding: 6px 10px 2px;
  position: absolute;
  right: 10px;
  top: 18px;
  border: 0px;
  background: transparent !important; }

.navbar-default .navbar-toggle .fa {
  font-size: 19px; }

/*Responsive Navbar*/
@media (max-width: 768px) {
  .header:hover .navbar-toggle,
  .header:hover .navbar-default .navbar-toggle:hover,
  .header:hover .navbar-default .navbar-toggle:focus,
  .header.active .navbar-toggle,
  .header.active .navbar-default .navbar-toggle:hover,
  .header.active .navbar-default .navbar-toggle:focus {
    top: 18px; }
  .header .navbar-default .navbar-nav > li > a {
    opacity: 1;
    font-size: 14px;
    font-weight: 200;
    padding: 9px 25px;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s; }
  .header .navbar-default .navbar-nav > li a {
    border-bottom: none; }
  .header .navbar-default .navbar-nav > li > a:focus {
    background: none; }
  .header .dropdown-menu li a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background: #00aee6; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; } }

@media (min-width: 767px) {
  /*Navbar Collapse*/
  .header .navbar-collapse {
    padding: 0; }
  /*Navbar*/
  .header .navbar-nav {
    top: 2px;
    position: relative; }
  .header .navbar-default .navbar-nav > li > a {
    font-weight: 500;
    font-size: 12px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s; } }

@media (min-width: 768px) and (max-width: 992px) {
  .header .navbar-default .navbar-nav > li > a {
    font-size: 10px; }
    .header .navbar-default .navbar-nav > li > a + ul {
      left: 20px; }
      .header .navbar-default .navbar-nav > li > a + ul li a {
        font-size: 10px; } }

@media (min-width: 992px) {
  .header .navbar-default .navbar-nav > li > a {
    padding: 10px 13px 10px; } }

@media (max-width: 992px) {
  .header .navbar-default .navbar-nav > li > a {
    padding: 10px 5px 10px; } }

.header .navbar-default .navbar-nav:hover > li > a {
  opacity: 0.5; }

.header .navbar-default .navbar-nav:hover > li:hover > a {
  opacity: 1; }

.info .header .navbar-default .navbar-nav:hover > li > a {
  opacity: 1; }

/*Dropdown Menu*/
.header .dropdown-menu {
  padding: 0;
  border: none;
  min-width: 200px;
  border-radius: 0;
  z-index: 9999 !important;
  margin-top: -2px !important;
  border-bottom: solid 2px #687074; }

.header .navbar-nav > li.dropdown:hover > .dropdown-menu {
  display: block; }

/*Search Box*/
.header .navbar .nav > li > .search {
  color: #aaa;
  cursor: pointer;
  min-width: 35px;
  font-size: 15px;
  text-align: center;
  background: #f7f7f7;
  padding: 11px 0 12px;
  display: inline-block;
  border-bottom: solid 2px #aaa; }

.header .navbar .nav > li > .search:hover {
  color: #72c02c;
  background: #f7f7f7;
  border-bottom-color: #72c02c; }

.header .navbar .search-open {
  right: 0;
  top: 38px;
  display: none;
  padding: 14px;
  position: absolute;
  background: #fcfcfc;
  border-top: solid 2px #eee;
  box-shadow: 0 1px 3px #ddd; }

.header .navbar .search-open form {
  margin: 0; }

@media (min-width: 767px) {
  .header .navbar .search-open {
    width: 330px; }
  .header .open > .dropdown-menu,
  .header-v1 .open > .dropdown-menu {
    display: none; } }

@media (max-width: 767px) {
  .header .navbar .nav > li > .search {
    color: #999;
    width: 35px;
    height: 34px;
    line-height: 12px;
    text-align: left;
    text-align: center;
    margin: 5px 10px 0;
    background: #eee;
    border-bottom: none; }
  .header .navbar .nav > li > .search:hover {
    background: #5fb611;
    color: #fff !important; }
  .header .navbar .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px; } }

/*Header v1
------------------------------------*/
.header-v1 {
  border-bottom: none; }

/*Brand*/
.header-v1 .navbar-brand {
  top: 2px;
  padding: 0 10px 10px; }

/*Search Box*/
.header-v1 .navbar .search-open {
  background: #f8f8f8; }

@media (max-width: 767px) {
  .header-v1 .navbar .search-open {
    bottom: -6px; } }

.header-v1 .navbar .nav > li > .search {
  padding: 11px;
  border: none;
  min-width: 37px; }

.header-v1 .navbar .nav > li > .search:hover {
  background: #72c02c;
  color: #fff !important; }

/*Toggle*/
.header-v1 .navbar-toggle {
  margin-top: 3px; }

/*Responsive Header v1*/
@media (min-width: 767px) and (max-width: 992px) {
  /*Brand*/
  .header-v1 .navbar-brand {
    margin-bottom: 15px; } }

@media (min-width: 767px) {
  /*Navbar*/
  .header-v1 .navbar-default .navbar-nav > li {
    margin-left: 1px; }
  .header-v1 .navbar-default .navbar-nav > li > a {
    padding: 9px 30px 6px 20px; }
  .header-v1 .navbar-default .navbar-nav > .active > a,
  .header-v1 .navbar-default .navbar-nav > li > a:hover,
  .header-v1 .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background: #72c02c !important; }
  .header-v1 .navbar-default .navbar-nav > .open > a,
  .header-v1 .navbar-default .navbar-nav > .open > a:hover,
  .header-v1 .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: #72c02c; }
  /*Dropdown Menu*/
  .header-v1 .dropdown-menu {
    background: #fafafa; } }

/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header {
  height: 78px; }

.header-fixed .header.header-fixed-shrink {
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 9999;
  position: fixed;
  margin-top: -35px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: #f5f5f5;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  transition: height 0.6s; }

/*Brand*/
.header-fixed .header.header-fixed-shrink .navbar-brand {
  top: 10px;
  z-index: 1;
  position: relative;
  padding: 0 10px 10px; }

.header-fixed .header.header-fixed-shrink .navbar-brand img {
  width: 90%; }

.header-fixed .header.header-fixed-shrink .search,
.header-fixed .header.header-fixed-shrink .active a {
  border-bottom: none !important; }

.header-fixed .header.header-fixed-shrink .dropdown > a:after {
  top: 19px; }

/*Toggle*/
.header-fixed .navbar-toggle {
  margin-top: 5px; }

/*Search Bar*/
.header-fixed .header.header-fixed-shrink .search {
  margin-top: 12px;
  padding: 8px !important;
  color: #585f69 !important;
  background: none !important; }

.header-fixed .header.header-fixed-shrink .search-open {
  border-top: none;
  background: rgba(255, 255, 255, 0.9); }

/*Responsive Fixed Header*/
@media (max-width: 992px) {
  /*Header*/
  .header-fixed .header {
    height: 118px; }
  .header-fixed .header.header-fixed-shrink {
    height: 135px; } }

@media (max-width: 767px) {
  /*Header*/
  .header-fixed .header,
  .header-fixed .header.header-fixed-shrink {
    height: 88px; }
  /*Navbar*/
  .header-fixed .header .navbar-nav {
    background: #fff;
    padding: 6px 0;
    margin-top: 0px;
    border: solid 1px #eee; }
  .header-fixed .header .navbar-default .navbar-collapse,
  .header-fixed .header .navbar-default .navbar-form {
    border: none; }
  /*Toggle*/
  .header-fixed .navbar-toggle {
    margin-top: 9px; }
  /*Search*/
  .header-fixed .header.header-fixed-shrink .navbar .nav > li > .search {
    top: 5px;
    position: relative; } }

@media (min-width: 767px) {
  /*Navbar*/
  .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
    padding: 19px 30px 18px 20px;
    border-bottom: solid 1px transparent !important; }
  /*Search Bar*/
  .header-fixed .header.header-fixed-shrink .search-open {
    top: 56px; } }

/*Dropdown Submenu for BS3
------------------------------------*/
.dropdown-submenu {
  position: relative; }

.dropdown > a:after,
.dropdown-submenu > a:after {
  font-size: 11px;
  content: "\f105";
  margin-left: 5px;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome; }

@media (max-width: 767px) {
  .dropdown-submenu > a:after {
    content: " "; } }

.dropdown > a:after {
  top: 9px;
  right: 15px;
  content: "\f107"; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px; } }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px; }

.dropdown-menu li [class^="fa-"],
.dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block; }

.dropdown-menu li [class^="fa-"].fa-lg,
.dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em; }

/*Menu Icons*/
.menu-icon {
  margin-right: 10px;
  font-weight: 200; }

/*Dropdown Show*/
.dropdown-show {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 4px #eee; }

/*Copyright*/
@media (max-width: 767px) {
  .copyright .col-md-2 {
    padding-top: 20px; }
  .copyright .col-md-4,
  .copyright .col-md-8 {
    padding: 0px;
    padding-top: 20px; }
  .copyright .col-md-4 {
    text-align: center; } }

/*Thumbnails
------------------------------------*/
a.thumbnail {
  padding: 0;
  border: none;
  margin-bottom: 15px; }

.thumbnail-style {
  padding: 5px; }

.row.banner > .container {
  position: relative; }

.header {
  position: fixed !important;
  height: 90px;
  width: 100%; }

.header .navbar,
.header .navbar .container,
.header .navbar .container .navbar-header,
.header .navbar .container .navbar-header a {
  height: 100%; }

.about-us .banner {
  padding: 0px;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/about_header.jpg); }

.home .banner {
  padding: 0px;
  min-height: 625px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/home-banner.jpg);
  position: relative; }

.personal .banner {
  min-height: 560px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../img/personal-banner.png); }

.team .banner {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../img/team-banner.jpg); }

.careers .banner {
  padding: 0px;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/careers_banner.jpg); }

.whitepaper .banner,
.research .banner {
  min-height: 425px; }

@media (min-width: 992px) {
  .home .banner,
  .about-us .banner,
  .personal .banner,
  .team .banner,
  .press .banner,
  .careers .banner,
  .research .banner,
  .whitepaper .banner {
    height: 65vh; } }

.home *,
.terms *,
.careers *,
.privacy *,
.about-us *,
.press *,
.research *,
.whitepaper *,
.interview *,
.faq *,
.enterprise *,
.personal *,
.legal *,
.enterprise *,
.team * {
  font-family: Montserrat; }

.container-xs {
  width: 750px; }

@media (max-width: 768px) {
  .container-xs {
    width: 325px; } }

.careers .square img {
  position: absolute;
  bottom: 1.3125em; }

.ex-links span:first-child {
  min-width: 90px; }

.ex-links > div:after {
  content: '';
  left: 0;
  width: 0px;
  height: 1px;
  bottom: -8px;
  position: absolute;
  background-color: #b1d4e5;
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  transition: width .5s; }

.ex-links > div:hover:after {
  width: 130px; }

.ex-links > div > a {
  -webkit-transition: opacity .5s, color .5s;
  -moz-transition: opacity .5s, color .5s;
  transition: opacity .5s, color .5s;
  text-decoration: none; }

.ex-links > div:hover > a {
  opacity: 0.5; }

.ex-links > div:hover > a:hover {
  opacity: 1;
  color: #799eb2; }

.ex-links > .blue:hover {
  color: #799eb2; }

.button-primary {
  outline: 0;
  margin: 0px;
  border: 0px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  background: #00aee6;
  letter-spacing: 0.05em;
  opacity: 1 !important;
  padding: 10px 24px 10px !important;
  text-transform: uppercase;
  border-radius: 22px !important; }

.button-primary:hover {
  background: #00aee6 !important;
  text-decoration: none;
  color: white; }

@media (max-width: 767px) {
  .button-primary.whitepaper {
    width: 100%; } }

@media (min-width: 992px) {
  .button-primary.whitepaper {
    width: 320px; } }

/* Maintenance */
@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg); } }

@-moz-keyframes sway {
  0% {
    -moz-transform: rotate(-5deg); }
  50% {
    -moz-transform: rotate(5deg); }
  100% {
    -moz-transform: rotate(-5deg); } }

@-o-keyframes sway {
  0% {
    -o-transform: rotate(-5deg); }
  50 {
    -o-transform: rotate(5deg); }
  100% {
    -o-transform: rotate(-5deg); } }

@keyframes sway {
  0% {
    transform: rotate(-5deg); }
  50% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(-5deg); } }

@-webkit-keyframes float-up {
  0% {
    top: 0px; }
  100% {
    top: -800px; } }

@-moz-keyframes float-up {
  0% {
    top: 0px; }
  100% {
    top: -800px; } }

@-o-keyframes float-up {
  0% {
    top: 0px; }
  100% {
    top: -800px; } }

@keyframes float-up {
  0% {
    top: 0px; }
  100% {
    top: -800px; } }

.maintenance {
  position: absolute;
  padding-top: 60px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.maintenance.wrapper {
  background-color: white;
  min-height: 395px; }

.maintenance > .col-md-6 {
  position: relative;
  height: 100%; }

.maintenance .blocket {
  top: 50%;
  left: 50%;
  width: 200px;
  margin-top: -175px;
  position: absolute;
  margin-left: -100px;
  outline: 1px solid transparent;
  animation: sway 2s infinite;
  /* IE 10+, Fx 29+ */
  -o-animation: sway 2s infinite;
  /* Opera 12+ */
  -moz-animation: sway 2s infinite;
  /* Fx 5+ */
  -webkit-animation: sway 2s infinite;
  /* Safari 4+ */ }

.maintenance .clouds > img {
  outline: 1px solid transparent;
  width: 130px;
  clear: right;
  display: block;
  margin-left: 10%;
  position: relative;
  margin-bottom: 50px;
  animation: float-up 20s infinite linear;
  /* IE 10+, Fx 29+ */
  -o-animation: float-up 20s infinite linear;
  /* Opera 12+ */
  -moz-animation: float-up 20s infinite linear;
  /* Fx 5+ */
  -webkit-animation: float-up 20s infinite linear;
  /* Safari 4+ */ }

.maintenance .clouds > img:nth-child(even) {
  clear: right;
  float: right;
  margin-left: 0;
  margin-right: 10%; }

.maintenance .clouds > img:nth-child(2) {
  clear: right;
  float: right;
  width: 150px;
  margin-right: 15%; }

.maintenance .clouds > img:nth-child(5) {
  clear: right;
  width: 150px;
  margin-left: 15%; }

.maintenance > .col-md-6 h2,
.maintenance > .col-md-6 p,
.maintenance > .col-md-6 a {
  color: #00aee6; }

.maintenance > .col-md-6 h2 {
  color: #E47F7F;
  font-size: 36px;
  line-height: 1.2; }

.maintenance > .col-md-6 p {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 50px; }

.maintenance > .col-md-6 a {
  text-decoration: underline; }

.maintenance .copy {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 90%;
  top: 50%;
  left: 0; }

@media (max-width: 768px) {
  .maintenance > div.col-md-6:first-child {
    display: none; }
  .maintenance > div.col-md-6.col-xs-12 {
    width: 100%;
    min-height: 328px; }
  .maintenance .copy {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 90%;
    left: 5%;
    top: 50%; } }

.maintenance .copyright {
  display: none; }

/*Labs
------------------------------------*/
.labs {
  line-height: 1; }

.labs .copyright {
  display: none !important; }

.labs #intro {
  -webkit-transition: top 0.3s 0.3s, opacity 0.5s 0.3s, height 0.3s;
  -moz-transition: top 0.3s 0.3s, opacity 0.5s 0.3s, height 0.3s;
  -o-transition: top 0.3s 0.3s, opacity 0.5s 0.3s, height 0.3s;
  transition: top 0.3s 0.3s, opacity 0.5s 0.3s, height 0.3s;
  padding: 25px 40px 40px 40px;
  background-color: rgba(4, 155, 212, 0.8);
  margin-left: -350px;
  margin-top: -166px;
  position: absolute;
  text-align: center;
  height: 290px;
  z-index: 1000;
  opacity: 0;
  left: 50%;
  top: 55%; }

.labs #intro.form {
  height: 375px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }

.labs #intro.faq {
  top: 35%;
  height: 1540px;
  -webkit-transition: height 0.3s 0.3s, top 0.3s;
  -moz-transition: height 0.3s 0.3s, top 0.3s;
  -ms-transition: height 0.3s 0.3s, top 0.3s;
  -o-transition: height 0.3s 0.3s, top 0.3s;
  transition: height 0.3s 0.3s, top 0.3s; }

.labs #intro p,
.labs #intro h4,
.labs #intro label,
.labs #intro input[type="email"] {
  color: white !important; }

.labs #intro h4 {
  font-size: 16px; }

.labs #intro > a img {
  height: 120px;
  margin-top: 20px;
  margin-bottom: 40px; }

.labs .navbar-toggle {
  display: none; }

.labs #intro:before,
.labs #intro:after {
  -webkit-transition: opacity 0.5s 1s;
  -moz-transition: opacity 0.5s 1s;
  -ms-transition: opacity 0.5s 1s;
  -o-transition: opacity 0.5s 1s;
  transition: opacity 0.5s 1s;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0;
  left: 0;
  top: 0;
  z-index: -1; }

.labs #intro:before {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }

.labs #intro:after {
  box-shadow: none; }

#particles-js {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 1s, opacity 1s;
  -moz-transition: transform 1s, opacity 1s;
  -ms-transition: transform 1s, opacity 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0; }

.loaded #particles-js {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.loaded #intro {
  top: 50%;
  opacity: 1; }

.loaded #intro:before,
.loaded #intro:after {
  opacity: 1; }

.labs .button {
  height: 40px;
  color: #585f69;
  cursor: pointer;
  font-weight: 500;
  line-height: 36px;
  background: #D0E0E8;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #D0E0E8;
  padding: 0px 10px 0px 10px;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -ms-transition: border 0.3s, background 0.3s, color 0.3s;
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  transition: border 0.3s, background 0.3s, color 0.3s; }

.labs .button:hover,
.labs .button.active {
  background: white; }

.labs .button:disabled {
  cursor: auto !important;
  color: white !important;
  background: #8a8f96 !important;
  border: 2px solid #585f69 !important; }

.labs .actions {
  text-align: left;
  font-family: RobotoRegular !important; }

.faq .labs .actions {
  font-family: RobotoRegular, 'Helvetica', sans-serif !important; }

.labs .actions label {
  top: -15px;
  color: #585f69;
  font-size: 14px;
  position: absolute;
  -webkit-transition: font-size 0.3s, top 0.3s;
  -moz-transition: font-size 0.3s, top 0.3s;
  -ms-transition: font-size 0.3s, top 0.3s;
  -o-transition: font-size 0.3s, top 0.3s;
  transition: font-size 0.3s, top 0.3s; }

.labs .actions input[type="email"] {
  border: 0px;
  border-bottom: 2px solid #585f69;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  background: transparent;
  position: relative;
  font-weight: 700;
  color: #585f69;
  height: 40px;
  width: 100%;
  z-index: 1;
  outline: 0; }

.labs .actions input[type="email"]:focus,
.labs .actions input[type="email"]:active {
  border-bottom: 2px solid white; }

.labs .actions > a,
.labs .actions > div {
  width: 23%;
  float: left;
  position: relative;
  text-align: center; }

.labs .actions > div {
  margin-top: 40px;
  display: none;
  width: 100%;
  opacity: 0; }

.labs .actions > div.form,
.labs .actions > div.faq {
  display: block; }

.labs .actions > div.visible {
  -webkit-transition: opacity 0.3s 0.1s;
  -moz-transition: opacity 0.3s 0.1s;
  -ms-transition: opacity 0.3s 0.1s;
  -o-transition: opacity 0.3s 0.1s;
  transition: opacity 0.3s 0.1s;
  opacity: 1; }

.labs .actions #submit {
  position: absolute;
  min-width: 65px;
  z-index: 1000;
  outline: 0;
  right: 0;
  top: 0; }

.labs .actions form.invalid input:required:invalid {
  border-bottom: 2px solid #E47F7F; }

.labs .actions form:after {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: 'FontAwesome';
  position: absolute;
  visibility: hidden;
  content: "\f0e0";
  z-index: 100000;
  font-size: 19px;
  display: block;
  color: white;
  right: 22px;
  opacity: 0;
  top: 10px; }

.labs .actions form.sending:after {
  visibility: visible;
  opacity: 1; }

.labs .actions form.success:before,
.labs .actions form.failed:before {
  right: 0;
  top: -25px;
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s 2s;
  -moz-transition: top 0.3s, opacity 0.3s 2s;
  -o-transition: top 0.3s, opacity 0.3s 2s;
  transition: top 0.3s, opacity 0.3s 2s; }

.labs .actions form.failed:before {
  opacity: 1;
  color: #E47F7F;
  content: '\f119'; }

.labs .actions form.success:before {
  opacity: 1;
  color: #8CCA6A;
  content: '\f058'; }

.labs .actions form:before {
  top: 0px;
  right: 0;
  opacity: 1;
  content: '';
  z-index: -1;
  font-size: 20px;
  position: absolute;
  font-family: 'FontAwesome'; }

.labs .actions form {
  opacity: 1; }

.labs .actions form.fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.labs .actions > .faq-container {
  margin-top: 0px; }

.labs .actions > .faq-container h3 {
  margin-top: 30px; }

.labs .actions > .faq-container p {
  line-height: 1.2;
  font-size: 14px; }

.labs #success {
  -webkit-transition: opacity 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  position: absolute;
  opacity: 0;
  left: 0px;
  top: 0px; }

.labs #success p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5em; }

.labs #success.fade-in {
  opacity: 1; }

@media (min-width: 769px) {
  .labs #intro {
    width: 700px; } }

@media (max-width: 768px) {
  .labs #intro {
    padding: 25px 10px 10px 10px;
    position: relative;
    margin-left: 0;
    margin-top: 0;
    z-index: 1000;
    height: 390px;
    top: 100px;
    left: 0; }
  .labs #intro.form {
    height: 460px; }
  .labs #intro.faq {
    height: 2110px;
    margin-bottom: 10px; }
  .labs #intro > a img {
    height: 55px; }
  .labs .actions > div {
    margin-top: 30px; }
  .labs .actions .button {
    font-size: 10px;
    padding: 0px 4px 0px 4px;
    width: 100%;
    float: none;
    margin-top: 10px; }
  .labs #intro h4 {
    font-size: 14px; }
  .labs .actions #submit {
    top: -10px;
    width: 20px; } }

/* Add here all your css styles (customizations) */
body {
  overflow-x: hidden; }

/* Sizing vector image logos */
#logo-header {
  height: 100%;
  width: 190px; }

#logo-footer {
  width: 170px; }

.social-logo {
  width: 40px;
  opacity: .5;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s; }

.social-logo:hover {
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s; }

/* Alignment for navigation */
#navigation {
  margin-top: 20px; }

.info #navigation {
  margin-top: 8px; }

@media (max-width: 767px) {
  .header.active #navigation,
  .header:hover #navigation {
    margin-top: 0px; }
  #navigation,
  .info #navigation {
    border: 0px;
    margin-top: 30px;
    font-weight: 200;
    position: relative;
    background: transparent; }
  #navigation:before {
    background: #fff;
    position: absolute;
    display: block;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    top: 0; }
  .info #navigation:before {
    background: #049bd4;
    opacity: 1; }
  #navigation .button-primary {
    display: inline-block;
    left: 25px; } }

/* Custom CSS for About page */
.wrapper {
  background-color: #ffffff; }

@media (min-width: 992px) {
  .banner {
    padding: 38px 0 40px 0; } }

img.desaturate:hover {
  filter: url("data:image/svg+xml;utf8,#grayscale");
  /* Firefox 3.5+ */
  filter: none;
  /* IE6-9 */
  -webkit-filter: grayscale(0%);
  /* Chrome 19+ & Safari 6+ */
  filter: grayscale(0%); }

.profile {
  z-index: 1; }

a .name {
  font-size: 1.2em;
  text-align: left;
  padding-left: 18px;
  color: #888888; }

.center {
  text-align: center; }

@media (min-width: 769px) {
  .center-desktop {
    text-align: center; } }

/* Offset for Terms & Privacy Pages */
.offset {
  position: relative;
  padding-top: 100px; }

.flex,
.flex-end,
.flex-between,
.flex-start,
body.team .team-details,
.flex-column,
form.bc-form .group,
form.bc-form .group .item,
body.legal .full-height,
body.legal .half-height,
body.team .profile div,
body.careers .saying .review,
.flex-center,
form.bc-form .group .item.check,
.modal.center .modal-dialog,
body.personal .bottom,
body.legal .full-height,
body.legal .half-height,
body.legal #faq .question h2,
.flex-align-start,
.flex-align-end,
.flex-baseline,
.flex-row,
form.bc-form .group.inline,
form.bc-form .group .item.check,
.flex-wrap,
.flex-align-self-end {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }

.flex-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-around {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flex-align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

.flex-align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-start, body.team .team-details {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-column, form.bc-form .group, form.bc-form .group .item, body.legal .full-height, body.legal .half-height, body.team .profile div, body.careers .saying .review {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.flex-center, form.bc-form .group .item.check, .modal.center .modal-dialog, body.personal .bottom, body.legal .full-height, body.legal .half-height, body.legal #faq .question h2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.flex-justify, .modal.center .modal-dialog, body.personal .bottom, body.legal .full-height, body.legal .half-height, body.team .team-details, body.careers .saying .review {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-row, form.bc-form .group.inline, form.bc-form .group .item.check {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flex-important, .bc-modal {
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex !important;
  /* NEW, Spec - Firefox, Chrome, Opera */ }

@media (max-width: 991px) {
  .display-block-tablet {
    display: block; }
  .flex-column-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 767px) {
  .display-block-mobile {
    display: block; }
  .flex-column-reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .flex-justify-mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex-start-mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .flex-column-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-between-mobile {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .flex-center-mobile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  #tech-crunch {
    width: 50px; } }

@media (max-width: 768px) and (min-width: 425px) {
  .flex-row-tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (max-width: 425px) {
  .flex-column-mobile-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-center-mobile-sm {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; } }

.thumbnail-style:hover {
  box-shadow: 0 0 0; }

.info .header {
  z-index: 99;
  height: 60px;
  position: relative;
  background: #049bd4; }

.info .navbar-toggle,
.info .navbar-default .navbar-toggle:hover,
.info .navbar-default .navbar-toggle:focus {
  top: 6px; }

.info .header .navbar {
  margin: 0;
  min-height: inherit; }

.info .header .navbar-default {
  border: none;
  background: #049bd4; }

.info .header .navbar-collapse {
  position: relative;
  /*max-height: inherit;*/ }

/*Brand*/
.info .header .navbar-brand {
  z-index: 1;
  padding: 0px;
  position: relative; }

@media (max-width: 992px) {
  .info .header .navbar-brand {
    top: 0;
    height: 40px; } }

/*Navbar*/
@media (min-width: 768px) {
  .info .header .navbar-nav {
    float: right; } }

.info .header .navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400; }

.info .header .navbar-default .navbar-nav > .active > a {
  color: #fffff; }

#changing-logo:before {
  background-image: url("https://www.blockchain.com/assets/img/blockchain-logo-vector.svg");
  background-size: cover;
  content: '';
  height: 45px;
  width: 200px;
  position: absolute;
  top: 10px;
  left: -10px;
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s; }

#changing-logo-alt:before {
  background-image: url("https://www.blockchain.com/assets/img/blockchain-logo-vector-blue.svg");
  background-size: cover;
  content: '';
  height: 45px;
  width: 200px;
  position: absolute;
  top: 10px;
  left: -10px;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s; }

#changing-logo.active:before {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s; }

#changing-logo-alt.active:before {
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s; }

.header:hover #changing-logo:before {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s; }

.header:hover #changing-logo-alt:before {
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s; }

#play-tech {
  top: 0;
  left: 0; }
  #play-tech img {
    width: 35px;
    height: auto;
    margin: 5px 0px; }

@media (max-width: 992px) {
  #changing-logo:before,
  #changing-logo-alt:before {
    left: 15px; } }

@media (min-width: 1200px) {
  .link-button {
    margin-top: 16px; } }

.header .navbar-default .navbar-toggle .fa {
  color: #fff;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s; }

.header.active .navbar-default .navbar-toggle .fa,
.header:hover .navbar-default .navbar-toggle .fa {
  color: #049bd4;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s; }

/* Info Navbar */
@media (min-width: 768px) {
  .info .header .navbar-nav {
    float: none;
    left: 25px !important; } }

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

@media (min-width: 800px) {
  .container {
    width: 800px; } }

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

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

@media (min-width: 768px) {
  .info > .container {
    width: auto; } }

@media (min-width: 1200px) {
  .info > .container {
    width: 1180px;
    padding-left: 0px; } }

.info .header .navbar-brand #logo-header {
  margin-top: 16px;
  height: 30px;
  width: auto; }

@media (max-width: 768px) {
  .info .header .navbar-brand #logo-header {
    margin-left: 15px;
    margin-top: 0px;
    height: 100%;
    width: 147px; } }

.info .navbar > .container .navbar-brand {
  margin-left: 0px; }

.info .header .navbar-nav a {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

.mw-150 {
  max-width: 150px; }

@media (min-width: 993px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 10px; } }

@media (max-width: 992px) {
  .header .navbar-default .navbar-nav > li > a {
    padding: 10px 5px 10px 20px; } }

body.change {
  font-family: 'Montserrat'; }
  body.change img:not(.play-button) {
    height: 65px; }
  body.change #change-video {
    width: 754px; }
  body.change .signup {
    color: #004a7c;
    height: 416px;
    width: 405px;
    background-color: #10ade4; }
    body.change .signup .right-arrow {
      width: 16px;
      height: 10px; }
    body.change .signup a {
      color: #004a7c; }
  @media (max-width: 1199px) and (min-width: 992px) {
    body.change #change-video {
      width: 615px; }
    body.change .signup {
      padding-left: 20px;
      padding-right: 20px;
      height: 317px; } }
  @media (max-width: 991px) and (min-width: 426px) {
    body.change .flex-column-mobile-sm {
      flex-direction: column; }
    body.change .type-h5, body.change body.team .profile div, body.team .profile body.change div {
      font-size: 16px; }
    body.change .type-md {
      font-size: 36px; }
    body.change #change-video {
      width: 100%;
      padding: 28%; }
    body.change .signup {
      width: 100%;
      height: 150px;
      padding: 15px 15px;
      flex-direction: row;
      justify-content: space-around; }
      body.change .signup .f-12-mobile {
        font-size: 12px; }
      body.change .signup .f-14-mobile {
        font-size: 14px; }
      body.change .signup .f-18-mobile {
        font-size: 18px; }
      body.change .signup .mt-10-mobile {
        margin-top: 10px; }
      body.change .signup .mb-5-mobile {
        margin-bottom: 5px; }
      body.change .signup .mt-100 {
        margin-top: 0px; } }
  @media (max-width: 425px) {
    body.change #change-video {
      width: 299px;
      padding: 28%; }
    body.change .signup {
      width: 299px;
      height: 210px;
      padding: 25px 15px; }
    body.change .l-title {
      font-size: 24px; }
    body.change .logo-wrapper {
      width: 299px; } }

/*
Variables and other dependancies. Bourbon is included through gulpfile
*/
.blue {
  color: #00aee6; }

.ultralight-blue {
  color: #e2eef4; }

.light-blue {
  color: #799eb2; }

.medium-blue {
  color: #799eb2; }

.dark-blue, body.legal #faq .question .answer {
  color: #123962; }

.purple {
  color: #2754ba; }

.white {
  color: white; }

.bg-blue {
  background-color: #00aee6; }

.bg-ultralight-blue, body.personal .wrapper {
  background-color: #e2eef4; }

.bg-dark-blue {
  background-color: #123962; }

.bg-dark-pale-blue {
  background: #77a6c2; }

.bg-purple {
  background-color: #2754ba; }

.bg-grey {
  background-color: #f4f6f7; }

.bg-white {
  background-color: white; }

.bg-light-blue {
  background-color: #b1d4e5; }

.form-control, form.bc-form input, form.bc-form select {
  height: 35px;
  min-width: 0;
  box-shadow: none;
  padding-left: 10px;
  -webkit-box-shadow: none;
  border-radius: 3px !important;
  border: 1px solid #799eb2; }
  .form-control:focus, form.bc-form input:focus, form.bc-form select:focus {
    box-shadow: none; }

form.bc-form {
  color: #799eb2; }
  form.bc-form .group {
    margin-bottom: 15px; }
    form.bc-form .group:last-child {
      margin-bottom: 0px; }
    form.bc-form .group.inline .item:not(:last-child) {
      margin-right: 40px; }
    form.bc-form .group label {
      text-align: left;
      font-weight: 300;
      font-size: 14px; }
    form.bc-form .group .item {
      position: relative; }
      form.bc-form .group .item.check label {
        font-weight: 400;
        font-size: 14px;
        cursor: pointer;
        margin: 0; }
  form.bc-form input {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    form.bc-form input[type="radio"], form.bc-form input[type="checkbox"] {
      width: auto;
      height: auto;
      margin: 1em 0.5em 1em 0; }
  form.bc-form select {
    height: 35px;
    background: white;
    border: 1px solid #799eb2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-image: url("/assets/img/select-arrow.svg"); }

@media (max-width: 992px) {
  form.bc-form .group.inline {
    display: block;
    margin-bottom: 0px; }
    form.bc-form .group.inline .item {
      width: 100%;
      margin-bottom: 15px; } }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

.pl-100 {
  padding-left: 100px; }

.ph-5 {
  padding-left: 5px;
  padding-right: 5px; }

.ph-10 {
  padding-left: 10px;
  padding-right: 10px; }

.ph-15 {
  padding-left: 15px;
  padding-right: 15px; }

.ph-20 {
  padding-left: 20px;
  padding-right: 20px; }

.ph-25 {
  padding-left: 25px;
  padding-right: 25px; }

.ph-30 {
  padding-left: 30px;
  padding-right: 30px; }

.ph-35 {
  padding-left: 35px;
  padding-right: 35px; }

.ph-40 {
  padding-left: 40px;
  padding-right: 40px; }

.ph-45 {
  padding-left: 45px;
  padding-right: 45px; }

.ph-50 {
  padding-left: 50px;
  padding-right: 50px; }

.ph-55 {
  padding-left: 55px;
  padding-right: 55px; }

.ph-60 {
  padding-left: 60px;
  padding-right: 60px; }

.ph-65 {
  padding-left: 65px;
  padding-right: 65px; }

.ph-70 {
  padding-left: 70px;
  padding-right: 70px; }

.ph-75 {
  padding-left: 75px;
  padding-right: 75px; }

.ph-80 {
  padding-left: 80px;
  padding-right: 80px; }

.ph-85 {
  padding-left: 85px;
  padding-right: 85px; }

.ph-90 {
  padding-left: 90px;
  padding-right: 90px; }

.ph-95 {
  padding-left: 95px;
  padding-right: 95px; }

.ph-100 {
  padding-left: 100px;
  padding-right: 100px; }

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pv-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pv-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pv-55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.pv-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.pv-65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.pv-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.pv-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pv-85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.pv-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.pv-95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.mh-5 {
  margin-left: 5px;
  margin-right: 5px; }

.mh-10 {
  margin-left: 10px;
  margin-right: 10px; }

.mh-15 {
  margin-left: 15px;
  margin-right: 15px; }

.mh-20 {
  margin-left: 20px;
  margin-right: 20px; }

.mh-25 {
  margin-left: 25px;
  margin-right: 25px; }

.mh-30 {
  margin-left: 30px;
  margin-right: 30px; }

.mh-35 {
  margin-left: 35px;
  margin-right: 35px; }

.mh-40 {
  margin-left: 40px;
  margin-right: 40px; }

.mh-45 {
  margin-left: 45px;
  margin-right: 45px; }

.mh-50 {
  margin-left: 50px;
  margin-right: 50px; }

.mh-55 {
  margin-left: 55px;
  margin-right: 55px; }

.mh-60 {
  margin-left: 60px;
  margin-right: 60px; }

.mh-65 {
  margin-left: 65px;
  margin-right: 65px; }

.mh-70 {
  margin-left: 70px;
  margin-right: 70px; }

.mh-75 {
  margin-left: 75px;
  margin-right: 75px; }

.mh-80 {
  margin-left: 80px;
  margin-right: 80px; }

.mh-85 {
  margin-left: 85px;
  margin-right: 85px; }

.mh-90 {
  margin-left: 90px;
  margin-right: 90px; }

.mh-95 {
  margin-left: 95px;
  margin-right: 95px; }

.mh-100 {
  margin-left: 100px;
  margin-right: 100px; }

.mv-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mv-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mv-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mv-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mv-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.mv-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mv-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.mv-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mv-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.mv-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mv-55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.mv-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.mv-65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.mv-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.mv-75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.mv-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.mv-85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.mv-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.mv-95 {
  margin-top: 95px;
  margin-bottom: 95px; }

.mv-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

/*
Pages (only ones after 9/2016)
*/
body.press {
  /*
  Should be a site wide reset but don't want to break anything
  */ }
  body.press ul, body.press li {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  body.press .section {
    position: relative;
    padding: 50px 0; }
    @media (min-width: 768px) {
      body.press .section {
        padding: 75px 0; } }
    body.press .section.dark-blue, body.press body.legal #faq .question .section.answer, body.legal #faq .question body.press .section.answer {
      background: #123962; }
    body.press .section.blue {
      background: #00aee6; }
    body.press .section.pale-blue {
      background: #b1d4e5; }
    body.press .section.grey-blue {
      background: #799eb2; }
    body.press .section.light-grey {
      background: #e3eff5; }
    body.press .section.white {
      background: #f5f7f8; }
    body.press .section > div {
      margin: 0px auto;
      max-width: 1170px;
      padding: 0 15px;
      position: relative; }
    body.press .section a.link {
      text-transform: uppercase;
      font-weight: 300;
      color: #123962;
      cursor: pointer;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px;
      display: inline-block;
      margin-top: 10px; }
      body.press .section a.link img {
        display: inline;
        height: 15px;
        line-height: 0;
        margin-left: 12px;
        vertical-align: middle;
        position: relative;
        top: -1px; }
    body.press .section.dark-blue a.link, body.press body.legal #faq .question .section.answer a.link, body.legal #faq .question body.press .section.answer a.link {
      color: #799eb2; }
  body.press .section.page-title {
    text-align: center; }
    @media (max-width: 768px) {
      body.press .section.page-title {
        padding-bottom: 70px;
        padding-top: 150px; } }
    body.press .section.page-title h2 {
      font-weight: 100;
      color: #f5f7f8;
      text-transform: uppercase;
      font-size: 42px;
      line-height: 42px; }
      @media (min-width: 768px) {
        body.press .section.page-title h2 {
          font-size: 82px;
          line-height: 72px; } }
  body.press .section.quotation {
    width: 50%; }
    body.press .section.quotation > div p {
      color: inherit; }
    body.press .section.quotation > div > p {
      line-height: 1.25;
      font-size: 26px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (min-width: 768px) {
        body.press .section.quotation > div > p {
          padding: 0 50px;
          font-size: 24px; } }
    body.press .section.quotation > div .source img {
      opacity: 1; }
    body.press .section.quotation > div .source p {
      text-transform: uppercase;
      font-weight: 300;
      line-height: 1; }
    body.press .section.quotation > div .source p + img {
      max-height: 42px;
      margin-top: 20px; }
    @media (max-width: 768px) {
      body.press .section.quotation {
        width: 100%; } }
    body.press .section.quotation:after {
      background: #799eb2;
      bottom: -10px; }
    body.press .section.quotation:nth-child(even):after {
      background: #2754ba; }
    body.press .section.quotation:nth-child(even):before {
      background: #799eb2; }
    body.press .section.quotation:last-child:before, body.press .section.quotation:last-child:after {
      display: none; }
  @media (max-width: 767px) {
    body.press .more-press {
      display: none; } }
  body.press .quotes {
    padding-bottom: 55px; }
    body.press .quotes p a {
      color: #123962;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 1px; }
      body.press .quotes p a img {
        width: 15px;
        height: auto;
        margin-bottom: 2px; }
    body.press .quotes p img {
      width: auto;
      height: 18px; }
    body.press .quotes .quote {
      min-height: 235px;
      margin: 0 auto; }
      body.press .quotes .quote + div {
        margin: 0 auto; }
    @media (max-width: 768px) {
      body.press .quotes .quote {
        min-height: inherit; } }
  body.press .press-inquiries {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px; }
    body.press .press-inquiries a {
      color: #00aee6; }
    body.press .press-inquiries p {
      font-size: 28px;
      text-transform: uppercase;
      color: #123962;
      line-height: 1.1; }
  body.press a.button {
    outline: 0;
    margin: 0px;
    border: 0px;
    color: white;
    font-size: 12px;
    font-weight: 300;
    background: #00aee6;
    letter-spacing: 0.05em;
    opacity: 1 !important;
    padding: 15px 30px !important;
    text-transform: uppercase;
    border-radius: 500px !important; }

body.interview {
  /*
  Should be a site wide reset but don't want to break anything
  */
  /* Desktop Fixed-Man UI */ }
  body.interview ul, body.interview li {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  body.interview .wrapper {
    background: #27324b; }
  body.interview .section {
    position: relative;
    padding: 50px 0; }
    @media (min-width: 768px) {
      body.interview .section {
        padding: 75px 0; } }
    body.interview .section.dark-blue, body.interview body.legal #faq .question .section.answer, body.legal #faq .question body.interview .section.answer {
      background: #123962; }
    body.interview .section.blue {
      background: #00aee6; }
    body.interview .section.pale-blue {
      background: #b1d4e5; }
    body.interview .section.grey-blue {
      background: #799eb2; }
    body.interview .section.light-grey {
      background: #e3eff5; }
    body.interview .section.white {
      background: #f5f7f8; }
    body.interview .section > div {
      margin: 0px auto;
      max-width: 1170px;
      padding: 0 15px;
      position: relative; }
  body.interview .section.page-title {
    padding-top: 150px;
    padding-bottom: 32px;
    text-align: center; }
    @media (min-width: 768px) {
      body.interview .section.page-title {
        padding-top: 200px; } }
    body.interview .section.page-title a.link {
      display: none;
      text-transform: uppercase;
      font-weight: 300;
      color: #799eb2;
      cursor: pointer;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px;
      position: absolute;
      left: 0px;
      top: -80px; }
      body.interview .section.page-title a.link img {
        display: inline;
        height: 15px;
        line-height: 0;
        margin-left: 12px;
        vertical-align: middle;
        position: relative;
        top: -1px; }
      body.interview .section.page-title a.link img {
        margin-left: 0px;
        margin-right: 12px; }
      @media (min-width: 992px) {
        body.interview .section.page-title a.link {
          top: 0px; } }
      @media (min-width: 768px) {
        body.interview .section.page-title a.link {
          display: inline-block; } }
    body.interview .section.page-title h2 {
      font-weight: 100;
      color: #00aee6;
      text-transform: uppercase;
      font-size: 42px;
      line-height: 42px;
      text-align: center; }
      @media (min-width: 768px) {
        body.interview .section.page-title h2 {
          font-size: 82px;
          line-height: 72px; } }
    body.interview .section.page-title p {
      color: #799eb2;
      font-weight: 400;
      font-size: 12px;
      margin-top: 32px; }
  body.interview ul.steps {
    margin: 0px auto;
    max-width: 1170px;
    padding: 0 15px;
    position: relative; }
    body.interview ul.steps > li {
      display: block;
      position: relative;
      text-align: center; }
      body.interview ul.steps > li::after {
        clear: both;
        content: "";
        display: table; }
      body.interview ul.steps > li.step > img {
        width: 100%;
        max-width: 550px;
        margin-top: 30px; }
        @media (min-width: 992px) {
          body.interview ul.steps > li.step > img {
            max-width: 100%;
            margin: 0px;
            float: right;
            width: calc(100% - 400px); } }
      body.interview ul.steps > li .text {
        max-width: 420px;
        margin: 0px auto; }
        @media (min-width: 992px) {
          body.interview ul.steps > li .text {
            float: left;
            width: 400px;
            padding-right: 50px;
            text-align: left;
            padding-top: 100px; } }
        body.interview ul.steps > li .text .number {
          background: #2754ba;
          color: #f5f7f8;
          font-size: 21px;
          font-weight: 300;
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          display: block;
          margin-bottom: 25px; }
          @media (max-width: 992px) {
            body.interview ul.steps > li .text .number {
              margin: 0px auto;
              margin-bottom: 25px; } }
        body.interview ul.steps > li .text h4 {
          text-transform: uppercase;
          color: #f5f7f8;
          font-size: 21px;
          font-weight: 200;
          padding: 0px;
          margin: 0px;
          line-height: 1.1;
          margin-bottom: 30px; }
        body.interview ul.steps > li .text p {
          font-size: 16px;
          color: #799eb2;
          font-weight: 200; }
  body.interview .fixed-ui-only {
    display: none !important; }
  body.interview .steps-wrapper {
    position: relative; }
  body.interview .steps {
    position: relative; }
    body.interview .steps .img {
      width: 100%;
      display: inline-block;
      position: relative;
      z-index: 2; }
      body.interview .steps .img.behind {
        z-index: 0; }
      body.interview .steps .img.in-front {
        z-index: 1;
        position: absolute;
        top: 0px;
        left: 0px; }
      body.interview .steps .img img {
        width: 100%; }
    body.interview .steps .step {
      margin-bottom: 50px; }
      body.interview .steps .step img.centered {
        display: none; }
      @media (min-width: 992px) {
        body.interview .steps .step {
          margin-bottom: 200px; } }
      @media (min-width: 768px) {
        body.interview .steps .step {
          margin-bottom: 100px; } }
      @media (max-width: 992px) {
        body.interview .steps .step.step-6 img, body.interview .steps .step.step-7 img {
          display: none; }
          body.interview .steps .step.step-6 img.centered, body.interview .steps .step.step-7 img.centered {
            display: inline-block; } }
  body.interview .blockchain-material {
    text-align: center;
    margin-bottom: 50px; }
    body.interview .blockchain-material h4 {
      text-transform: uppercase;
      font-weight: 100;
      color: #f5f7f8;
      line-height: 1.1;
      max-width: 500px;
      margin: 0px auto;
      margin-bottom: 50px;
      font-size: 42px; }
      @media (min-width: 768px) {
        body.interview .blockchain-material h4 {
          font-size: 64px; } }
    body.interview .blockchain-material a.button {
      outline: 0;
      margin: 0px;
      border: 0px;
      color: white;
      font-size: 12px;
      font-weight: 300;
      background: #00aee6;
      letter-spacing: 0.05em;
      opacity: 1 !important;
      padding: 15px 30px !important;
      text-transform: uppercase;
      border-radius: 500px !important; }
  body.interview.fixed-ui .static-ui-only {
    display: none !important; }
  body.interview.fixed-ui .fixed-ui-only {
    display: block !important; }
  body.interview.fixed-ui #man {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 1; }
    body.interview.fixed-ui #man img {
      width: 100%; }
    body.interview.fixed-ui #man > div {
      margin: 0px auto;
      max-width: 1170px;
      padding: 0 15px;
      position: relative;
      background: transparent; }
    body.interview.fixed-ui #man.sticky {
      position: fixed;
      top: 200px; }
      body.interview.fixed-ui #man.sticky.bottom {
        position: absolute; }
  body.interview.fixed-ui .scroll-to-navigate {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 20px;
    z-index: 0;
    position: relative; }
    body.interview.fixed-ui .scroll-to-navigate p {
      color: #00aee6;
      font-weight: 200;
      font-size: 18px;
      margin-bottom: 3px; }
    body.interview.fixed-ui .scroll-to-navigate img {
      width: 17px; }
  body.interview.fixed-ui ul.steps > li .text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 355px;
    z-index: 3;
    padding-right: 0px;
    padding-left: 50px;
    padding-top: 0px; }
    body.interview.fixed-ui ul.steps > li .text .number {
      position: absolute;
      top: 0px;
      left: -5px; }
  body.interview.fixed-ui ul.steps > li.step {
    margin-bottom: 300px; }
  body.interview.fixed-ui ul.steps > li.step-0 {
    margin-bottom: 0px; }
  body.interview.fixed-ui ul.steps > li.step-1 .img {
    padding-top: 10px; }
  body.interview.fixed-ui ul.steps > li.step-2 .img {
    top: -60px; }
  body.interview.fixed-ui ul.steps > li.step-3 .img {
    top: -120px; }
  body.interview.fixed-ui ul.steps > li.step-6 .img {
    top: -130px; }
  body.interview.fixed-ui ul.steps > li.step-7 {
    margin-bottom: 20px; }
    body.interview.fixed-ui ul.steps > li.step-7 .img {
      top: -100px; }

body.faq {
  /*
  Should be a site wide reset but don't want to break anything
  */ }
  body.faq ul, body.faq li {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  body.faq .wrapper {
    background: #27324b; }
  body.faq .section {
    position: relative;
    padding: 50px 0; }
    @media (min-width: 768px) {
      body.faq .section {
        padding: 75px 0; } }
    body.faq .section.dark-blue, body.faq body.legal #faq .question .section.answer, body.legal #faq .question body.faq .section.answer {
      background: #123962; }
    body.faq .section.blue {
      background: #00aee6; }
    body.faq .section.pale-blue {
      background: #b1d4e5; }
    body.faq .section.grey-blue {
      background: #799eb2; }
    body.faq .section.light-grey {
      background: #e3eff5; }
    body.faq .section.white {
      background: #f5f7f8; }
    body.faq .section > div {
      margin: 0px auto;
      max-width: 1170px;
      padding: 0 15px;
      position: relative; }
  body.faq .section.page-title {
    padding-top: 150px;
    margin-bottom: 50px;
    padding-bottom: 32px;
    text-align: center; }
    @media (min-width: 768px) {
      body.faq .section.page-title {
        margin-bottom: 100px;
        padding-top: 200px; } }
    body.faq .section.page-title h2 {
      font-weight: 100;
      color: #f5f7f8;
      text-transform: uppercase;
      font-size: 42px;
      line-height: 42px;
      text-align: center; }
      @media (min-width: 768px) {
        body.faq .section.page-title h2 {
          font-size: 82px;
          line-height: 82px; } }
    body.faq .section.page-title a.link {
      display: none;
      text-transform: uppercase;
      font-weight: 300;
      color: #799eb2;
      cursor: pointer;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px;
      position: absolute;
      left: 0px;
      top: -80px; }
      body.faq .section.page-title a.link img {
        display: inline;
        height: 15px;
        line-height: 0;
        margin-left: 12px;
        vertical-align: middle;
        position: relative;
        top: -1px; }
      body.faq .section.page-title a.link img {
        margin-left: 0px;
        margin-right: 12px; }
      @media (min-width: 992px) {
        body.faq .section.page-title a.link {
          top: 0px; } }
      @media (min-width: 768px) {
        body.faq .section.page-title a.link {
          display: inline-block; } }
  body.faq .faqs-container {
    margin: 0px auto;
    max-width: 1170px;
    padding: 0 15px;
    position: relative;
    padding-bottom: 100px; }
    body.faq .faqs-container::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 992px) {
      body.faq .faqs-container .left {
        float: left;
        width: 30%;
        max-width: 220px; }
      body.faq .faqs-container .right {
        width: 70%;
        float: right; } }
    body.faq .faqs-container .right {
      padding-top: 20px;
      border-top: 1px solid #37435b; }
    @media (max-width: 768px) {
      body.faq .faqs-container .left {
        text-align: center; } }
    body.faq .faqs-container .left h4 {
      color: #00aee6;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px;
      margin-top: -43px;
      margin-bottom: 25px;
      margin-bottom: 18px;
      padding-bottom: 18px;
      border-bottom: 1px solid #37435b; }
    body.faq .faqs-container .left ul.tabs-nav {
      padding-top: 25px;
      padding-bottom: 25px; }
      body.faq .faqs-container .left ul.tabs-nav::after {
        clear: both;
        content: "";
        display: table; }
      @media (min-width: 992px) {
        body.faq .faqs-container .left ul.tabs-nav {
          margin-bottom: 100px;
          border: none;
          padding: 0px;
          margin: 0px; } }
      body.faq .faqs-container .left ul.tabs-nav > li {
        display: block;
        font-weight: 200;
        color: #799eb2;
        font-size: 16px;
        line-height: 1.5;
        margin: 0px auto;
        margin-bottom: 25px;
        cursor: pointer;
        max-width: 250px;
        padding: 0px; }
        @media (min-width: 768px) {
          body.faq .faqs-container .left ul.tabs-nav > li {
            padding-right: 25px;
            float: left;
            width: 33.333%;
            max-width: none;
            min-height: 80px; } }
        @media (min-width: 992px) {
          body.faq .faqs-container .left ul.tabs-nav > li {
            width: 100%;
            float: none;
            min-height: 0px; } }
        body.faq .faqs-container .left ul.tabs-nav > li:hover {
          color: #00aee6; }
    body.faq .faqs-container ul.tabs > li {
      display: none; }
      body.faq .faqs-container ul.tabs > li.active {
        display: block; }
      body.faq .faqs-container ul.tabs > li > div {
        margin-bottom: 50px; }
        @media (max-width: 768px) {
          body.faq .faqs-container ul.tabs > li > div {
            text-align: center; } }
        body.faq .faqs-container ul.tabs > li > div h4 {
          color: #f5f7f8;
          font-weight: 100;
          line-height: 1.3;
          margin-bottom: 25px;
          font-size: 18px;
          padding: 0 25px; }
          @media (min-width: 768px) {
            body.faq .faqs-container ul.tabs > li > div h4 {
              font-size: 30px;
              padding: 0px; } }
        body.faq .faqs-container ul.tabs > li > div p, body.faq .faqs-container ul.tabs > li > div li {
          color: #799eb2;
          font-weight: 100;
          font-size: 18px;
          padding: 0 25px; }
          @media (min-width: 768px) {
            body.faq .faqs-container ul.tabs > li > div p, body.faq .faqs-container ul.tabs > li > div li {
              font-size: 30px;
              padding: 0px; } }
          body.faq .faqs-container ul.tabs > li > div p a, body.faq .faqs-container ul.tabs > li > div li a {
            color: #00aee6; }
        body.faq .faqs-container ul.tabs > li > div li {
          font-size: 16px;
          margin-left: 20px;
          margin-bottom: 5px;
          list-style: initial; }
          body.faq .faqs-container ul.tabs > li > div li span {
            font-weight: 500; }

body.enterprise {
  /*
  Should be a site wide reset but don't want to break anything
  */ }
  body.enterprise ul, body.enterprise li {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  body.enterprise .wrapper {
    background: #27324b; }
  body.enterprise .modal {
    overflow: hidden; }
    body.enterprise .modal .modal-dialog {
      overflow: hidden; }
  body.enterprise .section {
    position: relative;
    padding: 50px 0; }
    @media (min-width: 768px) {
      body.enterprise .section {
        padding: 75px 0; } }
    body.enterprise .section.dark-blue, body.enterprise body.legal #faq .question .section.answer, body.legal #faq .question body.enterprise .section.answer {
      background: #123962; }
    body.enterprise .section.blue {
      background: #00aee6; }
    body.enterprise .section.pale-blue {
      background: #b1d4e5; }
    body.enterprise .section.grey-blue {
      background: #799eb2; }
    body.enterprise .section.light-grey {
      background: #e3eff5; }
    body.enterprise .section.white {
      background: #f5f7f8; }
    body.enterprise .section > div {
      margin: 0px auto;
      max-width: 1170px;
      padding: 0 15px;
      position: relative; }
  body.enterprise .desktop {
    display: none !important; }
    @media (min-width: 768px) {
      body.enterprise .desktop {
        display: block !important; } }
  @media (min-width: 768px) {
    body.enterprise .mobile {
      display: none !important; } }
  body.enterprise .top-section {
    background: #27324b;
    background-image: url("/assets/img/enterprise/enterprise-bg.png");
    background-size: 1000px auto;
    background-position: bottom center;
    background-repeat: no-repeat; }
  body.enterprise .section.page-title {
    padding-top: 150px;
    padding-bottom: 32px;
    text-align: center; }
    @media (min-width: 768px) {
      body.enterprise .section.page-title {
        padding-top: 200px; } }
    body.enterprise .section.page-title h2 {
      font-weight: 100;
      color: #00aee6;
      text-transform: uppercase;
      font-size: 42px;
      line-height: .9;
      padding: 20px 0; }
      @media (min-width: 768px) {
        body.enterprise .section.page-title h2 {
          font-size: 72px; } }
    body.enterprise .section.page-title p {
      color: #f5f7f8;
      font-family: "freight-text-pro";
      font-style: italic;
      font-size: 24px;
      line-height: 1.1;
      margin-top: 15px;
      max-width: 600px;
      line-height: 1.24;
      margin: 0px auto;
      margin-top: 0px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (min-width: 768px) {
        body.enterprise .section.page-title p {
          font-size: 28px; } }
    body.enterprise .section.page-title span {
      text-transform: uppercase;
      color: #3d4e75;
      font-size: 12px;
      margin-top: 30px;
      display: block;
      margin-bottom: 50px; }
      @media (min-width: 768px) {
        body.enterprise .section.page-title span {
          margin-bottom: 150px; } }
  body.enterprise .bottom {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 30px; }
    body.enterprise .bottom p {
      color: #799eb2;
      font-weight: 300;
      font-size: 16px;
      max-width: 800px;
      margin: 0px auto;
      text-align: center; }
    body.enterprise .bottom span {
      color: #00aee6;
      font-size: 16px;
      font-weight: 300;
      display: inline-block;
      margin-top: 30px; }
    body.enterprise .bottom img.arrow {
      width: 20px;
      display: block;
      margin: 0px auto;
      margin-top: 20px;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  body.enterprise .section.light-grey {
    padding-bottom: 0px !important; }
    body.enterprise .section.light-grey::after {
      clear: both;
      content: "";
      display: table; }
    @media (max-width: 768px) {
      body.enterprise .section.light-grey {
        overflow: hidden; } }
    body.enterprise .section.light-grey > div {
      margin: 0px auto;
      max-width: 1170px;
      padding: 0 15px;
      position: relative; }
    body.enterprise .section.light-grey .left {
      margin: 0px auto;
      max-width: 550px;
      text-align: center;
      padding-bottom: 50px; }
      @media (min-width: 992px) {
        body.enterprise .section.light-grey .left {
          text-align: left;
          padding-bottom: 100px;
          margin-left: 100px; } }
      @media (min-width: 1120px) {
        body.enterprise .section.light-grey .left {
          margin: 0px auto;
          position: absolute;
          top: 0;
          left: 0; } }
      body.enterprise .section.light-grey .left h3 {
        font-size: 42px;
        font-weight: 100;
        color: #123962;
        line-height: 1;
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          body.enterprise .section.light-grey .left h3 {
            font-size: 48px; } }
        @media (max-width: 768px) {
          body.enterprise .section.light-grey .left h3 {
            margin-top: 50px; } }
      body.enterprise .section.light-grey .left p {
        font-size: 14px;
        font-weight: 200;
        color: #799eb2;
        margin-bottom: 25px; }
        @media (min-width: 768px) {
          body.enterprise .section.light-grey .left p {
            font-size: 16px; } }
        @media (min-width: 992px) {
          body.enterprise .section.light-grey .left p {
            max-width: 400px; } }
    @media (max-width: 768px) {
      body.enterprise .section.light-grey .bottom-shadow {
        padding: 0px;
        height: 100px;
        position: relative;
        width: 92%;
        max-width: calc(380px);
        background: url("/assets/img/enterprise/bottom-left.jpg"); }
        body.enterprise .section.light-grey .bottom-shadow:after {
          content: '';
          background: blue;
          position: absolute;
          top: 0px;
          left: 100%;
          height: 100%;
          width: 30px;
          background: url("/assets/img/enterprise/bottom-right.jpg"); } }
    body.enterprise .section.light-grey .right::after {
      clear: both;
      content: "";
      display: table; }
    body.enterprise .section.light-grey .right span::after {
      clear: both;
      content: "";
      display: table; }
    body.enterprise .section.light-grey .right div.bottom {
      background-size: 100% 100%;
      width: 690px;
      height: 200px;
      display: block;
      float: right; }
      @media (max-width: 768px) {
        body.enterprise .section.light-grey .right div.bottom {
          padding: 0px;
          margin: 0px;
          width: 100%;
          height: 50px; } }
    body.enterprise .section.light-grey .right div.block {
      max-width: 380px;
      margin: 0px auto;
      border: 1px solid #799eb2;
      margin-top: -1px;
      background-color: #f5f7f8;
      background-size: 100% 100%;
      padding: 15px 20px;
      position: relative; }
      @media (min-width: 768px) {
        body.enterprise .section.light-grey .right div.block {
          width: 230px;
          height: 230px;
          float: right;
          margin-top: 0px; } }
      body.enterprise .section.light-grey .right div.block h4 {
        text-transform: uppercase;
        color: #123962;
        font-weight: 300;
        font-size: 21px;
        letter-spacing: 1.25px;
        margin-bottom: 30px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      body.enterprise .section.light-grey .right div.block p {
        color: #799eb2;
        font-weight: 200;
        font-size: 14px;
        line-height: 1.4; }
        @media (min-width: 768px) {
          body.enterprise .section.light-grey .right div.block p {
            position: absolute;
            bottom: 15px;
            left: 20px;
            width: calc(100% - 40px);
            padding-right: 10px; } }
      body.enterprise .section.light-grey .right div.block.no-border {
        border: 0px; }
      body.enterprise .section.light-grey .right div.block.blue {
        background: transparent;
        border: none;
        padding: 0px; }
        @media (max-width: 768px) {
          body.enterprise .section.light-grey .right div.block.blue {
            text-align: center;
            max-width: 150px;
            margin-bottom: 20px;
            padding: 0px;
            margin: 0px auto;
            margin-bottom: 50px; }
            body.enterprise .section.light-grey .right div.block.blue p {
              padding: 0px !important; } }
        body.enterprise .section.light-grey .right div.block.blue p {
          position: relative;
          top: auto;
          left: auto;
          font-weight: 400;
          font-size: 12px;
          letter-spacing: .5px;
          color: #00aee6;
          text-transform: uppercase;
          padding-right: 20px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        @media (min-width: 1120px) {
          body.enterprise .section.light-grey .right div.block.blue {
            position: relative;
            top: 250px; } }
  body.enterprise a.button {
    outline: 0;
    margin: 0px;
    border: 0px;
    color: white;
    font-size: 12px;
    font-weight: 300;
    background: #00aee6;
    letter-spacing: 0.05em;
    opacity: 1 !important;
    padding: 15px 30px !important;
    text-transform: uppercase;
    border-radius: 500px !important; }

#enterpriseForm form {
  padding: 40px 100px; }
  #enterpriseForm form .button {
    outline: 0;
    margin: 0px;
    border: 0px;
    color: white;
    font-size: 12px;
    font-weight: 300;
    background: #00aee6;
    letter-spacing: 0.05em;
    opacity: 1 !important;
    padding: 15px 30px !important;
    text-transform: uppercase;
    border-radius: 500px !important;
    width: 200px;
    height: auto;
    font-size: 14px;
    margin-top: 20px; }

@media (max-width: 992px) {
  #enterpriseForm form {
    padding: 20px 50px; } }

@media (max-width: 767px) {
  .flex-column-mobile .phvl:not(:last-child) {
    margin-bottom: 20px; } }

.team-member-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  @media (max-width: 768px) {
    .team-member-modal {
      display: none; } }
  .team-member-modal .overlay {
    background: rgba(146, 158, 170, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .team-member-modal .content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 75%;
    height: 0px;
    padding: 0px; }
    .team-member-modal .content > div {
      background: #f5f7f8;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
      .team-member-modal .content > div::after {
        clear: both;
        content: "";
        display: table; }
      .team-member-modal .content > div .close-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 2;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #00aee6;
        cursor: pointer;
        text-align: center;
        font-size: 50px;
        font-weight: 200; }
        .team-member-modal .content > div .close-btn:before {
          content: '\00d7'; }
  .team-member-modal .content {
    max-width: 800px; }
    .team-member-modal .content > div {
      background: #e3eff5;
      padding: 40px; }
      .team-member-modal .content > div:after {
        content: '';
        width: 71px;
        height: 108px;
        background-image: url("/assets/img/about-modal-corner.png");
        background-size: cover;
        position: absolute;
        top: -36px;
        left: -35px; }
      .team-member-modal .content > div > div::after {
        clear: both;
        content: "";
        display: table; }
      .team-member-modal .content > div > div > div.left {
        float: left;
        width: calc(100% - 175px);
        padding-right: 40px; }
      .team-member-modal .content > div > div > div.right {
        float: right;
        width: 175px; }
        .team-member-modal .content > div > div > div.right ul.social {
          padding: 0px;
          margin: 0px;
          margin-top: 10px; }
          .team-member-modal .content > div > div > div.right ul.social::after {
            clear: both;
            content: "";
            display: table; }
          .team-member-modal .content > div > div > div.right ul.social > a {
            display: inline;
            float: right;
            margin-right: 7px; }
            .team-member-modal .content > div > div > div.right ul.social > a li {
              list-style: none;
              display: inline-block;
              width: 40px;
              height: 40px;
              background: #f5f7f8;
              border-radius: 500px !important;
              color: #00aee6;
              font-size: 21px;
              line-height: 40px;
              text-align: center; }
              .team-member-modal .content > div > div > div.right ul.social > a li:after {
                content: '\f113';
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale; }
              .team-member-modal .content > div > div > div.right ul.social > a li.ln:after {
                content: '\f0e1'; }
              .team-member-modal .content > div > div > div.right ul.social > a li.tw:after {
                content: '\f099'; }
              .team-member-modal .content > div > div > div.right ul.social > a li.link:after {
                content: '\f0c1'; }
        .team-member-modal .content > div > div > div.right img {
          max-width: 100%; }
      .team-member-modal .content > div .left > div {
        margin-bottom: 20px; }
      .team-member-modal .content > div .left h4, .team-member-modal .content > div .left h5 {
        text-transform: uppercase;
        font-size: 46px;
        font-weight: 100;
        line-height: 1;
        margin: 0px;
        padding: 0px;
        color: #123962; }
      .team-member-modal .content > div .left h5 {
        color: #00aee6; }
      .team-member-modal .content > div .left p, .team-member-modal .content > div .left strong, .team-member-modal .content > div .left a {
        font-size: 16px;
        font-weight: 200;
        color: #799eb2; }
      .team-member-modal .content > div .left a {
        text-decoration: underline; }
      .team-member-modal .content > div .left strong {
        color: #123962; }

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  @media (max-width: 768px) {
    .video-modal {
      display: none; } }
  .video-modal .overlay {
    background: rgba(146, 158, 170, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-modal .content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 75%;
    height: 0px;
    padding: 0px; }
    .video-modal .content > div {
      background: #f5f7f8;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
      .video-modal .content > div::after {
        clear: both;
        content: "";
        display: table; }
      .video-modal .content > div .close-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 2;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #00aee6;
        cursor: pointer;
        text-align: center;
        font-size: 50px;
        font-weight: 200; }
        .video-modal .content > div .close-btn:before {
          content: '\00d7'; }
  .video-modal .content > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 56.25%; }
    .video-modal .content > div .close-btn {
      top: -40px;
      right: -40px; }
    .video-modal .content > div video {
      box-sizing: content-box;
      background: #f5f7f8;
      position: absolute;
      top: 0;
      left: 0;
      padding: 40px !important;
      z-index: 1 !important;
      width: 100% !important;
      height: 100% !important; }

.modal.center .modal-dialog {
  margin-top: 0px; }

.modal .modal-content {
  border: 0px !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  webkit-box-shadow: none !important; }

.modal .close-button {
  color: #799eb2;
  position: absolute;
  font-size: 32px;
  line-height: .5;
  right: 15px;
  top: 15px; }

body.personal {
  /*
  Should be a site wide reset but don't want to break anything
  */ }
  body.personal ul, body.personal li {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  body.personal .section {
    position: relative;
    padding: 50px 0; }
    @media (min-width: 768px) {
      body.personal .section {
        padding: 75px 0; } }
    body.personal .section.dark-blue, body.personal body.legal #faq .question .section.answer, body.legal #faq .question body.personal .section.answer {
      background: #123962; }
    body.personal .section.blue {
      background: #00aee6; }
    body.personal .section.pale-blue {
      background: #b1d4e5; }
    body.personal .section.grey-blue {
      background: #799eb2; }
    body.personal .section.light-grey {
      background: #e3eff5; }
    body.personal .section.white {
      background: #f5f7f8; }
    body.personal .section > div {
      margin: 0px auto;
      max-width: 1170px;
      padding: 0 15px;
      position: relative; }
  body.personal .desktop {
    display: none !important; }
    @media (min-width: 768px) {
      body.personal .desktop {
        display: block !important; } }
  @media (min-width: 768px) {
    body.personal .mobile {
      display: none !important; } }
  body.personal .wide-caption {
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    position: absolute; }
    body.personal .wide-caption:before, body.personal .wide-caption:after {
      display: none; }
    body.personal .wide-caption .platform {
      width: auto;
      height: 30px; }
  body.personal .bottom {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
    @media (max-width: 767px) {
      body.personal .bottom {
        top: 100%;
        font-size: 0;
        display: block; } }
    body.personal .bottom div.info-box {
      top: 100%;
      width: 50%;
      z-index: 1;
      float: left;
      height: 130px;
      padding-top: 10px;
      padding-left: 10px;
      position: relative;
      display: inline-block;
      overflow: hidden;
      text-align: left; }
      @media (min-width: 768px) {
        body.personal .bottom div.info-box {
          top: 88px;
          width: 175px;
          height: 175px;
          padding-top: 25px;
          padding-left: 25px; } }
      body.personal .bottom div.info-box span {
        color: #f5f7f8;
        line-height: 1.4; }
      body.personal .bottom div.info-box img.right-arrow {
        width: 30px;
        position: absolute;
        top: 80px;
        left: 0;
        margin-left: 15px; }
        @media (min-width: 768px) {
          body.personal .bottom div.info-box img.right-arrow {
            width: 40px;
            top: 125px;
            right: 110px; } }
    body.personal .bottom div.info-box:nth-child(1) {
      background-color: #2161c6; }
    body.personal .bottom div.info-box:nth-child(2) {
      background-color: #06337c; }
    body.personal .bottom div.info-box:nth-child(3) {
      background-color: #57c1f9; }
    body.personal .bottom div.info-box:nth-child(4) {
      background-color: #a5c1d1; }
  body.personal .feature {
    min-height: 500px; }
  body.personal .feature-graphic {
    width: 300px; }
  @media (max-width: 767px) {
    body.personal .prompt {
      position: relative !important;
      margin: 300px 0 30px 0;
      text-align: center;
      left: 0;
      top: 0; }
    body.personal .main-feature {
      text-align: center; }
    body.personal svg {
      margin: 20px 0 100px 0; } }
  @media (min-width: 768px) {
    body.personal .prompt {
      top: 150px;
      left: 15px; }
    body.personal .feature {
      height: 100vh; }
      body.personal .feature:nth-child(2) {
        margin-top: 0px; }
    body.personal .feature-graphic {
      width: 450px; }
    body.personal .main-feature svg {
      opacity: 0; }
    body.personal .main-feature + .feature {
      position: fixed;
      opacity: 0;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0; }
    body.personal .main-feature.active {
      opacity: 0; }
      body.personal .main-feature.active + .feature {
        opacity: 1;
        z-index: 100; }
        body.personal .main-feature.active + .feature + .feature + .feature {
          opacity: 0; } }
  body.personal .find-btc {
    background: url("/assets/img/personal/find_btc.png");
    background-size: cover;
    height: 470px;
    background-position: 1%; }
    @media (min-width: 768px) {
      body.personal .find-btc {
        height: 606px;
        background: url("/assets/img/personal/web-find-bg.png");
        background-size: cover;
        background-position: center; } }
    body.personal .find-btc .down-arrow {
      position: relative;
      bottom: 85px;
      height: 80px; }
      @media (min-width: 768px) {
        body.personal .find-btc .down-arrow {
          bottom: 150px;
          height: 100px; } }
    @media (max-width: 767px) {
      body.personal .find-btc .find-btc-content {
        position: relative;
        right: 20px; } }
    body.personal .find-btc .map-icon {
      padding-left: 5%;
      height: 60px;
      width: auto;
      margin-top: 50px; }
    body.personal .find-btc h3 {
      font-weight: 200;
      font-size: 20px;
      line-height: 23px;
      letter-spacing: .2px;
      padding-left: 5%;
      margin: 25px 0px;
      color: #f5f7f8;
      width: 160px; }
      @media (min-width: 768px) {
        body.personal .find-btc h3 {
          text-align: left;
          width: 390px;
          margin-bottom: 32px; } }
    body.personal .find-btc p {
      font-weight: 300;
      font-size: 14px;
      line-height: 20px;
      padding-left: 5%;
      color: #799eb2;
      margin-bottom: 25px;
      width: 245px; }
      @media (min-width: 768px) {
        body.personal .find-btc p {
          text-align: left;
          width: 480px;
          font-size: 18px;
          line-height: 26px;
          color: #b1d4e5;
          font-weight: 100;
          margin-bottom: 32px; } }
      @media (max-width: 1050px) and (min-width: 469px) {
        body.personal .find-btc p {
          font-size: 14px;
          width: 350px; } }
    body.personal .find-btc .center-button {
      width: 100%;
      display: flex;
      justify-content: center; }
      @media (min-width: 768px) {
        body.personal .find-btc .center-button {
          width: 430px; } }
      body.personal .find-btc .center-button a.button {
        font-size: 3.0vw; }
        @media (min-width: 768px) {
          body.personal .find-btc .center-button a.button {
            font-size: 12px; } }
  body.personal .squares .square {
    padding-bottom: 16.6666%;
    display: inline-block;
    background: #f5f7f8;
    margin-right: 5px;
    text-align: left;
    width: 16.666%; }
    body.personal .squares .square span {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: .5px;
      position: absolute;
      color: #123962;
      top: 20px;
      left: 20px; }
    body.personal .squares .square img.square-icon {
      position: absolute;
      display: block;
      height: 65px;
      width: auto;
      bottom: 20px;
      left: 20px; }
      @media (max-width: 359px) {
        body.personal .squares .square img.square-icon {
          height: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body.personal .squares {
      display: block; }
      body.personal .squares .square {
        padding-bottom: calc(33.333% - 15px);
        width: calc(33.333% - 15px);
        margin-bottom: 15px;
        margin-right: 0;
        float: left; }
        body.personal .squares .square:nth-child(3n + 2) {
          margin-left: 10px;
          margin-right: 10px; } }
  @media (max-width: 767px) {
    body.personal .squares {
      display: block; }
      body.personal .squares .square {
        padding-bottom: calc(50% - 5px);
        width: calc(50% - 5px);
        margin-bottom: 10px;
        margin-right: 0;
        float: left; }
        body.personal .squares .square:nth-child(even) {
          margin-left: 10px; } }
  body.personal h3.geeks {
    color: #123962;
    font-weight: 300;
    margin-bottom: 45px; }
    @media (min-width: 992px) {
      body.personal h3.geeks {
        font-size: 20px; } }
    @media (max-width: 767px) {
      body.personal h3.geeks {
        margin-top: 45px;
        margin-bottom: 20px; } }
  body.personal .geeks-list {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      body.personal .geeks-list {
        width: 32%;
        display: inline-table; } }
  body.personal p.geeks-list-header {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .5px;
    color: #123962;
    text-align: left; }
  body.personal li.geeks-list-item {
    color: #799eb2;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    list-style-type: square;
    margin-left: 20px;
    font-weight: 200; }
    @media (min-width: 992px) {
      body.personal li.geeks-list-item {
        font-size: 18px;
        line-height: 26px;
        font-weight: 200;
        padding: 5px 0px; } }
  body.personal .end h2 {
    font-size: 34px;
    font-weight: 100;
    text-align: center;
    color: #123962;
    margin: 0; }
    @media (min-width: 992px) {
      body.personal .end h2 {
        font-size: 64px;
        line-height: 60px; } }
  body.personal .end p {
    font-size: 14px;
    font-weight: 200;
    color: #799eb2;
    text-align: center;
    margin: 25px 0px; }
    @media (min-width: 992px) {
      body.personal .end p {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 32px; } }
  body.personal .end .center-button {
    text-align: center; }
  body.personal .to-top {
    text-align: center;
    padding: 15px; }
    @media (min-width: 768px) {
      body.personal .to-top {
        display: none; } }
    body.personal .to-top img {
      height: 50px;
      width: auto; }
    body.personal .to-top span {
      position: absolute;
      font-weight: 200;
      font-size: 14px;
      color: #799eb2;
      left: 70%;
      top: 40%; }
  body.personal .white.blank {
    height: 15px;
    background: #f5f7f8;
    display: none; }
  body.personal a.button {
    outline: 0;
    margin: 0px;
    border: 0px;
    color: white;
    font-size: 12px;
    font-weight: 300;
    background: #00aee6;
    letter-spacing: 0.05em;
    opacity: 1 !important;
    padding: 15px 30px !important;
    text-transform: uppercase;
    border-radius: 500px !important; }

body.legal {
  /*
  Should be a site wide reset but don't want to break anything
  */ }
  body.legal ul, body.legal li {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  body.legal .full-height {
    height: 100vh;
    min-height: 600px;
    text-align: center; }
    body.legal .full-height h1 {
      font-size: 48px; }
    body.legal .full-height h2 {
      font-size: 32px;
      line-height: 1.3em; }
    body.legal .full-height > div {
      padding: 14px;
      max-width: 1000px; }
  body.legal .half-height {
    height: 50vh;
    min-height: 200px;
    text-align: center; }
    body.legal .half-height.left-align {
      text-align: left; }
    body.legal .half-height h2 {
      font-size: 18px; }
  @media (max-width: 767px) {
    body.legal .full-height {
      height: 50vh; }
      body.legal .full-height h1 {
        font-size: 32px; }
      body.legal .full-height h2 {
        font-size: 16px;
        line-height: 1.5em; } }
  body.legal img.client-side {
    height: 400px; }
    @media (max-width: 991px) {
      body.legal img.client-side {
        height: 200px; } }
    @media (max-width: 767px) {
      body.legal img.client-side {
        height: auto;
        width: 100%; } }
  body.legal #faq .question {
    border-bottom: 2px solid #e2eef4; }
    body.legal #faq .question:last-child {
      border-bottom: 0px; }
    body.legal #faq .question h2 {
      font-size: 32px;
      cursor: pointer;
      min-height: 100px; }
      body.legal #faq .question h2:hover i {
        color: #00aee6; }
    body.legal #faq .question .answer {
      padding-bottom: 25px;
      padding-left: 55px;
      font-size: 14px;
      display: none; }
    body.legal #faq .question.active h2 i {
      color: #00aee6; }
    body.legal #faq .question.active .answer {
      display: block; }

body.team * {
  outline: none !important; }

body.team .profile {
  margin: 5px;
  position: relative; }
  body.team .profile div {
    z-index: 1;
    color: white;
    line-height: 1; }
  body.team .profile .fixed-link {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute; }

@media (min-width: 992px) {
  body.team .profile:hover:after {
    opacity: 0.6; }
  body.team .profile:hover div {
    opacity: 1; }
  body.team .profile:after, body.team .profile div {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  body.team .profile div {
    position: absolute;
    bottom: 10px;
    left: 10px;
    opacity: 0; }
  body.team .profile:after {
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #123962; } }

@media (max-width: 991px) {
  body.team .profile-container {
    padding-left: 40px;
    padding-right: 40px; }
    body.team .profile-container.row {
      display: block !important; }
    body.team .profile-container img {
      width: 100% !important; }
    body.team .profile-container .profile div {
      padding: 5px;
      min-height: 90px;
      text-align: center; }
      body.team .profile-container .profile div span:first-child {
        color: #123962;
        margin-bottom: 5px; }
      body.team .profile-container .profile div span:last-child {
        color: #799eb2; } }

body.team .logo-container img {
  height: 60px; }
  body.team .logo-container img.smaller {
    width: 100%;
    height: auto; }

@media (max-width: 991px) {
  body.team .logo-container img {
    margin-bottom: 20px; }
    body.team .logo-container img.small {
      width: 50%; } }

@media (max-width: 768px) {
  body.team .logo-container img.smaller {
    width: 40%; } }

body.team .team-info {
  min-height: 290px;
  padding: 0px 85px; }

@media (max-width: 425px) {
  body.team .team-details {
    display: block; } }

.slick-slider .slick-arrow {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(18, 57, 98, 0.7);
  position: absolute;
  height: 95px;
  width: 85px;
  border: 0px;
  z-index: 10;
  top: 50%; }
  .slick-slider .slick-arrow.slick-prev {
    left: 0; }
  .slick-slider .slick-arrow.slick-next {
    right: 0; }
  .slick-slider .slick-arrow i:before {
    font-size: 50px; }

.slick-slide {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85); }
  .slick-slide.slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .slick-slide img {
    width: 100%; }

.form-control, form.bc-form input, form.bc-form select {
  height: 35px;
  min-width: 0;
  box-shadow: none;
  padding-left: 10px;
  -webkit-box-shadow: none;
  border-radius: 3px !important;
  border: 1px solid #799eb2; }
  .form-control:focus, form.bc-form input:focus, form.bc-form select:focus {
    box-shadow: none; }

form.bc-form {
  color: #799eb2; }
  form.bc-form .group {
    margin-bottom: 15px; }
    form.bc-form .group:last-child {
      margin-bottom: 0px; }
    form.bc-form .group.inline .item:not(:last-child) {
      margin-right: 40px; }
    form.bc-form .group label {
      text-align: left;
      font-weight: 300;
      font-size: 14px; }
    form.bc-form .group .item {
      position: relative; }
      form.bc-form .group .item.check label {
        font-weight: 400;
        font-size: 14px;
        cursor: pointer;
        margin: 0; }
  form.bc-form input {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    form.bc-form input[type="radio"], form.bc-form input[type="checkbox"] {
      width: auto;
      height: auto;
      margin: 1em 0.5em 1em 0; }
  form.bc-form select {
    height: 35px;
    background: white;
    border: 1px solid #799eb2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-image: url("/assets/img/select-arrow.svg"); }

@media (max-width: 992px) {
  form.bc-form .group.inline {
    display: block;
    margin-bottom: 0px; }
    form.bc-form .group.inline .item {
      width: 100%;
      margin-bottom: 15px; } }

body.research img.arrow {
  height: 10px;
  width: 15px;
  margin-bottom: 2px; }

body.research .banner p {
  padding-top: 10px;
  font-size: 16px; }

@media (max-width: 768px) {
  body.research .banner p {
    font-size: 16px; }
  body.research .banner h1 {
    padding-top: 50px; } }

body.research .featured {
  padding-left: 30px; }
  body.research .featured h2 {
    font-size: 24px; }
  body.research .featured a {
    font-size: 14px; }

body.research .randd h2, body.research .perspectives h2 {
  font-size: 24px; }

body.research .media {
  max-width: 525px; }
  body.research .media img {
    width: 125px;
    height: 30px; }
  body.research .media .news-blurb {
    padding-left: 15px; }
    body.research .media .news-blurb p {
      font-size: 12px; }
      body.research .media .news-blurb p span {
        font-size: 16px; }
      @media (max-width: 768px) {
        body.research .media .news-blurb p span {
          font-size: 14px; } }
    body.research .media .news-blurb img.arrow {
      height: 10px;
      width: 15px; }
  @media (max-width: 768px) {
    body.research .media .news-blurb p span {
      display: table; } }

body.legal a[class="blockchain-logo"] img, body.privacy a[class="blockchain-logo"] img, body.terms a[class="blockchain-logo"] img {
  height: 35px;
  margin-top: 30px; }

body.legal a[class="download-document"], body.privacy a[class="download-document"], body.terms a[class="download-document"] {
  float: right;
  margin-top: 40px; }

body.legal h1, body.legal h4, body.legal h5, body.privacy h1, body.privacy h4, body.privacy h5, body.terms h1, body.terms h4, body.terms h5 {
  text-transform: uppercase; }

body.legal h1, body.legal h4, body.privacy h1, body.privacy h4, body.terms h1, body.terms h4 {
  color: #4B4D4E; }

body.legal h1, body.privacy h1, body.terms h1 {
  margin: 100px 0 20px 0; }

body.legal h4, body.privacy h4, body.terms h4 {
  margin: 30px 0 10px 0; }

body.legal h5, body.privacy h5, body.terms h5 {
  color: #979797; }

body.legal h5:first-of-type, body.privacy h5:first-of-type, body.terms h5:first-of-type {
  margin-top: 30px; }

body.legal .header, body.privacy .header, body.terms .header {
  display: none; }

body.legal .document, body.privacy .document, body.terms .document {
  padding-bottom: 100px; }

body.legal .document :last-child, body.privacy .document :last-child, body.terms .document :last-child {
  margin-bottom: 0; }

body.legal .document a, body.legal .document a:visited, body.privacy .document a, body.privacy .document a:visited, body.terms .document a, body.terms .document a:visited {
  color: #10ADE4; }

body.legal .document a:hover, body.privacy .document a:hover, body.terms .document a:hover {
  text-decoration: underline; }

body.legal .document li, body.legal .document p, body.privacy .document li, body.privacy .document p, body.terms .document li, body.terms .document p {
  color: #5F5F5F;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9em; }

body.legal .document p, body.privacy .document p, body.terms .document p {
  margin-bottom: 20px; }

@media (max-width: 768px) {
  body.legal h1, body.privacy h1, body.terms h1 {
    margin: 50px 0 20px 0; }
  body.legal .document, body.privacy .document, body.terms .document {
    padding-bottom: 50px; }
  body.legal .document li, body.legal .document p, body.privacy .document li, body.privacy .document p, body.terms .document li, body.terms .document p {
    font-size: 15px; } }

/* Additional styles for existing pages */
body.home .as-seen-on {
  font-weight: 300;
  font-size: 14px;
  display: block;
  margin-bottom: 15px; }

body.home #exchange-rates > span {
  display: none; }
  body.home #exchange-rates > span.active {
    display: block; }

body.home .bitcoin-basics {
  color: #00aee6;
  font-weight: 200;
  font-size: 16px; }
  @media (max-width: 992px) {
    body.home .bitcoin-basics {
      padding-bottom: 40px; } }
  @media (max-width: 768px) {
    body.home .bitcoin-basics {
      padding-bottom: 0px; } }
  body.home .bitcoin-basics a {
    text-decoration: underline;
    color: #00aee6; }

body.home .references-slider {
  margin: 0px auto;
  max-width: 1170px;
  padding: 0 15px;
  position: relative;
  padding: 50px 0 0px; }
  @media (min-width: 768px) {
    body.home .references-slider {
      padding: 50px 15px;
      width: 800px; } }
  @media (min-width: 992px) {
    body.home .references-slider {
      width: 970px; } }
  @media (min-width: 1200px) {
    body.home .references-slider {
      width: auto; } }
  @media (min-width: 768px) {
    body.home .references-slider > div.nav, body.home .references-slider div.quotations {
      max-width: 530px; } }
  body.home .references-slider div.nav {
    padding-bottom: 15px; }
    body.home .references-slider div.nav::after {
      clear: both;
      content: "";
      display: table; }
    body.home .references-slider div.nav > span {
      display: inline-block;
      padding-bottom: 20px;
      position: relative;
      margin-top: 15px;
      width: 100%;
      border-top: 1px solid #b1d4e5; }
      body.home .references-slider div.nav > span > span.arrow {
        display: block;
        width: 14px;
        background: #e3eff5;
        border-bottom: 1px solid #b1d4e5;
        border-right: 1px solid #b1d4e5;
        height: 14px;
        display: block;
        position: absolute;
        top: 0;
        left: 20px;
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        -webkit-transform: rotate(-135deg) translateY(-50%);
        -moz-transform: rotate(-135deg) translateY(-50%);
        -ms-transform: rotate(-135deg) translateY(-50%);
        -o-transform: rotate(-135deg) translateY(-50%);
        transform: rotate(-135deg) translateY(-50%);
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        transition: left 0.5s; }
    body.home .references-slider div.nav > span > div {
      width: 100%;
      text-align: center; }
      body.home .references-slider div.nav > span > div::after {
        clear: both;
        content: "";
        display: table; }
      @media (min-width: 768px) {
        body.home .references-slider div.nav > span > div {
          text-align: left; } }
      body.home .references-slider div.nav > span > div a {
        display: block;
        text-align: center;
        margin-top: 15px; }
        @media (min-width: 768px) {
          body.home .references-slider div.nav > span > div a:first-child {
            text-align: left; } }
        @media (min-width: 768px) {
          body.home .references-slider div.nav > span > div a {
            display: inline-block;
            width: 33.3333%;
            float: left; } }
        body.home .references-slider div.nav > span > div a img {
          height: 26px;
          width: auto;
          line-height: 0;
          vertical-align: middle; }
  body.home .references-slider div.quotations {
    position: relative; }
    body.home .references-slider div.quotations > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      opacity: 0;
      z-index: 1;
      font-family: "freight-text-pro";
      color: #799eb2;
      font-size: 26px;
      font-style: italic;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      body.home .references-slider div.quotations > div.active {
        z-index: 2;
        opacity: 1;
        position: relative; }

@media (max-width: 991px) {
  body.home .offering {
    text-align: center; }
  body.home .col-md-6 > div {
    display: block !important;
    margin-bottom: 30px;
    text-align: center; }
  body.home .offering-icons {
    width: auto; }
    body.home .offering-icons img {
      margin: 0 auto;
      margin-bottom: 10px; }
    body.home .offering-icons div {
      margin: 0 auto;
      text-align: center; } }

@media (max-width: 1200px) {
  .rects {
    font-size: 24px !important; } }

body.careers .wrapper {
  background: #fff; }

body.careers .sweet-perks .perk-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  body.careers .sweet-perks .perk-row .perk img {
    height: 50px;
    width: auto; }
  body.careers .sweet-perks .perk-row .perk span {
    font-size: 12px;
    padding-left: 10px; }

@media (max-width: 425px) {
  body.careers .sweet-perks .perk-row {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin-left: 20vw; }
    body.careers .sweet-perks .perk-row .perk {
      padding: 10px 0px; }
      body.careers .sweet-perks .perk-row .perk img {
        height: auto;
        width: 50px; }
      body.careers .sweet-perks .perk-row .perk span {
        font-size: 12px;
        padding-left: 10px; } }

body.careers .work-that-matters h2 {
  padding-top: 40px;
  padding-bottom: 10px; }

body.careers .work-that-matters .man-web {
  margin-left: 125px;
  background-image: url(../img/careers_man_web.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 250px; }
  body.careers .work-that-matters .man-web .know-more {
    position: relative;
    left: 66%;
    top: 70px;
    font-size: 16px;
    width: 300px; }
    body.careers .work-that-matters .man-web .know-more span {
      color: #123962;
      font-weight: 300; }
  body.careers .work-that-matters .man-web .interview {
    position: relative;
    left: 63.7%;
    top: 8em;
    font-size: 16px;
    letter-spacing: 1px; }
    body.careers .work-that-matters .man-web .interview a {
      color: #00aee6; }
      body.careers .work-that-matters .man-web .interview a img {
        padding-bottom: 5px;
        padding-left: 5px; }

@media (min-width: 1200px) {
  body.careers .work-that-matters .container {
    width: 1170px; } }

@media (min-width: 992px) {
  body.careers .work-that-matters .container {
    width: 1170px; } }

@media (max-width: 1160px) {
  body.careers .work-that-matters .container {
    width: 950px; }
  body.careers .work-that-matters .man-web {
    height: 200px; }
    body.careers .work-that-matters .man-web .know-more {
      font-size: 16px;
      left: 66%;
      width: 250px; }
    body.careers .work-that-matters .man-web .interview {
      left: 64.2%;
      top: 5.5em;
      letter-spacing: 0px; } }

@media (max-width: 950px) and (min-width: 790px) {
  body.careers .work-that-matters .container {
    width: 800px; }
  body.careers .work-that-matters .man-web {
    margin-left: 0px; } }

@media (max-width: 789px) and (min-width: 200px) {
  body.careers .work-that-matters h2 {
    text-align: center; }
  body.careers .work-that-matters p {
    width: 80%; }
  body.careers .work-that-matters .container {
    width: 350px; }
  body.careers .work-that-matters .man-web {
    background-image: url(../img/careers_man_mobile.png);
    margin-left: 0px;
    height: 270px; }
    body.careers .work-that-matters .man-web .know-more {
      left: 14%;
      top: 5px;
      font-size: 14px;
      width: 200px; }
    body.careers .work-that-matters .man-web .interview {
      left: 13.2%;
      top: 1.5em;
      width: 150px;
      font-size: 14px; } }

body.careers .current-opportunities h2 {
  padding: 50px 0px 30px 0px; }

body.careers .current-opportunities .filters select {
  width: 200px; }

@media (max-width: 768px) {
  body.careers .current-opportunities .filters select {
    width: 180px; } }

body.careers .current-opportunities table {
  width: 90%; }
  body.careers .current-opportunities table thead tr {
    border-bottom: 1px solid #123962; }
    body.careers .current-opportunities table thead tr th {
      font-size: 16px;
      font-weight: 300;
      padding: 0px; }
  body.careers .current-opportunities table tbody tr td {
    padding: 5px 0px; }
    body.careers .current-opportunities table tbody tr td a {
      color: #00aee6; }

@media (max-width: 768px) {
  body.careers .current-opportunities .web-view-table {
    display: none; }
  body.careers .current-opportunities .filters {
    padding: 0px;
    padding-left: 2vw; }
    body.careers .current-opportunities .filters select {
      font-size: 14px;
      width: 170px; } }

body.careers .saying .saying-inner::after {
  clear: both;
  content: "";
  display: table; }

body.careers .saying .review {
  height: 400px; }

body.careers .saying .carousel-indicators li {
  border-radius: 10px !important; }

@media (max-width: 991px) {
  body.careers .saying .review {
    display: none; }
  body.careers .saying .carousel-review {
    height: 350px; } }

@media (min-width: 991px) {
  body.careers .saying #careers-carousel {
    display: none; } }

body.careers .bg-ultralight-blue, body.careers body.personal .wrapper, body.personal body.careers .wrapper {
  background: #f7f7f9;
  position: relative; }
  body.careers .bg-ultralight-blue .bottom, body.careers body.personal .wrapper .bottom, body.personal body.careers .wrapper .bottom {
    width: 100%; }
    body.careers .bg-ultralight-blue .bottom::after, body.careers body.personal .wrapper .bottom::after, body.personal body.careers .wrapper .bottom::after {
      clear: both;
      content: "";
      display: table; }
    body.careers .bg-ultralight-blue .bottom > div, body.careers body.personal .wrapper .bottom > div, body.personal body.careers .wrapper .bottom > div {
      text-align: center;
      max-width: 300px;
      margin: 0px auto;
      margin-bottom: 50px; }
      @media (min-width: 1200px) {
        body.careers .bg-ultralight-blue .bottom > div, body.careers body.personal .wrapper .bottom > div, body.personal body.careers .wrapper .bottom > div {
          padding-left: 30px;
          float: left;
          text-align: left;
          width: 50%; } }
      body.careers .bg-ultralight-blue .bottom > div h4, body.careers body.personal .wrapper .bottom > div h4, body.personal body.careers .wrapper .bottom > div h4 {
        font-weight: 200;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 1.2;
        color: #799eb2;
        margin-bottom: 30px;
        display: block;
        min-height: 45px; }
      body.careers .bg-ultralight-blue .bottom > div a.button, body.careers body.personal .wrapper .bottom > div a.button, body.personal body.careers .wrapper .bottom > div a.button {
        outline: 0;
        margin: 0px;
        border: 0px;
        color: white;
        font-size: 12px;
        font-weight: 300;
        background: #00aee6;
        letter-spacing: 0.05em;
        opacity: 1 !important;
        padding: 15px 30px !important;
        text-transform: uppercase;
        border-radius: 500px !important; }

body.careers .career-filter-top::after {
  clear: both;
  content: "";
  display: table; }

body.careers .career-filter-top .square, body.careers .career-filter-top .filters {
  float: left; }

body.careers .career-filter-top .filters {
  padding-bottom: 0px; }
  body.careers .career-filter-top .filters > p {
    text-transform: uppercase;
    max-width: 300;
    color: #799eb2;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 140px;
    line-height: 1.4; }

body.careers .career-filter-top select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0px;
  display: block;
  width: 100%;
  padding: 0 15px;
  height: 45px;
  background-color: #cfe5ef;
  color: #00aee6;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 200;
  margin-bottom: 10px;
  outline: none;
  max-width: 275px;
  cursor: pointer;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-image: url("/assets/img/partial-arrow-down.png"); }
  body.careers .career-filter-top select:last-child {
    margin-bottom: 0px; }

body.about-us .desc-block .thumbnail-style {
  position: relative; }

body.about-us .desc-block .thumbnail-style > div:first-child {
  padding-top: 100%;
  background: #123962;
  color: #f5f7f8;
  position: relative; }
  body.about-us .desc-block .thumbnail-style > div:first-child h4 {
    line-height: 1.1;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px; }

body.about-us .desc-block.purple-blue .thumbnail-style > div:first-child {
  background: #2754ba; }

body.about-us .by-the-numbers {
  padding-bottom: 75px; }
  body.about-us .by-the-numbers .container h2 {
    padding: 75px 0px 50px 0px; }
    @media (max-width: 992px) {
      body.about-us .by-the-numbers .container h2 {
        font-size: 36px;
        text-align: center;
        padding: 25px 0px; } }
  body.about-us .by-the-numbers .number {
    padding: 20px 0px;
    font-size: 14px; }
    body.about-us .by-the-numbers .number > div:first-child {
      width: 80px;
      height: 60px;
      text-align: center; }
      body.about-us .by-the-numbers .number > div:first-child img {
        width: auto;
        height: 100%; }
    body.about-us .by-the-numbers .number .num {
      font-size: 16px; }
    body.about-us .by-the-numbers .number span:not(.num) {
      font-size: 14px;
      font-weight: 200; }

@media (max-width: 768px) {
  body.about-us .by-the-numbers {
    padding-bottom: 50px; } }

body.about-us .investor-logos {
  padding-left: 30px; }
  body.about-us .investor-logos img {
    height: 70px;
    width: 70px; }
  body.about-us .investor-logos .col-md-4 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }
  body.about-us .investor-logos .col-md-3 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }

@media (min-width: 768px) and (max-width: 991px) {
  body.about-us .investment-info .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    body.about-us .investment-info .container .raised {
      padding-bottom: 20px;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center; }
      body.about-us .investment-info .container .raised .flex-justify, body.about-us .investment-info .container .raised .modal.center .modal-dialog, .modal.center body.about-us .investment-info .container .raised .modal-dialog, body.about-us .investment-info .container .raised body.personal .bottom, body.personal body.about-us .investment-info .container .raised .bottom, body.about-us .investment-info .container .raised body.legal .full-height, body.legal body.about-us .investment-info .container .raised .full-height, body.about-us .investment-info .container .raised body.legal .half-height, body.legal body.about-us .investment-info .container .raised .half-height, body.about-us .investment-info .container .raised body.team .team-details, body.team body.about-us .investment-info .container .raised .team-details, body.about-us .investment-info .container .raised body.careers .saying .review, body.careers .saying body.about-us .investment-info .container .raised .review {
        width: 250px; }
  body.about-us .investment-info .investor-logos {
    padding-left: 0px; }
    body.about-us .investment-info .investor-logos img {
      height: 70px;
      width: 70px; } }

@media (max-width: 768px) {
  body.about-us .investment-info .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    body.about-us .investment-info .container .raised {
      padding-bottom: 20px; }
    body.about-us .investment-info .container .investor-logos {
      width: 80vw;
      margin: 0 auto;
      padding: 0px 15px; } }

body.about-us .investment-info {
  background: #e3eff5;
  min-height: 240px;
  padding: 20px 0px; }
  body.about-us .investment-info .raised {
    padding-top: 5%; }
    body.about-us .investment-info .raised span.amount {
      font-size: 22px; }
    body.about-us .investment-info .raised span.amount-raised {
      font-size: 16px;
      font-weight: 200; }
  @media (min-width: 425px) and (max-width: 768px) {
    body.about-us .investment-info .raised {
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center; }
      body.about-us .investment-info .raised p {
        width: 250px; } }
  body.about-us .investment-info > div {
    margin: 0px auto;
    max-width: 1170px;
    padding: 0 15px;
    position: relative; }
  body.about-us .investment-info .right {
    position: relative; }
    body.about-us .investment-info .right::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 1120px) {
      body.about-us .investment-info .right {
        float: left;
        width: 70%; } }
  body.about-us .investment-info .investor-names {
    padding-top: 20px; }
    body.about-us .investment-info .investor-names a {
      padding: 12px 0px; }
  @media (max-width: 425px) {
    body.about-us .investment-info .investor-names a {
      padding: 5px 0px;
      color: #00aee6; } }

body.about-us .values h3 {
  padding: 75px 0px;
  font-size: 27px; }

@media (max-width: 768px) {
  body.about-us .values h3 {
    padding: 20px 0px;
    font-size: 17px; } }

body.about-us .values .value {
  padding: 20px 0px; }
  body.about-us .values .value span {
    width: 70%; }
  body.about-us .values .value img {
    height: auto;
    width: 80px; }
  @media (max-width: 768px) {
    body.about-us .values .value img {
      height: 90px;
      width: 81px; } }

@media (max-width: 768px) {
  body.about-us .values .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  body.about-us .values .value span {
    display: none; } }

body.about-us .meet {
  padding: 50px 0px; }
  body.about-us .meet h3 {
    line-height: 55px;
    padding-bottom: 15px; }

@media (max-width: 768px) {
  body.about-us .meet {
    padding: 25px 0px; }
    body.about-us .meet h3 {
      font-size: 22px;
      line-height: 30px;
      padding-bottom: 10px; } }

body.whitepaper .bc-form-feedback {
  color: #00A76F;
  display: none;
  font-weight: 300;
  margin-top: 10px; }

/* Learning Portal Pages */
.banner {
  background-size: cover;
  min-height: 60vh; }
  .banner .explore-wrapper {
    display: none; }
  .banner .title-text {
    font-size: 42px; }
  @media (max-width: 767px) {
    .banner {
      background-position: 100%; }
      .banner .explore-wrapper {
        display: flex; }
      .banner .title-text {
        font-size: 30px;
        padding-top: 0px; } }
  @media (max-width: 425px) {
    .banner {
      background-position: 100%;
      min-height: 45vh; }
      .banner .sub-title {
        font-weight: 200; }
      .banner .title-text {
        margin-top: 50px; } }

#explore-links p {
  margin: 30px 0px;
  color: #004a7c; }

#explore-links a:first-child p {
  margin-top: 0px;
  padding-top: 15px; }

#explore-links a:last-child p {
  margin-bottom: 0px;
  padding-bottom: 15px; }

#explore-links .arrow {
  padding-bottom: 3px;
  width: 13px; }

.cta {
  height: 300px; }
  .cta button {
    border-radius: 25px; }

@media (max-width: 425px) {
  .cta {
    background-color: #f5f7f9; } }

@media (max-width: 767px) {
  .no-margin-mobile {
    margin: 0px; } }

.next, .previous {
  opacity: 0;
  background-color: #f3f3f3;
  width: 360px;
  height: 105px; }

@media (max-width: 767) {
  .next, .previous {
    width: 175px;
    height: 65px;
    padding: 10px; }
    .next img, .previous img {
      width: 30px; } }

.bg-header-blue {
  background-color: #004a7c; }

.bc-header {
  z-index: 1030; }

.bc-header .dropdown-menu > li:hover {
  background: #EBEBEB; }

.bc-header .dropdown .ti-menu {
  line-height: 1;
  float: right; }

.bc-header .dropdown a > span, .bc-header .dropdown a > i {
  display: inline-block;
  float: left; }

.bc-header span.ti-menu {
  font-weight: 900;
  font-size: 1.5em;
  position: relative;
  top: 0px; }

.bc-header .navbar-toggle {
  padding: 0;
  margin: 0 10px 0 20px; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #004a7c;
  border-color: #004a7c; }

.navbar .container-fluid {
  padding-left: 10px; }

.container-fluid .navbar-header {
  margin: 0; }

.navbar-inverse .navbar-toggle {
  border: none; }

.navbar-inverse .navbar-nav > li > a {
  color: white;
  padding: 10px 15px 10px; }

@media (min-width: 768px) {
  .navbar-left {
    margin-left: 26px; } }

.navbar-inverse {
  background-color: #004a7c;
  border: none;
  z-index: 1039;
  border-radius: 0px; }

@media (min-width: 768px) {
  .navbar-inverse {
    height: 60px; } }

.navbar-inverse .navbar-brand {
  color: white;
  margin-left: 0px !important; }

.navbar-inverse .navbar-brand img {
  padding-left: 0px; }

.navbar-inverse .navbar-nav > li {
  padding-top: 10px;
  font-weight: 500;
  font-size: 14px; }

.navbar-inverse .navbar-nav > li a.refresh img {
  display: inline-block;
  margin-bottom: 3px;
  margin-top: 2px;
  height: 15px; }

.navbar-inverse .navbar-nav > li > a:hover {
  background-color: transparent; }

.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background: transparent; }

.navbar-inverse .navbar-nav li.active a {
  background-color: transparent; }

.navbar-inverse .navbar-nav li.active a:hover {
  background-color: transparent; }

.navbar-inverse .navbar-nav li.active a:focus, .navbar-inverse .navbar-nav li.active a:active {
  background-color: transparent; }

.navbar-inverse .navbar-nav > li a:focus, .navbar-inverse .navbar-nav > li a:active {
  background-color: transparent; }

.navbar-inverse .navbar-nav li.open a {
  background-color: transparent; }

.navbar-inverse .navbar-nav .dropdown-menu a {
  color: #4B4D4E;
  text-transform: none; }

@media (max-width: 620px) {
  .navbar-inverse .container-fluid {
    padding: 0px 15px; } }

img#logo {
  height: 20px;
  padding-left: 15px; }

.bc-public-header, .bc-logo-header {
  font-family: 'Montserrat', 'Helvetica', sans-serif !important; }

.bc-public-header.navbar-inverse, .navbar-inverse.bc-logo-header {
  height: 90px; }

.bc-public-header img#logo, .bc-logo-header img#logo {
  padding-left: 5px; }

.bc-public-header #header-search, .bc-logo-header #header-search {
  width: 350px;
  font-size: 12px; }

.bc-public-header .navbar .nav > li > a, .bc-logo-header .navbar .nav > li > a {
  font-weight: 500;
  font-size: 14px !important; }

.bc-public-header .navbar-collapse, .bc-logo-header .navbar-collapse {
  margin-top: 17px; }

.bc-public-header .navbar-header .navbar-brand, .bc-logo-header .navbar-header .navbar-brand {
  height: 90px;
  line-height: 90px; }

@media (max-width: 767px) {
  .bc-public-header .navbar-header .navbar-brand, .bc-logo-header .navbar-header .navbar-brand {
    line-height: 90px; } }

@media (max-width: 620px) {
  .bc-public-header img#logo, .bc-logo-header img#logo {
    height: 18px;
    margin-top: 0; } }

@media (max-width: 767px) {
  .bc-public-header .navbar-toggle, .bc-logo-header .navbar-toggle {
    height: 20px;
    margin-top: 35px; }
  .bc-public-header .navbar-collapse, .bc-logo-header .navbar-collapse {
    margin-top: -30px; }
  .bc-public-header .navbar-nav form, .bc-logo-header .navbar-nav form {
    margin-left: 15px; } }

.bc-logo-header {
  top: 0;
  left: 0; }

.navbar-header .navbar-brand {
  padding: 0; }

.navbar-header:before, .navbar-header:after {
  content: none;
  display: block; }

.navbar-header .navbar-brand {
  line-height: 60px; }

@media (max-width: 767px) {
  .navbar-header .navbar-brand {
    line-height: 50px; } }

.navbar-header .navbar-brand img {
  display: inline-block; }

.navbar-collapse {
  border: none;
  box-shadow: none; }

@media (min-width: 768px) {
  .navbar-collapse {
    display: block !important; }
  ul.navbar-nav .container-fluid {
    padding: 10px 30px; }
  ul.navbar-nav li.active a {
    border-bottom: none;
    margin-bottom: 1px;
    color: #d3edfb; } }

.ether-basics .blue {
  color: #123962; }

.ether-basics .banner {
  background-image: url("../img/learning-portal/ether-basics-header.jpg"); }

.ether-basics .section-two {
  background-image: url("../img/learning-portal/ether-basics-background.jpg");
  background-size: 115%;
  background-position: 65%; }

.ether-basics .section-three {
  /* entire container, keeps perspective */
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */ }
  @media (max-width: 1199px) and (min-width: 991px) {
    .ether-basics .section-three .flippers {
      width: 62%;
      flex-wrap: wrap;
      margin: 0 auto; } }
  @media (max-width: 990px) and (min-width: 767px) {
    .ether-basics .section-three .flippers {
      width: 81%; } }
  .ether-basics .section-three .flip-container {
    perspective: 1000px; }
  .ether-basics .section-three .flip-container:hover .flipper, .ether-basics .section-three .flip-container.hover .flipper {
    transform: rotateY(180deg); }
  .ether-basics .section-three .flip-container, .ether-basics .section-three .front, .ether-basics .section-three .back {
    width: 290px;
    height: 245px; }
  .ether-basics .section-three .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative; }
  .ether-basics .section-three .front, .ether-basics .section-three .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .ether-basics .section-three .front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg); }
  .ether-basics .section-three .back {
    transform: rotateY(180deg); }

a {
  color: #00aee6; }

@media (max-width: 767) {
  .next, .previous {
    width: 175px;
    height: 65px;
    padding: 10px; }
    .next img, .previous img {
      width: 30px; } }

.bg-nav {
  background: #f3f3f3; }

.how-to-get-bitcoins .offset-left {
  margin-left: 60px; }

@media (max-width: 991px) {
  .how-to-get-bitcoins .offset-left {
    margin-left: 0px; } }

.how-to-get-bitcoins .banner {
  background-image: url("../img/learning-portal/how-to-get-header.jpg"); }
  .how-to-get-bitcoins .banner.header-eth {
    background-image: url("../img/learning-portal/how-to-get-eth-overlay.jpg");
    background-position-y: 10%; }

.how-to-get-bitcoins .section-two a:hover {
  color: #004a7c; }

.how-to-get-bitcoins .section-two .buy-step {
  width: 295px; }

.how-to-get-bitcoins .section-two .right-arrow {
  padding-bottom: 95px; }

.how-to-get-bitcoins .section-two .right-arrow-eth {
  padding-top: 34px; }

.how-to-get-bitcoins .section-two .buy-img-wrapper {
  height: 110px; }

@media (max-width: 1199px) and (min-width: 991px) {
  .how-to-get-bitcoins .section-two .right-arrow {
    padding-bottom: 180px; }
  .how-to-get-bitcoins .section-two .right-arrow-eth {
    padding-top: 0px; } }

@media (max-width: 991px) {
  .how-to-get-bitcoins .section-two .right-arrow {
    display: none; }
  .how-to-get-bitcoins .section-two .right-arrow-eth {
    display: none; }
  .how-to-get-bitcoins .section-two .buy-step {
    margin-right: 15px; }
  .how-to-get-bitcoins .section-two .buy-step:last-of-type {
    margin-right: 0px; } }

@media (max-width: 767px) {
  .how-to-get-bitcoins .section-two .center-mobile.mb-55 {
    margin-bottom: 0px; }
  .how-to-get-bitcoins .section-two .buy-step {
    margin: 30px 0px 0px 0px;
    width: 350px; }
  .how-to-get-bitcoins .section-two .step:first-of-type {
    margin-right: 23px; }
  .how-to-get-bitcoins .section-two .buy-img-wrapper {
    margin-bottom: 20px; }
  .how-to-get-bitcoins .section-two .flex-column.pt-75.offset-left, .how-to-get-bitcoins .section-two form.bc-form .pt-75.offset-left.group, form.bc-form .how-to-get-bitcoins .section-two .pt-75.offset-left.group, .how-to-get-bitcoins .section-two form.bc-form .group .pt-75.offset-left.item, form.bc-form .group .how-to-get-bitcoins .section-two .pt-75.offset-left.item, .how-to-get-bitcoins .section-two body.legal .pt-75.offset-left.full-height, body.legal .how-to-get-bitcoins .section-two .pt-75.offset-left.full-height, .how-to-get-bitcoins .section-two body.legal .pt-75.offset-left.half-height, body.legal .how-to-get-bitcoins .section-two .pt-75.offset-left.half-height, .how-to-get-bitcoins .section-two body.team .profile div.pt-75.offset-left, body.team .profile .how-to-get-bitcoins .section-two div.pt-75.offset-left, .how-to-get-bitcoins .section-two body.careers .saying .pt-75.offset-left.review, body.careers .saying .how-to-get-bitcoins .section-two .pt-75.offset-left.review {
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 30px;
    width: 55%;
    border-top: 1px solid #d2ced0; } }

@media (max-width: 425px) {
  .how-to-get-bitcoins .section-two .flex-column.pt-75.offset-left, .how-to-get-bitcoins .section-two form.bc-form .pt-75.offset-left.group, form.bc-form .how-to-get-bitcoins .section-two .pt-75.offset-left.group, .how-to-get-bitcoins .section-two form.bc-form .group .pt-75.offset-left.item, form.bc-form .group .how-to-get-bitcoins .section-two .pt-75.offset-left.item, .how-to-get-bitcoins .section-two body.legal .pt-75.offset-left.full-height, body.legal .how-to-get-bitcoins .section-two .pt-75.offset-left.full-height, .how-to-get-bitcoins .section-two body.legal .pt-75.offset-left.half-height, body.legal .how-to-get-bitcoins .section-two .pt-75.offset-left.half-height, .how-to-get-bitcoins .section-two body.team .profile div.pt-75.offset-left, body.team .profile .how-to-get-bitcoins .section-two div.pt-75.offset-left, .how-to-get-bitcoins .section-two body.careers .saying .pt-75.offset-left.review, body.careers .saying .how-to-get-bitcoins .section-two .pt-75.offset-left.review {
    width: 90%; } }

.cta {
  height: 300px; }
  .cta button {
    border-radius: 25px; }

@media (max-width: 425px) {
  .cta {
    background-color: #f5f7f9; } }

#explore-links p {
  margin: 30px 0px;
  color: #004a7c; }

.arrow {
  padding-bottom: 3px;
  width: 13px; }

.link-arrow {
  width: 11px;
  padding-bottom: 3px; }

.banner {
  background-size: cover;
  min-height: 60vh; }
  .banner .explore-wrapper {
    display: none; }
  .banner .title-text {
    font-size: 42px; }
  @media (max-width: 767px) {
    .banner {
      background-position: 100%; }
      .banner .explore-wrapper {
        display: flex; }
      .banner .title-text {
        font-size: 30px;
        padding-top: 0px; } }
  @media (max-width: 425px) {
    .banner {
      background-position: 100%;
      min-height: 45vh; }
      .banner .sub-title {
        font-weight: 200; }
      .banner .title-text {
        margin-top: 50px; } }

.learning-portal-nav .learning-portal-header {
  background: url("../img/learning-portal/bitcoin-faq-header.jpg") no-repeat 0 0 fixed;
  background-size: cover;
  min-height: 80vh; }
  .learning-portal-nav .learning-portal-header .title-text {
    font-size: 72px;
    color: white;
    font-family: 'montserrat'; }
  .learning-portal-nav .learning-portal-header .sub-title {
    color: white;
    font-family: 'montserrat'; }
  .learning-portal-nav .learning-portal-header .nav-square {
    height: 250px;
    width: 250px; }
    .learning-portal-nav .learning-portal-header .nav-square.title-top-row {
      background-color: rgba(255, 255, 255, 0.8); }
    .learning-portal-nav .learning-portal-header .nav-square.title-bottom-row {
      background-color: rgba(224, 237, 242, 0.86); }
  .learning-portal-nav .learning-portal-header .nav-square-img {
    height: 70px;
    width: 70px; }
  .learning-portal-nav .learning-portal-header .arrow {
    width: 13px; }
  .learning-portal-nav .learning-portal-header .down-arrow {
    width: 20px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .learning-portal-nav .learning-portal-header {
      min-height: 45vh; }
      .learning-portal-nav .learning-portal-header .title-text {
        font-size: 42px; }
      .learning-portal-nav .learning-portal-header .squares .nav-square-img {
        display: none; }
      .learning-portal-nav .learning-portal-header .squares .nav-square {
        height: 175px;
        width: 175px;
        padding: 0px 10px; } }
  @media (max-width: 767px) {
    .learning-portal-nav .learning-portal-header .explore-wrapper {
      display: flex; }
    .learning-portal-nav .learning-portal-header .title {
      margin-top: 50px; }
    .learning-portal-nav .learning-portal-header .title-text {
      font-size: 30px; }
    .learning-portal-nav .learning-portal-header .squares .nav-square-img {
      height: 50px;
      width: 50px; }
    .learning-portal-nav .learning-portal-header .squares .nav-square {
      background-color: rgba(255, 255, 255, 0.8);
      height: 200px;
      width: 200px;
      padding: 20px 20px;
      margin-top: 15px; } }
  @media (max-width: 425px) {
    .learning-portal-nav .learning-portal-header .sub-title {
      width: 75%;
      margin: 0 auto 25px auto; } }

.learning-portal-nav .explore-wrapper {
  display: none; }

@media (max-width: 767px) {
  .learning-portal-nav .explore-wrapper {
    display: flex; } }

.mr-2 {
  margin-right: 2px; }

.mt-2 {
  margin-top: 2px; }

.blue {
  color: #004a7c; }
