/* Fonts */
@font-face {
    font-family: "sailec";
    src: url('./fonts/Type Dynamic - Sailec.otf');
}

@font-face {
    font-family: "sailec-bold";
    src: url('./fonts/Type Dynamic - Sailec Bold.otf');
}

@font-face {
    font-family: "sailec-light";
    src: url('./fonts/Type Dynamic - Sailec Light.otf');
}

@font-face {
    font-family: "sailec-medium";
    src: url('./fonts/Type Dynamic - Sailec Medium.otf');
}

@font-face {
    font-family: "sailec-thin";
    src: url('./fonts/Type Dynamic - Sailec Thin.otf');
}

.sailec {
    font-family: "sailec";
}

.sailec-bold {
    font-family: "sailec-bold";
}

.sailec-light {
    font-family: "sailec-light";
}

.sailec-medium {
    font-family: "sailec-medium";
}

.sailec-thin {
    font-family: "sailec-thin";
}

/* General */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "sailec", Arial, Sans-Serif;
    font-size: 12px;
    width: 100%;
    overflow-x: hidden;
}

/* Alignment */
.center {
    margin: auto;
    text-align: center;
}

.vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.align-middle {
    vertical-align: middle;
}

.inline-block {
    display: inline-block;
}

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

/* Spacing */
/* TODO: Delete all these spacing classes */
.pad-top-10 {
    padding-top: 10px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-top-30 {
    padding-top: 30px;
}

/* Fonts */
.bold {
    font-weight: bold;
}

.superscript {
    vertical-align: super;
    font-size: 30%;
}

/* Colors */
.white {
    color: #FFFFFF !important;
}

.black {
    color: #000000 !important;
}

.blue {
    color: #1F2F9F;
}

.grey {
    color: #999999;
}

.white-60 {
    color: rgba(255, 255, 255, 0.6);
}

.bg-90 {
    background: rgba(0, 0, 0, 0.9);
}

.bg-white-95 {
    background: rgba(255, 255, 255, 0.95);
}

/* Components to hide/show based on view port width */
#navbar-home {
    display: none;
}

#navbar-about {
    display: none;
}

#navbar-features {
    display: none;
}

#navbar-security {
    display: none;
}

#complaints-image {
    display: none;
}

#investigations-image {
    display: none;
}

#prosecutions-image {
    display: none;
}

#footer-copyright-desktop {
    display: none;
}

.desktop {
    display: none;
}

.tablet {
    display: none;
}

/* Common Components accross all pages */
.top-bar {
    width: 100%;
    height: 31px;
    border: none;
    background-color: #1A1A1A;
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 12px;
    top: 0;
    left: 0;
    z-index: 100;
}

.top-bar a {
    color: white;
}

.support-phone {
    float: right;
    right: 25px;
}

#title-bar {
    position: relative;
    top: 10px;
}

.logo {
    margin-right: auto;
    margin-top: 15px;
    font-size: 22px;
}

.hamburger-menu {
    padding-left: 10px;
    text-decoration: none;
}

.hamburger-menu img {
    top: -9px;
    position: relative;
    margin-right: 10px;
}

.section {
    padding-top: 80px;   
    padding-bottom: 80px;
    padding-left: 20px;   
    padding-right: 20px;
}

/* Components in home page */
.home .home-masthead {
    width: 414px;
    background-size: 100%;
    background-image: url("./images/bg_img_home_mobile.png");
    background-repeat: no-repeat;
    height: 728px;
}

.home .title {
    top: 150px;
    font-size: 25px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100vw;
}

.home .description {
    top: 160px;
    max-width: 380px;
    font-size: 16px;
    line-height: 1.5;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    width: 100vw;
}

.home .detailed-description {
    font-size: 16px;
    color: #6B6B6B;
    line-height: 2;
}

.home .detailed-description p {
    padding-bottom: 50px;
}

.request-free-demo {
    top: 180px;
    left: 25px;
    margin-top: 40px;
    background-color: #FFFFFF;
    color: #0027A0 !important;
    border-radius: 30px;
    width: 220px;
    text-align: center;
    padding:5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.home .integrations-container {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.home .external-integrations {
    display: inline-block;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    height: 100%;
    background-color: #3140A8;
}

.home .external-integrations p {
    color: #FFFFFF;
    max-width: 600px;
    font-size: 20px;
    padding-top: 30px;
}

.home .ms-integrations {
    display: inline-block;
    margin: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    height: 100%;
    background-color: #1F2F9F;
}

#diagram {
    width: 339px;
    height: 309px;
}

.home .module-header {
    font-size: 20px;
}

.home .module-title {
    display: inline-block; 
    vertical-align:top; 
    font-size: 16px; 
    margin-right: 0;
    padding-left: 5px;
    cursor: pointer;
}

.home .module-titles {
    padding-top: 50px;
    color: #000000;
}

.home .home-masthead div {
    position: relative;
    color: #FFFFFF;
}

.home .request-free-demo:hover {
    font-family: "sailec-bold";
}

.home .video-content {
    height: 400px;
    width: 90%;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, .3);
    color: #FF0000;
    font-size: 50px;
    margin: auto;
    padding: 10px;
    text-align: center; 
    vertical-align: middle;
}

