@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("defaults.css");
@font-face {
  font-family: "prox";
  src: local("?"), url("../fonts/proximanova.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova.woff") format("woff"), url("../fonts/proximanova.ttf") format("truetype"), url("../fonts/proximanova.svg#proximanova") format("svg");
}
/*//////////// FOUNDATION OVERRIDES /////////////*/
[class*=block-grid-] {
  /*reset uneeded width margin*/
  margin: 0;
  /*padding hack for left & right positioning*/
  /*no need for a columns wrapper on a list*/
  padding-left: 0.46875em;
  padding-right: 0.46875em;
}

/*////////////////////// HTML //////////////////////*/
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #f6f6f6;
  line-height: 1.6rem;
  font-size: 1rem;
  color: #888;
}

body.login {
  background: #2F2F2F;
}

.row {
  max-width: 100%;
}

img {
  margin: auto;
  max-width: 100%;
}

/*video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    box-sizing: border-box;
    }*/
video {
  width: 100% !important;
  height: auto !important;
}

/*////////////////////// H TAGS SCALED TO MAJOR THIRD //////////////////////*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.4rem;
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

h1, .h1 {
  font-size: 2.441rem;
  line-height: 3rem;
}

h1 span, .h1 span {
  font-size: 1.25rem;
  color: #888;
}

h2, .h2 {
  font-size: 1.953rem;
}

h3, .h3 {
  font-size: 1.563rem;
  line-height: 2.2rem;
}

h3.icon, .h3.icon {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

h3 i, .h3 i {
  margin-right: 1rem;
  color: #67727A;
}

h4, .h4 {
  font-size: 1.35rem;
}

h4 span, .h4 span {
  color: #222;
}

h4 span.small, .h4 span.small {
  font-size: 1rem;
}

h4 span.small i, .h4 span.small i {
  margin: 0 0.5rem 0 0.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

a {
  color: #13ABAC;
  text-decoration: none;
}

a:hover {
  color: #0e7d7e;
}

a:focus, a:active {
  color: #13ABAC;
  text-decoration: none;
}

p {
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
}

p.small-notes {
  font-size: 1rem !important;
  font-style: italic !important;
}

span.bad {
  color: #C13E4D;
}

span.good {
  color: #55B778;
}

span.box {
  color: #13ABAC;
  background: #fff;
  padding: 0.5rem 0.75rem;
  border: 1px solid #eee;
  display: inline-block;
  margin: 0 0.25rem;
}

span.light {
  color: #c8c8c8;
}

span.strikethrough {
  text-decoration: line-through;
  color: #13ABAC !important;
}

hr {
  border-color: #eee;
}

ul li, ol li, dl li {
  font-size: 1.2rem;
}

ul li ul, ol li ul {
  margin-left: 0;
}

ol li ul {
  margin-bottom: 1.4rem;
}

.font-size-5 {
  font-size: 5rem;
}

strong {
  font-weight: normal;
  color: #111;
}

/*////////////////////// INPUTS //////////////////////*/
label, textarea, select, input[type=text], input[type=password], input[type=submit] {
  float: left;
  width: 100%;
  /*margin: 0;*/
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
}

label {
  font-weight: normal;
  line-height: 25px;
  color: #222;
  cursor: default;
}

input[type=text], input[type=password] {
  /*height: 35px;*/
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  text-indent: 0.75rem;
  border-radius: 0.25rem;
}

input[type=submit] {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: auto;
  background: #13abac none repeat scroll 0 0;
  border: 1px solid #13abac;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  transition: background-color 0.3s ease 0s;
}

input[type=submit]:hover {
  background: #fff none repeat scroll 0 0;
  color: #13abac;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, textarea:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

textarea {
  height: 150px;
  padding: 1rem 0.75rem;
  background-color: #fff;
  border: 1px solid #ddd;
  max-width: 1074px;
  border-radius: 0.25rem;
}

select {
  cursor: pointer;
  height: 50px;
  padding: 0;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1) inset;
  text-indent: 0.75rem;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0.25rem;
}

option {
  padding: 0.5rem 0;
  text-indent: 0.75rem;
}

button:hover, .button:hover {
  background-color: #13ABAC;
  border-color: #13ABAC;
}

.tooltipsy {
  background: #222 none repeat scroll 0 0;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  padding: 0.1rem 0.5rem;
}

.hastip i {
  color: #222;
  margin: 0 0.3rem;
  line-height: 35px;
}

/*////////////////////// STRUCTURE //////////////////////*/
/* you can interchange the markup to wrap the entire site */
/* or keep it in 100% sections - header, jumbo, footer etc*/
#site_wrap {
  height: 100%;
  position: relative;
}

.full_width {
  float: left;
  width: 100%;
}

.site_auto {
  margin: auto;
  max-width: 1100px;
}

/* should be site specific, need total control - only for content body */
#site_body {
  /*max-width: 1600px;
  max-width: 1300px;*/
  padding: 0 0.5rem;
  /*padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;*/
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  /*border-left:$border;
  border-right:$border;*/
}

/*///////////////// FLEX LIST ///////////////////*/
.flex_list {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

/*PARTICLES ////////////////////*/
canvas {
  background: #13abab none repeat scroll 0 0;
  display: block;
  vertical-align: bottom;
}

#particles-js {
  background: #13abab none repeat scroll 0 0;
  height: 200px;
  position: relative;
  z-index: 4;
  text-align: center;
}

#particles-js .aa_sec {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 5;
}

#particles-js .aa_sec .aa_txt h2 {
  color: #fff;
  text-align: center;
}

#particles-js .aa_sec .aa_inner {
  padding: 0 2rem;
  text-align: center;
}

#particles-js .btn_link {
  width: auto;
  margin: 0 5px;
  border: 1px solid #fff;
}

#top_contact {
  width: auto;
  float: right;
  background: #fff;
  padding: 3.5rem 0 0;
  font-size: 1.2rem;
  color: #13ABAC;
}

#top_contact li {
  width: auto;
  float: right;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #13ABAC;
}

#top_contact li i {
  margin-right: 5px;
}

