@charset "UTF-8";
@import url(font.css);
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,700|Lato:400,700&amp;display=swap");
.color-yellow {
  color: #FFBE0B !important; }

.color-orange {
  color: #FB5607 !important; }

.color-blue {
  color: #1198ED !important; }

.color-black {
  color: 'black' !important; }

.color-indigo {
  color: #804FFF !important; }

.icon100 {
  font-size: 50px !important; }

.icon150 {
  font-size: 150px !important; }

.top-adjust-6 {
  position: relative !important;
  top: -6px !important; }

.left-adjust-6 {
  position: relative !important;
  left: -6px !important; }

.top-adjust-5 {
  position: relative !important;
  top: -5px !important; }

.left-adjust-5 {
  position: relative !important;
  left: -5px !important; }

.top-adjust-4 {
  position: relative !important;
  top: -4px !important; }

.left-adjust-4 {
  position: relative !important;
  left: -4px !important; }

.top-adjust-3 {
  position: relative !important;
  top: -3px !important; }

.left-adjust-3 {
  position: relative !important;
  left: -3px !important; }

.top-adjust-2 {
  position: relative !important;
  top: -2px !important; }

.left-adjust-2 {
  position: relative !important;
  left: -2px !important; }

.top-adjust-1 {
  position: relative !important;
  top: -1px !important; }

.left-adjust-1 {
  position: relative !important;
  left: -1px !important; }

.top-adjust0 {
  position: relative !important;
  top: 0px !important; }

.left-adjust0 {
  position: relative !important;
  left: 0px !important; }

.top-adjust1 {
  position: relative !important;
  top: 1px !important; }

.left-adjust1 {
  position: relative !important;
  left: 1px !important; }

.top-adjust2 {
  position: relative !important;
  top: 2px !important; }

.left-adjust2 {
  position: relative !important;
  left: 2px !important; }

.top-adjust3 {
  position: relative !important;
  top: 3px !important; }

.left-adjust3 {
  position: relative !important;
  left: 3px !important; }

.top-adjust4 {
  position: relative !important;
  top: 4px !important; }

.left-adjust4 {
  position: relative !important;
  left: 4px !important; }

.top-adjust5 {
  position: relative !important;
  top: 5px !important; }

.left-adjust5 {
  position: relative !important;
  left: 5px !important; }

.top-adjust6 {
  position: relative !important;
  top: 6px !important; }

.left-adjust6 {
  position: relative !important;
  left: 6px !important; }

html,
body {
  height: 100%;
  width: 100%; }

body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

hr {
  border-color: #f6da3e;
  border-width: 3px;
  max-width: 50px; }

hr.light {
  border-color: white; }

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #1E9AEE;
  outline: none !important; }
  a:hover, a:focus {
    color: #0f7eca; }
  a .subheading {
    color: #222; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px; }

li {
  font-size: 16px; }

b {
  font-weight: 800 !important;
  font-size: 18px; }

.bg-primary {
  background: -moz-linear-gradient(-45deg, #fcb426 0%, #fcb426 0%, #fcb426 0%, #f6da3e 60%, #faf175 92%);
  background: -webkit-linear-gradient(-45deg, #fcb426 0%, #fcb426 0%, #fcb426 0%, #f6da3e 60%, #faf175 92%);
  background: linear-gradient(135deg, #fcb426 0%, #fcb426 0%, #fcb426 0%, #f6da3e 60%, #faf175 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb426', endColorstr='#55efcb',GradientType=1 );
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-primary h2 {
    color: #222222; }
  .bg-primary p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px; }
  .bg-primary a {
    font-size: 19px;
    color: #4C56FF; }
    .bg-primary a:hover, .bg-primary a:focus {
      color: #000FFF !important; }

.bg-dark {
  background-color: #222222;
  color: white; }

.text-faded {
  color: fade(black, 70%); }
  .text-faded .bold-text {
    font-weight: 900 !important; }

.font-weight-bold {
  font-weight: bold; }

.text-gray {
  color: gray; }

section {
  padding: 4em 0; }

section:not(#header) {
  background-image: url("../png/tilebg.png");
  background-color: rgba(255, 255, 255, 0.6); }

aside {
  padding: 50px 0; }

.no-padding {
  padding: 0; }

#mainNav {
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  padding-top: 10px;
  z-index: 99; }
  @media (max-width: 1200px) {
    #mainNav {
      background-color: #272C31; } }
  #mainNav.gf-blog-dark-header {
    background-color: #272C31; }

/* dd container */
.dropdown {
  display: inline-block;
  position: relative;
  outline: none; }

/* button */
.dropbtn {
  color: white;
  cursor: pointer;
  transition: 0.35s ease-out; }

/* dd content */
.dropdown .dropdown-content {
  padding: 0px !important;
  position: absolute;
  top: 50%;
  background-color: #f7f7f7;
  border-radius: 5px;
  min-width: 160%;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 100000;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: 0.35s ease-out; }

.dropdown-content a {
  color: black;
  padding: 13px 17px;
  display: block;
  text-decoration: none;
  transition: 0.35s ease-out; }

.dropdown-content a:hover {
  background-color: #f6da3e;
  border-radius: 5px; }

/* show dd content */
.dropdown:focus .dropdown-content {
  outline: none;
  transform: translateY(20px);
  visibility: visible !important;
  opacity: 1 !important; }

/*
.dropbtn:hover, .dropdown:focus .dropbtn {
  background-color: #691692;
}
*/
/* mask to close menu by clicking on the button */
.dropdown .db2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  display: none; }

.dropdown:focus .db2 {
  display: inline-block; }

.dropdown .db2:focus .dropdown-content {
  outline: none;
  visibility: hidden;
  opacity: 0; }

.navbar-default {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s; }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 200;
    font-size: 32px; }
    .navbar-default .navbar-header .navbar-brand .goldfynch-logo {
      margin-top: -13px;
      height: 55px;
      float: left; }
    .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
      color: #f4d10d; }
  .navbar-default .navbar-header .navbar-toggle {
    border: none; }
    .navbar-default .navbar-header .navbar-toggle:hover, .navbar-default .navbar-header .navbar-toggle:active, .navbar-default .navbar-header .navbar-toggle:focus {
      background-color: transparent; }
  .navbar-default .nav {
    padding: 7px 10px 6px 0px; }
    .navbar-default .nav .nav > li > a,
    .navbar-default .nav .nav > li > a:focus {
      color: rgba(255, 255, 255, 0.7); }
      .navbar-default .nav .nav > li > a:hover,
      .navbar-default .nav .nav > li > a:focus:hover {
        color: white; }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
      line-height: 6px;
      font-weight: 700;
      font-size: 15px;
      color: rgba(255, 255, 255, 0.7); }
      .navbar-default .nav > li > a:hover,
      .navbar-default .nav > li > a:focus:hover {
        color: white; }
    .navbar-default .nav > li.active > a,
    .navbar-default .nav > li.active > a:focus {
      color: #f6da3e !important;
      background-color: transparent; }
      .navbar-default .nav > li.active > a:hover,
      .navbar-default .nav > li.active > a:focus:hover {
        background-color: transparent; }
  .navbar-default .navbar-collapse {
    border-top: none !important;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .navbar-default li {
    display: block;
    transition-duration: 0.5s; }
  .navbar-default li:hover {
    cursor: pointer; }
  .navbar-default ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none; }
  .navbar-default ul li:hover > ul,
  .navbar-default ul li:focus-within > ul,
  .navbar-default ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block; }
  .navbar-default ul li ul li {
    clear: both;
    width: 100%; }
  @media (max-width: 768px) {
    .navbar-default {
      background-color: transparent;
      border-color: #272C31; }
      .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
          color: white; }
      .navbar-default .nav {
        padding: 0 40px; }
      .navbar-default .nav > li > a,
      .navbar-default .nav > li > a:focus {
        color: white;
        font-size: 16px;
        font-weight: 700;
        padding: 30px 0; }
      .navbar-default .nav > li {
        border-bottom: 1px solid #444; }
        .navbar-default .nav > li:last-child {
          border-bottom: none; } }

#navbar-goldfynch101 {
  margin: 0;
  background-color: #272C31;
  border-radius: 0;
  border-width: 0;
  font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.5s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s; }
  #navbar-goldfynch101 a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 17px; }
  #navbar-goldfynch101 a:hover {
    background-color: #ddd;
    color: black; }
  #navbar-goldfynch101 .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 200;
    font-size: 32px; }
    #navbar-goldfynch101 .navbar-header .navbar-brand .goldfynch-logo {
      margin-top: -13px;
      height: 55px;
      float: left; }
    #navbar-goldfynch101 .navbar-header .navbar-brand:hover, #navbar-goldfynch101 .navbar-header .navbar-brand:focus {
      color: #f4d10d;
      background-color: transparent !important; }
  #navbar-goldfynch101 .navbar-header .navbar-toggle {
    border: none; }
    #navbar-goldfynch101 .navbar-header .navbar-toggle:hover, #navbar-goldfynch101 .navbar-header .navbar-toggle:active, #navbar-goldfynch101 .navbar-header .navbar-toggle:focus {
      background-color: transparent; }
  #navbar-goldfynch101 .nav {
    padding: 7px 10px 6px 0px; }
    #navbar-goldfynch101 .nav .nav > li > a,
    #navbar-goldfynch101 .nav .nav > li > a:focus {
      color: rgba(255, 255, 255, 0.7); }
      #navbar-goldfynch101 .nav .nav > li > a:hover,
      #navbar-goldfynch101 .nav .nav > li > a:focus:hover {
        color: white; }
    #navbar-goldfynch101 .nav .activetab {
      font-weight: 800 !important;
      color: black !important;
      background-color: rgba(255, 255, 255, 0.7); }
    #navbar-goldfynch101 .nav > li > a,
    #navbar-goldfynch101 .nav > li > a:focus {
      line-height: 6px;
      font-weight: 700;
      font-size: 15px;
      color: rgba(255, 255, 255, 0.7); }
      #navbar-goldfynch101 .nav > li > a:hover,
      #navbar-goldfynch101 .nav > li > a:focus:hover {
        color: black; }
    #navbar-goldfynch101 .nav > li.active > a,
    #navbar-goldfynch101 .nav > li.active > a:focus {
      color: #f6da3e !important;
      background-color: transparent; }
      #navbar-goldfynch101 .nav > li.active > a:hover,
      #navbar-goldfynch101 .nav > li.active > a:focus:hover {
        background-color: transparent; }
  #navbar-goldfynch101 .navbar-collapse {
    border-top: none !important;
    box-shadow: none;
    -webkit-box-shadow: none; }
  @media (max-width: 768px) {
    #navbar-goldfynch101 {
      background-color: transparent;
      border-color: #272C31; }
      #navbar-goldfynch101 .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        #navbar-goldfynch101 .navbar-header .navbar-brand:hover, #navbar-goldfynch101 .navbar-header .navbar-brand:focus {
          color: white; }
      #navbar-goldfynch101 .nav {
        padding: 0 40px; }
      #navbar-goldfynch101 .nav > li > a,
      #navbar-goldfynch101 .nav > li > a:focus {
        color: white;
        font-size: 16px;
        font-weight: 700;
        padding: 30px 0; }
      #navbar-goldfynch101 .nav > li {
        border-bottom: 1px solid #444; }
        #navbar-goldfynch101 .nav > li:last-child {
          border-bottom: none; } }