.home .space {
    height: 100px;
}

.home .video-content {
    margin-top: 100px;
    display: none;
}

.home .video-content p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home .icon-container {
    width: 80%;
    padding: 10px;
    margin: auto;
    text-align: center;
    font-size: 18px;
}

.home div.icon-container > div:nth-child(3) img{
	position: relative;
	top: 15px;
}

.home .icon {
    display: inline-block; 
    width: 100%;
}

.home .icon div {
    height: 105px;
}

.home .icon div:nth-child(2) {
    padding-top: 22px;
}

.home .diagram {
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
}

.home .module-title hr {
    margin-top: 20px;
}

.home .module-title div {
    margin-top: 10px; 
    border-bottom: #1F2F9F; 
    border-bottom-width: 3px; 
    border-bottom-style: solid;
}

.home .module {
    padding-top: 40px;
}

.home .module div {
    vertical-align:top; 
    font-size: 24px; 
    margin-right: 0; 
    margin-left: 0;
}

.home .module-highlights {
    display: inline-block; 
    vertical-align:top; 
    font-size: 24px; 
    margin-right: 0; 
    padding-left: 25px;
}

.home .module-list {
    list-style: none;
    text-align: left; 
    font-size: 16px; 
    color: #6B6B6B; 
    line-height: 2rem;
}

.home .module-list li::before {
    content: "\25A0";
    color: #1F2F9F;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.home .button-container {
    height: 300px; 
    width: 90%; 
    padding-top: 100px;
}

.home .button {
    display: inline-block; 
    vertical-align:top; 
    margin-top: 90px; 
    background-color: #1F2F9F; 
    border-radius: 30px; 
    width: 220px; 
    padding:10px; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    font-size: 16px;
}

.home .image-slide {
    width: 100%; 
    background-color: #F3F3F3;
    padding-bottom: 160px;
    padding-top: 80px;
}

.home .impact-container {
    width: 100%;
    text-align: left;
}

.home .impact-container-title {
    font-size: 20px; 
}

.home .impact-grid-container {
    padding-top: 50px; 
    margin: auto;
}

.home .impact-grid-cell {
    padding: 10px; 
    padding-top: 20px;
}

.home .impact-grid-cell div {
    text-align: left;
}

.home .impact-grid-cell div:nth-child(1) {
    font-size: 30px;
}

.home .impact-grid-cell div:nth-child(2) {
    font-size: 16px;
}

.home .border-right {
    border-right: 1px solid rgba(0, 0, 0); 
}

.home .border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0);
}

.home .testimonial-container {
    display: none;
    height: 549px; 
    width: 100%; 
    background-color: #3140A8; 
    font-size: 24px;
}

.home .testimonial-container div {
    padding-top: 100px; 
    width: 50%;
}

.home .spoke-person {
    padding-top: 100px; 
    width: 50%; 
    font-size: 16px;
}

.home .mockup {
    position: relative;
    top: 26px;
    left: -36px;
    height: 215px;
    width: 435px;
}

.home .mockup img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.customer-testimonial {
    font-size: 100px;
}

/* Image Carousel */
.prev, .next {
    cursor: pointer;
    position: relative;
    top: 50%;
    font-size: 30px;
    transition: 0.6s ease;
    color: #000000;
    font-weight: lighter;
    text-decoration: none;
}

.next {
    right: -45%;
}

.prev {
    left: -45%;
}

.carousel-controls {
    position: relative;
    bottom: -50px;
    width: 20%;
    left: 40%;
}

.slide-left {
    position: absolute;
    display: none;
    width: 1102px;
    left: -1102px;
    transition: 1s;
}

.slide-left {
    left: 0px;
    transition: 1s;
}

#image-carousel-mobile {
    width: 362px; 
    height: 231px; 
    background-size: 100%; 
    margin: auto;
}

#image-carousel {
    background-repeat: no-repeat;
    width: 362px; 
    height: 231px; 
    background-size: 100%; 
    margin: auto;
}

#mockup-1 {
    width: 328px;
    height: 231px;
}

#mockup-2 {
    width: 328px;
    height: 231px;
}

#mockup-3 {
    width: 328px;
    height: 231px;
}

#mockup-1-mobile {
    width: 328px;
    height: 231px;
}

#mockup-2-mobile {
    width: 328px;
    height: 231px;
}

#mockup-3-mobile {
    width: 328px;
    height: 231px;
}

#cjis_icon {
    width: 107px;
    height: 106px;
}

#ms_icon {
    width: 198px;
    height: 101px;
}

#scalable_icon {
    width: 142px;
    height: 72px;
}	

/* Header */
header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 10px;
    width: 100%;
    position: fixed;
    transition: top 0.3s;
    z-index: 10;
}

