/*
	Author: Ninjas For Hire
	Author URL: http://www.ninjasforhire.co.za

	Made in Cape Town :)
*/
@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-style: normal;
  src: local("Proxima Nova Light"), url("../fonts/proximanova-light-webfont.ttf"), url("../fonts/proximanova-light-webfont.svg"), url("../fonts/proximanova-light-webfont.woff"), url("../fonts/proximanova-light-webfont.woff2"), url("../fonts/proximanova-light-webfont.eot");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: local("Proxima Nova Regular"), url("../fonts/proximanova-regular-webfont.ttf"), url("../fonts/proximanova-regular-webfont.svg"), url("../fonts/proximanova-regular-webfont.woff"), url("../fonts/proximanova-regular-webfont.woff2"), url("../fonts/proximanova-regular-webfont.eot");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  src: local("Proxima Nova Semibold"), url("../fonts/proximanova-semibold-webfont.ttf"), url("../fonts/proximanova-semibold-webfont.svg"), url("../fonts/proximanova-semibold-webfont.woff"), url("../fonts/proximanova-semibold-webfont.woff2"), url("../fonts/proximanova-semibold-webfont.eot");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  src: local("Proxima Nova Semibold"), url("../fonts/proximanova-bold-webfont.ttf"), url("../fonts/proximanova-bold-webfont.svg"), url("../fonts/proximanova-bold-webfont.woff"), url("../fonts/proximanova-bold-webfont.woff2"), url("../fonts/proximanova-bold-webfont.eot");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 900;
  font-style: normal;
  src: local("Proxima Nova Black"), url("../fonts/proximanova-black-webfont.ttf"), url("../fonts/proximanova-black-webfont.svg"), url("../fonts/proximanova-black-webfont.woff"), url("../fonts/proximanova-black-webfont.woff2"), url("../fonts/proximanova-black-webfont.eot");
}

body {
  font-family: 'Proxima Nova', 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
}

/* base */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html.short {
  height: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #535353;
  font-family: 'Proxima Nova', 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-text-stroke: 1px transparent;
}