header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url("../jpg/header_black.jpg");
  text-align: center;
  color: white; }
  header .header-content {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%; }
    header .header-content .header-content-inner h1 {
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 30px; }
    header .header-content .header-content-inner hr {
      margin: 30px auto; }
    header .header-content .header-content-inner p {
      font-weight: 300;
      color: fade(white, 70%);
      font-size: 16px;
      margin-bottom: 50px; }
    header .header-content .header-content-inner a {
      color: grey; }
  @media (min-width: 768px) {
    header {
      min-height: 100%; }
      header .header-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px; }
        header .header-content .header-content-inner {
          max-width: 1000px;
          margin-left: auto;
          margin-right: auto; }
          header .header-content .header-content-inner h1 {
            font-size: 50px; }
          header .header-content .header-content-inner p {
            font-size: 28px;
            max-width: 80%;
            margin-left: auto;
            margin-right: auto; } }

.home-header h1 {
  margin: 1em 0; }

.home-bullets {
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style-type: none; }
  .home-bullets li {
    padding: 5px 0; }
    .home-bullets li:before {
      font-family: 'FontAwesome';
      content: '\f046';
      margin: 0 5px 0 -15px;
      color: #f6da3e;
      font-size: 1em;
      position: relative;
      top: 2px; }

.section-heading {
  margin-top: 0;
  font-size: 42px; }

.service-box {
  max-width: 400px;
  margin: 50px auto 0; }
  @media (min-width: 992px) {
    .service-box {
      margin: 20px auto 0; } }
  .service-box p {
    margin-bottom: 0; }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    background: fade(#f6da3e, 90%);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        padding: 0 15px; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

.call-to-action h2 {
  margin: 0 auto 20px; }

.text-primary {
  color: #f6da3e; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .btn-default .open > .dropdown-toggle {
    color: #222222;
    background-color: #f2f2f2;
    border-color: #ededed; }
  .btn-default:active, .btn-default.active,
  .btn-default .open > .dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: white; }
  .btn-default .badge {
    color: white;
    background-color: #222222; }

.btn-primary {
  color: white;
  background-color: #f6da3e;
  border-color: #f6da3e;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .btn-primary .open > .dropdown-toggle {
    color: white;
    background-color: #f5d526;
    border-color: #f4d31c; }
  .btn-primary:active, .btn-primary.active,
  .btn-primary .open > .dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #f6da3e;
    border-color: #f6da3e; }
  .btn-primary .badge {
    color: #f6da3e;
    background-color: white; }

.btn {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  border: none;
  border-radius: 300px;
  font-weight: 500; }

.btn-xl {
  padding: 10px 30px; }

.header-btn:hover span {
  display: none; }

.header-btn:hover:before {
  content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\f078\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  transition: 1s; }

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222; }

::selection {
  color: white;
  text-shadow: none;
  background: #222222; }

img::selection {
  color: white;
  background: transparent; }

img::-moz-selection {
  color: white;
  background: transparent; }

body {
  webkit-tap-highlight-color: #222222; }

.img-circle {
  border: 2px solid #f6da3e; }

@media (max-width: 992px) {
  .img-responsive {
    width: 55%;
    margin: 0 auto; }

  .subheading {
    margin-bottom: 60px; } }
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter $maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  height: 300px; }

.fade-carousel .carousel-inner .item {
  height: 300px; }

.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: .7; }

.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1; }

.carousel-inner h2 {
  margin-top: 85px;
  margin-bottom: -80px;
  text-align: center;
  color: white; }

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.hero h3 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 100 !important;
  line-height: 1.666666666666667em; }

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s; }

.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s; }

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: .7; }

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px; }

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto; }

/********************************/
/*       Slides backgrounds     */
/********************************/
.carousel-inner {
  background-image: url(../jpg/quote_background.jpg);
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
  .hero {
    width: 980px; } }
@media screen and (max-width: 640px) {
  .hero h2 {
    font-size: 18px; }

  .hero h3 {
    font-size: 14px; } }
.workflow-section {
  background-image: url(../jpg/sf.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.timeline {
  position: relative;
  padding: 50px 0 0 0;
  margin-top: 22px;
  list-style: none; }

.timeline > li:nth-child(even) {
  position: relative;
  margin-bottom: 50px;
  height: 180px;
  right: -100px; }

.timeline > li:nth-child(odd) {
  position: relative;
  margin-bottom: 50px;
  height: 180px;
  left: -100px; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both;
  min-height: 170px; }

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right; }

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0; }

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0; }

.timeline > li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 50%;
  border: 4px solid #f6da3e;
  border-radius: 100%;
  background-color: #f6da3e;
  box-shadow: 0 0 5px #fae67a;
  width: 200px;
  height: 200px;
  margin-left: -100px; }

.timeline > li .timeline-image h4 {
  margin-top: 12px;
  font-size: 10px;
  line-height: 14px; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 30px 20px 20px;
  text-align: left; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0; }

.timeline > li:last-child {
  margin-bottom: 0; }

.timeline .timeline-heading h4 {
  margin-top: 22px;
  margin-bottom: 4px;
  padding: 0;
  color: #7d7d7d; }

.timeline .timeline-heading h4 .subheading {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 18px;
  color: #333333 !important; }

.timeline .timeline-heading h3 .subheading {
  color: black !important; }

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
  color: #262626; }

.timeline .text-odd {
  padding-left: 100px; }

.timeline .text-even {
  padding-right: 100px; }

/*Style for even div.line*/
.timeline > li:nth-child(odd) .line:before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 690px;
  width: 3px;
  height: 340px;
  background-color: #f6da3e;
  -ms-transform: rotate(-44deg);
  /* IE 9 */
  -webkit-transform: rotate(-44deg);
  /* Safari */
  transform: rotate(-44deg);
  box-shadow: 0 0 5px #fae67a; }

/*Style for odd div.line*/
.timeline > li:nth-child(even) .line:before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 450px;
  width: 3px;
  height: 340px;
  background-color: #f6da3e;
  -ms-transform: rotate(44deg);
  /* IE 9 */
  -webkit-transform: rotate(44deg);
  /* Safari */
  transform: rotate(44deg);
  box-shadow: 0 0 5px #fae67a; }

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px; }

  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px; }

  .timeline > li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px; }

  .timeline > li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px; }

  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left; }

  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right; }

  .timeline > li .line {
    display: none; } }
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px; }

  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px; }

  .timeline > li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px; }

  .timeline > li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px; }

  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left; }

  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right; }

  .timeline > li .line {
    display: none; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px; }

  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px; }

  .timeline > li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom: 0px; }

  .timeline > li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
    float: left; }

  .timeline > li:nth-child(odd) .timeline-image {
    float: right;
    left: 0px;
    margin-left: 0; }

  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px; }

  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px; }

  .timeline > li .line {
    display: none; } }
