@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";

@import "https://daneden.github.io/animate.css/animate.min.css";

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

body, p {
  font-size: 18px;
  line-height: 1.72222;
}

p {
  margin: 0 0 15px;
}

.small, small {
  font-size: 83%;
  line-height: 2.067;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?orgId=00DU0000000KM1G&orgId=00D1h000000Cnza&g6kv3m");
  src: url("fonts/icomoon.eot?orgId=00DU0000000KM1G&orgId=00D1h000000Cnza&g6kv3m#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?orgId=00DU0000000KM1G&orgId=00D1h000000Cnza&g6kv3m") format("truetype"), url("fonts/icomoon.woff?orgId=00DU0000000KM1G&orgId=00D1h000000Cnza&g6kv3m") format("woff"), url("fonts/icomoon.svg?orgId=00DU0000000KM1G&orgId=00D1h000000Cnza&g6kv3m#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  
  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  
  to {
    opacity: 0;
  }
}

[class^=icon-], [class*=icon-] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon-book:before {
  content: "\e900";
}

.icon-cap:before {
  content: "\e901";
}

.icon-check:before {
  content: "\e902";
}

.icon-cloud:before {
  content: "\e903";
}

.icon-envelope:before {
  content: "\e904";
}

.icon-eye:before {
  content: "\e905";
}

.icon-hand:before {
  content: "\e906";
}

.icon-lightbulb:before {
  content: "\e907";
}

.icon-phone:before {
  content: "\e908";
}

.icon-readwrite:before {
  content: "\e909";
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

body, html {
  min-height: 100%;
  background-color: #ffffff;
  color: #4e5054;
}

.nav .open > a {
  background-color: transparent;
}

.nav .open > a:hover {
  background-color: transparent;
}

.nav .open > a:focus {
  background-color: transparent;
}

.section {
  float: left;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section {
    float: none;
    width: auto;
  }
}

.row {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  display: block;
}

.row-fluid {
  max-width: 2000px;
}

[class*=col-] {
  padding: 0 1rem;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.col-3_7 {
  width: 21%;
}

.col-3_7stretch {
  width: 24%;
}

@media only screen and (min-width: 768px) {
  .vert-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
  }
  
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
  }
  
  .row-eq-height > div {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .flex-top {
    justify-content: flex-start !important;
  }
  
  .flex-bottom {
    justify-content: flex-end !important;
  }
}

img {
  max-width: 100%;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: .95em;
  line-height: 1.7em;
  font-weight: 300;
  margin-bottom: 1.1em;
  color: #ffffff;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

p.small, .small p {
  font-size: .85em;
  line-height: 1.6em;
  font-weight: 300;
}

.thin {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

b, .bold {
  font-weight: 700;
}

.nowrap {
  white-space: nowrap;
}

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

.dropshadow {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

.divider {
  width: 100%;
  display: block;
  height: 1px;
  border-bottom: 1px solid #a3a3a3;
}

.divider.white {
  border-color: #ffffff;
}

.rounded {
  border-radius: 8px;
  overflow: hidden;
}

.bordered {
  border: 1px solid #4e5054;
}

.borderbottom {
  border-bottom: 1px solid #4e5054;
}

.blackbg {
  background-color: #4e5054;
}

.lightgreybg {
  background-color: #f9f9f9;
}

.whitebg {
  background-color: #ffffff;
}

.darkpurplebg {
  background-color: #5d3e5d;
}

.gradientbg {
  background: #e2484b;
  background: -webkit-linear-gradient(legacy-direction(to right), #e2484b 0%, #ae3890 50%);
  background: linear-gradient(to right, #e2484b 0%, #ae3890 50%);
}

.whitebg.borderbottom, .lightgreybg.borderbottom {
  border-color: #e0e0e0;
}

.whitebg.bordered, .lightgreybg.bordered {
  border-color: #e0e0e0;
}

.blacktext, .blacktext p {
  color: #4e5054;
}

.greytext, .greytext p {
  color: #898989;
}

.darkgreytext, .darkgreytext p {
  color: #494949;
}

.whitetext, .whitetext p {
  color: #ffffff;
}

.orangetext, .orangetext p {
  color: #ff4f1f;
}

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

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

.margin-top-2r {
  margin-top: 2rem !important;
}

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

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

.margin-bottom-half {
  margin-bottom: .5rem !important;
}

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

.margin-bottom-1halfr {
  margin-bottom: 1.5rem !important;
}

.margin-bottom-2r {
  margin-bottom: 2rem !important;
}

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

.margin-bottom-4r {
  margin-bottom: 4rem !important;
}

.margin-bottom-5r {
  margin-bottom: 5rem !important;
}

.margin-bottom-6r {
  margin-bottom: 6rem !important;
}

.margin-bottom-7r {
  margin-bottom: 7rem !important;
}

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

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

.padding-2r {
  padding: 0 2rem !important;
}

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

.padding-4r {
  padding: 0 4rem !important;
}

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

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

.padding-top-2r {
  padding-top: 2rem !important;
}

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

.padding-top-4r {
  padding-top: 4rem !important;
}

.padding-top-5r {
  padding-top: 5rem !important;
}

.padding-top-6r {
  padding-top: 6rem !important;
}

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

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

.padding-bottom-2r {
  padding-bottom: 2rem !important;
}

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

.padding-bottom-4r {
  padding-bottom: 4rem !important;
}

.padding-bottom-5r {
  padding-bottom: 5rem !important;
}

.padding-bottom-6r {
  padding-bottom: 6rem !important;
}

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

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

.padding-topbottom-1r {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.padding-topbottom-1halfr {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.padding-topbottom-2r {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.padding-topbottom-3r {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.padding-topbottom-4r {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.padding-topbottom-5r {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.padding-topbottom-7r {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.padding-topbottom-12r {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.multimargin-bottom-7r-3r {
  margin-bottom: 3rem !important;
}

@media only screen and (min-width: 768px) {
  .multimargin-bottom-7r-3r {
    margin-bottom: 7rem !important;
  }
}

.multipadding-12r-3r {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media only screen and (min-width: 768px) {
  .multipadding-12r-3r {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}

.multipadding-8r-0 {
  padding-top: 0rem !important;
}

@media only screen and (min-width: 768px) {
  .multipadding-8r-0 {
    padding-top: 8rem !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.1em;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1em;
}

a, a:visited {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ff4f1f;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

a:hover, a:active {
  text-decoration: none;
  color: #ff7752;
}

a.grey {
  color: #898989;
}

a.grey:hover {
  color: #707070;
}

a.roundbutton, button.roundbutton, input.roundbutton {
  border-radius: 50px;
  min-width: 11em;
  border: 2px solid #ff4f1f;
  padding: 1rem 2.2rem;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.6em;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  background-color: transparent;
  color: #ff4f1f;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a.roundbutton:hover, button.roundbutton:hover, input.roundbutton:hover {
  color: white;
  background-color: #ff4f1f;
}

.roundbutton.orange {
  background-color: #ff4f1f;
  color: #ffffff;
}

.roundbutton.orange:hover {
  color: #ff4f1f;
  background-color: transparent;
}

.roundbutton.cleargrey {
  background-color: transparent;
  color: #898989;
  border-color: #898989;
}

.roundbutton.cleargrey:hover {
  color: #ff4f1f;
  border-color: #ff4f1f;
  background-color: transparent;
}

.roundbutton.small {
  font-size: .85em;
  padding: 0 1.5rem;
  vertical-align: middle;
  min-width: 0;
  display: inline-block;
}

.roundbutton.inline {
  display: inline-block;
  min-width: 8em;
  margin: 0 .5rem;
}

a.squarebutton, button.squarebutton {
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  border: 1px solid #e0e0e0;
  font-size: 1em;
  background-color: transparent;
  color: #4e5054;
  text-align: center;
  padding: .5rem 1rem;
  height: 3.4em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a.squarebutton [class^=icon-], a.squarebutton [class*=icon-], button.squarebutton [class^=icon-], button.squarebutton [class*=icon-] {
  font-size: 2.5em;
  margin-right: 4px;
  color: #ff4f1f;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a.squarebutton:hover, button.squarebutton:hover {
  color: white;
  background-color: #ff4f1f;
  border-color: #ff4f1f;
}

a.squarebutton:hover [class^=icon-], a.squarebutton:hover [class*=icon-], button.squarebutton:hover [class^=icon-], button.squarebutton:hover [class*=icon-] {
  color: #ffffff;
}

.float-right {
  float: right;
}

.watermark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../img/watermark.png);
}

.watermark.small {
  background-size: auto 210%;
  background-position: center right;
  opacity: .5;
}

ul.navigation {
  list-style: none;
  vertical-align: middle;
  margin: 0;
  padding: 1% 0 0 0;
}

ul.navigation li {
  display: inline-block;
  margin: 0 1.6%;
}

ul.navigation li a {
  color: #898989;
  font-weight: 500;
  font-size: .85em;
}

ul.navigation li a:hover {
  color: #ff4f1f;
}

ul.navigation li:first-child {
  margin-left: 0;
}

ul.navigation li:last-child {
  margin-right: 0;
}

.logo {
  max-height: 30px;
}

@media only screen and (min-width: 768px) {
  .logo {
    max-height: 38px;
  }
}

.menubutton .button_menu {
  font-size: 1.2em;
  vertical-align: bottom;
}

#mobile_menu {
  display: none;
}

#mobile_menu ul.navigation {
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

#mobile_menu ul.navigation li {
  display: block;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #mobile_menu {
    display: none !important;
  }
}

.tabintersect {
  margin-top: -6.9rem;
}

.portal {
  border-bottom: 0;
}

.portal .nav-item {
  width: 50%;
}

.portal .nav-item .nav-link {
  border: 0 !important;
  border-bottom: 3px solid #e0e0e0 !important;
  background-color: transparent;
  font-weight: 700;
  font-size: .9em;
  padding: 1.3em;
  color: #898989;
  margin: 0;
}

.portal .nav-item .nav-link:hover {
  background-color: transparent;
}

.portal .nav-item.active .nav-link {
  border-color: #ff4f1f !important;
  color: #ff4f1f;
}

.tab-pane#login, .tab-pane#getstarted {
  min-height: 362px;
}

#questions h5 {
  padding-bottom: 4px;
}

#questions h5 [class^=icon-], #questions h5 [class*=icon-] {
  font-size: 1.4em;
  margin-right: 4px;
}

#questions h5 .icon-cap {
  font-size: 1.75em;
}

#questions .buttonsblock .squarebutton {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #questions .buttonsblock .squarebutton {
    width: 30.75%;
    margin-right: 3.1%;
  }
  
  #questions .buttonsblock .squarebutton:last-child {
    margin-right: 0;
  }
}

form .field-wrap input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  color: #4e5054;
  font-size: .85em;
  font-weight: 300;
  padding: 1rem 1.5rem;
}

form p {
  font-size: .9em;
}

form p a {
  font-weight: 400;
}

.advert img {
  width: 100%;
}

.contact_tabs {
  border-bottom: 0;
}

.contact_tabs .nav-item {
  width: 32%;
  text-align: center;
  margin-right: 2%;
}

.contact_tabs .nav-item:last-child {
  margin-right: 0;
}

.contact_tabs .nav-item .nav-link {
  border: 0 !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 10px;
  background-color: transparent;
  font-weight: 700;
  font-size: .8em;
  padding: 2rem .5rem;
  color: #898989;
  margin: 0;
}

.contact_tabs .nav-item .nav-link [class^=icon-], .contact_tabs .nav-item .nav-link [class*=icon-] {
  font-size: 2.8em;
  display: block;
}

.contact_tabs .nav-item .nav-link:hover {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .contact_tabs .nav-item .nav-link {
    font-size: 1.1em;
  }
  
  .contact_tabs .nav-item .nav-link [class^=icon-], .contact_tabs .nav-item .nav-link [class*=icon-] {
    font-size: 3.5em;
  }
}

.contact_tabs .nav-item.active .nav-link, .contact_tabs .nav-item.ready .nav-link {
  border-color: #ff4f1f !important;
  color: #ff4f1f;
}

.contact_tabs .nav-item.hidden {
  width: 0;
  display: none;
  border: 0;
}

.contact_content p {
  font-size: .82em;
  line-height: 1.5em;
  margin-bottom: 1.5rem;
}

.contact_content p a {
  font-weight: bold;
}

.contact_sidebar h5, .contact_sidebar p {
  padding-bottom: 4px;
}

.contact_sidebar h5 [class^=icon-], .contact_sidebar h5 [class*=icon-], .contact_sidebar p [class^=icon-], .contact_sidebar p [class*=icon-] {
  font-size: 1.4em;
  margin-right: 4px;
}

.contact_sidebar h5 .icon-envelope, .contact_sidebar p .icon-envelope {
  font-size: 1.75em;
  margin-right: 8px;
}

.contact_sidebar p {
  font-size: .82em;
  line-height: 1.5em;
  margin-bottom: 1rem;
}

.contact_sidebar p a {
  font-weight: bold;
}

.faqlink p {
  margin-bottom: 1rem;
}

.faqlink button.plusminus {
  background-color: transparent;
  color: #ff4f1f;
  padding: 0;
  font-size: 1.3em;
  line-height: 1.3em;
  margin-right: 1.6rem;
  float: left;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  transition: color 0.2s linear;
  border: 0;
  box-shadow: 0;
}

.faqlink button.plusminus:hover {
  color: #ff7752;
}

.faqlink button.plusminus:focus {
  outline: none;
}

.faqlink .minusSign {
  margin-left: -2px;
}

.questioninfo {
  display: none;
  padding-left: 3rem;
}

.questioninfo p {
  font-size: .82em;
  line-height: 1.5em;
  margin-bottom: 1rem;
}

.questioninfo p a {
  font-weight: bold;
}

.greybox {
  background-color: #707070;
  border-radius: 8px;
  margin-top: 1.5rem;
  padding: 2rem 2rem 1.2rem;
}

.greybox p {
  color: #ffffff;
}

.greybox p a {
  color: #ff6339;
  font-weight: bold;
}

.greybox p a:hover {
  color: #ff8b6c;
}

.greygrid {
  background-color: #e0e0e0;
  color: #4e5054;
  border-radius: 8px;
  margin-top: 1.5rem;
  padding: 2rem 2rem;
}

.greygrid [class^=icon-], .greygrid [class*=icon-] {
  font-size: 3.4em;
}

.greygrid .title {
  font-size: .75em;
}

.greygrid p {
  font-size: .79em;
}

ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.links li {
  display: inline-block;
  margin-right: 1px;
  font-size: .95em;
}

ul.links li:after {
  content: "|";
  padding-left: 3px;
}

ul.links li a {
  color: #898989;
  font-weight: 500;
}

ul.links li a:hover {
  color: #ff4f1f;
}

ul.links li:last-child {
  margin-right: 0;
}

ul.links li:last-child:after {
  content: "";
  padding: 0;
}

ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.social li {
  display: inline-block;
  margin-right: 6px;
  font-size: 1.2em;
}

ul.social li a {
  color: #4e5054;
}

ul.social li a:hover {
  color: #ff4f1f;
}

ul.social li:last-child {
  margin-right: 0;
}

.text-left-center, .text-right-center {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .text-left-center {
    text-align: left;
  }
  
  .text-right-center {
    text-align: right;
  }
}