header a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease 0s;
}

header a button {
    cursor: pointer;
}

nav ul, nav div {
    display: inline-block;
}

.nav-links {
    font-size: 12px;
}

.nav-links li {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
}

.nav-links li a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease 0s;
}

.selected-menu-option {
    border-bottom-style: solid; 
    border-bottom-width: 3px; 
    border-bottom-color: inherit; 
    padding-inline: 5px; 
    padding-bottom: 3px;
}

.navigation-bar {
    width: 100%;
    height: 50px;
    border: none;
    margin: none;
    color: inherit;
    font-size: 12px;
    position: absolute;
    top: 50px;
    left: 38px;
}

.navigation-bar div {
    position: relative;
    top: 50%;
}

.powered-by {
    margin-left: 10px;
    font-size: 10px;
    font-weight: lighter;
}

.dvg-logo {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.dvg-logo::before {
    content: '';
    width: 0;
    height: 100%;
    border: 2px solid #DF0E01;
    margin-right: 10px;
}

.dvg-logo:after {
    content: '';
    width: 0;
    height: 100%;
    border: 2px solid #DF0E01;
    margin-left: 10px;
}

.request-demo {
    margin-left: 20px;
    background-color: #FFFFFF;
    color: #0027A0;
    border-radius: 30px;
    width: 160px;
    top: 50%;
    text-align: center;
    font-size: 12px;
    padding:10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 4px;
    letter-spacing: 0.5px;
    border: none;
    display: inline-block;
    cursor: pointer;
}

.request-demo:hover {
    font-family: "sailec-bold";
}

.request-demo-button-blue {
    margin-left: 20px;
    background-color: #0027A0;
    color: #FFFFFF;
    border-radius: 30px;
    width: 160px;
    top: 50%;
    text-align: center;
    font-size: 12px;
    padding:10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 4px;
    letter-spacing: 0.5px;
    border: none;
    display: inline-block;
    cursor: pointer;
}

.request-demo-button-blue:hover {
    font-family: "sailec-bold";
}

/* Request Demo Modal */
.modal {
    position: fixed;
    z-index: 20;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,1);
    overflow-y: initial;
}

.modal-content {
    background-color: #F3F3F3;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    min-height: 950px;
    margin-bottom: 40px;
}

.modal-content-confirm {
    background-color: #F3F3F3;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    height: 200px;
}

.modal-close {
    color: #000000;
    float: left;
    font-size: 45px;
    font-weight: lighter;
    text-align: center;
    line-height: 20px;
}

.modal-title {
    font-size: 30px; 
    text-align: center; 
    padding-top: 20px;
}

.modal-info {
    font-size: 16px; 
    text-align: center; 
    padding-top: 20px;
}

.pointer {
    cursor: pointer;
}

.modal-close:hover,
.modal-close:focus {
    text-decoration: none;
    cursor: pointer;
}

.modal form {
    font-size: 14px; 
    text-align: center; 
    padding-top: 40px; 
    margin: auto; 
}

.modal input {
    width: 100%; 
    height:45px; 
    margin-bottom: 12px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    padding-left: 10px;
    font-family: 'sailec';
}

input.modal-submit {
    padding-left: 0;
}

.modal textarea {
    width: 100%; 
    height: 140px; 
    border-radius: 5px;
}

.modal input::content {
    padding-left: 10px;
    font-size: 14px;
    font-family: 'sailec';
    padding-top: 10px;
}

.modal textarea {
    padding-left: 10px;
    font-size: 14px;
    font-family: 'sailec';
    padding-top: 10px;
    border: none;
}

.modal form div {
    margin: auto;
    text-align: center;
    margin-top:10px;
}

.modal-submit {
    color: #FFFFFF; 
    height: 40px; 
    width: 250px !important; 
    font-size: 14px; 
    text-align: center; 
    margin: auto; 
    background-color: #1F2F9F; 
    border-radius: 20px; 
    border: none; 
    margin-top:40px;
}

.no-decorations {
    text-decoration: none;
}

#agency-mailing-state {
    width: 52%; 
    margin-right: 1%;
}

#agency-mailing-zip {
    width: 45%;
}

/* Menu Modal */
.menu-modal {
    position: fixed;
    z-index: 100;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    overflow-y: initial;
}