.short body {
  min-height: 100%;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, p, form, input, ul, ol, li, header, nav, footer, section {
  list-style: none;
  margin: 0;
  padding: 0;
}

header, footer, section {
  display: block;
}

input:focus,
textarea:focus {
  outline: none;
}

input,
textarea,
select,
option {
  color: #535353;
  font-family: 'Proxima Nova', 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

textarea {
  resize: none;
  overflow: auto;
}

table,
table td {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

a {
  color: #ff7266;
}

p {
  line-height: 1.8em;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  padding: 0 0 50px;
}

@media (min-width: 992px) {
  h2 {
    font-size: 36px;
    padding: 0 0 80px;
  }
}

h3 {
  font-size: 25px;
  font-weight: 600;
  padding: 0 0 15px;
}

@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

/* generic */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearboth {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.img-fluid {
  display: block;
  height: auto;
  max-width: 100%;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn, .button {
  background: #ff7266;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  padding: 22px 50px;
  text-decoration: none;
}

.btn:hover, .button:hover {
  background: #ff6044;
}

@media (min-width: 1200px) {
  .btn, .button {
    padding: 22px 70px;
  }
}

.btn_clear {
  border: 2px solid #ff7266;
  border-radius: 4px;
  color: #ff7266;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 30px;
  text-decoration: none;
}

.btn_readmore {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 20px auto 0 0;
  padding: 5px 30px;
  text-decoration: none;
}

.img_container {
  margin: 0 0 30px;
}

.img_container img {
  display: inline-block;
  height: auto;
  width: auto;
}

.bg_img_container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  display: block;
  height: 260px;
  margin: 0 0 30px;
  position: relative;
}

.blue {
  color: #429DFF;
}

.orange {
  color: #FF9400;
}

.red {
  color: #ff7266;
}

.over {
  border-radius: 8px;
  height: 100%;
  position: absolute;
  width: 100%;
}

.over_pink {
  background: linear-gradient(-225deg, rgba(249, 110, 187, 0.6) 0%, rgba(255, 107, 124, 0.6) 100%);
}

.over_teal {
  background: linear-gradient(-225deg, rgba(18, 198, 185, 0.6) 0%, rgba(27, 173, 215, 0.6) 100%);
}

.over_orange {
  background: linear-gradient(-225deg, rgba(231, 117, 0, 0.7) 0%, rgba(255, 129, 0, 0.7) 100%);
}

.video_over {
  align-items: center;
  background-image: linear-gradient(-225deg, rgba(249, 110, 187, 0.6) 0%, rgba(255, 107, 124, 0.6) 100%);
  display: flex;
  justify-content: center;
}

.video_over img {
  height: 40%;
  width: auto;
}

.video_over.video_over_off {
  background: none;
}

.block_inner {
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .block_inner {
    padding: 100px 10px;
  }
}

@media (min-width: 1440px) {
  .block_inner {
    max-width: 1280px;
  }
}

.two_cols {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .two_cols {
    flex-direction: row;
  }
}

.two_cols .col_item {
  margin: 50px 0 0;
  width: 100%;
}

@media (min-width: 768px) {
  .two_cols .col_item {
    margin: 0 0 0 4%;
    width: 48%;
  }
}

.two_cols .col_item:nth-child(1) {
  margin: 0;
}

.three_cols {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .three_cols {
    flex-direction: row;
  }
}

.three_cols .col_item {
  margin: 50px 0 0;
  width: 100%;
}

@media (min-width: 768px) {
  .three_cols .col_item {
    margin: 0 0 0 4%;
    width: 30.66%;
  }
}

.three_cols .col_item:nth-child(1) {
  margin: 0;
}

@media (min-width: 768px) {
  .three_cols .col_item:nth-child(3n+1) {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .three_cols .col_item:nth-child(n+4) {
    margin-top: 80px;
  }
}

.five_cols {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}

.five_cols .col_item {
  margin: 0 5%;
  width: 40%;
}

@media (min-width: 768px) {
  .five_cols .col_item {
    margin: 0 0 0 4%;
    width: 30.66%;
  }
}

@media (min-width: 1200px) {
  .five_cols .col_item {
    width: 16.8%;
  }
}

@media (min-width: 768px) {
  .five_cols .col_item:nth-child(3n+1) {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .five_cols .col_item:nth-child(3n+1) {
    margin: 0 0 0 4%;
  }
}

@media (min-width: 1200px) {
  .five_cols .col_item:nth-child(5n+1) {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .five_cols .col_item:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .five_cols .col_item:nth-child(n+6) {
    margin-top: 60px;
  }
}

.header {
  background: #fff;
  position: fixed;
  transition: all .2s ease-in-out;
  width: 100%;
  z-index: 9;
}

.header .top_bar {
  height: 64px;
  margin: 0 auto;
  max-width: 1200px;
  top: 0;
  z-index: 10;
}

@media (min-width: 1440px) {
  .header .top_bar {
    max-width: 1440px;
  }
}

.header .top_bar .top_bar_in {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
}

@media (min-width: 1440px) {
  .header .top_bar .top_bar_in {
    padding: 0 30px;
  }
}

.header .logo {
  height: 32px;
  width: auto;
}

.header .logo svg {
  height: 32px;
  width: auto;
}

.header nav {
  display: flex;
  position: relative;
}

.header .login_signup {
  align-items: center;
  display: none;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .header .login_signup {
    display: flex;
  }
}

.header .login_signup a {
  color: #535353;
  font-size: 18px;
  text-decoration: none;
}

.header .login_signup .btn_signup {
  color: #fff;
}

.header .btn_signup {
  align-items: center;
  background: #00da9a;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-weight: 600;
  height: 48px;
  margin: 0 0 0 23px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.header .btn_signup:hover {
  background: #00a776;
}

.header .menu {
  align-items: center;
  background: #fff;
  display: none;
  flex-direction: column;
  padding: 10px 10px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 56px;
}

@media (min-width: 992px) {
  .header .menu {
    display: flex;
    flex-direction: row;
    padding: 0;
    position: static;
  }
}

.header .menu.active {
  display: flex;
}

.header .menu a {
  color: #535353;
  font-size: 18px;
  margin: 0 25px 20px;
  padding: 0 0 2px 0;
  position: relative;
  text-decoration: none;
}

@media (min-width: 992px) {
  .header .menu a {
    margin: 0 25px;
  }
}

.header .menu a.active {
  color: #ff7266;
}

.header .menu .btn_signup {
  color: #fff;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .header .menu .visible_mobile {
    display: none;
  }
}

.header .menu_icon {
  display: block;
  height: 48px;
  width: 48px;
  padding: 12px;
  z-index: 11;
}

@media (min-width: 992px) {
  .header .menu_icon {
    display: none;
  }
}

.header_space {
  height: 64px;
}

.intro_block {
  background: #003a6e;
  height: calc(100vh - 64px);
  position: relative;
  width: 100%;
  z-index: 8;
}

@media (min-width: 768px) {
  .intro_block {
    background: rgba(0, 58, 110, 0.75);
  }
}

@media (min-width: 992px) {
  .intro_block {
    height: calc(70vh - 64px);
  }
}

@media (min-width: 1200px) {
  .intro_block {
    height: calc(100vh - 64px);
  }
}

.intro_block .intro_content {
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

@media (min-width: 1440px) {
  .intro_block .intro_content {
    max-width: 1440px;
  }
}

.intro_block .intro_content .intro_content_inner {
  align-self: flex-end;
  padding: 0 10px 120px;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .intro_block .intro_content .intro_content_inner {
    text-align: left;
  }
}

@media (min-width: 1440px) {
  .intro_block .intro_content .intro_content_inner {
    padding: 0 30px 120px;
  }
}

.intro_block .intro_content .intro_content_inner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.05em;
  padding: 0 0 20px;
  width: 100%;
}

@media (min-width: 992px) {
  .intro_block .intro_content .intro_content_inner h1 {
    font-size: 70px;
    width: 63%;
  }
}

@media (min-width: 1200px) {
  .intro_block .intro_content .intro_content_inner h1 {
    font-size: 100px;
    width: 55%;
  }
}

.intro_block .intro_content .intro_content_inner p {
  color: #fff;
  font-size: 24px;
}

.intro_block .intro_content .intro_content_inner .btn {
  margin: 20px auto 0;
  padding: 22px 25px;
}

@media (min-width: 992px) {
  .intro_block .intro_content .intro_content_inner .btn {
    float: right;
    margin: -140px 0 0;
    padding: 22px 50px;
  }
}

.video_container {
  background-color: black;
  display: none;
  height: calc(100vh - 64px);
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: -1;
  top: 64px;
}

@media (min-width: 768px) {
  .video_container {
    display: block;
  }
}

video {
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: auto;
}

.video_space {
  display: none;
  height: calc(50vh - 64px);
  overflow: hidden;
  width: 100%;
  /* &.static {
		display: none;
	} */
}

@media (min-width: 1200px) {
  .video_space {
    display: block;
  }
}

.block_how {
  background: #f9f9f9;
}

@media (min-width: 1200px) {
  .block_how {
    opacity: 0;
  }
}

.block_how .three_cols {
  align-items: baseline;
}

.block_who {
  background: #fff;
}

.block_features {
  background: #f9f9f9;
}

.block_features .three_cols {
  align-items: baseline;
}

.block_features h4 a {
  color: #535353;
  text-decoration: none;
}

.block_features h4 a:hover {
  color: #ff7266;
}

.block_friends {
  background: #fff;
}

.block_friends .img_container img {
  width: 100%;
}

@media (min-width: 768px) {
  .block_friends .img_container img {
    width: auto;
  }
}

.block_readmore {
  background: #fff;
}

@media (min-width: 768px) {
  .block_readmore .three_cols .col_item {
    margin: 0 0 0 2.5%;
    width: 31.66%;
  }
  .block_readmore .three_cols .col_item:nth-child(1) {
    margin: 0;
  }
}

.block_readmore .readmore_cat {
  color: #ff7266;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.block_readmore h3 {
  color: #000;
  font-size: 20px;
  padding: 0;
}

@media (min-width: 1200px) {
  .block_readmore h3 {
    padding: 0 40px;
  }
}

.block_readmore h3 a {
  color: #000;
  text-decoration: none;
}

.video_block {
  background: #f9f9f9;
}

.video_block h2 {
  font-size: 32px;
}

@media (min-width: 992px) {
  .video_block h2 {
    font-size: 48px;
  }
}

.video_block .video_block_container {
  margin: 0 auto;
  max-width: 640px;
}

.get_started_block {
  background: url(../images/bg_get_started.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .get_started_block {
    padding: 120px 0;
  }
}

.get_started_block h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  padding: 0 0 38px;
}

@media (min-width: 992px) {
  .get_started_block h2 {
    font-size: 48px;
  }
}

.page_intro {
  color: #fff;
  height: auto;
}

@media (min-width: 768px) {
  .page_intro {
    height: 35vh;
  }
}

@media (min-width: 1200px) {
  .page_intro {
    height: calc(60vh - 64px);
  }
}

.page_intro .page_intro_inner {
  background-size: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  height: 100%;
  width: 100%;
}

.page_intro .page_intro_inner .page_intro_content {
  align-self: flex-end;
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 20px;
  width: 100%;
}

@media (min-width: 1440px) {
  .page_intro .page_intro_inner .page_intro_content {
    max-width: 1440px;
    padding: 100px 30px;
  }
}

.page_intro .page_intro_inner .page_intro_content h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05em;
}

@media (min-width: 992px) {
  .page_intro .page_intro_inner .page_intro_content h1 {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .page_intro .page_intro_inner .page_intro_content h1 {
    width: 70%;
  }
}

.page_intro .page_intro_inner .page_intro_content p {
  font-size: 18px;
}

@media (min-width: 992px) {
  .page_intro .page_intro_inner .page_intro_content p {
    font-size: 24px;
  }
}

.feature_row {
  margin: 40px auto;
  max-width: 1440px;
}

@media (min-width: 992px) {
  .feature_row {
    margin: 80px auto;
  }
}

.feature_row .feature_row_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .feature_row .feature_row_inner {
    flex-direction: row;
  }
}

.feature_row .feature_row_inner .feature_content {
  width: 100%;
}

@media (min-width: 768px) {
  .feature_row .feature_row_inner .feature_content {
    width: 30%;
  }
}

.feature_row .feature_row_inner .feature_content h2 {
  padding: 0 0 20px;
}

@media (min-width: 768px) {
  .feature_row .feature_row_inner .feature_content h2 {
    padding: 0 0 50px;
  }
}

.feature_row .feature_row_inner .feature_content p {
  font-size: 20px;
  padding: 0 0 20px;
}

.feature_row .feature_row_inner .feature_img {
  width: 100%;
}

@media (min-width: 768px) {
  .feature_row .feature_row_inner .feature_img {
    width: 65%;
  }
}

.feature_row .feature_row_inner .feature_img img {
  display: block;
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .feature_row .feature_row_inner.feature_alt .feature_content {
    order: 2;
  }
  .feature_row .feature_row_inner.feature_alt .feature_img {
    order: 1;
  }
}

.pricing .page_intro .page_intro_content h1 {
  width: 100%;
}

.pricing_row {
  background: #f9f9f9;
}

.pricing_row .two_cols {
  justify-content: center;
}

.pricing_row .two_cols .col_item {
  width: 100%;
}

@media (min-width: 768px) {
  .pricing_row .two_cols .col_item {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .pricing_row .two_cols .col_item {
    width: 33%;
  }
}

.pricing_row .two_cols .col_item h3 {
  font-size: 36px;
}

.price_free h3 {
  padding: 0 0 20px;
}

.price_pro h3 {
  color: #ff7266;
  padding: 0 0 20px;
}

.price_block {
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 50px);
}

.price_header {
  border-radius: 4px 4px 0 0;
  color: #fff;
  padding: 20px 10px;
}

.price_free .price_header {
  background-image: linear-gradient(-225deg, #FFAA00 0%, #FF8100 100%);
}

.price_pro .price_header {
  background-image: linear-gradient(-225deg, #F96EBB 0%, #FF6B7C 100%);
}

.price_header .price_pm {
  align-items: flex-start;
  display: flex;
  font-size: 24px;
  font-weight: 300;
  justify-content: center;
  margin: 0 auto 30px;
}

.price_header .price_pm .dollar {
  margin-left: -21px;
}

.price_header .price_pm .price {
  font-size: 100px;
  line-height: 80px;
  padding: 0 0 0 5px;
}

.price_header .price_pm span {
  align-self: flex-end;
  display: inline-block;
  margin: 0 0 -5px -3px;
}

.price_header p {
  font-size: 16px;
  line-height: 1.2em;
}

.price_content {
  background: #fff;
  height: 100%;
  padding: 30px 60px 0;
  text-align: left;
  width: 100%;
}

.price_content h3 {
  font-size: 18px;
  font-weight: 600;
}

.price_content ul {
  list-style: none;
  margin: 0 0 40px;
}

.price_content ul span {
  font-size: 14px;
}

.price_btn {
  padding: 0 60px 30px;
}

.price_btn .btn {
  background: #00da9a;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: auto;
  padding: 15px;
}

.price_btn .btn:hover {
  background: #00a776;
}

.more_features {
  margin: 0 auto;
  padding: 100px 0 0 0;
  width: 90%;
}

@media (min-width: 768px) {
  .more_features {
    width: 33%;
  }
}

@media (min-width: 1200px) {
  .more_features {
    width: 28%;
  }
}

@media (min-width: 1440px) {
  .more_features {
    width: 25%;
  }
}

.more_features h3 {
  font-size: 20px;
  padding: 0 0 20px;
}

.more_features ul {
  text-align: left;
}

.pricing_questions_row h3 {
  font-size: 20px;
}

.featured_apps {
  background: #f9f9f9;
}

.featured_apps .featured_app_img {
  align-items: center;
  border-radius: 10px;
  display: flex;
  height: 250px;
  justify-content: center;
  margin: 0 0 20px;
  padding: 30px 60px;
}

.featured_apps .featured_app_img.featured_app_img_office365 {
  background: #d83b01;
}

.featured_apps .featured_app_img.featured_app_img_hellosign {
  background: #00b4f0;
}

.featured_apps .featured_app_img img {
  display: block;
  height: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .featured_apps .featured_app_img img {
    height: 100%;
    width: auto;
  }
}

.featured_apps p {
  margin: 0 auto;
  width: 70%;
}

.integration_img {
  height: 50px;
  margin: 0 0 30px;
}

.integration_img img {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: auto;
}

@media (min-width: 768px) {
  .integration_img img {
    height: auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .integration_img img {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 768px) {
  .careers .page_intro {
    height: 35vh;
  }
}

@media (min-width: 992px) {
  .careers .page_intro {
    height: 50vh;
  }
}

@media (min-width: 1200px) {
  .careers .page_intro {
    height: 60vh;
  }
}

.careers .page_intro .page_intro_inner {
  background-size: cover;
}

.careers_content {
  background: #f9f9f9;
}

.careers_content p {
  margin: 0 auto;
  width: 80%;
}

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

.careers_listing .career {
  padding: 0 10px;
}

@media (min-width: 1200px) {
  .careers_listing .career {
    padding: 0;
  }
}

.careers_listing h2 {
  font-size: 28px;
  font-weight: 600;
  padding: 0 0 30px;
}

.careers_listing p {
  font-weight: 700;
}

.careers_listing ul {
  list-style: disc;
  margin: 0 0 30px 20px;
}

.careers_listing ul li {
  list-style: disc;
}

.careers_listing .btn_clear {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .solutions .page_intro {
    height: 35vh;
  }
}

@media (min-width: 1200px) {
  .solutions .page_intro {
    height: 50vh;
  }
}

.solution_listing .solution_content {
  height: calc(100% - 44px);
}

.solution_listing h2 {
  font-size: 28px;
  font-weight: 600;
  padding: 0 0 30px;
}

.solution_listing .btn_clear {
  margin: 20px 0 0;
}

@media (min-width: 992px) {
  .resources .page_intro {
    height: 35vh;
  }
}

@media (min-width: 1200px) {
  .resources .page_intro {
    height: 50vh;
  }
}

.resources .cat_listing {
  color: #535353;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  justify-content: space-between;
  padding: 0 50px 40px;
}

@media (min-width: 768px) {
  .resources .cat_listing {
    flex-direction: row;
  }
}

.resources .cat_listing a {
  color: #535353;
  text-decoration: none;
}

.resources .cat_listing a.active {
  color: #ff7266;
}

.resources .resources_listing h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding: 0 0 20px;
}

.resources .resources_listing h2 a {
  color: #000;
  text-decoration: none;
}

.resources .resources_listing .readmore_cat {
  color: #429DFF;
  font-size: 16px;
  font-weight: 600;
}

.blog .page_intro {
  height: auto;
}

.blog .page_intro .page_intro_inner {
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.blog .page_intro .over {
  background-image: linear-gradient(-225deg, #00afa2 0%, #1195bb 100%);
  border-radius: 0;
  opacity: 0.6;
  z-index: 1;
}

.blog .page_intro .page_intro_content {
  position: relative;
  z-index: 8;
}

.blog .page_intro .page_intro_content h1 {
  width: 100%;
}

.blog .icon_blog {
  font-size: 32px;
  font-weight: 600;
  padding: 0 0 40px;
}

@media (min-width: 992px) {
  .blog .icon_blog {
    padding: 0 0 60px;
  }
}

.blog .icon_blog img {
  margin: 0 0 -2px 0;
}

.blog .cat_listing {
  color: #535353;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  justify-content: space-between;
  padding: 0 50px 40px;
}

@media (min-width: 768px) {
  .blog .cat_listing {
    flex-direction: row;
  }
}

.blog .cat_listing a {
  color: #535353;
  text-decoration: none;
}

.blog .cat_listing a.active {
  color: #ff7266;
}

.blog .blog_listing h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding: 0 0 20px;
}

.blog .blog_listing h2 a {
  color: #000;
  text-decoration: none;
}

.blog .blog_listing .author_date {
  font-style: italic;
  padding: 0 0 20px;
}

.quiz .footer_space {
  height: 187px;
}

.quiz .footer .footer_inner {
  border: none;
  padding: 40px 0 80px;
}

.quiz_container {
  background: #f9f9f9;
}

.quiz_container .block_inner {
  padding: 40px 0;
}

.quiz_container .block_inner h2 {
  padding: 0 0 40px;
}

.quiz_container .block_inner p {
  margin: 0 auto;
  max-width: 650px;
  padding: 0 0 40px;
  text-align: left;
}

.quiz_container .block_inner .riddle-target-initialised {
  max-width: 670px;
  padding: 0 15px 40px;
}

.not_found .page_intro {
  background-color: #ff7266;
  height: auto;
}

@media (min-width: 768px) {
  .not_found .page_intro {
    height: calc(100vh - 301px);
  }
}

.not_found .page_intro .page_intro_inner {
  background-position: 50% 0;
  background-size: 80%;
}

@media (min-width: 768px) {
  .not_found .page_intro .page_intro_inner {
    background-position: 50%;
  }
}

@media (min-width: 992px) {
  .not_found .page_intro .page_intro_inner {
    background-position: 50%;
    background-size: 60%;
  }
}

@media (min-width: 1200px) {
  .not_found .page_intro .page_intro_inner {
    background-position: 50% 0;
    background-size: auto;
  }
}

@media (min-width: 1440px) {
  .not_found .page_intro .page_intro_inner {
    background-position: 50% 0;
    background-size: auto;
  }
}

@media (min-width: 1200px) and (max-height: 950px) {
  .not_found .page_intro .page_intro_inner {
    background-size: 45%;
  }
}

.not_found .page_intro .page_intro_inner .page_intro_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
}

@media (min-width: 768px) {
  .not_found .page_intro .page_intro_inner .page_intro_content {
    flex-direction: row;
  }
}

.not_found .page_intro .page_intro_inner .page_intro_content .page_intro_content_left {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 9;
}

@media (min-width: 768px) {
  .not_found .page_intro .page_intro_inner .page_intro_content .page_intro_content_left {
    order: 1;
    width: 28%;
  }
}

.not_found .page_intro .page_intro_inner .page_intro_content .page_intro_content_right {
  width: 100%;
}

@media (min-width: 768px) {
  .not_found .page_intro .page_intro_inner .page_intro_content .page_intro_content_right {
    align-self: center;
    margin: -40px 0 0 -30px;
    order: 2;
    width: 60%;
  }
}

.not_found .page_intro .page_intro_inner .page_intro_content .page_intro_content_right img {
  display: block;
  width: 100%;
}

.not_found .page_intro .page_intro_inner .page_intro_content .ami {
  margin: 0 0 0 auto;
  width: 60%;
}

.not_found .page_intro .page_intro_inner .page_intro_content h1 {
  width: 100%;
}

.footer {
  background: #fff;
  color: #7f7f7f;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .footer {
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

.footer .footer_inner {
  border-top: 1px solid #b2b2b2;
  max-width: 12850px;
  padding: 40px 0 20px;
}

@media (min-width: 1200px) {
  .footer .footer_inner {
    padding: 80px 0;
  }
}

.footer .footer_inner .copyright {
  font-weight: 600;
}

.footer .footer_inner .footer_menu {
  margin: 0 0 30px;
}

.footer .footer_inner .footer_menu a {
  color: #757575;
  display: block;
  margin: 0 20px 20px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer .footer_inner .footer_menu a {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .footer .footer_inner .footer_menu a {
    margin: 0 60px;
  }
}

.footer_space {
  display: none;
}

@media (min-width: 768px) {
  .footer_space {
    display: block;
    height: 157px;
  }
}

@media (min-width: 1200px) {
  .footer_space {
    height: 237px;
  }
}

/*# sourceMappingURL=maps/main.css.map */