#top_contact li:last-child {
  border: none;
}

#nav_wrap {
  background: #fff;
  border-bottom: 1px solid #eee;
}

#menu_wrap {
  background: #fff;
  border-bottom: 1px solid #eee;
}

#side_nav {
  background: #fff none repeat scroll 0 0;
  min-height: 100%;
  text-align: center;
  position: relative;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}

#side_nav ul.side_nav {
  width: auto;
  display: inline;
  float: none;
  text-align: center;
}

#side_nav ul.side_nav li {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  float: none;
}

#side_nav ul.side_nav li a {
  color: #2D2D2D;
  display: block;
  font-size: 1.2rem;
  line-height: 40px;
  margin: 10px 2.5rem 15px 0;
  transition: color 0.3s ease;
}

#side_nav ul.side_nav li a:hover {
  color: #13ABAC;
  text-decoration: none;
}

#side_nav ul.side_nav li a.btn_link {
  color: #fff;
  padding: 0 1rem;
  line-height: 40px;
  transition: background-color 0.3s ease;
  margin-left: 1.5rem;
}

#side_nav ul.side_nav li a.btn_link:hover, #side_nav ul.side_nav li a.btn_link:focus {
  background: #fff;
  color: #13ABAC;
}

.btn_link, .btn_link:focus, .btn_link:active {
  border: 1px solid #13ABAC;
  background: #13ABAC;
  padding: 0.75rem 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

.btn_link:hover {
  background: #fff;
  color: #13ABAC;
}

.cta, .cta:active, .cta:visited, .cta:focus {
  border: 1px solid #A053ED;
  background: #A053ED;
  padding: 1rem 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.35rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

.cta:hover {
  background: #fff;
  color: #A053ED;
}

#logo {
  float: left;
}

@media screen and (max-width: 64.063em) {
  #logo {
    margin-left: 60px;
  }
}
#page_wrap {
  background: #fff;
  padding-bottom: 2rem;
}

.page_color {
  background-color: #3E4E56;
  margin-top: 8rem;
}

.page_color .inner {
  margin-top: -6rem;
  padding-bottom: 4rem;
}

.page_color .inner .site_auto {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 1rem 0;
}

#page_intro {
  padding: 4rem 0 2rem;
  text-align: center;
}

#page_intro h1 {
  color: #13ABAC;
  text-transform: uppercase;
  margin: 0.5rem;
}

#page_intro h3 {
  color: #67727A;
}

.highlight_wrap {
  padding: 3rem 0 3rem;
  background-color: #13ABAC;
  color: #fff;
  text-align: center;
}

.highlight_wrap h5 {
  color: #fff;
}

.white_wrap {
  padding: 3rem 0 3rem;
  background-color: #fff;
  text-align: center;
}

.white_wrap .capterra {
  width: 260px;
  float: left;
  text-align: center;
}

.white_wrap #randomize, .white_wrap #testimonial-slider {
  width: calc(100% - 260px);
  float: left;
  padding: 2rem 2.5rem;
  position: relative;
}

.white_wrap #randomize .slide, .white_wrap #testimonial-slider .slide {
  padding: 0 2rem;
}

.white_wrap #randomize .quote, .white_wrap #testimonial-slider .quote {
  font-size: 1.2rem;
}

.white_wrap #randomize .quoter, .white_wrap #testimonial-slider .quoter {
  color: #13ABAC;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 40.063em) {
  .white_wrap {
    padding: 3rem 0 3rem;
    background-color: #fff;
    text-align: center;
  }

  .white_wrap .capterra {
    width: 100%;
    float: none;
    text-align: center;
  }

  .white_wrap #randomize, .white_wrap #testimonial-slider {
    width: 100%;
    float: left;
    padding: 2rem 2.5rem;
    position: relative;
  }

  .white_wrap #randomize .slide, .white_wrap #testimonial-slider .slide {
    padding: 0 2rem;
  }

  .white_wrap #randomize .quote, .white_wrap #testimonial-slider .quote {
    font-size: 1.2rem;
  }

  .white_wrap #randomize .quoter, .white_wrap #testimonial-slider .quoter {
    color: #13ABAC;
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}
#partners_wrap {
  padding: 4rem 0 4rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eee;
}

#partners_wrap img {
  border: 1px solid #eee;
}

#footer_wrap {
  padding: 4rem 0 2rem;
  background-color: #222;
}

#footer_wrap a {
  color: #999;
}

#footer_wrap a:hover {
  color: #fff;
}

#footer_wrap h5 {
  color: #13ABAC;
  font-size: 1.2rem;
}

#footer_wrap ul {
  margin-bottom: 2rem;
}

#footer_wrap ul.auto li {
  font-size: 2.2rem;
}

/*////////////////////// MENU //////////////////////*/
.contain-to-grid .top-bar {
  max-width: 100%;
}

.top-bar-section ul {
  width: 100%;
}

.top-bar-section ul li {
  width: auto;
}

.top-bar .title-area {
  display: none;
}

.top-bar.expanded .toggle-topbar a span {
  display: none;
}

/*////////////////////// LISTS //////////////////////*/
ul.data li {
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #eee;
}

ul.data li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

ul.data li.columns:first-child {
  padding-left: 0;
  padding-right: 0;
}

ul.data li.columns:last-child {
  padding-top: 0.5em;
}

ul.auto {
  width: auto;
  list-style: none;
  margin: 0px;
}

ul.auto li {
  width: auto;
  margin-right: 1rem;
  padding: 0;
}

ul.auto li:last-child {
  margin-right: 0px;
}

ul.bullet {
  list-style: disc;
}

ul.bullet li {
  display: list-item;
}

.bullet ul {
  list-style: disc;
}

.bullet ul li {
  display: list-item;
}

/*////////////////////// FORMS //////////////////////*/
.form-wrap {
  float: left;
  width: 100%;
}