.menu-modal-content {
    background-color: #000000;
    margin: auto;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

.menu-modal-close {
    float: left;
    padding: 15px;
    padding-top: 45px;
    z-index: 100;
}

.menu-modal-option-set {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 50px;
}

.menu-modal-option-set .request-free-demo {
    font-size: 16px;
    margin-top: 0;
}

.menu-modal-option {
    padding-bottom: 50px;
}

.menu-modal-option:first-of-type {
    position: relative;
    margin-top: 25px;
    padding-top: 30px;
}

.menu-modal-option a {
    text-decoration: none;
    color: #FFFFFF;
}

/* Schedue a demo */
.schedule-demo-container {
    width: 100%; 
    background-color: #262626;
    font-size: 24px;
}

.white-button {
    display: inline-block; 
    vertical-align:top; 
    margin-top: 15px; 
    border: 1px solid; 
    border-radius: 30px; 
    width: 220px; 
    font-size: 16px;
    padding:10px; 
    padding-top: 15px; 
    padding-bottom: 15px; 
}

.white-button:hover {
    font-family: "sailec-bold";
}

.request-demo-section {
    padding-top: 80px;   
    padding-bottom: 80px;
}

/* About Page */
.about-masthead {
    width: 100%;
    background-color: #FFFFFF;
    color: #000000;
}

.about-masthead .description {
    min-height: 192px; 
    margin-top: 150px; 
    margin-left: 25px; 
    margin-right: 25px; 
    font-family: 'sailec-medium'; 
    font-size: 25px; 
    color: #747474; 
}

.about-masthead .partners {
    margin-top: 150px; 
    margin-bottom: 50px; 
    margin-left: 25px;
    margin-right: 25px;
    font-size: 16px; 
    color: #000000; 
    text-align: left;
}

.about-masthead .partners .logo {
    text-align: right;
    padding-top: 15px;
    display: inline-block;
    padding-right: 10%;
}

.about-image {
    background-size: 100%;
    height: 234px;
    background-image: url("./images/bg_img_about_mobile.png");
    background-repeat: no-repeat;
}

.about .content {
    width:100%;
    background-color: #F3F3F3; 
    font-size: 16px; 
    color:#6B6B6B; 
}

.about .content div {
    line-height: 1.5;
    text-align: left; 
}

.about .content div p:not(:first-child){
    padding-top: 40px;
}

/* Features Page */
.features-masthead {
    width: 414px;
    height: 728px;
    background-size: 100%;
    background-image: url('./images/bg_img_features_mobile.png');
    background-repeat: no-repeat;
}

.features-masthead div {
    font-size: 30px; 
    font-family: 'sailec-medium'; 
    line-height: 1.5; 
    color: #FFFFFF; 
    text-align: left;
}

.features-masthead div:nth-child(2) {
    padding-top: 150px; 
    padding-left: 25px; 
    padding-right: 25px; 
    max-width: 690px; 
    width: 100vw;
}

.features-masthead div:nth-child(3) {
    padding-top: 10px; 
    max-width: 875px; 
}

.features .case-management {
    background-color: #FFFFFF; 
    color: #000000;
}

.features .section-title {
    font-family: 'sailec'; 
    font-size: 24px; 
    padding-bottom: 30px;
}

.features .section-content {
    padding-top: 15px;
}

.features .case-management .section-content .section-description {
    font-family: 'sailec'; 
    font-size: 16px; 
    line-height: 1.5; 
    padding-bottom: 15px;
}

.features .section-cell {
    padding-top: 15px;
}

.features .section-cell .top-line {
    display: grid; 
    grid-template-columns: 50px auto;
}

.features .section-cell .top-line .icon {
    height: 45px; 
    width: 45px; 
    display: inline-block;
}

.features .section-cell .top-line .cell-title {
    min-height: 45px; 
    line-height: 45px; 
    display: inline-block; 
    font-family: 'sailec-medium'; 
    font-size: 15px; 
    padding-left: 15px;
}

.features .section-cell .cell-description {
    font-family: 'sailec'; 
    font-size: 14px; 
    color: #6B6B6B; 
    line-height: 2; 
    max-width: 364px; 
    padding-top: 10px;
    padding-bottom: 20px;
}

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

.features .discovery-package {
    background-color: #3140A8; 
    color: #FFFFFF; 
}

.features .practice-management {
    background-color: #FFFFFF; 
    color: #000000;
}

.features .extenal-integrations {
    background-color: #F3F3F3; 
}

/* Security Page */
.security .security-masthead {
    width: 414px;
    height: 503px;
    background-size: 100%;
    background-image: url('./images/bg_img_security_mobile.png');
    background-repeat: no-repeat;
}

.security .security-masthead .security-masthead-logo {
    padding-top: 240px; 
    padding-left: 25px;
}

.security .security-masthead .security-header {
    font-size: 36px; 
    font-family: 'sailec-medium'; 
    line-height: 1.5; 
    padding-top: 150px;
    padding-left: 25px; 
    padding-right: 25px; 
    max-width: 875px; 
    color: #FFFFFF; 
    text-align: left;
    width: 100vw;
}

.security .security-body {
    font-family: 'sailec'; 
    font-size: 16px; 
    color: #6B6B6B; 
    line-height: 1.5; 
    padding-left: 25px; 
    padding-right: 25px; 
}

.security-body-first-line {
    font-size: 16px;
}

.security .security-body ul {
    padding-top: 20px; 
    list-style-type: none;
    padding-left: 25px; 
    line-height: 2;
    padding-bottom: 20px;
}

.security .security-body li::before {
    content: "\25A0";
    color: #1F2F9F;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

/* Privacy Page */
.privacy h1 {
    font-size: 36px;
    color: #1F2F9F;
}

.privacy h2 {
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.privacy h3 {
    font-size: 16px;
    padding-top: 30px;
}

.privacy p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #6B6B6B;
}

.privacy p.key-dates {
    font-size: 16px;
    color: #000000;
}

.privacy p.key-dates:nth-child(5) {
    margin-top: 20px;
}

.privacy p.key-dates:nth-child(6) {
    margin-bottom: 20px;
}

.privacy p:first-of-type {
    font-size: 20px;
    color: #6F6F71;
    padding-top: 20px;
}

.privacy hr {
    /*border-bottom: rgba(0, 0, 0, 1);*/
    margin-top: 50px;
    margin-bottom: 50px;
}

.privacy .content ul {
    padding-top: 10px;
    list-style-type: none;
    padding-left: 25px;
    line-height: 2;
    padding-bottom: 20px;
    color: #6B6B6B;
    font-size: 14px;
}

.privacy .content li::before {
    content: "\25A0";
    color: #1F2F9F;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    padding-top: 10px;
}

/* Footer */
.footer-container {
    width: 100%; 
    margin: 0; 
    background-color: #000000;
    font-size: 12px;
    font-family: 'sailec-medium';
    text-align: center;
}

.footer-container a {
    color: white;
}

#footer-copyright-desktop > a {
    text-decoration: none;
    color: #484848;
}

.vertical-separator {
    padding-left: 20px;
    padding-right: 20px;
}

#footer-copyright-mobile > a {
    text-decoration: none;
    color: #484848;
}