.feature-item-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 1em 10em; }
  @media only screen and (max-width: 767px) {
    .feature-item-container {
      flex-direction: column;
      align-items: center;
      margin: 1em 2em; } }
  @media only screen and (max-width: 992px) {
    .feature-item-container {
      margin: 1em 2em; } }
  .feature-item-container__icon {
    flex: 0 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .feature-item-container__content h2 {
    margin: 0 0 0.1em 0; }
  .feature-item-container__content p {
    line-height: 1.5em;
    font-size: 1.2em;
    color: #777777; }
  .feature-item-container__content a {
    white-space: nowrap; }
  @media only screen and (max-width: 767px) {
    .feature-item-container__content {
      text-align: center; } }
  .feature-item-container--2x2 {
    flex-direction: row; }

.feature-item-container__side-by-side {
  display: flex;
  flex-direction: row;
  margin: 0 -8em;
  align-items: center; }
  .feature-item-container__side-by-side .feature-item-container {
    margin: 1em; }
  @media only screen and (max-width: 1400px) {
    .feature-item-container__side-by-side {
      flex-direction: column;
      margin: inherit; }
      .feature-item-container__side-by-side .feature-item-container__bullets {
        margin: 3em 10em 0 10em; } }
  @media only screen and (max-width: 992px) {
    .feature-item-container__side-by-side {
      flex-direction: column;
      margin: inherit; }
      .feature-item-container__side-by-side .feature-item-container__ss .product-image {
        width: 100%; }
      .feature-item-container__side-by-side .feature-item-container__bullets {
        margin: 1em 0 0 0; }
      .feature-item-container__side-by-side .feature-item-container {
        margin: 1em 2em; } }

.feature-item-container__horiz-with-ss {
  margin: 0 -8em; }
  .feature-item-container__horiz-with-ss .feature-item-container__bullets {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
  .feature-item-container__horiz-with-ss .feature-item-container__ss {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em 0 2em 0; }
  .feature-item-container__horiz-with-ss .feature-item-container {
    margin: 1em;
    flex-direction: column;
    text-align: center;
    align-items: center; }
    .feature-item-container__horiz-with-ss .feature-item-container .feature-item-container__icon {
      flex: unset;
      margin-bottom: 1em; }
  @media only screen and (max-width: 1400px) {
    .feature-item-container__horiz-with-ss {
      margin: 0; }
      .feature-item-container__horiz-with-ss .feature-item-container__ss {
        margin: 0 -2em; }
      .feature-item-container__horiz-with-ss .product-image {
        width: 100%; } }
  @media only screen and (max-width: 992px) {
    .feature-item-container__horiz-with-ss {
      margin: 0; }
      .feature-item-container__horiz-with-ss .feature-item-container__bullets {
        flex-direction: column; }
      .feature-item-container__horiz-with-ss .feature-item-container {
        margin: 1em 2em;
        flex-direction: row;
        text-align: unset;
        align-items: flex-start; }
        .feature-item-container__horiz-with-ss .feature-item-container .feature-item-container__icon {
          flex: 0 0 120px;
          margin-bottom: unset; } }
  @media only screen and (max-width: 768px) {
    .feature-item-container__horiz-with-ss .feature-item-container {
      flex-direction: column;
      align-items: center; }
    .feature-item-container__horiz-with-ss .feature-item-container__ss {
      margin: 0; } }

.primary-feature-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }
  .primary-feature-items .feature-item-container {
    margin: 0 1em;
    flex: 0 0 45%; }
  @media (max-width: 992px) {
    .primary-feature-items {
      flex-direction: column; }
      .primary-feature-items .feature-item-container {
        flex: unset;
        margin: 0 2em; } }

footer {
  padding: 100px 0 50px 0; }

footer hr {
  border-color: #f6da3e;
  padding-bottom: 35px;
  border-width: 3px;
  max-width: 75px; }

.footer-text {
  line-height: 1.5;
  font-size: 14px; }

.footer-text a {
  color: #333; }

.footer-icon a {
  color: #333;
  font-size: 20px;
  padding: 0 2px 10px 2px; }

.contact-page {
  height: 300px;
  margin-bottom: 50px;
  background-position: center top;
  background-image: url("../png/header.png");
  background-attachment: fixed;
  background-size: auto; }
  .contact-page .contact-title {
    padding-top: 50px;
    font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: white;
    font-size: 50px; }

.contact-form {
  margin-bottom: 100px; }

.feature-request-form {
  margin-bottom: 100px; }

.pricing-page .btn-primary {
  font-size: 18px !important; }
.pricing-page .pricing-title {
  padding-top: 50px;
  font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: white;
  font-size: 50px; }
.pricing-page .pricing-header {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: white;
  font-size: 20px; }
  .pricing-page .pricing-header li {
    margin: 10px 0; }
.pricing-page .pricing-bullets {
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style-type: none; }
  .pricing-page .pricing-bullets li {
    padding: 5px 0; }
    .pricing-page .pricing-bullets li:before {
      font-family: 'FontAwesome';
      content: '\f046';
      margin: 0 5px 0 -15px;
      color: #f6da3e;
      font-size: 1em;
      position: relative;
      top: 2px; }

#pricing-widget {
  padding-top: 70px !important;
  padding-bottom: 50px !important; }
  #pricing-widget .pricing-table {
    background-color: rgba(17, 152, 237, 0.1);
    border-radius: 4px;
    border: 1px solid #1198ED; }
  #pricing-widget .fancy-underline {
    text-decoration: underline; }
  #pricing-widget .price-slider-info {
    margin: 2em 0 1em 0; }
    #pricing-widget .price-slider-info h3 {
      font-size: 1.5em;
      padding: 0; }
  @media screen and (max-width: 768px) {
    #pricing-widget {
      margin: 0 1em; } }