.form-row {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

.button {
  font-family: "Open Sans", sans-serif;
  border-radius: 0.25rem;
  margin: 0;
  padding: 0.4rem 1rem;
  background: #148FAA;
  line-height: 20px;
}

.button:hover {
  background-color: #0f697c;
}

/*//////////////// THESE STYLES ///////////////////*/
.float-left {
  float: left;
  display: inline;
}

.ticks {
  padding: 0;
  margin-bottom: 1.5rem;
}

.ticks li {
  padding-left: 0;
  padding-bottom: 0.5rem;
}

.ticks .icon {
  font-size: 1.4rem;
  color: #13ABAC;
  width: 3rem;
  float: left;
  padding-top: 3px;
}

.ticks .content {
  width: calc(100% - 3rem);
  float: left;
}

ul.ticks {
  list-style-type: none;
}

ul.ticks li {
  /*font-size:1.1rem;*/
}

ul.ticks li::before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding: 0 10px 0 0;
  color: #13ABAC;
}

#hero {
  margin: 1.5rem 0 0;
  display: inline-block;
}

#hero img {
  display: inline;
}

#hero h1 {
  font-size: 4.441rem;
  font-weight: 700;
  line-height: 4.2rem;
  text-transform: uppercase;
}

#hero h3 {
  margin-bottom: 0.75rem;
}

#hero p {
  font-size: 1.4rem;
}

#hero .site_auto {
  height: 515px;
  padding-top: 6rem;
  background: url("../images/site/hero2.jpg") right top no-repeat;
}

#hero.landing-hero .site_auto {
  background: none;
}

@media screen and (max-width: 64.063em) {
  #hero .site_auto {
    padding-top: 3rem;
    height: 424px;
    background: url("../images/site/hero2-small.jpg") right top no-repeat;
  }

  #hero .site_auto h3 {
    font-size: 2rem;
  }

  #hero .site_auto .landing-pricing h3 {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 650px) {
  #hero .site_auto {
    height: auto;
    background: none;
  }
}
.bull {
  padding-top: 20px;
  background: url("../images/site/bull.jpg") 270px top no-repeat;
}

.circles {
  border-bottom: 1px solid #eee;
}

.circles .circle {
  margin: 2rem 0;
  padding: 0 1.25rem 1.25rem;
}

.circles .circle p {
  margin: 0;
}

.circles .border-right {
  border-right: 1px solid #eee;
}