.footer-grid-container {
    padding-top: 80px;
}

.footer-grid-right-column {
    padding-top: 60px; 
}

#footer-copyright-mobile {
    text-align: left;
    padding-left: 5px;
    padding-top: 80px;
    padding-bottom: 15px;
}

.footer-contact {
    font-family: 'sailec-light'; 
    font-size: 16px; 
    padding-top: 20px;
}

.footer-copyright {
    padding-top: 60px; 
    color: #484848;
}

.black-underlined {
    color: #000000; 
    text-decoration: underline;
}

.page {
    display: none;
    opacity: 1;
}

.page.active {
    display: block;
    animation: fade 0.3s linear;
}

.inactive {
    display: none !important;
}

@keyframes fade {
    0% { opacity: 0 }
    50% { opacity: 0.5 }
    100% { opacity: 1 }
}

.input-error {
    border: #df0e01 1px solid !important;
}

.error-message {
    color: #df0e01;
    position: relative;
    top: -5px;
}

/* Media Query for Tablets */
@media only screen and (min-width: 415px) and (max-width: 768px) {

    .section {
        padding-top: 100px;   
        padding-bottom: 100px;
        padding-left: 40px;   
        padding-right: 40px;   
    }

    .request-free-demo {
        width: 250px;
    }    

    .home .button {
        width: 300px; 
    }

    .hamburger-menu {
        padding-left: 0;
    }

    /* Components to hide/show based on view port width */
    .tablet {
        display: block;
    }

    .title.mobile {
        display: none;
    }

    #footer-copyright-desktop {
        display: block;
    }

    #footer-copyright-mobile {
        display: none;
    }

    .three-columns {
        display: grid; 
        grid-template-columns: 33% 33% 33%;
    }
    
    .top-bar {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        height: 46px;
    }
    
    /* Home Page */
    #title-bar {
        left: 25px;
    }
    
    .home .home-masthead {
        width: 768px;
        background-size: 100%;
        background-image: url("./images/bg_img_home_tablet.png");
        background-repeat: no-repeat;
        height: 700px;
    }
    
    .home .home-masthead > div.title.tablet > p:nth-child(1) {
        padding-right: 25px;
    }

    .home .title {
        top: 160px;
        left: 25px;
        font-size: 30px;
        padding-right: 0;
        padding-left: 0;
    }
    
    .home .description {
        top: 180px;
        max-width: 435px;
        padding-right: 25px;
        padding-left: 25px;
    }
    
    .home .icon-container {
        width: 100%;
        padding: 0;
        margin: auto;
        text-align: center;
        font-size: 16px;
    }
    
    .home .icon div {
        height: 45px;
    }

    .home .request-free-demo {
        top: 220px;
        left: 25px;
        margin-top: 25px;
        background-color: #FFFFFF;
        color: #0027A0 !important;
        border-radius: 30px;
        width: 300px;
        text-align: center;
        padding:10px;
        padding-top: 15px;
        padding-bottom: 15px;
        letter-spacing: 0.5px;
    }
    
    .home .icon div:nth-child(2) {
        padding-top: 30px;
    }

    .home div.icon-container > div:nth-child(3) img{
        top: 0;
    }
    
    .center-vertically {
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    
    .home .external-integrations {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .home .external-integrations p {
        font-size: 28px;
        padding-top: 50px;
    }

    .home .ms-integrations {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #diagram {
        width: 339px;
        height: 309px;
    }

    .home .module-header {
        font-size: 24px;
    }
    
    .home .module-title {
        width: 32%; 
        font-size: 16px; 
        padding-right: 5px;
    }
    
    .home .module-title div {
        margin-top: 19px; 
    }

    .home .module-titles {
        height: 100px; 
        padding-top: 100px;
    }
    
    .home .module {
        padding-top: 100px;
    }

    .home .impact-container-title {
        font-size: 30px; 
    }
    
    .home .mockup {
        height: 400px;
        width: 450px;
    }

    .home .image-slide {
        padding-bottom: 200px;
    }
    
    /* Image Carousel */
    .carousel-controls {
        top: -30%;
        width: 50%;
        left: 25%;
    }

    #image-carousel {
        background-image: url('./images/mockup_browser.png'); 
        width: 1033px; 
        height: 653px; 
        background-size: 100%; 
        margin: auto;
    }

    #mockup-1-mobile {
        width: 450px;
        height: 285px;
    }
    
    #mockup-2-mobile {
        width: 450px;
        height: 285px;
    }
    
    #mockup-3-mobile {
        width: 450px;
        height: 285px;
    }
    
    #cjis_icon {
        width: 63px;
        height: 62px;
    }

    #ms_icon {
        width: 119px;
        height: 61px;
    }
	
    #scalable_icon {
        width: 97px;
        height: 49px;
        position: relative;
        top: 10px;
    }	
    
    .home .impact-container {
        text-align: center;
    }
    
    .home .impact-grid-cell div:nth-child(1) {
        font-size: 30px;
    }
    
    .home .impact-grid-cell div:nth-child(2) {
        font-size: 16px;
    }

    .home .impact-grid-cell {
        padding: 40px; 
        padding-top: 10px;
    }
 
    /* About Page*/
    .about-masthead .description {
        margin-top: 150px; 
        margin-left: 40px; 
        margin-right: 40px; 
        margin-bottom: 50px;
        font-size: 30px; 
    }

    .about-masthead .partners {
        margin-top: 0; 
        margin-right: 40px;
        margin-left: 40px;
    }
    
    .about-image {
        background-image: url("./images/bg_img_about.png");
        background-size: 768px;
        height: 175px;
    }

    /* Features Page */
    .features-masthead {
        width: 768px;
        height: 700px;
        background-image: url('./images/bg_img_features_tablet.png');
    }
    
    .features-masthead div:nth-child(2) {
        padding-top: 150px; 
        padding-left: 40px;
    }

    .features .section-cell {
        padding-top: 20px;
    }

    .features .section-cell .top-line {
        display: grid; 
        grid-template-columns: 50px auto;
    }

    .features .case-management .section-content .section-description {
        font-size: 20px; 
    }
    
    .features .section-cell .top-line .cell-title {
        font-size: 16px; 
        padding-left: 0;
    }

    .features .section-cell .cell-description {
        max-width: 100%; 
    }
    
    /* Security Page */
    .security .security-masthead {
        width: 768px;
        height: 545px;
        background-image: url('./images/bg_img_security_tablet.png');
    }

    .security .security-masthead .security-header {
        padding-top: 150px;
        padding-left: 40px; 
    }

    .security-body-first-line {
        font-size: 20px;
    }
    
    .security .security-body {
        padding-left: 40px; 
        padding-right: 40px; 
    }

    .security .security-body ul {
        padding-left: 50px; 
    }

    /* Schedule Demo */
    .request-demo-section {
        padding-top: 100px;   
        padding-bottom: 100px;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .schedule-demo-container {
        font-size: 30px;
    }

    .schedule-demo-container.request-demo-section > div.pad-top-30 {
        padding-top: 0;
    }

    .white-button {
        width: 300px; 
        margin-top: 40px; 
    }

    /* Footer */
    .footer-grid-container {
        display: grid; 
        grid-template-columns: 50% 50%; 
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .footer-grid-column {
        padding-top: 50px; 
        padding-left: 10%; 
        font-size: 12px;
        font-family: 'sailec-medium';
        line-height: 2;
        text-align: left;
    }
    
    .footer-grid-right-column {
        padding-top: 50px; 
        padding-left: 10%; 
        padding-right: 10%;
        font-size: 12px;
        font-family: 'sailec-medium';
        line-height: 1;
        text-align: right;
    }

    /* Request Demo Modal */
    .modal form {
        width: 80%;
    }

    .modal {
        padding-top: 100px;
        background-color: rgba(0,0,0,0.8);
    }

    .modal-content {
        width: 688px;
        min-height: 920px;
    }

    .menu-modal-close {
        padding-top: 60px;
        padding-left: 25px;
    }
    
    .modal-content-confirm {
        width: 730px;
        height: 180px;
    }

    #agency-mailing-city {
        width: 100%; 
        margin-right: 15px;
    }
    
    #agency-mailing-state {
        width: 49%; 
    }
    
    #agency-mailing-zip {
        width: 49%;
    }

}