.pricing-page-odd {
  padding-top: 70px !important;
  padding-bottom: 50px !important; }
  .pricing-page-odd h2 {
    font-size: 35px !important;
    padding: 10px; }
    @media (max-width: 768px) {
      .pricing-page-odd h2 {
        font-size: 30px !important; } }
  .pricing-page-odd .container {
    max-width: 1100px;
    margin: 0 auto; }
    .pricing-page-odd .container .btn {
      border-radius: 3px;
      font-size: 18px;
      color: #272C31;
      margin-top: 40px; }
      .pricing-page-odd .container .btn.border-only {
        background-color: transparent;
        border: 1px solid #f6da3e;
        color: #f6da3e; }
    .pricing-page-odd .container .btn-lg {
      padding: 10px 30px !important; }
    .pricing-page-odd .container .hint {
      padding: 5px 0;
      font-size: 14px !important;
      font-weight: 400; }
    .pricing-page-odd .container .hint-i {
      font-size: 10px !important;
      font-weight: 300 !important; }
  .pricing-page-odd .feature-container {
    padding: 20px !important; }

.pricing-page-even {
  background-color: #f8f8f8;
  padding-top: 70px !important;
  padding-bottom: 50px !important; }
  .pricing-page-even h2 {
    font-size: 35px !important;
    padding: 10px; }
    @media (max-width: 768px) {
      .pricing-page-even h2 {
        font-size: 30px !important; } }
  .pricing-page-even iframe {
    width: 100%;
    height: 450px; }
  .pricing-page-even .container {
    max-width: 1100px;
    margin: 0 auto; }
    .pricing-page-even .container .btn {
      border-radius: 3px;
      font-size: 18px;
      color: #272C31;
      margin-top: 40px; }
      .pricing-page-even .container .btn.border-only {
        background-color: transparent;
        border: 1px solid #f6da3e;
        color: #f6da3e; }
    .pricing-page-even .container .btn-lg {
      padding: 10px 30px !important; }
    .pricing-page-even .container .hint {
      padding: 5px 0;
      font-size: 14px !important;
      font-weight: 400; }
    .pricing-page-even .container .hint-i {
      font-size: 10px !important;
      font-weight: 300 !important; }

.pricing-cell {
  text-align: center; }
  .pricing-cell h3 {
    font-size: 16px;
    padding: 5px;
    color: #272C31;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .pricing-cell h3 {
        font-size: 14px; } }
  .pricing-cell h4 {
    font-size: 40px;
    min-height: 70px;
    color: #272C31; }
    @media (max-width: 768px) {
      .pricing-cell h4 {
        min-height: 50px;
        font-size: 20px; } }
    .pricing-cell h4.yes:before {
      font-family: FontAwesome;
      content: '\f00c';
      color: #1198ED; }
    .pricing-cell h4.restricted:after {
      color: #999;
      content: 'Includes \"Produced with GoldFynch\" stamp.';
      display: block;
      font-size: 12px; }
    .pricing-cell h4.no:before {
      font-family: FontAwesome;
      content: '\f068';
      color: #ccc; }

.price-slider-container {
  padding: 1em 0;
  max-width: 80%;
  margin: 0 auto; }
  .price-slider-container .noUi-handle {
    background: #1198ED;
    box-shadow: none !important; }

/*--------------------------------------------------
    [Gutter]
----------------------------------------------------*/
.content-sm {
  padding-top: 40px;
  padding-bottom: 40px; }

.content-md {
  padding-top: 80px;
  padding-bottom: 80px; }

.margin-b-40 {
  margin-bottom: 40px !important; }

@media (max-width: 992px) {
  .md-margin-b-30 {
    margin-bottom: 30px !important; } }
/*--------------------------------------------------
    [Radius]
----------------------------------------------------*/
.radius-3 {
  border-radius: 3px !important; }

.radius-10 {
  border-radius: 10px !important; }

/*--------------------------------------------------
    [Colors]
----------------------------------------------------*/
/*--------------------------------------------------
    [Button]
----------------------------------------------------*/
.btn-dark-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #34343c;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #34343c;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn-dark-brd:focus, .btn-dark-brd:active:focus, .btn-dark-brd.active:focus, .btn-dark-brd.focus, .btn-dark-brd:active.focus, .btn-dark-brd.active.focus {
  outline: none; }

.btn-dark-brd:hover {
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }

.btn-dark-brd:hover, .btn-dark-brd:focus, .btn-dark-brd.focus {
  color: #fff;
  background: #34343c;
  border-color: #34343c;
  text-decoration: none; }

.btn-dark-brd:after, .btn-dark-brd:before {
  background: transparent; }

.btn-dark-brd:active, .btn-dark-brd.active {
  background-image: none;
  outline: 0; }

.btn-dark-brd.disabled, .btn-dark-brd[disabled],
fieldset[disabled] .btn-dark-brd {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none; }

.btn-dark-brd .btn-base-element-xs {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border-left: 1px solid #2b2b31;
  padding: 6px 9px; }

.btn-dark-brd .btn-base-element-sm {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border-left: 1px solid #2b2b31;
  padding: 9px 11px; }

.btn-dark-brd .btn-base-element-md {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border-left: 1px solid #2b2b31;
  padding: 12px 13px; }

.btn-dark-brd .btn-base-element-lg {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border-left: 1px solid #2b2b31;
  padding: 15px 15px; }

.btn-base-sm {
  font-size: 14px;
  font-weight: 300;
  padding: 9px 22px; }

/*--------------------------------------------------
    [Pricing List v4]
----------------------------------------------------*/
.pricing-list-v4 {
  text-align: center;
  background: #fff; }

.pricing-list-v4 .pricing-list-v4-header {
  border-bottom: 1px solid #e4e8f3;
  padding: 40px 5px 40px;
  margin: 10px 5px; }

.pricing-list-v4 .pricing-list-v4-header .pricing-list-v4-title {
  font-size: 36px;
  margin-bottom: 5px; }

.pricing-list-v4 .pricing-list-v4-header .pricing-list-v4-subtitle {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 2; }

.pricing-list-v4 .pricing-list-v4-content {
  padding: 40px 20px; }

.pricing-list-v4 .pricing-list-v4-content .pricing-list-v4-price-sign {
  position: relative;
  top: -30px;
  font-size: 20px; }

.pricing-list-v4 .pricing-list-v4-content .pricing-list-v4-price {
  font-size: 70px;
  font-weight: 400;
  line-height: .5;
  letter-spacing: -3px; }

.pricing-list-v4 .pricing-list-v4-content .pricing-list-v4-subprice {
  font-size: 30px;
  font-weight: 400; }

.pricing-list-v4 .pricing-list-v4-content .pricing-list-v4-price-info {
  position: relative;
  display: block;
  letter-spacing: 1px; }

.pricing-list-v4 .pricing-list-v4-content .pricing-list-v4-price-info:before {
  font-size: 22px;
  font-weight: 300;
  margin-right: 3px; }

.pricing-footer-notes {
  margin-top: -125px; }
  .pricing-footer-notes h4, .pricing-footer-notes h5 {
    line-height: 1; }

.faq-page {
  background-color: #272C31;
  padding: 50px !important; }
  .faq-page .faq-title {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: white;
    font-size: 50px;
    padding: 20px 0 !important;
    margin: 0 !important; }
    @media (max-width: 414px) {
      .faq-page .faq-title {
        font-size: 30px; } }

.faq-navlist {
  margin-bottom: 35px; }
  .faq-navlist h2 {
    padding-bottom: 50px; }
  .faq-navlist h4 a {
    color: black; }
  .faq-navlist a:hover, .faq-navlist a:focus {
    color: #f6da3e;
    font-weight: 800; }

.faq-list h2 {
  padding-bottom: 50px; }

#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none; }

.services-page {
  background-color: #272C31;
  padding: 50px !important; }
  .services-page .services-title {
    font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 20px 0 !important;
    font-size: 50px;
    margin: 0;
    color: white; }
    @media (max-width: 414px) {
      .services-page .services-title {
        font-size: 30px; } }

.services-list h3 {
  padding-top: 25px; }

#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none; }

.legal-page {
  height: 350px;
  margin-bottom: 100px;
  background-position: center top;
  background-image: url("../png/stamp.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto; }
  .legal-page .legal-title {
    padding-top: 50px;
    font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: white;
    font-size: 50px; }

.legal-list {
  padding-bottom: 200px; }
  .legal-list a {
    color: black; }

.terms-page {
  height: 350px;
  margin-bottom: 100px;
  background-position: center top;
  background-image: url("../png/stamp.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto; }
  .terms-page .terms-title {
    padding-top: 50px;
    font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: white;
    font-size: 50px; }

.terms-list a {
  color: black; }

.service-agreement-page {
  height: 350px;
  margin-bottom: 100px;
  background-position: center top;
  background-image: url("../png/stamp.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto; }
  .service-agreement-page .service-agreement-title {
    padding: auto;
    font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: white;
    font-size: 50px; }
  @media screen and (max-width: 640px) {
    .service-agreement-page .service-agreement-title {
      font-size: 35px; } }

.service-agreement-list a {
  color: black; }
.service-agreement-list ol {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px; }
.service-agreement-list li {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px; }
.service-agreement-list hr {
  border-color: #f6da3e;
  border-width: 3px;
  max-width: 200px;
  margin-top: 75px;
  margin-bottom: 75px; }

.privacy-page {
  height: 350px;
  margin-bottom: 100px;
  background-position: center top;
  background-image: url("../png/stamp.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto; }
  .privacy-page .privacy-title {
    padding-top: 50px;
    font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: white;
    font-size: 50px; }

.privacy-list a {
  color: black; }
.privacy-list li {
  margin: 0 0 10px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.features-sublist-page {
  background-color: #272C31;
  padding: 100px 0px 300px 0px !important;
  margin-bottom: -250px; }
  .features-sublist-page .features-sublist-title {
    background-color: #272C31;
    font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 20px 0 !important;
    font-size: 50px c !important;
    margin: 0;
    color: white; }
    @media (max-width: 414px) {
      .features-sublist-page .features-sublist-title {
        font-size: 30px; } }

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

.features-sublist p {
  padding: 0px 0px 30px 0px; }

.features-page {
  background-color: #272C31; }

.page-top-h1-margin {
  margin-top: 3em;
  padding: 10px 100px; }

.page-bottom-h1-margin {
  margin-bottom: 3em; }

.features-list {
  margin-top: -50px; }
  .features-list h2 {
    padding-bottom: 50px; }

.speed-image {
  width: 600px; }

@media (max-width: 991px) {
  .speed-image {
    width: 300px; } }
.report-module {
  position: relative;
  margin: 30px 0;
  z-index: 1;
  display: block;
  background: #ffffff;
  min-width: 270px;
  width: 300px\9;
  height: 205px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }

.report-module .thumbnail {
  background: #009775;
  height: 220px;
  overflow: hidden; }

.thumbnail {
  padding: 0; }

.report-module:hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3); }

.report-module:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .9; }

.report-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: .2; }

.report-module .post-content {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  height: 200px;
  padding: 20px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s; }

.report-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #333;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

.report-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700; }

.report-module .post-content .description {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em; }

.report-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999; }

.report-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0; }

.btn-primary {
  color: #000;
  text-decoration: none;
  font-size: 18px !important;
  border: none;
  border-radius: 300px;
  font-weight: 500; }

.btn-block-analyzer {
  color: #000;
  display: block;
  width: 80%;
  margin: auto;
  border-radius: 3px;
  padding: 10px 0; }

.add-on-services-container {
  padding: 15px;
  margin-top: 20px; }

.add-on-services-heading-container {
  padding-bottom: 75px; }

.add-on-services p.title {
  color: #333;
  font-size: 18px;
  margin: 0 0 20px 0;
  line-height: 1.3; }
.add-on-services p.info {
  color: #333;
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 20px 0;
  line-height: 1.5; }
.add-on-services p.pricing {
  text-align: right;
  font-size: 4.5em; }
  @media (max-width: 999px) {
    .add-on-services p.pricing {
      text-align: center; } }
.add-on-services p.pricing-info {
  color: #999;
  text-align: left;
  vertical-align: middle;
  margin-top: 25%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5; }
  @media (max-width: 999px) {
    .add-on-services p.pricing-info {
      text-align: center;
      margin-top: 0px; } }

.add-on-services-section {
  background-color: #f8f8f8;
  padding: 70px 10px 20px 10px;
  text-align: center;
  border-radius: 4px; }
  .add-on-services-section h4 {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 700;
    color: #666; }
    .add-on-services-section h4:after {
      content: ' ';
      width: 10%;
      display: block;
      margin: 10px auto 30px;
      border-bottom: 2px solid rgba(30, 154, 238, 0.5); }
  @media (max-width: 768px) {
    .add-on-services-section {
      padding: 15px; } }

@media (max-width: 768px) {
  padding: 10px; }
.about-page {
  height: 350px; }
  .about-page .about-title {
    padding-top: 50px;
    font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: white;
    font-size: 50px; }
  .about-page .about-subtitle {
    color: white;
    font-size: 1.5em;
    opacity: 0.9; }

.about-content h1 {
  color: #666;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px; }
.about-content .about-item {
  position: relative;
  padding: 10px 30px 30px 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f4f4f4; }
  .about-content .about-item h3 {
    color: #666;
    padding: 10px 0;
    margin-top: 0; }
  .about-content .about-item p {
    color: #999;
    line-height: 1.5;
    margin: 0; }
  .about-content .about-item:before {
    position: absolute;
    content: '\f101';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #1E9AEE;
    left: -0px;
    top: 18px; }
    @media (max-width: 768px) {
      .about-content .about-item:before {
        content: ''; } }
  .about-content .about-item.no-indicator:before {
    content: ''; }

@media (max-width: 768px) {
  .features-title {
    padding: 50px 0 !important; } }

.feature-container {
  padding: 50px; }
  .feature-container .feature-section {
    background-color: rgba(238, 238, 238, 0.5);
    padding: 40px;
    text-align: center;
    border-radius: 4px; }
    .feature-container .feature-section h4 {
      margin-top: 30px;
      font-size: 28px;
      font-weight: 700;
      color: #666; }
      .feature-container .feature-section h4:after {
        content: ' ';
        width: 10%;
        display: block;
        margin: 10px auto 30px;
        border-bottom: 2px solid rgba(30, 154, 238, 0.5); }
    .feature-container .feature-section .icon100 {
      font-size: 70px !important; }
    .feature-container .feature-section .feature-details p.title {
      color: #333;
      font-size: 24px;
      margin: 0 0 10px 0;
      line-height: 1.3; }
    .feature-container .feature-section .feature-details p.info {
      color: #666;
      font-size: 18px;
      font-weight: 200;
      margin: 0 0 20px 0;
      line-height: 1.5; }
    @media (max-width: 768px) {
      .feature-container .feature-section {
        padding: 20px; } }
  @media (max-width: 768px) {
    .feature-container {
      padding: 10px; } }

.faq-container {
  margin-top: 40px; }
  .faq-container h3 {
    text-transform: uppercase;
    font-weight: 400;
    color: #999;
    padding: 10px 15px;
    border-bottom: 1px dashed #ccc; }
  .faq-container .faq-item {
    background-color: #fcfcfc;
    padding: 5px 20px;
    border-radius: 5px;
    transition: height 1s;
    display: block;
    margin-bottom: 5px; }
    .faq-container .faq-item:hover, .faq-container .faq-item:active, .faq-container .faq-item:visited, .faq-container .faq-item:focus {
      text-decoration: none; }
    .faq-container .faq-item h5.title {
      font-size: 20px;
      color: #1E9AEE; }
    .faq-container .faq-item .body {
      color: #666;
      display: none; }
      .faq-container .faq-item .body p {
        font-weight: 100;
        margin-bottom: 10px; }
        .faq-container .faq-item .body p:first-child {
          font-weight: 400; }

.pan-image-container {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  margin-bottom: 60px; }
  .pan-image-container .pan-image {
    background-image: url("../svg/vector-goldfynch.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: white;
    margin: auto;
    width: 90%;
    height: 260px;
    box-shadow: 0px 0px 20px #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .pan-image-container:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 22px;
    bottom: -21px;
    border-top: 2px solid #F7DC45;
    background-color: transparent; }
  @media (max-width: 768px) {
    .pan-image-container {
      display: none;
      display: none; } }

.index-image-container {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  margin-bottom: 60px; }
  .index-image-container .index-image {
    background-image: url("../svg/vector-goldfynch-overview.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: white;
    margin: auto;
    width: 90%;
    height: 0px;
    box-shadow: 0px 0px 20px #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    animation-name: slide_in;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-fill-mode: forwards; }
@keyframes slide_in {
  0% {
    opacity: 0;
    height: 0px; }
  100% {
    opacity: 1;
    height: 300px; } }
  .index-image-container:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 22px;
    bottom: -21px;
    border-top: 2px solid #F7DC45;
    background-color: transparent; }
  @media (max-width: 768px) {
    .index-image-container {
      display: none;
      display: none; } }

.pan-image-container-flag {
  position: relative; }
  .pan-image-container-flag .pan-image-goldfynch-flag {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: transparent;
    height: 300px;
    margin: 50px; }
  @media (max-width: 768px) {
    .pan-image-container-flag {
      margin: auto; } }

.benefit-cells .benefit-cell {
  padding: 20px; }
  .benefit-cells .benefit-cell img {
    width: 100px;
    height: auto; }
  .benefit-cells .benefit-cell i {
    font-size: 40px;
    color: #888; }
  .benefit-cells .benefit-cell .number {
    position: absolute;
    font-size: 90px !important;
    color: #ddd;
    z-index: -10000;
    left: 50%;
    transform: translate(-100px, -50px); }
  .benefit-cells .benefit-cell h3.caption {
    color: #272C31;
    font-size: 20px;
    line-height: 28px;
    position: relative; }
  .benefit-cells .benefit-cell p {
    color: #555;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; }
  .benefit-cells .benefit-cell a {
    color: #1E9AEE !important; }
    .benefit-cells .benefit-cell a:hover {
      color: #0f7eca; }
    .benefit-cells .benefit-cell a:visited, .benefit-cells .benefit-cell a:focus, .benefit-cells .benefit-cell a:active {
      color: #1E9AEE; }

#header {
  background-color: #272C31;
  background-image: url("../png/darktilebg.png");
  margin-top: -60px;
  color: white;
  padding-bottom: 10px !important; }
  #header h1 {
    font-size: 50px; }
  #header p {
    color: #999;
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px; }
  #header strong {
    color: white;
    font-weight: 500 !important; }
  #header .main-links {
    padding-top: 40px;
    padding-bottom: 40px; }
    #header .main-links .btn-lg {
      padding: 10px 30px !important; }
    #header .main-links .hint {
      padding: 5px 0;
      font-size: 14px;
      font-weight: 400; }
    #header .main-links .hint-i {
      font-size: 10px !important;
      font-weight: 300 !important; }
    #header .main-links .btn {
      border-radius: 3px;
      font-size: 16px;
      color: #272C31;
      padding: 10px 0; }
      #header .main-links .btn.border-only {
        background-color: transparent;
        border: 1px solid #f6da3e;
        color: #f6da3e; }
  @media (max-width: 768px) {
    #header {
      padding: 60px 20px 20px 20px; } }
  @media (max-width: 414px) {
    #header h1 {
      font-size: 40px; }
    #header p {
      font-size: 18px; } }

#benefits h2, #pricing-widget h2 {
  text-align: center;
  font-size: 40px;
  color: #272C31;
  margin: 0;
  line-height: 150%; }
  #benefits h2:after, #pricing-widget h2:after {
    content: ' ';
    width: 10%;
    border-bottom: 2px solid rgba(30, 154, 238, 0.5);
    display: block;
    margin: 10px auto; }
#benefits p.sub, #pricing-widget p.sub {
  text-align: center;
  color: #666;
  font-size: 24px;
  margin: 0 0 30px 0; }
  @media (max-width: 768px) {
    #benefits p.sub, #pricing-widget p.sub {
      font-size: 20px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 1.5; } }
#benefits p, #pricing-widget p {
  font-size: 18px; }

@media (max-width: 768px) {
  #benefits .benefit-cell {
    padding: 20px 40px 20px 40px; } }
.login-workflow {
  height: 500px;
  background-image: url("../png/login_workflow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 80% center; }

@media (min-width: 667px) {
  .workflow-section-layed-out {
    display: none; } }

.workflow-cells {
  margin: 50px 0 150px 0;
  position: relative; }
  @media (max-width: 667px) {
    .workflow-cells {
      display: none; } }
  .workflow-cells .workflow-cell {
    padding-top: 150px;
    padding-bottom: 150px;
    width: 100%;
    position: relative; }
    @media (max-width: 990px) {
      .workflow-cells .workflow-cell {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (max-width: 768px) {
      .workflow-cells .workflow-cell {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .workflow-cells .workflow-cell .info {
      position: relative;
      margin-left: 50%;
      width: 350px;
      display: inline-block; }
      .workflow-cells .workflow-cell .info h3.title {
        color: #666;
        font-weight: 400;
        font-size: 42px; }
        @media (max-width: 768px) {
          .workflow-cells .workflow-cell .info h3.title {
            font-size: 20px; } }
      .workflow-cells .workflow-cell .info p {
        font-weight: 200;
        color: #999; }
        @media (max-width: 768px) {
          .workflow-cells .workflow-cell .info p {
            font-size: 16px;
            line-height: 28px; } }
      .workflow-cells .workflow-cell .info a {
        color: #1E9AEE !important; }
        .workflow-cells .workflow-cell .info a:hover {
          color: #0f7eca; }
        .workflow-cells .workflow-cell .info a:visited, .workflow-cells .workflow-cell .info a:focus, .workflow-cells .workflow-cell .info a:active {
          color: #1E9AEE; }
      @media (max-width: 1130px) {
        .workflow-cells .workflow-cell .info {
          width: 275px; } }
    .workflow-cells .workflow-cell .showcase {
      position: absolute; }
    .workflow-cells .workflow-cell.workflow-cell-login .info {
      left: -550px; }
      @media (max-width: 1280px) {
        .workflow-cells .workflow-cell.workflow-cell-login .info {
          left: -480px; } }
      @media (max-width: 1130px) {
        .workflow-cells .workflow-cell.workflow-cell-login .info {
          left: -420px; } }
      @media (max-width: 990px) {
        .workflow-cells .workflow-cell.workflow-cell-login .info {
          left: -360px;
          top: -10px; } }
      @media (max-width: 768px) {
        .workflow-cells .workflow-cell.workflow-cell-login .info {
          left: -310px; } }
    .workflow-cells .workflow-cell.workflow-cell-login .showcase {
      width: 600px;
      height: auto;
      left: 50%;
      top: 40px; }
      @media (max-width: 1280px) {
        .workflow-cells .workflow-cell.workflow-cell-login .showcase {
          margin-left: -70px; } }
      @media (max-width: 1130px) {
        .workflow-cells .workflow-cell.workflow-cell-login .showcase {
          margin-left: -125px;
          top: 40px; } }
      @media (max-width: 990px) {
        .workflow-cells .workflow-cell.workflow-cell-login .showcase {
          width: 450px;
          top: 60px;
          margin-left: -80px; } }
      @media (max-width: 768px) {
        .workflow-cells .workflow-cell.workflow-cell-login .showcase {
          width: 350px;
          top: 20px;
          margin-left: -40px; } }
    .workflow-cells .workflow-cell.workflow-cell-uploads .info {
      left: 200px;
      top: -50px; }
      @media (max-width: 1140px) {
        .workflow-cells .workflow-cell.workflow-cell-uploads .info {
          left: 150px;
          top: -80px; } }
      @media (max-width: 1050px) {
        .workflow-cells .workflow-cell.workflow-cell-uploads .info {
          top: -100px;
          left: 125px; } }
      @media (max-width: 990px) {
        .workflow-cells .workflow-cell.workflow-cell-uploads .info {
          top: -55px;
          left: 120px; } }
      @media (max-width: 860px) {
        .workflow-cells .workflow-cell.workflow-cell-uploads .info {
          left: 80px; } }
    .workflow-cells .workflow-cell.workflow-cell-uploads .showcase {
      width: 900px;
      height: auto;
      left: 0;
      top: 0; }
      @media (max-width: 1340px) {
        .workflow-cells .workflow-cell.workflow-cell-uploads .showcase {
          width: 800px; } }
      @media (max-width: 1140px) {
        .workflow-cells .workflow-cell.workflow-cell-uploads .showcase {
          width: 700px; } }
      @media (max-width: 1050px) {
        .workflow-cells .workflow-cell.workflow-cell-uploads .showcase {
          width: 650px; } }
      @media (max-width: 990px) {
        .workflow-cells .workflow-cell.workflow-cell-uploads .showcase {
          width: 600px;
          top: 20px;
          left: -20px; } }
      @media (max-width: 940px) {
        .workflow-cells .workflow-cell.workflow-cell-uploads .showcase {
          left: -60px; } }
      @media (max-width: 860px) {
        .workflow-cells .workflow-cell.workflow-cell-uploads .showcase {
          left: -100px; } }
      @media (max-width: 768px) {
        .workflow-cells .workflow-cell.workflow-cell-uploads .showcase {
          width: 500px;
          top: 0px;
          left: -120px; } }

.main-page-features .header h1 {
  text-align: center;
  font-size: 40px;
  color: #272C31;
  margin: 0;
  text-shadow: 0px 2px 2px rgba(30, 154, 238, 0.1); }
  .main-page-features .header h1:after {
    content: ' ';
    width: 10%;
    border-bottom: 2px solid rgba(30, 154, 238, 0.5);
    display: block;
    margin: 10px auto; }
.main-page-features .header p.sub {
  text-align: center;
  color: #666;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 2em 0; }
  @media (max-width: 768px) {
    .main-page-features .header p.sub {
      padding-left: 30px;
      padding-right: 30px;
      font-size: 18px; } }
@media (max-width: 768px) {
  .main-page-features .row {
    padding: 20px !important; }
    .main-page-features .row img {
      width: 94px !important; } }
@media (min-width: 768px) {
  .main-page-features .row .col-sm-4, .main-page-features .row .col-sm-8 {
    display: table-cell;
    vertical-align: middle;
    float: none !important; } }
.main-page-features .feature-text h2 {
  color: #272C31; }
  @media (max-width: 768px) {
    .main-page-features .feature-text h2 {
      font-size: 20px; } }
.main-page-features .feature-text p {
  color: #666;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.5; }
@media (max-width: 768px) {
  .main-page-features .feature-text {
    text-align: center; } }
.main-page-features .feature-image {
  width: 80%;
  vertical-align: middle;
  text-align: center; }
  .main-page-features .feature-image img {
    width: 100%;
    max-width: 800px; }
  @media (max-width: 768px) {
    .main-page-features .feature-image {
      width: 100%; } }
.main-page-features .margin-auto {
  margin-left: auto !important;
  margin-right: auto !important; }
.main-page-features .padding {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }
  @media (max-width: 768px) {
    .main-page-features .padding {
      padding-top: 0px !important;
      padding-bottom: 0px !important; } }
.main-page-features .padding-image {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }
  @media (max-width: 768px) {
    .main-page-features .padding-image {
      padding-top: 20px !important;
      padding-bottom: 0px !important; } }
@media (max-width: 1198px) {
  .main-page-features {
    padding: 40px 0 !important; } }

@media (max-width: 1198px) {
  .gf-blog-post-content {
    padding: 50px 0 !important; } }
.gf-blog-post-content .gf-blog-post-header {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  margin-bottom: 20px; }
  .gf-blog-post-content .gf-blog-post-header h1 {
    margin: 0;
    padding: 0; }
  .gf-blog-post-content .gf-blog-post-header .gf-blog-post-header-details {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #999;
    margin-top: 5px; }
    .gf-blog-post-content .gf-blog-post-header .gf-blog-post-header-details .tags {
      position: relative;
      top: -2px;
      margin-left: 10px; }
      .gf-blog-post-content .gf-blog-post-header .gf-blog-post-header-details .tags .tag {
        font-size: 12px;
        color: #1E9AEE;
        background-color: #f3fafe;
        padding: 0px 3px 2px 3px;
        border: 1px solid #acdaf9;
        margin: 0 3px 0 0;
        border-radius: 3px;
        line-height: 24px; }
.gf-blog-post-content .gf-blog-post-text h1, .gf-blog-post-content .gf-blog-post-text h2, .gf-blog-post-content .gf-blog-post-text h3, .gf-blog-post-content .gf-blog-post-text h4 {
  color: #333;
  margin: 40px 0 20px 0; }
.gf-blog-post-content .gf-blog-post-text p, .gf-blog-post-content .gf-blog-post-text ul, .gf-blog-post-content .gf-blog-post-text ol {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.8;
  font-size: 18px;
  color: #555; }
.gf-blog-post-content .gf-blog-post-section h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #666; }
.gf-blog-post-content .gf-blog-post-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .gf-blog-post-content .gf-blog-post-section ul.recent-posts li {
    margin-bottom: 5px; }

.product-image {
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px #aaa;
  width: 100%; }

.gf-blog-post-bg {
  background-image: url(../png/tilebg.png); }

.gf-blog-post-index {
  margin-top: 40px; }
  .gf-blog-post-index .gf-blog-post-index-item {
    padding: 20px 0px;
    border-bottom: 1px dashed #ccc; }
    .gf-blog-post-index .gf-blog-post-index-item:first-child {
      padding-top: 25px; }
    .gf-blog-post-index .gf-blog-post-index-item h3 {
      margin: 0; }
    .gf-blog-post-index .gf-blog-post-index-item .details {
      font-size: 14px;
      color: #666; }
    .gf-blog-post-index .gf-blog-post-index-item .excerpt {
      margin: 5px 0 5px 0;
      font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
      color: #555;
      font-size: 18px; }
      .gf-blog-post-index .gf-blog-post-index-item .excerpt h1, .gf-blog-post-index .gf-blog-post-index-item .excerpt h2, .gf-blog-post-index .gf-blog-post-index-item .excerpt h3, .gf-blog-post-index .gf-blog-post-index-item .excerpt h4, .gf-blog-post-index .gf-blog-post-index-item .excerpt h5, .gf-blog-post-index .gf-blog-post-index-item .excerpt em {
        font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        font-style: normal !important; }
      .gf-blog-post-index .gf-blog-post-index-item .excerpt img {
        display: none; }
      .gf-blog-post-index .gf-blog-post-index-item .excerpt > p {
        margin: 0;
        line-height: 1.8;
        font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        font-style: normal !important; }
      .gf-blog-post-index .gf-blog-post-index-item .excerpt strong {
        font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        font-style: normal !important; }
    .gf-blog-post-index .gf-blog-post-index-item .fa-angle-double-right {
      position: relative;
      top: 1px; }
    .gf-blog-post-index .gf-blog-post-index-item:last-child {
      border-bottom: none; }

.page404 {
  text-align: center; }
  .page404 h3 {
    color: #900; }
  .page404 .link-set {
    margin-top: 40px; }
    .page404 .link-set .link p {
      color: #666;
      font-size: 15px;
      line-height: 1.2; }

.section-outro {
  margin: 1rem 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .section-outro__controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; }
    .section-outro__controls > * {
      margin-right: 1rem; }
      .section-outro__controls > *:last-child {
        margin-right: none; }
  .section-outro .fancy-underline {
    border-bottom: 1px dashed #1198ED; }
  .section-outro a.pricing-link {
    all: unset !important; }
    .section-outro a.pricing-link:after {
      content: unset !important; }
  .section-outro p {
    font-size: 1.5rem;
    line-height: 1.7rem;
    text-align: center;
    max-width: 600px;
    display: none; }
  .section-outro a {
    background-color: #f6da3e;
    padding: 10px 20px;
    color: #222222 !important;
    border-radius: 4px;
    font-size: 1.5rem; }
    .section-outro a.how-it-works {
      background-color: #1198ED;
      color: white !important; }
    .section-outro a:after {
      content: ' »'; }

.testimonials-2 {
  position: relative; }
  .testimonials-2:before, .testimonials-2:after {
    content: "❝";
    position: absolute;
    font-size: 150px;
    opacity: 0.5;
    color: #ddd;
    font-style: normal; }
  .testimonials-2:before {
    left: -100px;
    top: -100px; }
  .testimonials-2:after {
    right: -100px;
    bottom: -120px; }
  @media (max-width: 768px) {
    .testimonials-2:before, .testimonials-2:after {
      content: none; } }
  .testimonials-2 .testimonial-2 {
    background-color: white;
    padding: 20px;
    margin: 5px;
    border-radius: 10px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    line-height: 1.3; }
    .testimonials-2 .testimonial-2 .name {
      font-weight: bold; }
      .testimonials-2 .testimonial-2 .name .yellow-border {
        border-bottom: 3px solid #f6da3e;
        margin-top: 10px;
        width: 100px; }

#testimonials .testimonial {
  position: relative;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 40px 80px;
  color: #666; }
  #testimonials .testimonial:before {
    content: "❝";
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 150px;
    opacity: 0.5;
    color: #ddd;
    font-style: normal; }
  #testimonials .testimonial p {
    font-size: 24px;
    line-height: 1.3; }
#testimonials .testimonials-names {
  font-size: 100% !important; }
@media screen and (max-width: 768px) {
  #testimonials .testimonial p {
    font-size: 20px; } }

.videoWrapperOuter {
  max-width: 640px !important;
  margin-left: auto;
  margin-right: auto; }

.videoWrapperInner {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0; }

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

.pst-viewer-raw {
  width: 100%;
  padding-top: 50px; }

.pst-faq-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #333333;
  font-size: 50px;
  padding: 50px 0 !important;
  margin: 0 !important; }
  @media (max-width: 414px) {
    .pst-faq-title {
      font-size: 30px; } }

.goldfynch101 .container {
  max-width: 850px;
  margin: 0 auto; }
  .goldfynch101 .container h1 {
    text-align: left;
    font-size: 30px;
    color: #272C31;
    margin-bottom: 10px; }
  .goldfynch101 .container h3 {
    font-size: 20px !important; }
.goldfynch101 .container-footer {
  margin-top: 50px; }
.goldfynch101 img {
  max-width: 100%;
  max-height: 100%;
  margin: 0px 0px 15px 0px; }
.goldfynch101 table {
  border-collapse: collapse;
  width: 100%; }
.goldfynch101 td, .goldfynch101 th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px; }
.goldfynch101 tr:nth-child(1) {
  background-color: #dddddd; }

.org-image-container {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  margin-bottom: 60px; }
  .org-image-container .org-image {
    background-image: url("../gif/org.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: white;
    margin: auto;
    width: 80%;
    height: 400px;
    box-shadow: 0px 0px 20px #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    animation-name: slide_in;
    animation-duration: 2s; }
@keyframes slide_in {
  0% {
    opacity: 0;
    height: 0px; }
  100% {
    opacity: 1;
    height: 400px; } }
  .org-image-container:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 22px;
    bottom: -21px;
    border-top: 2px solid #F7DC45;
    background-color: transparent; }
  @media (max-width: 768px) {
    .org-image-container {
      display: none;
      display: none; } }

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false; }
.org-banner h1:after {
  content: ' ';
  width: 20%;
  border-bottom: 2px solid rgba(128, 128, 128, 0.5);
  display: block;
  margin: 20px auto; }
.org-banner h4 {
  text-transform: uppercase; }

.org-banner {
  margin-bottom: 75px; }
  .org-banner .header {
    margin-bottom: 20px; }

.org-banner:hover .org-cases {
  --num: 100; }
.org-banner:hover .org-members {
  --num: 25; }
.org-banner:hover .org-usage {
  --num: 417; }
.org-banner:hover .org-files {
  --num: 638; }

.org-cases {
  transition: --num 5s;
  counter-set: num var(--num); }

.org-cases::after {
  content: counter(num); }

.org-members {
  transition: --num 5s;
  counter-set: num var(--num); }

.org-members::after {
  content: counter(num); }

.org-usage {
  transition: --num 5s;
  counter-set: num var(--num); }

.org-usage::after {
  content: counter(num); }

.org-files {
  transition: --num 5s;
  counter-set: num var(--num); }

.org-files::after {
  content: counter(num); }

video {
  display: block;
  margin: 0 auto; }

.org-features-list {
  margin-top: 30px;
  margin-bottom: 70px; }
  .org-features-list .row {
    margin-bottom: 20px; }
  .org-features-list .org-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: 100% 100%;
    filter: invert(1); }
  .org-features-list .org-icon-browser {
    background-image: url(../svg/browser.svg); }
  .org-features-list .org-icon-paint-bucket {
    background-image: url(../svg/paint-bucket.svg); }
  .org-features-list .org-icon-world {
    background-image: url(../svg/world.svg); }
  .org-features-list .org-icon-ribbon {
    background-image: url(../svg/ribbon.svg); }
  .org-features-list .org-icon-door-lock {
    background-image: url(../svg/door-lock.svg); }
  .org-features-list .org-icon-add-user {
    background-image: url(../svg/add-user.svg); }

.org-feature-image {
  background-repeat: no-repeat;
  background-position: center;
  margin: auto; }
  .org-feature-image .org-feature-image1 {
    background-image: url("../png/org-brand.png"); }
  .org-feature-image .org-feature-image2 {
    background-image: url("../png/org-bill.png"); }
  .org-feature-image .org-feature-image3 {
    background-image: url("../png/org-members.png"); }
  .org-feature-image .org-feature-image4 {
    background-image: url("../png/org-stats.png"); }

.org-section-light {
  padding: 75px 25px;
  text-align: left; }
  .org-section-light h1:after {
    content: ' ';
    width: 5%;
    border-bottom: 2px solid rgba(128, 128, 128, 0.5);
    display: block;
    margin: 20px auto; }

.org-section-dark {
  text-align: right;
  background-color: #272C31 !important;
  background-image: url("../png/darktilebg.png") !important;
  color: white;
  padding: 75px 25px; }
  .org-section-dark .org-list {
    line-height: 1.6;
    font-size: 0.9em; }

.org-pricing {
  margin-bottom: 75px; }
  .org-pricing .header {
    margin-bottom: 20px; }
  .org-pricing h1:after {
    content: ' ';
    width: 5%;
    border-bottom: 2px solid rgba(128, 128, 128, 0.5);
    display: block;
    margin: 20px auto; }
  .org-pricing .org-pricing-table {
    border: 2px solid #FFBE0B;
    background-color: rgba(255, 190, 11, 0.25);
    padding: 20px;
    margin: 20px; }
    .org-pricing .org-pricing-table .org-price {
      font-weight: bold;
      font-size: 35px; }

.org-footer {
  margin-bottom: 30px; }
  .org-footer h2:after {
    content: ' ';
    width: 20%;
    border-bottom: 2px solid rgba(128, 128, 128, 0.5);
    display: block;
    margin: 10px auto; }
  .org-footer .org-list {
    line-height: 1.6;
    font-size: 0.9em; }

.org-video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 80px; }

.gdpr-table table, th, td {
  width: auto;
  border: 1px solid black;
  padding: 10px; }

.learning-icon-bulb_hand {
  background-image: url(../svg/goldfynch_web_icons_bulb_hand.svg); }

.goldfynch-data-recovery .arrow {
  background-image: url(../arrow_right.html);
  padding: 15px;
  position: absolute;
  vertical-align: middle; }
.goldfynch-data-recovery .data-process:after {
  content: '';
  width: 40%;
  height: 1px;
  border-top: 5px dashed #1198ED;
  position: absolute;
  top: 50%;
  left: 80%; }
@media (max-width: 991px) {
  .goldfynch-data-recovery .data-process:after {
    content: "";
    border-top: 0;
    border-left: 3px dashed #1198ED;
    height: 20%;
    width: 1px;
    left: 50%;
    top: 90%; } }
.goldfynch-data-recovery .feature-section {
  height: 250px !important;
  padding: 20px !important; }
  .goldfynch-data-recovery .feature-section h1.process {
    font-size: 100px !important;
    font-weight: 900 !important;
    margin: 5px !important; }
.goldfynch-data-recovery .feature-details p {
  margin-top: 10px !important; }

.glossary-page {
  height: 350px;
  margin-bottom: 100px;
  background-position: center top;
  background-image: url("../png/stamp.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto; }

.glossary-title {
  padding-top: 50px;
  font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: white;
  font-size: 50px; }

.glossary-subtitle {
  color: #FFBE0B;
  padding: 20px 0px; }

.glossary-intro {
  text-align: center; }
  .glossary-intro .glossary-intro-outline {
    text-align: left;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: lightgrey;
    line-height: 1.8; }
    .glossary-intro .glossary-intro-outline a {
      color: lightgrey !important; }

.glossary-list li, .glossary-list b {
  font-size: 16px !important; }

#commonly-used-ediscovery-terms p, #commonly-used-ediscovery-terms b, #complete-glossary-of-ediscovery-terms p, #complete-glossary-of-ediscovery-terms b {
  font-size: 16px !important; }

.blog-pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px; }
  .blog-pagination .pagination {
    width: 400px;
    margin: 0 auto; }

.white-section {
  background-image: none !important; }

.yellow-banner {
  background-color: #f5d93d !important;
  padding: 2em; }

.dark-section {
  background-color: #272C31 !important;
  background-image: url("../png/darktilebg.png") !important;
  color: white; }

.pst-page-img {
  margin-top: 4em; }

.start-the-course {
  margin-top: -60px; }

.mbox-tools {
  margin-top: 70px; }

.mbox-tools .col-sm-3 {
  margin-bottom: 20px; }

.mbox-tool {
  height: 400px;
  border: #f6da3e solid 1px;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }

.h-600 {
  height: 600px !important; }

.mbox-tools p {
  font-size: 14px !important; }

.mbox-tools h2 {
  font-size: 24px;
  font-weight: bold; }

.mbox-tools .btn {
  margin-bottom: 20px; }

.mbox-features {
  margin-top: 50px; }

.mbox-features h1 {
  font-weight: bold; }

.mbox-feature {
  width: 400px;
  margin: auto; }

.mbox-feature p {
  font-size: 14px; }

.mbox-header {
  transform: skewY(-4deg);
  transform-origin: 100%;
  margin-top: -300px !important;
  padding-bottom: 100px; }

.mbox-header img {
  margin-top: 20px; }

.mbox-sub-header {
  margin-top: 100px;
  margin-bottom: 150px; }
  @media only screen and (max-width: 1399px) {
    .mbox-sub-header {
      margin-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .mbox-sub-header {
      margin-top: 250px; } }

.mbox-header h2 {
  font-weight: bold;
  font-size: 52px; }

.mbox-header .container {
  transform: skewY(4deg);
  transform-origin: 100%; }

.mbox-want-to-do-more {
  transform: skewY(-4deg);
  transform-origin: 100%; }

.mbox-want-to-do-more .container {
  transform: skewY(4deg);
  transform-origin: 100%; }

.mbox-want-to-do-more h1 {
  font-weight: bold;
  font-size: 47px; }

.mbox-page-button {
  font-size: 2em !important; }

.m-l-10 {
  margin-left: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-t-50 {
  margin-top: 50px; }

.m-t-100 {
  margin-top: 100px; }

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

.p-4em {
  padding: 4em; }

.m-b-100 {
  margin-bottom: 100px; }

.m-t-200 {
  margin-top: 200px; }

.button-radius-1 {
  border-radius: 1em; }

.bold {
  font-weight: bold; }

.main-page-intro .btn {
  border-radius: 3px;
  font-size: 16px;
  color: #272C31;
  padding: 10px;
  width: 350px;
  margin-left: 25px; }
  .main-page-intro .btn.border-only {
    background-color: transparent;
    border: 1px solid #f6da3e;
    color: #f6da3e; }
  @media (max-width: 768px) {
    .main-page-intro .btn {
      width: 100%;
      margin-left: 0; } }

ul.gf-bullets {
  list-style: none;
  padding-left: 0; }

ul.gf-bullets > li {
  position: relative;
  padding-left: 40px; }

ul.gf-bullets > li::before {
  content: "■";
  color: #ffcc00;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin-left: 10px; }

.gf-link {
  color: #9b59ef !important;
  font-weight: bold; }

ul.dash > li {
  list-style: none; }

ul.dash > li::before {
  content: "- ";
  margin-left: -10px; }

.yellow-accordion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px; }
  .yellow-accordion .accordion-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Aligns content to the left */
    border-top: solid 1px #f5d93d;
    border-left: solid 1px #f5d93d;
    border-right: solid 1px #f5d93d;
    width: 100%;
    min-height: 60px;
    background-color: white;
    cursor: pointer; }
    .yellow-accordion .accordion-item .body {
      display: none;
      margin-left: 10px;
      padding: 10px;
      width: 100%;
      margin-top: -20px; }
    .yellow-accordion .accordion-item div {
      margin-top: 20px;
      margin-bottom: 10px; }
  .yellow-accordion > div.accordion-item:last-child {
    border-bottom: solid 1px #f5d93d; }
  .yellow-accordion ul {
    list-style-type: none;
    padding: 0;
    margin: 0 10; }
    .yellow-accordion ul li::before {
      content: "+ ";
      font-size: 2em;
      font-weight: bold;
      color: #f5d93d;
      margin-right: 20px;
      margin-left: 20px; }
    .yellow-accordion ul li.expanded::before {
      content: "- "; }
    .yellow-accordion ul li {
      font-size: 18px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
  .yellow-accordion p {
    font-size: 16px;
    line-height: 1.5; }

.yellow-title {
  padding: 5px;
  background-color: #f5d93d;
  font-weight: bold;
  display: inline;
  border-radius: 5px; }

.yellow-text {
  color: #f5d93d; }

.education-heading-images {
  display: flex;
  justify-content: left; }
  .education-heading-images a {
    text-decoration: none;
    color: #000; }

.education-heading-images > div {
  width: 100%;
  height: 130px;
  margin: 10px 10px 10px 0px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #f5d93d;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white; }

.education-heading-images > div img {
  width: 70%;
  border-radius: 10px 10px 0 0; }

.education-compliance-links {
  display: flex;
  justify-content: left; }

.education-compliance-links > div {
  width: 100px;
  height: 100px;
  margin: 10px 10px 10px 0px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #f5d93d;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white; }

.education-compliance-links > div img {
  width: 30px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 5px; }

.education-compliance-links > div > a {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-decoration: none;
  color: #000 !important;
  height: 100px;
  width: 100px; }

.skew-4 {
  transform: skewY(-4deg);
  transform-origin: 100%; }

.un-skew-4 {
  transform: skewY(4deg);
  transform-origin: 100%; }

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

.education-heading-bg {
  background-image: url("../png/logo_bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%; }

.flex-right {
  display: flex;
  justify-content: end; }

.flex-center {
  display: flex;
  align-items: center; }

.text-line-height-3 {
  line-height: 1.3 !important; }

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

.search-box {
  display: block;
  width: 80%;
  margin: 50px auto;
  padding: 10px;
  font-size: 1.5em;
  border: 2px solid #ccc;
  border-radius: 5px;
  color: black; }

.access-workspace {
  border: 1px solid #f6da3e !important;
  border-radius: 5px !important;
  color: #f6da3e !important;
  text-decoration: none;
  display: inline-block; }