@media screen and (max-width: 40.063em) {
  .circles .circle {
    margin: 3rem 0 0;
    padding-bottom: 3rem;
  }

  .circles .border-right {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
}
.circle_img img {
  border-radius: 50px;
  height: 100px;
  text-align: center;
  width: 100px;
  margin-bottom: 1.5rem;
}

.circle_content {
  width: 100%;
  text-align: center;
}

.circle_content .btn_link {
  margin: 0;
}

.line-wrapper {
  position: relative;
  height: 180px;
  margin: 30px 0;
}

.line-wrapper .line {
  position: absolute;
  left: 49%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
  z-index: 1;
}

.line-wrapper .wordwrapper {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -22px;
  z-index: 2;
}

.line-wrapper .wordwrapper .word {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0;
  font-size: 1.2rem;
  background: #fff;
}

.candidate-bg, .testimonial-bg {
  height: 400px;
  padding: 0;
  color: #fff;
}

.candidate-bg h2, .testimonial-bg h2 {
  color: #fff;
}

.candidate-bg p, .testimonial-bg p {
  width: 340px;
}

.candidate-bg .btn_link, .testimonial-bg .btn_link {
  background: none;
}

.candidate-bg .btn_link:hover, .testimonial-bg .btn_link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.opacity-panel {
  padding: 14rem 0 0 3rem;
  width: 100%;
  height: 100%;
  display: block;
}

.testimonial-bg {
  background: url("../images/site/tile-bg.jpg") center top repeat;
  padding: 3rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-bg h4 {
  color: #13ABAC;
  text-transform: capitalize;
}

.testimonial-bg .avatar {
  text-align: center;
  margin-bottom: 2rem;
}

.testimonial-bg .avatar img {
  border-radius: 50px;
  height: 100px;
  text-align: center;
  width: 100px;
}

.testimonial-bg .quote {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
  max-width: 340px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial-bg .name {
  color: #13ABAC;
  text-transform: capitalize;
  margin: 0;
  font-size: 1.2rem;
}

.testimonial-bg p {
  font-size: 1rem;
}

.testimonial_full {
  background: url("../images/site/testimonial_full_banner.jpg") center top no-repeat;
  background-size: cover;
  min-height: 500px;
  width: 100%;
}

.testimonial_full .content {
  width: 40%;
  margin: 80px 0 0;
  float: right;
  text-align: left;
  display: block;
}

.testimonial_full blockquote {
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.8rem;
  padding-right: 90px;
  margin-bottom: 2rem;
}

.testimonial_full .name {
  color: #13ABAC;
  text-transform: capitalize;
  margin: 0;
  font-size: 1.2rem;
}

.testimonial_full p {
  font-size: 1rem;
  color: #fff;
  margin: 0;
}

.testimonial_full .play_btn {
  border: 1px solid #fff;
  border-radius: 10rem;
  width: 7rem;
  display: inline-block;
  text-align: center;
  padding: 2rem 1.75rem 2rem 2.25rem;
  margin-bottom: 2rem;
  cursor: pointer;
}

.testimonial_full .play_btn i {
  color: #fff;
  font-size: 3rem;
}

.testimonial_full .play_btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 900px) {
  .testimonial_full {
    background: url("../images/site/testimonial_mobile_banner.jpg") right bottom no-repeat;
    height: auto;
    width: 100%;
  }

  .testimonial_full .content {
    width: 100%;
    margin: 5rem 0;
    float: none;
    text-align: center;
    display: block;
  }

  .testimonial_full blockquote {
    color: #fff;
    font-size: 2.2rem;
    line-height: 2.8rem;
    padding-right: 60px;
    padding-left: 60px;
    margin-bottom: 2rem;
  }

  .testimonial_full .name {
    color: #13ABAC;
    text-transform: capitalize;
    margin: 0;
    font-size: 1.2rem;
  }

  .testimonial_full p {
    font-size: 1rem;
    color: #fff;
    margin: 0;
  }

  .testimonial_full .play_btn {
    border: 1px solid #fff;
    border-radius: 10rem;
    width: 6rem;
    display: inline-block;
    text-align: center;
    padding: 1.75rem 1.75rem 1.75rem 2.25rem;
    margin-bottom: 2rem;
  }

  .testimonial_full .play_btn i {
    color: #fff;
    font-size: 2.5rem;
  }

  .testimonial_full .play_btn:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
/*//////////////// LANDING ///////////////////*/
.video-js {
  padding: 1rem;
  border: 1px solid #eee;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
}

.vid-holder {
  padding-left: 2rem;
}

.big-ticks ul.ticks li {
  font-size: 1.4rem;
}

.big-ticks ul.ticks li .icon {
  font-size: 1.8rem;
}

/*//////////////// PRICING ///////////////////*/
.landing-pricing {
  margin: 2rem 0 !important;
}

.landing-pricing h3 {
  font-weight: 600;
  color: #13ABAC;
}

.landing-pricing h2 {
  font-size: 4rem;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 0;
  width: auto;
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
}

.landing-pricing h2 span.pound {
  font-size: 2rem;
  position: absolute;
  top: 0.75rem;
  left: 0;
  color: #fff !important;
}

.landing-pricing h2 span.pence1 {
  font-size: 2rem;
  position: absolute;
  top: 28px;
  right: -17px;
  color: #fff !important;
}

.landing-pricing h2 span.pence2 {
  font-size: 2rem;
  position: absolute;
  top: 28px;
  right: -18px;
  color: #fff !important;
}

.landing-pricing p {
  color: #fff;
  line-height: 1.4;
}

.landing-pricing p.dark {
  margin: 0;
  margin-top: 1rem;
}

.landing-pricing .price_pull {
  border: 1px solid #13ABAB;
  padding: 0.5rem 0.75rem;
  color: #13ABAC;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.landing-pricing .price-border {
  border: 1px solid #eee;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.landing-pricing > li .inside {
  background: #13ABAC;
}

.landing-pricing > li:first-child h3 {
  color: #222;
}

.landing-pricing > li:first-child .inside {
  background: #222;
  color: #fff;
}

.landing-pricing > li .inside {
  padding: 1rem;
}

.landing-pricing .startup h2, .landing-pricing .startup h2 span.pound, .landing-pricing .startup h2 span.pence1, .landing-pricing .startup ul li, .landing-pricing .startup p.dark {
  color: #888 !important;
}

.landing-pricing .startup .btn_link {
  background-color: #fff;
  color: #888;
  border-color: #888;
}

.landing-pricing .startup .btn_link:hover {
  background: #888;
  color: #fff;
}

/*//////////////// SETTINGS/SUPPORT ///////////////////*/
.support {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.support h3 {
  padding-top: 1rem;
}

.support h3 i {
  text-indent: 0;
}

.support h4 {
  margin: 1.3rem 0 1.55rem;
}

.support strong {
  font-weight: normal;
  color: #111;
}

.support .module {
  padding-bottom: 0;
}

.support .module ul {
  margin-top: 1rem;
}

.edit-forms {
  float: left;
  width: 100%;
  padding: 2rem 0 0.75rem;
  background: #f7f8f8;
}

.edit-forms li {
  margin-bottom: 1.25rem;
}

.edit-forms label {
  float: left;
  margin-right: 10px;
  width: 105px;
  line-height: 35px;
  font-size: 1.1rem;
}

.edit-forms .entry {
  float: left;
  width: calc(100% - 120px);
}

.edit-forms .entry .cb_list {
  margin: 0;
}

.edit-forms .entry .cb_list .entry {
  width: 100%;
}

.edit-forms .entry .cb_list input[type=checkbox] {
  margin-top: 10px;
  float: left;
  margin-right: 10px;
}

/*//////////////// PRICING ///////////////////*/
.pricing-list {
  margin: 2rem 0;
}

.pricing-list h2 {
  font-size: 3rem;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

.pricing-list h2 span.pound {
  font-size: 2rem;
  position: absolute;
  top: 0.15rem;
  left: 0;
  color: #222 !important;
}

.pricing-list h2 span.pence1 {
  font-size: 1.5rem;
  position: absolute;
  top: 15px;
  right: -9px;
  color: #222 !important;
}

.pricing-list h2 span.pence2 {
  font-size: 1.5rem;
  position: absolute;
  top: 15px;
  right: -10px;
  color: #222 !important;
}

.pricing-list p.dark {
  color: #222;
  margin: 0;
  padding-bottom: 1.4rem;
}

.pricing-list .price_pull {
  border: 1px solid #13ABAB;
  padding: 0.5rem 0.75rem;
  color: #13ABAC;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.pricing-list .price-border {
  border: 1px solid #eee;
  padding-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.pricing-list .btn_link {
  text-transform: none;
  margin-top: 2rem;
  margin-bottom: 0;
}

.pricing-list li ul {
  padding-top: 0.5rem;
}

.pricing-list li ul li {
  padding: 0.5rem 0;
  color: #222;
  text-align: center;
}

.pricing-list li ul li.vat {
  font-size: 1rem;
  text-transform: lowercase;
}

.pricing-list li:first-child .price_pull {
  border: 1px solid #eee;
  color: #aaa;
}

.pricing-list li .inside {
  border: 1px solid #eee;
  padding: 0 1rem 3rem;
  /*background: linear-gradient(90deg, #fff 50%, #f2f2f2 50%);*/
  margin: 0.5rem;
}

.pricing-list li .includes {
  padding-left: 5rem;
  padding-right: 2rem;
  padding-top: 6rem;
}

.pricing-list.website-pricing li .inside {
  background: #fff;
}

.pricing-list .startup {
  /*h2, h2 span.pound, h2 span.pence1, ul li, p.dark{
      color:#888!important;
  }*/
}

.pricing-list .startup .btn_link {
  background-color: #fff;
  color: #888;
  border-color: #888;
}

.pricing-list .startup .btn_link:hover {
  background: #888;
  color: #fff;
}

.pricing-list > li:first-child .inside {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 40.063em) {
  .pricing-list li .inside {
    background: none;
  }

  .pricing-list li .includes {
    background: #f2f2f2;
    padding-left: 2rem;
    padding-top: 3rem;
  }
}
.pricing-list-website {
  margin-top: 1rem;
}

.pricing-list-website img {
  margin-bottom: 2rem;
}

.pricing-list-website h2 {
  font-size: 4rem;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

.pricing-list-website h2 span.pound {
  font-size: 2rem;
  position: absolute;
  top: 0.75rem;
  left: 0;
  color: #222 !important;
}

.pricing-list-website h2 span.pence1 {
  font-size: 2rem;
  position: absolute;
  top: 28px;
  right: -17px;
  color: #222 !important;
}

.pricing-list-website h2 span.pence2 {
  font-size: 2rem;
  position: absolute;
  top: 28px;
  right: -18px;
  color: #222 !important;
}

.pricing-list-website p.dark {
  color: #222;
  margin: 0;
  padding-bottom: 1.4rem;
}

.pricing-list-website .price_pull {
  border: 1px solid #13ABAB;
  padding: 0.5rem 0.75rem;
  color: #13ABAC;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.pricing-list-website .price-border {
  border: 1px solid #eee;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.pricing-list-website li ul {
  padding-top: 0.5rem;
  margin: 0;
}

.pricing-list-website li ul.ticks {
  margin-bottom: 2rem;
}

.pricing-list-website li ul li {
  padding: 0.5rem 0;
  color: #222;
}

.pricing-list-website li ul li .btn_link {
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 0;
}

.pricing-list-website li ul li.vat {
  font-size: 1rem;
  text-transform: lowercase;
}

.pricing-list-website li:first-child .price_pull {
  border: 1px solid #eee;
  color: #aaa;
}

.pricing-list-website li .inside {
  border: 1px solid #eee;
  padding-top: 0;
  margin: 1rem;
  background: linear-gradient(90deg, #fff 50%, #f2f2f2 50%);
}

.pricing-list-website li .includes {
  background: #f2f2f2;
  padding-left: 5rem;
  padding-right: 2rem;
}

.pricing-list-website.website-pricing li .inside {
  background: #fff;
}

@media screen and (max-width: 40.063em) {
  .pricing-list-website li .inside {
    background: none;
  }

  .pricing-list-website li .includes {
    background: #f2f2f2;
  }
}
/*//////////////// PRICING TABS ///////////////////*/
.pricing-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-tabs label {
  width: auto;
  font-size: 1.2rem;
}

.pricing-tabs p.dark {
  padding-bottom: 0;
}

.pricing-tabs .tab {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 2px;
  background: #222;
  display: inline-block;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
}

.pricing-tabs .panels {
  background: #fff;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}

.pricing-tabs .panel {
  width: 80%;
  margin: auto;
  display: none;
  animation: fadein 0.8s;
  margin-bottom: 0;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pricing-tabs .panel-title {
  font-size: 1.5em;
  font-weight: bold;
}

.pricing-tabs .radio {
  display: none;
}

.pricing-tabs #startup-one:checked ~ .panels #startup-one-panel,
.pricing-tabs #startup-two:checked ~ .panels #startup-two-panel,
.pricing-tabs #pro-one:checked ~ .panels #pro-one-panel,
.pricing-tabs #pro-two:checked ~ .panels #pro-two-panel {
  display: block;
}

.pricing-tabs #startup-one:checked ~ .tabs #startup-one-tab,
.pricing-tabs #startup-two:checked ~ .tabs #startup-two-tab,
.pricing-tabs #pro-one:checked ~ .tabs #pro-one-tab,
.pricing-tabs #pro-two:checked ~ .tabs #pro-two-tab {
  background: #fff;
  color: #222;
  border-top: 3px solid #222;
}

.plus-price-img {
  width: 100px;
  float: left;
  padding-bottom: 2rem;
}

.plus-price-content {
  width: calc(100% - 100px);
  float: left;
  /*border: 1px solid #eee;*/
  padding: 0 3rem 3rem;
}

.plus-price-content p {
  margin-bottom: 2rem;
}

@media screen and (max-width: 40.063em) {
  .plus-price-img, .plus-price-content {
    width: 100%;
    text-align: center;
  }
}
.features-list-nav {
  background: #fff;
  margin-bottom: 0;
  padding-top: 1.75rem;
  border-top: 1px solid #eee;
}

.features-list-nav li {
  padding: 0 0.46875rem;
  margin-bottom: 0.75rem;
}

.features-list-nav li a {
  display: block;
  color: #888;
  background-color: #F4f4f4;
  border: 1px solid #eee;
  display: block;
  padding: 0.25rem 0.25rem 0;
  height: 100%;
}

.features-list-nav li a h3 {
  padding: 1.5rem 0 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.features-list-nav li a p {
  font-size: 1rem;
  line-height: 1.4rem;
}

.features-list-nav li a:hover {
  background: #13ABAC;
  border: 1px solid #13ABAC;
  color: #222;
}

.features-list-nav li a:hover h3 {
  color: #fff;
}

.features-list-nav li img {
  width: 80px;
  float: left;
  margin-top: 0.5rem;
}

.features-list-nav li .content {
  float: left;
  width: calc(100% - 85px);
  display: block;
}

.features-list-nav li .content.pro {
  position: relative;
}

.features-list-nav li .content.pro img {
  position: absolute;
  top: -10px;
  right: -9px;
  width: auto;
  height: auto;
  background-color: #13ABAC;
  padding: 2px 8px;
  border-radius: 0 0 0 3px;
}

.features-list-nav li .content.pro.plus img {
  background-color: #ffa114;
}

.features-list {
  margin-bottom: 1rem;
}

.features-list li i {
  font-size: 4rem;
}

.features-list li a {
  display: block;
  text-align: center;
  color: #888;
  display: block;
  height: 100%;
}

.features-list li a h3 {
  padding: 1rem 0 0;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.features-list li a:hover {
  color: #222;
}

.features-list li a:hover h3 {
  color: #13ABAC;
}

.feature-info-list {
  margin: auto;
  max-width: 1100px;
  float: none;
}

.feature-info-list > li {
  border: 1px solid #eee;
  border-bottom: none;
}

.feature-info-list li {
  padding: 4rem 2rem 0;
  margin-bottom: 2rem;
  background: #fff;
  overflow: hidden;
}

.feature-info-list li .content.pro {
  text-align: left;
  margin-bottom: 0.75rem;
}

.feature-info-list li .content.pro img {
  width: auto;
  height: auto;
  background-color: #13ABAC;
  padding: 2px 8px;
  position: static;
  display: inline-block;
}

.feature-info-list li .content.pro.plus img {
  background-color: #ffa114;
}

.feature-info-list li ul li {
  position: relative;
  margin-bottom: 0;
  padding-top: 0;
}

.feature-info-list li ul li .pad {
  padding: 4rem 1rem 2rem;
  min-height: 430px;
}

.feature-info-list li ul li .pad ul {
  list-style: none;
  margin-bottom: 1.4rem;
}

.feature-info-list li ul li .pad ul li {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  position: relative;
}

.feature-info-list li ul li .pad ul li::before {
  background-color: #13ABAC;
  border-radius: 100%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 6px;
}

.feature-info-list li ul li img {
  display: block;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 40.063em) {
  .feature-info-list p:last-child {
    margin: 0;
  }

  .feature-info-list > li {
    padding: 1rem 0rem 0;
  }

  .feature-info-list li ul li .pad {
    padding: 2rem 0;
    min-height: 0;
  }

  .feature-info-list > li {
    padding-bottom: 2rem;
  }

  .feature-info-list > li:nth-child(even) > ul > li:last-child {
    display: none;
  }

  .feature-info-list > li:nth-child(odd) > ul > li:last-child .pad {
    padding-top: 0;
  }

  .feature-info-list li ul li img {
    position: relative;
  }
}
.section.sliced {
  height: 300px;
}

.section.sliced img.background {
  left: 40%;
}

#council-features li {
  padding: 0 1.25rem 1.25rem;
}

#council-features img {
  width: 40px;
  float: left;
}

#council-features h3 {
  float: left;
  padding-left: 5px;
  padding-top: 5px;
  font-size: 1.4rem;
  width: calc(100% - 45px);
}

#council-features li {
  margin-bottom: 2rem;
}

/*///////////////// NEWS ///////////////////*/
.news-list .details {
  padding: 1.5rem 0 1rem 1rem;
}

.news-list .details .date {
  color: #999;
}

.news-list li {
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
}

.news-list li:first-child {
  padding-top: 0;
}

.news-list li:last-child {
  border: none;
  padding-bottom: 0;
}

.article-image {
  margin: 0;
  display: inline-block;
  margin-bottom: 1rem;
}

.social_links {
  float: right;
  width: auto;
  margin-top: 5px;
}

.social_links li {
  float: left;
  margin-left: 10px;
  width: auto;
}

.social_links li a {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #fff;
}

.social_links li.twitter a {
  background: #55acee;
}

.social_links li.twitter a:hover {
  background: #2795e9;
}

.social_links li.facebook a {
  background: #3b5998;
}

.social_links li.facebook a:hover {
  background: #2d4373;
}

.social_links li.linkedin a {
  background: #007bb5;
}

.social_links li.linkedin a:hover {
  background: #005882;
}

@media screen and (max-width: 40.063em) {
  .news-list .details {
    padding-left: 0;
    padding-right: 0;
  }
}
/*///////////////// AUTHOR DETAILS ///////////////////*/
.author img {
  width: 60px;
  height: 60px;
  border-radius: 35px;
  margin-right: 15px;
  float: left;
}

.author .info {
  width: calc(100% - 75px);
  float: left;
  font-weight: 700;
  color: #fff;
  padding-top: 10px;
}

.author .info h5 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.author .info .date {
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #999;
}

@media screen and (max-width: 526px) {
  .social_links {
    float: left;
    margin-top: 1rem;
  }

  .social_links li a {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
  }
}
.support-list {
  color: #888;
  padding-bottom: 1rem;
}

.topics-list {
  border-top: 1px solid #eee;
}

.topics-list li a {
  padding: 0.75rem 0.9375rem;
  border-bottom: 1px solid #eee;
  display: block;
}

.topics-list li a:hover {
  background: #f6f6f6;
}

.contact_foot {
  font-size: 1.8rem;
}

/*////////////////////// TEXT PAGE //////////////////////*/
.text-page span {
  color: #13ABAC;
}

.text-page span.highlight {
  color: #fff;
  background-color: #13ABAC;
  padding: 0.4rem 0.5rem;
  margin-left: 0.2rem;
}

/*////////////////////// DEMO PAGE //////////////////////*/
.demo_form {
  padding: 2rem 0;
  text-align: center;
}

.demo_form input[type=submit] {
  margin: auto;
  display: inline-block;
  float: none;
}

/*////////////////////// SIGN UP PAGE //////////////////////*/
.signup_form {
  padding: 4rem 0;
  text-align: center;
}

.signup_form input[type=submit] {
  margin: auto;
  display: inline-block;
  float: none;
}

.signup_form label {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  text-align: left;
}

.signup_form input[type=text].url {
  width: calc(100% - 140px);
}

.signup_form .domain_holder {
  background-color: #ddd;
  border-radius: 0.25rem;
  width: 100%;
}

.signup_form .jr_domain {
  float: left;
  width: auto;
  background-color: #ddd;
  color: #222;
  padding: 0 0.75rem;
  line-height: 50px;
  font-size: 1.3rem;
}

.agree_terms {
  font-size: 1.2rem;
  text-align: left;
  background-color: #f6f6f6;
  width: 100%;
  display: block;
  padding: 1.5rem 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
}

.agree_terms label {
  margin: 0;
}

.agree_terms input {
  margin-top: 3px;
  margin-bottom: 0;
}

.agree_terms .tickbox {
  width: 25px;
  float: left;
}

.agree_terms .tickbox_label {
  width: calc(100% - 25px);
  float: left;
}

.g-recaptcha {
  width: 304px;
  margin: auto;
  margin-bottom: 2rem;
}

/*////////////////////// TERMS PAGE //////////////////////*/
.terms-page p, .terms-page ul li, .terms-page ol li {
  font-size: 1rem;
}

.terms-page ul {
  margin-bottom: 1.4rem;
}

.terms-page h3 {
  font-size: 1.2rem;
}

/*////////////////////// JOB ADVERT PAGE //////////////////////*/
.job-advert ul.posted-details {
  margin-bottom: 2rem;
}

.job-advert ul.posted-details li {
  font-size: 1rem;
}

.job-advert .advert-details {
  font-size: 1.3rem;
  color: #555;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}

.job-advert i {
  color: #222;
  width: 20px;
}

.job-advert .ref-num {
  color: #555;
}

.apply {
  background: #222;
  padding-top: 4rem;
}

.apply h3 {
  color: #fff;
}

.apply label {
  color: #fff;
  font-size: 1.2rem;
}

.apply input[type=text]:focus {
  box-shadow: none;
}

.apply .cv-upload input[type=file] {
  width: auto;
  cursor: pointer !important;
}

/*////////////////////// ABOUT US //////////////////////*/
.team-profiles {
  margin-bottom: 2rem;
}

.team-profiles > li {
  border-bottom: 1px dotted #ddd;
  padding: 1.5rem 0;
}

.team-profiles > li:last-child {
  border: none;
}

.team-profiles > li .image {
  width: 150px;
  height: 150px;
  float: left;
}

.team-profiles > li .image img {
  border-radius: 150px;
}

.team-profiles > li .content {
  width: calc(100% - 150px);
  padding: 0.5rem 0 1rem 3rem;
  float: left;
}

@media screen and (max-width: 40.063em) {
  .team-profiles > li .image {
    width: 150px;
    height: 150px;
    float: none;
    margin: auto;
    margin-bottom: 1rem;
  }

  .team-profiles > li .content {
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.team-profiles > li .content ul li {
  font-size: 1.1rem;
}

.team-profiles > li .content .linkedin-link {
  font-size: 1rem;
}

.team-profiles > li .content .linkedin-link i {
  margin-right: 0.25rem;
}

.partners-list {
  margin-bottom: 2rem;
}

.partners-list > li {
  border-bottom: 1px dotted #eee;
  padding: 1.5rem 0.9375rem;
}

.partners-list > li:last-child {
  border: none;
}

.partners-list > li .image {
  width: 150px;
  float: left;
}

.partners-list > li .content {
  width: calc(100% - 150px);
  padding: 0.5rem 0 1rem 3rem;
  float: left;
}

@media screen and (max-width: 40.063em) {
  .partners-list > li .image {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .partners-list > li .image img {
    float: left;
    width: 150px;
  }

  .partners-list > li .content {
    width: 100%;
    padding: 0.5rem 0 1rem 0;
    float: none;
  }
}
/*////////////////////// TESTIMONIALS //////////////////////*/
.testimonial-page-bg {
  position: relative;
}

.testimonial-page-bg .testimonial-page-text {
  z-index: 999;
  padding: 2.5rem;
}

.testimonial-page-bg .testimonial-page-text blockquote {
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}

.testimonial-page-bg .testimonial-page-text .name {
  color: #13ABAC;
  text-transform: capitalize;
  margin: 0;
  font-size: 1.2rem;
}

.testimonial-page-bg .testimonial-page-text p {
  font-size: 1rem;
  margin: 0;
}

.testimonial-page-bg .testimonial-page-text .dark-pad {
  padding: 2.5rem 4rem;
  border-radius: 0.5rem;
  background-color: #222;
}

.testimonial-page-bg .testimonial-page-text .dark-pad blockquote {
  color: #fff;
}

.testimonial-page-bg .testimonial-page-media {
  margin-top: 100px;
}

.testimonial-page-bg .testimonial-page-media:after {
  content: "\a";
  position: absolute;
  background: #13ABAC;
  top: -4%;
  bottom: 5%;
  right: -3%;
  width: 95%;
  z-index: 1;
}

.testimonial_full.fleet {
  background: url("../images/site/testimonial_full_banner-fleet.jpg") center top no-repeat;
}

.testimonial_full.fleet .content {
  margin: 140px 0 0;
}

.testimonial_full.talentpool {
  background: url("../images/site/testimonial_full_banner-talentpool.jpg") center top no-repeat;
}

.testimonial_full.talentpool .content {
  margin: 140px 0 0;
}

.testimonial-fleet {
  background: #fff;
  margin-top: -6rem;
  padding: 2.5rem;
  border-bottom: 1px solid #eee;
}

.testimonial_full.hamilton {
  background: url("../images/site/testimonial_full_banner-hamilton.jpg") center bottom no-repeat;
  padding-bottom: 80px;
}

.testimonial_full.hamilton .content {
  margin: 140px 0 0;
}

.testimonial_full.hamilton blockquote {
  color: #fff;
  padding-right: 0;
  padding-left: 0 !important;
}

.testimonial_full.hamilton video {
  border: 5px solid #fff;
}

.testimonial_full.hamilton ul {
  margin-top: 6rem;
}

.testimonial_full.hamilton ul li {
  margin-bottom: 0.75rem;
}

.testimonial_full.hamilton ul li i {
  color: #fff;
}

.testimonial_full.hamilton ul li a {
  background: rgba(0, 0, 0, 0.7);
  padding: 0.25rem 0.5rem;
}

@media screen and (max-width: 40.063em) {
  .testimonial_full.hamilton {
    background: url("../images/site/testimonial_full_banner-hamilton.jpg") center top no-repeat;
    padding-bottom: 80px;
  }

  .testimonial-fleet {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .testimonial_full.fleet {
    background: url("../images/site/testimonial_full_banner-fleet.jpg") right top no-repeat;
  }
}
.video-responsive {
  /*overflow:hidden;
  padding-bottom:56.25%;*/
  position: relative;
  background: none;
}

.video-responsive video {
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  position: relative;
  z-index: 2;
}

.client-website {
  text-align: center;
}

.client-website a {
  padding: 1rem 2rem;
  border: 1px solid #13ABAC;
  width: auto;
}

.testimonials i {
  margin-right: 5px;
  width: 20px;
}

/*////////////////////// DATA MIGRATION //////////////////////*/
.migration > li {
  margin-bottom: 3rem;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 2rem;
}

.migration > li .data-content {
  float: left;
}

.migration > li img {
  border: 1px solid #eee;
  border-radius: 200px;
  margin: 0;
  margin-bottom: 1rem;
}

.migration > li .pricing-notes {
  font-size: 1rem;
  color: #111;
  margin-bottom: 1rem;
}

.migration > li .pricing-notes i {
  font-size: 1rem;
  margin-right: 5px;
  background: #111;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
}

.migration-icons li i {
  width: 25px;
}

.migration-table li h3 {
  margin-bottom: 0;
}

.migration-table li h4 {
  font-size: 1.2rem;
  color: #888;
}

.migration-table li .pricing-notes {
  font-size: 1.2rem;
  color: #222;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  margin: 1rem 0;
}

.migration-table li .pricing-notes i {
  font-size: 1rem;
  margin-right: 5px;
  background: #13ABAC;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
}

.migration-table li .price {
  color: #13ABAC;
  font-size: 1.3rem;
  width: 100%;
  display: inline-block;
  text-align: center;
}

/*//////////////// OVERRIDES ///////////////////*/
.auto {
  margin: auto;
}

.clear {
  clear: both;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.hide {
  display: none;
}

.hide-l {
  display: none;
}

.hide-l-m {
  display: none;
}

.no-pad {
  padding: 0 !important;
}

.no-pad-right {
  padding-right: 0 !important;
}

.no-pad-left {
  padding-left: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-btm {
  margin-bottom: 0;
}

.margin-btm-1 {
  margin-bottom: 1rem;
}

.margin-btm-2 {
  margin-bottom: 2rem;
}

.margin-btm-3 {
  margin-bottom: 3rem;
}

.margin-btm-4 {
  margin-bottom: 4rem;
}

.margin-top-1 {
  margin-top: 1rem;
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-top-4 {
  margin-top: 4rem;
}

.margin-top-6 {
  margin-top: 6rem;
}

.margin-right-1 {
  margin-right: 1rem;
}

.pad-btm-1 {
  padding-bottom: 1rem;
}

.pad-btm-2 {
  padding-bottom: 2rem;
}

.pad-btm-3 {
  padding-bottom: 3rem;
}

.pad-tb-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pad-tb-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pad-tb-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pad-btm-4 {
  padding-bottom: 4rem;
}

.pad-top-1 {
  padding-top: 1rem;
}

.pad-top-2 {
  padding-top: 2rem !important;
}

.pad-top-3 {
  padding-top: 3rem !important;
}

.pad-top-4 {
  padding-top: 4rem !important;
}

.pad-tb-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pad-left-10 {
  padding-left: 10px;
}

.img-pad {
  padding: 1rem;
  margin: 1rem;
  border: 1px solid #eee;
}

.no-pad-btm {
  padding-bottom: 0;
}

.no-border {
  border: none !important;
}

.border-left {
  border-left: 1px solid #eee;
}

.border img {
  border: 1px solid #eee;
}

div.no-pad, li.no-pad {
  padding: 0;
}

.img-border {
  padding: 0.5rem;
  border: 1px solid #eee;
}

.bg-white {
  background-color: #fff;
}

.relative {
  position: relative;
}

@media screen and (max-width: 64.063em) {
  /*//////////////////// STRUCTURE ////////////////////*/
  /*#site_body {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  }
  .site_auto {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  }*/
  #site_body {
    padding: 0;
  }

  .page_color .inner .site_auto {
    border-left: 0;
    border-right: 0;
  }

  .candidate-bg, .testimonial-bg {
    height: 340px !important;
  }

  .candidate-bg p, .testimonial-bg p {
    width: auto;
  }

  .opacity-panel {
    background: rgba(0, 0, 0, 0.4);
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-top: 12rem;
    padding-bottom: 1rem;
  }

  /*////////////////////// MENU //////////////////////*/
  .top-bar .title-area {
    display: inline;
    width: 100%;
  }

  .top-bar-section ul li {
    width: 100%;
  }

  /*////////////////////// LISTS //////////////////////*/
  ul.data li div[class*=medium] img,
ul.data li div[class*=large] img {
    margin-bottom: 1rem;
  }

  ul.data li div[class*=medium],
ul.data li div[class*=large] {
    padding-left: 0;
    padding-right: 0;
  }

  /*////////////////////// OVERRIDES //////////////////////*/
  .hide-l {
    display: block;
  }

  .hide-m {
    display: none !important;
  }

  .hide-m-s {
    display: none;
  }
}
@media screen and (max-width: 40.063em) {
  /*////////////////////// H TAGS MINOR THIRS SCALE //////////////////////*/
  h1 {
    font-size: 2.074rem;
  }

  h2 {
    font-size: 1.728rem;
  }

  h3 {
    font-size: 1.44rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 0.833rem;
  }

  .page_color .inner {
    padding-bottom: 0;
  }

  .topics-list li:nth-child(n+2) {
    display: none;
  }

  #particles-js {
    height: 220px;
  }

  #particles-js .aa_sec {
    top: 15%;
  }

  .candidate-bg, .testimonial-bg {
    height: auto !important;
  }

  /*////////////////////// OVERRIDES //////////////////////*/
  .hide-l-m {
    display: block;
  }

  .hide-m {
    display: block;
  }

  .hide-s {
    display: none;
  }

  .no-pad-s {
    padding: 0;
  }

  .no-pad-right-s {
    padding-right: 0;
  }

  .no-pad-left-s {
    padding-left: 0;
  }

  .margin-btm-3-s {
    margin-bottom: 3rem;
  }
}