/* Media Query for Wide Screens */
@media only screen and (min-width: 769px) {

    .center-desktop {
        margin: auto;
        text-align: center;
    }
    
    .section {
        padding-top: 125px;   
        padding-bottom: 125px;
        padding-left: 25px;   
    }

    .request-free-demo {
        width: 250px;
    }    

    .home .button {
        width: 300px; 
    }
    
    /* Components to hide/show based on view port width */
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    #title-bar {
        display: none;
    }

    #complaints-image {
        display: block;
    }
    
    #complaints-image img {
        width: 100%;
        max-width: 560px;
        height: auto;
    }

    #investigations-image {
        display: block;
    }
    
    #investigations-image img {
        width: 100%;
        max-width: 560px;
        height: auto;
    }
    
    #prosecutions-image {
        display: block;
    }

    #prosecutions-image img {
        width: 100%;
        max-width: 560px;
        height: auto;
    }
    
    #footer-copyright-desktop {
        display: block;
    }

    #footer-copyright-mobile {
        display: none;
    }

    .two-columns {
        display: grid; 
        grid-template-columns: 50% 50%;
    }
    
    .three-columns {
        display: grid; 
        grid-template-columns: 33% 33% 33%;
    }
    
    .top-bar {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        height: 46px;
    }
    
    #navbar-home {
        display: flex;
    }
    
    #navbar-about {
        display: flex;
    }
    
    #navbar-features {
        display: flex;
    }
    
    #navbar-security {
        display: flex;
    }
    
    /* Home Page */
    .home .title {
        top: 260px;
        left: 60px;
        font-size: 42px;
        padding-right: 0;
        padding-left: 0;
    }
    
    .home .description {
        top: 280px;
        left: 60px;
        width: 40%;
        max-width: 480px;
        padding-right: 0;
        padding-left: 0;
    }
    
    .home .detailed-description {
        margin-right: 12%;
        margin-left: 12%;
    }
    
    .home .request-free-demo {
        top: 320px;
        left: 60px;
        margin-top: 40px;
        background-color: #FFFFFF;
        color: #0027A0 !important;
        border-radius: 30px;
        width: 300px;
        text-align: center;
        padding:10px;
        padding-top: 15px;
        padding-bottom: 15px;
        letter-spacing: 0.5px;
    }
    
    .home .icon div:nth-child(2) {
        padding-top: 30px;
    }

    .home div.icon-container > div:nth-child(3) img{
        top: 0;
    }
    
    .home .module-header {
        font-size: 24px;
    }
    
    .home .module-title {
        width: 23%; 
        font-size: 20px; 
        padding-right: 5px;
    }
    
    .home .module-title div {
        margin-top: 19px; 
    }

    .home .module-titles {
        height: 100px; 
        width: 90%; 
        padding-top: 100px;
    }
    
    .home .module {
        width: 80%; 
        padding-top: 140px;
    }

    .home .module-highlights {
        padding-left: 50px;
    }

    .home .impact-grid-container {
        display: grid; 
        grid-template-columns: 50% 50%;
    }

    .home .impact-container-title {
        font-size: 30px; 
    }
    
    .home .mockup {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        width: 100%;
    }

    .home .image-slide {
        padding-bottom: 125px;
    }
    
    /* Image Carousel */
    .carousel-controls {
        top: -50%;
        bottom: 50%;
        width: 100%;
        left: 0;
        position: absolute;
        transform: translateY(50%);
    }

    #image-carousel {
        width: 100%;
        height: auto;
        background-size: 100%; 
        margin: auto;
        position: relative;
    }

    #mockup-1 {
        width: 85%;
        max-width: 937px;
        height: auto;
    }
    
    #mockup-2 {
        width: 85%;
        max-width: 937px;
        height: auto;
    }

    #mockup-3 {
        width: 85%;
        max-width: 937px;
        height: auto;
    }

    .home .impact-container {
        width: 60%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    
    .home .impact-grid-cell div:nth-child(1) {
        font-size: 50px;
    }
    
    .home .impact-grid-cell div:nth-child(2) {
        font-size: 16px;
    }

    .home .impact-grid-cell {
        padding: 65px; 
        padding-right: 60px;
        padding-top: 65px;
    }
 
    /* About Page*/
    .about-masthead {
        display: grid; 
        grid-template-columns: 70% 30%; 
    }
    
    .about-masthead .description {
        width: 75%;
        margin-top: 230px; 
        margin-left: 60px; 
        margin-bottom: 50px;
        font-size: 30px; 
    }

    .about-masthead .partners {
        margin-top: 230px; 
        margin-right: 40px;
        text-align: right;
    }

    .about-masthead .partners .logo {
        display: block;
        padding-right: 0;
    }
    
    .about-image {
        background-image: url("./images/bg_img_about.png");
    }

    .about .content div {
        padding-left: 12%; 
        padding-right: 12%; 
    }

    /* Features Page */
    .features-masthead div {
        font-size: 36px; 
        padding-left: 60px; 
    }
    
    .features-masthead div:nth-child(2) {
        padding-top: 230px; 
        padding-left: 60px;
    }

    .features .case-management {
        display: grid; 
        grid-template-columns: 30% 70%; 
    }

    .features .section-title {
        padding-left: 20px; 
        padding-bottom: 0;
    }

    .features .section-content {
        padding-left: 15px;
        padding-top: 0;
    }

    .features .case-management .section-content .section-description {
        font-size: 20px; 
    }
    
    .features .section-content .section-grid {
        display: grid; 
        grid-template-columns: 50% 50%;
    }
    
    .features .section-cell .top-line .cell-title {
        font-size: 18px; 
    }
    
    .features .discovery-package {
        display: grid; 
        grid-template-columns: 30% 35% 35%; 
    }

    .features .practice-management {
        display: grid; 
        grid-template-columns: 30% 70%; 
    }
    
    .features .extenal-integrations {
        display: grid; 
        grid-template-columns: 30% 70%; 
    }

    /* Security Page */
    .security .security-masthead .security-masthead-logo {
        padding-left: 100px;
    }

    .security .security-masthead .security-header {
        padding-top: 220px;
        padding-left: 60px; 
    }

    .security-body-first-line {
        font-size: 20px;
    }
    
    .security .security-body {
        padding-left: 0; 
        padding-right: 0;
        margin-right: 12%;
        margin-left: 12%;
    }

    .security .security-body ul {
        padding-left: 50px; 
    }

    /* Privacy Page */
    .privacy > div.content.section {
        padding-left: 60px;   
        padding-right: 60px;   
    }


    /* Schedule Demo */
    .request-demo-section {
        padding-top: 135px;   
        padding-bottom: 135px;
    }
    
    .schedule-demo-container {
        font-size: 36px;
    }

    .white-button {
        width: 300px; 
        margin-top: 40px; 
    }

    /* Footer */
    .footer-grid-container {
        display: grid; 
        grid-template-columns: 50% 50%; 
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .footer-grid-column {
        padding-top: 50px; 
        padding-left: 10%; 
        font-size: 12px;
        font-family: 'sailec-medium';
        line-height: 2;
        text-align: left;
    }
    
    .footer-grid-right-column {
        padding-top: 50px; 
        padding-left: 10%; 
        padding-right: 10%;
        font-size: 12px;
        font-family: 'sailec-medium';
        line-height: 1;
        text-align: right;
    }

    /* Request Demo Modal */
    .modal form {
        width: 80%;
    }

    .modal-info {
        width: 90%;
    }
    
    .modal {
        padding-top: 100px;
        background-color: rgba(0,0,0,0.8);
    }

    .modal-content {
        width: 730px;
        min-height: 870px;
    }

    .modal-content-confirm {
        width: 730px;
        height: 180px;
    }

    #agency-mailing-city {
        width: 250px; 
        margin-right: 15px;
    }
    
    #agency-mailing-state {
        width: 125px; 
    }
    
    #agency-mailing-zip {
        width: 140px;
    }

}

