/* Globals */

@font-face {
  font-family: 'Karla';
  src: url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Karla-Italic.woff2?_=8700a10b16dfd1e52284120cf292d6d0) format('woff2'),
  url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Karla-Italic.woff?_=1ded87eb412b59427a1cdb40ea0c80dd) format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Karla';
  src: url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Karla-Bold.woff2?_=8af3b185b26d7b8fbb38d36c7df12b52) format('woff2'),
  url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Karla-Bold.woff?_=7693177522a96cbc42a0f0fb9493f192) format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Karla';
  src: url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Karla-BoldItalic.woff2?_=3f956968f8cf83e79d4df3555979b8eb) format('woff2'),
  url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Karla-BoldItalic.woff?_=9e2f0e7da592be67a21adcf866b01dc7) format('woff');z
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Gotham-Book.woff2?_=3a8663e5d1eec054cfbd8666e95339de) format('woff2'),
  url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Gotham-Book.woff?_=5acb720348428cc6e62a9ad2227e6928) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Gotham-BoldItalic.woff2?_=504e9feacc1d834d406030086cd128a3) format('woff2'),
  url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Gotham-BoldItalic.woff?_=7ea008ab37e9cfee8b9f63ad03ff4c83) format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Gotham-Bold.woff2?_=e420119fbf5a5de9969884020090121d) format('woff2'),
  url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Gotham-Bold.woff?_=f95835dfea9b3a15743035513e469e8f) format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Gotham-BookItalic.woff2?_=fcdbea5af912f4ca54c55cd1c1681087) format('woff2'),
  url(//assets.bettyblocks.com/fe1775a2e4e54a91b9527a807f672df2_assets/files/Gotham-BookItalic.woff?_=97d3c2ab19a8b0acbf51e710163af962) format('woff');
  font-weight: normal;
  font-style: italic;
}

body {
  font-size: 16px;
  line-height: 160%;
  min-height: 100%;
  height: 100%;
  color: #7F808F;
  font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  image-rendering: -moz-auto;
  image-rendering: -o-auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  -ms-interpolation-mode: nearest-neighbor;
  background-color: #F7F7F7;
}


.flex-grow {
  flex-grow: 1;
}

/* Global basic component styles */

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Gotham', 'helvetica neue', 'arial', sans-serif;
  color: #1D1E37;
  font-weight: bold;
  margin: 0;
}

h1 {
  font-size: 30px;
  line-height: 100%;
}

h1 small {
    font-size: 60%;
    opacity: 0.5;
}

h2 {
  font-size: 24px;
}

a {
  color: #1D1E37;
}

a:hover,
a:focus,
a:active {
  color: #1D1E37;
  text-decoration: none;
}

a.text-link {
  margin-top: 25px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
}

a.text-link:after {
  content: "";
  height: 12px;
  width: 18px;
  background-color: #f00;
  background: url(../img/utilities/arrow.svg);
  display: inline-flex;
  background-repeat: no-repeat;
  margin-left: 8px;
  transition: 0.2s ease all;
}

a.text-link:hover:after {
  content: "";
  height: 12px;
  width: 18px;
  background-color: #f00;
  background: url(../img/utilities/arrow.svg);
  display: inline-flex;
  background-repeat: no-repeat;
  margin-left: 14px;
}

.btn {
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.43px;
  cursor: pointer;
  transition: none;
  font-weight: 500;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10);
}

.btn a:focus,
.btn a:active,
.btn a:hover,
.btn:focus,
.btn:active,
.btn:hover {
  color: #fff;
}

.btn svg {
  margin-right: 5px;
  display: inline-block;
}

.btn:not(:hover) {
  transition: 0.2s ease all;
}

.btn:hover {
  transition: 0.2s ease all;
  transform: scale(1.03)
}

.btn:focus,
.btn:active {
  transition: 0.1s ease all;
}

.btn.btn-default {
  color: #555;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10), inset 0 0 0 1px rgba(0,0,0,0.1), inset 0 0 0 100px rgba(0,0,0,0.0) ;
  transition: 0.2s ease all;
  background-color: #fff;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10), inset 0 0 0 1px rgba(0,0,0,0.1), inset 0 0 0 100px rgba(0,0,0,0.1) ;
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #E7184F;
}

.btn.btn-secondary,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background-color: #BF8060;
}

.btn.btn-third,
.btn.btn-third:hover,
.btn.btn-third:focus,
.btn.btn-third:active {
  background-color: #1D1E37;
}

.btn.btn-bordered,
.btn.btn-bordered:hover,
.btn.btn-bordered:focus,
.btn.btn-bordered:active {
  background-color: transparent;
  box-shadow: inset 0px 0px 0 1px #737483;
  color: #737483;
}

.btn.btn-success,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
  background-color: #96b138;
}

.btn.btn-warning,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  background-color: #f3b611;
}

.btn.btn-danger,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  background-color: #a81818;
}



/* Global container/grid styles */

.wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin: auto 0 0 0;
  width: 100%;
  color: #333;
  border-top: 1px solid #ddd;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 1;
}

.footer {
  background-color: #fff;
  padding: 30px;
  color: #777;
}

.flex-container {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0 15px;
}

/* Flex container */

@media (min-width: 576px) {
  .flex-container {
    max-width: 540px;
    margin: 0 auto;
  }
}

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

@media (min-width: 992px) {
  .flex-container {
    max-width: 960px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .flex-container {
    max-width: 1140px;
    margin: 0 auto;
  }
}


/* Media queries */

@media (min-width: 576px) {}

@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 32px;
  }
  .btn {
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.10);
}
}

@media (min-width: 1200px) {}