@media only screen and (min-width: 1024px) {
    /* Home Page */
    .home .detailed-description {
        margin-right: 20%;
        margin-left: 20%;
    }
    
    .home .integrations-container {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    
    .center-vertically {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    
    .home .external-integrations {
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 175px;
        padding-bottom: 150px;
    }
    
    .home .external-integrations p {
        font-size: 28px;
        padding-top: 50px;
    }

    .home .ms-integrations {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 100px;
        padding-right: 100px;
    }

    #diagram {
        width: 467px;
        height: 428px;
    }

    /* About Page */
    .about-image {
        height: 348px;
    }    

    .about .content div {
        padding-left: 20%; 
        padding-right: 20%; 
    }

    /* Features Page */
    .features .section-title {
        padding-left: 60px; 
    }

    /* Security Page */
    .security .security-body {
        margin-right: 20%;
        margin-left: 20%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1920px) {
    /* Home Page */
    .home .home-masthead {
        width: 1920px;
        background-image: url("./images/bg_img_home.png");
        height: 780px;
        padding-right: 0;
        padding-left: 0;
    }

    /* Features Page */
    .features-masthead {
        width: 1920px;
        background-image: url('./images/bg_img_features.png');
    }
    
    /* Security Page */
    .security .security-masthead {
        width: 1920px;
        background-image: url('./images/bg_img_security.png');
    }
}

/* Media Query for Ultra Wide Screens */
@media only screen and (min-width: 1921px) {
 
     /* Home Page */
    .home .home-masthead {
        width: 2880px;
        background-image: url("./images/bg_img_home_3840.png");
        padding-right: 0;
        padding-left: 0;
    }

    /* Features Page */
    .features-masthead {
        width: 2880px;
        background-image: url('./images/bg_img_features_2880.png');
    }

    /* Security Page */
    .security .security-masthead {
        width: 2880px;
        background-image: url('./images/bg_img_security_2880.png');
    }
}