/*   
Theme Name: WolfPAC Solutions
Theme URI: http://www.wolfpacsolutions.com
Description: Custom WordPress theme for WolfPAC Solutions
Author: Yelling Mule
Author URI: https://www.yellingmule.com
Version: 1.0
*/

@charset "UTF-8";

/* =WordPress Core from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*CUSTOM SCSS
-------------------------------------------------------------- */

/*Required Styles*/

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}
h2 {
    color: #171c34;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.428;
    margin: 0 0 1rem;
}
h3 {
    color: #171c34;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.428;
    margin: 0 0 1rem;
}
h4 {
    color: #171c34;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.428;
    margin: 0 0 1rem;
}
h5 {
    text-transform: uppercase;
    color: #498c78;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
p,
.ym_content li {
    /* font-family: "Lato", sans-serif;
    color: rgb(4, 9, 32);
    line-height: 1.625;
    letter-spacing: 0.5px; */
    color: #919aa3;
    font-size: 16px;
    font-weight: 300;
}
p a {
    color: #1b60a6;
    font-weight: 400;
}
p a:hover {
    color: #498c78;
}
.centered {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}

/*BUTTONS*/

.ym_button,
.cn-button.wp-default.ym_button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    color: white;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    background: rgba(93, 182, 156, 1);
    font-size: 16px;
    font-weight: 400;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.cn-button.wp-default.ym_button {
    text-transform: none;
    font-size: 14px;
}
.ym_button:hover,
.cn-button.wp-default.ym_button:hover {
    color: white;
    background: rgba(73, 140, 120, 1);
}
.ym_button_outline {
    display: inline-block;
    padding: calc(0.75rem - 2px) 1.5rem;
    color: white;
    text-transform: uppercase;
    border: 1px solid white;
    border-radius: 5px;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
}
.ym_button_outline:hover {
    color: white;
    box-shadow: 0 0 0 1px white;
}
.ym_button_blue{
    background: #5C8FCB;
}
.ym_button_blue:hover{
    background: #185B9F;
}
.ym_link,
.ym_back_link {
    color: #498c78;
    font-size: 16px;
    font-weight: 500;
}
.ym_link:hover,
.ym_back_link:hover {
    color: #498c78;
}
.ym_link::after {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url(public/img/arrow-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin-left: 0.5rem;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.ym_link:hover::after {
    margin-left: 1rem;
}
.ym_back_link::before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url(public/img/arrow-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin-right: 0.5rem;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ym_back_link:hover::before {
    margin-right: 1rem;
}

/*ALERT BAR & BANNER*/

.ym_alert_bar {
    background: rgb(73, 140, 120);
    background: linear-gradient(90deg, rgba(73, 140, 120, 1) 0%, rgba(93, 182, 156, 1) 100%);
    color: white;
    text-align: center;
    padding: 0.5rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
}
.logged-in .ym_alert_bar{
    margin-top: 32px;
}
.ym_banner {
    background: #1b60a6;
    color: white;
    text-align: center;
    padding: 0.5rem 0;
}
.ym_alert_bar p,
.ym_banner p {
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.4px;
    display: inline-block;
    color: white;
}
.ym_banner p {
    font-size: 12px;
}
.ym_alert_bar a,
.ym_banner a {
    font-size: 12px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    color: white;
}
.ym_alert_bar a::after,
.ym_banner a::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    display: inline-block;
    margin-left: 0.25rem;
}
.ym_alert_bar a:hover,
.ym_banner a:hover {
    text-decoration: underline;
}
.ym_alert_bar_toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0.5rem 1rem;
    background: #498c78;
}

/*HEADER*/

.ym_header {
    width: 100%;
    background: transparent;
    position: fixed;
    z-index: 1000;
}
.ym_header_scrolled,
.ym_header_interior {
    background: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.ym_header_scrolled {
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
}
.ym_header,
.ym_header_logo {
    height: 70px;
}
.ym_header_logo a {
    display: block;
    height: 100%;
    width: 100%;
}
.ym_header_logo img {
    display: none;
    height: 100%;
    padding: 0.75rem 0;
    margin: 0;
}
.ym_header_logo img.white {
    display: block;
}
.ym_header_scrolled .ym_header_logo img.white,
.ym_header_interior .ym_header_logo img.white {
    display: none;
}
.ym_header_scrolled .ym_header_logo img.color,
.ym_header_interior .ym_header_logo img.color {
    display: block;
}
.ym_header_mobile {
    display: none;
    font-size: 24px;
    color: #808080;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -70px;
}
.ym_header .container{
    max-width: 95%;
}
.ym_header_left {
    text-align: left;
    margin-left: -1rem;
}
.ym_header_right {
    text-align: right;
    margin-right: -1rem;
}
.ym_header_right nav{
    display: inline-block;
}
.ym_header_right .ym_button{
    margin: 0.7rem 0;
}
.ym_header_right .ym_button_blue:first-of-type{
    background: #185B9F;
}
.ym_header_right .ym_button_blue:first-of-type:hover{
    background: #5C8FCB;
}
.ym_header_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.94px;
}
.ym_header_nav li {
    display: inline-block;
    position: relative;
}
.ym_header_nav li a {
    display: block;
    padding: 1.45rem 1rem;
    color: white;
}
.ym_header_scrolled .ym_header_nav li a,
.ym_header_interior .ym_header_nav li a {
    color: #171c34;
}
.ym_header_nav li a:hover,
.ym_header_nav li:hover > a,
.ym_header_nav li.current-menu-item a {
    color: #5db69c;
}
.ym_header_nav li a:hover::after,
.ym_header_nav li:hover > a::after,
.ym_header_nav li.current-menu-item a:not(.sub-menu li a)::after {
    content: "";
    width: 0;
    height: 1px;
    background: #5db69c;
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    animation: grow 0.5s forwards;
}
.ym_header_nav li .sub-menu {
    display: none;
    margin: 0;
    padding: 0.5rem 0;
    position: absolute;
    background: white;
    border: 2px solid #eee;
    border-top: none;
    width: 280px;
    font-size: 13px;
    text-align: left;
    margin-left: -2px;
    text-transform: none;
}
.ym_header_nav li .sub-menu li {
    display: block;
}
.ym_header_nav li .sub-menu li .sub-menu {
    position: relative;
    padding: 0.25rem 0 0.25rem 1rem;
    font-size: 12px;
    border: none;
}
.ym_header_nav li .sub-menu li a {
    padding: 0.5rem 1rem;
    color: #171c34;
}
.ym_header_nav li .sub-menu li a:hover {
    color: #5db69c;
}
.ym_header_nav li .sub-menu li a:hover::after {
    content: none;
}
.ym_header_nav li:hover .sub-menu {
    display: block;
}
.ym_header_secondary_nav {
    list-style: none;
    margin: 0 1rem;
    padding: 0;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
}
.ym_header_secondary_nav li {
    display: inline-block;
}
.ym_header_secondary_nav li a {
    color: white;
}
.ym_header_scrolled .ym_header_secondary_nav li a,
.ym_header_interior .ym_header_secondary_nav li a {
    color: #171c34;
}
.ym_header_secondary_nav li:not(:last-child) a::after {
    content: "|";
    margin: 0 0.4rem 0 0.5rem;
}
.ym_header_secondary_nav li a:hover {
    color: #5db69c;
}
.ym_header_secondary_nav li i {
    font-size: 12px;
}
.ym_header_button {
    display: inline-block;
    position: relative;
}
.ym_header_button .ym_button {
    font-size: 14px;
    padding: 0.75rem 1rem;
}
.ym_header_search {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    background: #929ba2;
    padding: 0.5rem 0;
    z-index: 1000;
}
.ym_header_search form {
    width: 100%;
    padding: 0 0 0 2rem;
    position: relative;
}
.ym_header_search form::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    position: absolute;
    left: 0;
    font-size: 16px;
    padding: 0.25rem;
}
.ym_header_search form input {
    width: 100%;
    padding: 0.25rem;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
}
.ym_header_search form input:focus {
    outline: none;
}
.ym_header_search form input::placeholder {
    color: lightgrey;
}

/*HERO & TITLE BAR*/

.ym_hero {
    width: 100%;
    height: 730px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.ym_hero_interior {
    height: 480px;
}
.ym_hero::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 100px solid white;
    border-left: 100vw solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.ym_hero_interior::after {
    content: none;
}
.ym_hero_overlay {
    width: 100%;
    height: 100%;
    background: rgba(21, 22, 25, 0.4);
}
.ym_hero_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.ym_title_bar .ym_hero_content,
.ym_hero_interior .ym_hero_content {
    top: 60%;
}
.ym_hero_content h1,
.ym_hero_content span {
    color: white;
    font-size: 40px;
    line-height: 1.375;
    font-weight: 400;
    margin: 0;
}
.ym_hero_content p {
    color: #d2d2d2;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    margin: 1.5rem 0 2rem;
}
.ym_hero_buttons a:first-child {
    margin-right: 1rem;
}
.ym_title_bar {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    text-align: center;
}
.ym_title_bar_small{
    height: 250px;
}
.ym_title_bar_large{
    height: 450px;
}
.ym_title_bar_small .ym_hero_content{
    top: 70%;
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
}
.ym_hero_interior .ym_hero_content h1,
.ym_hero_interior .ym_hero_content span {
    font-size: 52px;
    color: white;
}
.ym_title_bar .ym_hero_content h1,
.ym_title_bar .ym_hero_content span {
    font-size: 52px;
    color: white;
    font-weight: 400;
}
.ym_hero_interior.ym_title_bar{
    text-align: left;
}
.ym_hero_interior.ym_title_bar h1{
    margin: 0 0 1rem;
}
.ym_hero_interior.ym_title_bar p{
    margin: 0;
}

/*CONTENT*/

.ym_content {
    padding: 2rem 0; /* was 4rem 0 */
    position: relative;
}
.ym_content_top_large{
    padding-top: 5rem;
}
.ym_content_top_small{
    padding-top: 1rem;
}
.ym_content_top_none{
    padding-top: 0;
}
.ym_content_bottom_large{
    padding-bottom: 4rem;
}
.ym_content_bottom_small{
    padding-bottom: 1rem;
}
.ym_content_bottom_none{
    padding-bottom: 0;
}
.ym_content_secondary {
    padding: 0 0 4rem;
    margin: -1rem 0 0;
}
.ym_content_grey {
    background: #f5f5f5;
}
.ym_content_grid::before {
    content: "";
    background-image: url(public/img/grid.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    position: absolute;
    right: -5rem;
    top: -10rem;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    opacity: 0.15;
}
.ym_content_image{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.ym_content_image img{
    max-width: 100%;
}
.ym_content_image a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ym_content_image.ym_content_video{
    height: auto;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: black;
}
.ym_content_image.ym_content_video img:not(.ym_video_play img){
    opacity: 0.25;
}
.ym_content_image a:hover img:not(.ym_video_play img){
    opacity: 0.5;
}
.ym_content_image .ym_video_play{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    width: 95%;
}
.ym_content_image .ym_video_play img{
   width: 80px; 
}
.ym_content_image .ym_video_play h5{
    color: white;
    font-size: 20px;
    margin: 1rem 0 0;
}
.ym_split_content .ym_content_image{
    display: block;
    height: auto;
}
/*.ym_content_grid_left::before{
    content:'';
    background-image:url(public/img/grid.png);
    background-size:100%;
    background-position:center center;
    background-repeat:no-repeat;
    width:300px;
    height:300px;
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:rotate(-30deg) translate(0,-50%);
    transform:rotate(-30deg) translate(0,-50%);
    opacity:0.15;
}*/
.ym_content_pattern {
    background-image: url(public/img/content-pattern.png);
    background-size: 90% auto;
    background-position: 50% 180%;
    background-repeat: no-repeat;
}
.ym_content_dark {
    background: rgb(23, 28, 52);
    background: linear-gradient(90deg, rgba(23, 28, 52, 1) 0%, rgba(4, 9, 32, 1) 100%);
}
.ym_content_slant_top {
    padding-top: calc(3rem + 50px);
    margin-top: -3rem;
}
.ym_content_slant_top::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid white;
    border-right: 100vw solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.ym_content_slant_bottom {
    padding-bottom: calc(3rem + 50px);
}
.ym_content_slant_bottom::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid white;
    border-left: 100vw solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ym_content_dark h2,
.ym_content_dark h3,
.ym_content_dark h4,
.ym_content_dark p {
    color: white;
}
.ym_content .justify-content-center h2,
.ym_content h2.centered{
    font-size:32px;
    font-weight:600;
}
.ym_split_content {
    margin: 0;
}
.ym_split_content_image img {
    width: 100%;
}
.ym_split_content_text {
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 3rem;
}
.ym_content.ym_content_heading {
    padding-top: 2rem;
    /*background-image:url(public/img/body-dots-new.png);
    background-size:100% auto;
    background-position:center center;*/
}
/*.ym_content_heading::before{
    content:'';
    background-image:url(public/img/grid.png);
    background-size:100%;
    background-position:center center;
    background-repeat:no-repeat;
    width:300px;
    height:300px;
    position:absolute;
    right:-5rem;
    bottom:0;
    -webkit-transform:rotate(-30deg);
    transform:rotate(-30deg);
    opacity:0.15;
    z-index:-1;
}*/
/*.ym_content_heading_left::before{
    content:'';
    background-image:url(public/img/grid.png);
    background-size:100%;
    background-position:center center;
    background-repeat:no-repeat;
    width:300px;
    height:300px;
    position:absolute;
    left:-5rem;
    top:5rem;
    -webkit-transform:rotate(-30deg);
    transform:rotate(-30deg);
    opacity:0.15;
    z-index:100;
}*/
.ym_content_heading h2,
.ym_content_heading_left h2 {
    text-align: center;
}
.ym_content ul {
    color: #919aa3;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
}
.ym_content .ym_content_addons {
    background: white;
    box-shadow: 0 0 20px rgb(7 42 68 / 10%);
    text-align: left;
    padding: 1.5rem;
    margin-top: -1.5rem;
}
.ym_content .ym_content_addons h2 {
    text-align: left;
    font-size: 24px;
}
.ym_content .ym_content_addons p {
    font-size: 14px;
}
.ym_content .ym_content_addons ul {
    /*    list-style:none;
    margin:0;*/
    padding: 0;
    /*    font-size:18px;
    color:#171C34;*/
}
.ym_content .ym_content_addons ul li {
    /*display:block;*/
    margin: 0 0 0 1.5rem;
    /*position:relative;*/
    font-size: 14px;
}
/*.ym_content .ym_content_addons ul li::before{
    content:'+';
    position:absolute;
    top:0;
    left:0;
    color:#171C34;
}*/
.ym_content .ym_content_addons ul li ul {
    color: #919aa3;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.ym_content .ym_content_addons ul li ul li {
    padding: 0;
}
/*.ym_content .ym_content_addons ul li ul li::before{
    content:none;
}
*/
.ym_content .ym_industries_content h2 {
    margin: 0 0 0.5rem;
}

.ym_general_content h3{
    color: #134677;
    font-weight: 600;
    font-size: 24px;
}
.ym_general_content p,
.ym_general_content ul,
.ym_general_content li{
    color: black;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 300;
}
.ym_general_content p b,
.ym_general_content p strong{
    font-weight: 700;
}

/*SOLUTIONS*/

.ym_solution_grid {
    margin: 0;
}
.ym_solution_box {
    width: 100%;
    padding-bottom: 100%;
    background: #121836;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.5);
    text-align: left;
    margin: 1rem 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.ym_solution_box:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.ym_solution_box a {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 1rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
/* .ym_solution_box a {
    background: rgba(93, 182, 156, 1);
}
.ym_solution_box a h4,
.ym_solution_box a p {
    color: rgb(4, 9, 32);
} */
.ym_solution_box_content {
    width: 100%;
}
.ym_solution_box_icon {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    margin-top: -2px;
    vertical-align: top;
}
.ym_solution_box_icon img {
    position: absolute;
    width: 100%;
    top: 5px;
    left: 0;
    padding: 0 1rem 0 0;
}
.ym_solution_box h4 {
    display: inline-block;
    width: calc(100% - 50px);
}
.ym_solution_box p {
    display: none;
    color: #b1b1b1;
    font-size: 13px;
    clear: both;
    padding: 0 0 0 45px;
}
.ym_solution_box:hover p {
    display: block;
}

/*SLIDERS*/

.ym_review_slider {
    padding: 0 4.75rem;
}
.ym_review_slide {
    margin: 2rem 1rem;
    background: white;
    box-shadow: 0 0 20px rgba(7, 42, 68, 0.1);
    padding: 2rem;
    height: 100%;
}
.ym_review_slide_logo {
    height: 50px;
    margin: 0 0 1rem;
}
.ym_review_slide_logo img {
    height: 100%;
}
.ym_review_slide p {
    font-size: 14px;
    color: #919aa3;
}
.ym_review_slide h5,
.ym_review_slide span {
    font-size: 12px;
}
.ym_review_slide h5 {
    margin: 2rem 0 0;
}
.ym_review_slide span {
    color: #7b8289;
    text-transform: uppercase;
    font-weight: 400;
}
.ym_slider .slick-prev,
.ym_slider .slick-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
}
.ym_slider .slick-prev::before,
.ym_slider .slick-next::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(public/img/arrow-right.svg);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ym_slider .slick-prev::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
.ym_solution_slider {
    width: calc(100% + 9rem);
    margin: 2rem -4.5rem;
    padding: 0 4rem;
}
/*.ym_solution_slider::before{
    content:'';
    background-image:url(public/img/slider-pattern.png);
    background-size:100%;
    background-repeat:no-repeat;
    background-position:center center;
    width:170px;
    height:170px;
    position:absolute;
    top:-3rem;
    left:0;
}   */
.ym_solution_slider .slick-track {
    padding: 1rem 0;
}
.ym_solution_slide {
    background: white;
    padding: 1.5rem 1.5rem 3.5rem 1.5rem;
    box-shadow: 0 0 10px rgba(7, 42, 68, 0.1);
    border-radius: 3px;
    margin: 0 7.5px;
    position: relative;
}
.ym_solution_slide_icon {
    height: 34px;
    margin: 0 0 1rem;
}
.ym_solution_slide h4 {
    color: #171c34;
    font-size: 16px;
}
.ym_solution_slide p {
    color: #919aa3;
    font-size: 14px;
}
.ym_solution_slide .ym_link {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
}
.ym_solution_slider .slick-track {
    display: flex !important;
}
.ym_solution_slider .slick-slide {
    height: inherit !important;
}

/*FOOTER*/

.ym_prefooter {
    background: #1b60a6;
    color: white;
    text-align: center;
}
.ym_prefooter_i{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_prefooter_overlay {
    width: 100%;
    height: 100%;
    padding: 4rem 0;
    background-image: url(public/img/footer-dots-new.png);
    background-size: auto 180%;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_prefooter_i .ym_prefooter_overlay{
    background-image: none;
    background: rgba(21, 22, 25, 0.4);
}
.ym_prefooter h2,
.ym_prefooter p {
    color: white;
}
.ym_prefooter h2 {
    margin: 0 0 0.25rem;
}
.ym_prefooter .ym_button {
    background: white;
    color: #1b60a6;
    border: 1px solid white;
}
.ym_prefooter .ym_button:last-of-type {
    background: transparent;
    color: white;
    border: 1px solid white;
}
.ym_prefooter .ym_button:hover,
.ym_prefooter .ym_button:last-of-type:hover {
    background: #5C8FCB;
    color: white;
    border-color: #5C8FCB;
}
.ym_footer_main {
    padding: 3rem 0;
}
.ym_footer_logo img {
    width: 100%;
}
.ym_footer_main .ym_footer_logo {
    padding-right: 33%;
}
.ym_footer_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-columns: 3;
    columns: 3;
    font-size: 14px;
    letter-spacing: 1.4px;
}
.ym_footer_nav li {
    margin: 0 0 1rem;
}
.ym_footer_nav li a {
    color: #909090;
}
.ym_footer_nav li a:hover {
    color: #498c78;
}
.ym_footer_bottom {
    background: #f5f5f5;
    padding: 2rem 0;
}
.ym_footer_bottom p,
.ym_footer_bottom a {
    color: #909090;
    font-size: 12px;
}
.ym_footer_bottom p {
    margin: 0.5rem 0 0;
}
.ym_footer_bottom p.ym_footer_copy {
    text-align: right;
}
.ym_footer_social {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.ym_footer_social li {
    display: inline-block;
}
.ym_footer_social li a {
    color: white;
    background: #646464;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding: 6px 5px;
}
.ym_footer_social li a:hover {
    background: #498c78;
}
.ym_footer_links {
    list-style: none;
    margin: 0.25rem 0 0;
    padding: 0;
    text-align: right;
}
.ym_footer_links li {
    display: inline-block;
}
.ym_footer_links li:not(:last-child)::after {
    content: "|";
    color: #909090;
    font-size: 12px;
    margin: 0 0.5rem;
}
.ym_footer_links li a:hover {
    color: #498c78;
}

/*ICON SECTIONS*/

.ym_icon_section {
    margin: 3rem 0 0;
    text-align: center;
}
.ym_icon_section img {
    height: 34px;
    margin: 0 auto 1rem;
}
.ym_icon_block .ym_icon {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 0 1rem;
}
.ym_icon_block .ym_icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    left: -9999px;
    bottom: -9999px;
}
.ym_icon_block h5,
.ym_icon_block h3 {
    margin: 0 0 0.5rem;
}
.ym_icon_section_subtitle{
    margin: 0.5rem 0 0;
}
.ym_icon_sections_lv .col-md-4,
.ym_icon_sections_l .col-md-4{
    margin: 2rem 0 0;
}
.ym_icon_section_l,
.ym_icon_section_lv{
    background: white;
    box-shadow: 0 0 5px lightgrey;
    padding: 2rem;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.ym_icon_section_lv{
    cursor: auto;
}
.ym_icon_section_l img,
.ym_icon_section_lv img{
    height: 100px;
}
.ym_icon_section_l p{
    display: none;
    margin: 1rem 0 0;
}
.ym_icon_section_l h4,
.ym_icon_section_lv h4{
    margin: 0;
}
.ym_icon_section_l:hover p{
    display: block;
}
.ym_icon_section_lv p{
    display: block;
    margin: 1rem 0 0;
}


/*POSTS*/
.ym_posts.ym_posts_mobile {
    display: none;
}
.ym_post {
    border-radius: 3px;
    box-shadow: 0 0 22px rgba(185, 184, 184, 0.5);
    background: white;
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    height: 100%;
    padding-bottom: 3.5rem;
}
.ym_post a {
    display: block;
}
.ym_post_image {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}
.ym_post_image img {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
}
.ym_post_content {
    padding: 1.5rem 1.5rem 0;
}
.ym_post_content h5 {
    font-size: 13px;
    letter-spacing: 1.6px;
}
.ym_post_content h4 {
    font-size: 16px;
    line-height: 1.4375;
}
.ym_post_content p {
    font-size: 13px;
}
.ym_post span.ym_link {
    font-size: 16px;
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
}
.ym_solutions_posts .ym_post span.ym_link {
    left: auto;
    bottom: auto;
}
.ym_post:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*STATS*/

.ym_stat {
    text-align: center;
    margin: 0;
    display: inline-block;
    width: 19%;
    vertical-align: top;
    padding: 0 1rem;
}
.ym_stat h2 {
    font-size: 60px;
    margin: 0 0 1rem;
    line-height: 1;
}
.ym_stat p {
    font-size: 14px;
    padding: 0 2rem;
    margin: 0;
}

/*TEAM*/

.ym_team_filters {
    margin: 3rem 0 0;
}
.ym_team_filters .row {
    margin: 0 -5px;
}
.ym_team_filters .col-md-6,
.ym_team_filters .col-md-3 {
    padding: 0 5px;
}
.ym_team_categories {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
}
.ym_team_categories li {
    display: inline-block;
}
.ym_team_categories li a {
    border: 1px solid #498c78;
    color: #498c78;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.88px;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
}
.ym_team_categories li.active a,
.ym_team_categories li a:hover {
    color: white;
    border: none;
    padding: calc(0.5rem + 1px) 1rem;
    background: rgb(93, 182, 156);
    background: linear-gradient(90deg, rgba(93, 182, 156, 1) 0%, rgba(73, 140, 120, 1) 100%);
}
.ym_team_filters label {
    color: #142531;
    font-size: 14px;
    margin: 0 0 0.5rem;
}
.ym_team_search,
.ym_team_select {
    position: relative;
    width: 100%;
}
.ym_team_search input,
.ym_team_select select {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 0.5rem;
    width: 100%;
    font-size: 14px;
    -webkit-appearance: none;
}
.ym_team_search::after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #498c78;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.ym_team_select::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #498c78;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.ym_team_members {
    margin: 3rem 0 0;
}
.ym_team_members .row {
    margin: 0 -7.5px;
}
.ym_team_members .col-xl-3 {
    padding: 0 7.5px;
    margin: 7.5px 0;
}
.ym_team_member {
    background: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    height: 100%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.ym_team_member_image {
    position: relative;
    width: 100%;
    padding-bottom: 130%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_team_member_text {
    padding: 1rem;
    background: rgba(44, 46, 48, 0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
}
.ym_team_member h4 {
    font-size: 18px;
    letter-spacing: 1.8px;
    text-transform: none;
    color: white;
    margin: 0;
    font-weight: 300;
}
.ym_team_member h5 {
    color: white;
    font-size: 13px;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    margin: 0.5rem 0 0;
    font-weight: 300;
}
.ym_team_member:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.ym_team_content .ym_team_member_image {
    margin: 2rem 0;
}
.ym_team_content h1 {
    margin: 2rem 0 0;
}
.ym_team_content .fa-ul {
    margin: 2rem;
}
.ym_team_content .fa-ul li {
    margin: 0.5rem 0;
}
.ym_team_content .fa-ul li a i,
.ym_team_content .fa-ul li a:hover {
    color: #498c78;
}
.ym_team_content .fa-ul li a {
    color: #171c34;
}

/*CONTACT*/

.ym_contact {
    margin: 5rem 0 0;
    display: block;
}
.ym_contact_form {
    margin-top: -2rem;
}
.ym_form_modal .ym_contact_form {
    margin-top: 0;
}
.ym_contact_form h3 {
    font-size: 18px;
}
.ym_contact_form label,
.ym_contact_form input {
    display: block;
}
.ym_contact_form label {
    font-size: 14px !important;
    color: #142432;
    font-weight: 400 !important;
}
.ym_contact_form label span,
.ym_contact_form label span.gfield_required {
    color: #548778 !important;
}
.ym_contact_form input:not([type="submit"]),
.ym_contact_form select,
.ym_contact_form textarea {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 0.5rem;
    width: 100%;
    margin: 0 0 1rem;
}
.ym_contact_form select,
.ym_contact_form input::placeholder {
    color: grey;
}
.ym_contact_form input[type="submit"] {
    width: 100%;
    text-align: center;
}
.ym_contact_form p {
    font-size: 13px;
    color: #18282f;
    margin: 1rem 0 0;
}
.ym_contact_form p a {
    color: #548778;
}
.ym_contact_form p a:hover {
    text-decoration: underline;
}
.ym_contact_info {
    margin: 0 0 3rem;
}
.ym_contact_info_icon {
    float: left;
    font-size: 24px;
    color: #548778;
    width: 60px;
    height: 100px;
    text-align: center;
}
.ym_contact_info h5 {
    color: #152631;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}
.ym_contact_info p {
    font-size: 14px;
}
.ym_contact_form .gform_wrapper {
    margin: 0 !important;
}

/*RESOURCES*/

.ym_resources_filters {
    margin: 3rem 0 0;
}
.ym_resources_filters label {
    font-size: 14px;
    color: #142432;
    font-weight: 400;
    display: block;
}
.ym_resources_category_heading {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 0.5rem;
    width: 100%;
    margin: 0 0 1rem;
    color: #949ca1;
    font-size: 14px;
    position: relative;
}
.ym_resources_category_heading::after {
    content: "+";
    position: absolute;
    color: #498c78;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.ym_resources_category_heading.opened::after {
    content: "-";
}

.ym_resources_category_heading.opened + .ym_resources_category_options {
    display: block;
}
.ym_resources_category_heading + .ym_resources_category_options {
    display: none;
}
.ym_resource_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ym_resource_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.ym_resource_checkbox .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 2px;
    border: 1px solid #5db69c;
}
.ym_resource_checkbox:hover input ~ .checkmark {
    background-color: #5db69c;
}
.ym_resource_checkbox input:checked ~ .checkmark {
    background-color: #5db69c;
}
.ym_resource_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.ym_resource_checkbox input:checked ~ .checkmark:after {
    display: block;
}

.ym_resource_checkbox.checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Checkbox addons*/
.ym_resources_filters .ym_checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 1rem 0;
}
.ym_resources_filters .ym_checkbox span {
    font-size: 14px;
    font-weight: 300;
    color: #313131;
    padding: 0 0 0 1.5rem;
    display: block;
}
.ym_resources_filters .ym_checkbox span::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #5db69c;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}
.ym_resources_filters .ym_checkbox span::after {
    content: "";
    width: 13px;
    height: 13px;
    background: #5db69c;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 1px;
    display: none;
}
.ym_resources_filters .ym_checkbox.active ::after {
    display: block;
}
/*End of Addon for Checkboxes*/
.ym_resources_search,
.ym_resources_select {
    position: relative;
    width: 100%;
}
.ym_resources_search input,
.ym_resources_select select {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 0.5rem;
    width: 100%;
    margin: 0 0 1rem;
    font-size: 14px;
    position: relative;
}
.ym_resources_select select {
    -webkit-appearance: none;
}
.ym_resources_select::after {
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    background-image: url(public/img/select.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    right: 0.5rem;
    top: 0.75rem;
}
.ym_resource_post {
    width: 100%;
    padding-bottom: 120%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(7, 42, 68, 0.1);
    cursor: pointer;
    margin: 2rem 0 0;
}
.ym_resource_post a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ym_resource_post_content {
    background: white;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60%;
}
.ym_resource_post_content h5 {
    font-size: 13px;
    margin: 0;
}
.ym_resource_post_content h4 {
    margin: 0.5rem 0 0;
    font-size: 16px;
}
.ym_resource_post_content p {
    font-size: 14px;
    margin: 0.5rem 0 0;
    display: none;
}
.ym_resource_post a:hover .ym_resource_post_content p {
    display: block;
}
.ym_pagination {
    margin: 2rem 0 0;
}
.ym_pagination a:not(.ym_resource_pagination a) {
    color: rgba(93, 182, 156, 1);
    padding: 0.5rem 0;
    display: inline-block;
}
.ym_pagination a:not(.ym_resource_pagination a):hover {
    color: #1b60a6;
}
.ym_resource_pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px !important;
    text-align: center;
}
.ym_resource_pagination li,
.ym_resource_pagination span,
.ym_resource_pagination a {
    display: inline-block;
    margin: 0 0.25rem;
    width: 30px;
}
.ym_resource_pagination span,
.ym_resource_pagination a {
    color: #939ca1;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 0.5rem;
}
.ym_resource_pagination span.current {
    color: #498c78;
    border-color: #498c78;
}
.ym_resource_pagination li a:hover,
.ym_resource_pagination li.active a:hover,
.ym_resource_pagination a:hover,
.ym_resource_pagination span.current:hover {
    color: white;
    background: #939ca1;
    cursor: pointer;
}

/*LOGO GRID*/
.ym_logo_grid + hr {
    margin-bottom: 2rem;
}
.ym_logo_grid_logo {
    width: 11%;
    display: inline-block;
    padding-bottom: 10%;
    position: relative;
}
.ym_logo_grid_logo a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ym_logo_grid_logo img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    padding: 0.5rem;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.ym_logo_grid_logo a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.ym_logo_grid::after {
    content: "";
    clear: both;
    display: block;
}

/*TESTIMONIALS*/

.ym_testimonial_slider {
    margin-top: 3rem;
}
.ym_testimonial_slide {
    text-align: left;
    margin: 0 3rem;
}
.ym_testimonial_slide img {
    height: 45px;
    margin: 0 0 1rem;
}
.ym_testimonial_slide p {
    font-size: 15px;
    line-height: 1.86;
}
.ym_testimonial_slide h5 {
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    margin: 2rem 0 0.25rem;
}
.ym_testimonial_slider .slick-prev {
    left: -3rem;
}
.ym_testimonial_slider .slick-next {
    right: -3rem;
}

/*COMPARISON TABLE*/

.ym_package_table {
    margin: 2rem 0 0;
}
.ym_package_table_mobile {
    color: white;
    margin: 0 0 1rem;
    display: none;
}
.ym_package_table table {
    width: 100%;
    color: white;
    border: 1px solid #5d5d5d;
    font-size: 14px;
    font-weight: 300;
}
.ym_package_table table th {
    background: #498c78;
    color: white;
    text-align: center;
    font-weight: 300;
    padding: 0.5rem;
}
.ym_package_table table td {
    border: 1px solid #5d5d5d;
    padding: 0.5rem;
    text-align: center;
}
.ym_package_table table tr td:last-child,
.ym_package_table table tr td:nth-last-child(2),
.ym_package_table table tr td:nth-last-child(3) {
    width: 10%;
}
.ym_package_table table tr td:nth-last-child(4) {
    text-align: center; /*was left*/
    width: 11%; /*was 45%*/
}

/*ACCORDION*/

.ym_accordion {
    text-align: left;
    margin: 2rem 0 0;
}
.ym_accordion_section {
    border-bottom: 1px solid black;
}
.ym_content_dark .ym_accordion_section {
    border-bottom: 1px solid white;
}
.ym_accordion_q {
    padding: 1rem 2rem 1rem 0;
    position: relative;
    cursor: pointer;
}
.ym_accordion_q i {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px;
    color: #1b60a6;
}
.ym_accordion_q h5 {
    margin: 0;
    color: white;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}
.ym_accordion_a {
    display: none;
    padding: 0 0 1rem;
}

.ym_accordion_a p,
.ym_accordion_a ul {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: black;
}
.ym_content_dark .ym_accordion_a p,
.ym_content_dark .ym_accordion_a ul {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: white;
}
.ym_accordion_grid {
    text-align: left;
}
.ym_accordion_grid .col-md-3 {
    text-align: center;
}
.ym_accordion_grid p,
.ym_content_dark .ym_accordion_a .ym_accordion_grid p {
    font-size: 12px;
    margin: 0;
}
.ym_accordion_grid h4,
.ym_accordion_grid span {
    font-size: 12px;
    margin: 0;
}
.ym_accordion_grid img {
    width: 12px;
    display: inline-block;
}

/* Gravity Adjustements */
.ym_contact_form .gform_body li {
    padding: 0 !important;
}
.ginput_container.ginput_container_phone {
    padding-right: 1rem !important;
}
.ym_contact_form .gform_footer input {
    display: inline-block !important;
    padding: 0.75rem 1.5rem;
    color: white;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    background: rgb(93, 182, 156);
    background: linear-gradient(90deg, rgba(93, 182, 156, 1) 0%, rgba(73, 140, 120, 1) 100%);
    font-size: 16px;
    font-weight: 400;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 100% !important;
}
.ym_contact_form .gform_footer input:hover {
    color: white !important;
    cursor: pointer;
    background: rgb(73, 140, 120);
    background: linear-gradient(90deg, rgba(73, 140, 120, 1) 0%, rgba(93, 182, 156, 1) 100%);
}
.ym_modal .gform_wrapper .top_label .gfield_label,
.ym_form_modal form label,
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
    color: black;
}
.ym_modal .gform_wrapper .top_label div.ginput_container {
    margin: 0;
}
.ym_modal .gform_wrapper ul.gform_fields li.gfield {
    margin: 0 0 10px;
    padding: 0;
}
.ym_modal
    .gform_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.ym_modal .gform_wrapper textarea,
.ym_modal .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.ym_form_modal
    form
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.ym_form_modal textarea,
.ym_form_modal select {
    border: 1px solid lightgrey;
    padding: 0.25rem !important;
    font-size: 13px;
    width: 100%;
    display: block;
    font-weight: 400;
    margin: 0 0 0.75rem;
}
.ym_modal .ginput_container.ginput_container_phone {
    padding-right: 0;
}
.ym_modal .gform_wrapper .gfield_required,
.ym_form_modal label span {
    color: rgba(93, 182, 156, 1) !important;
    margin-left: 0.25rem;
}
.ym_modal .gform_wrapper .gform_footer input[type="submit"],
.ym_form_modal form input[type="submit"],
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    color: white;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    background: rgba(93, 182, 156, 1);
    font-size: 14px;
    font-weight: 400;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin: 0 auto;
}
.ym_modal .gform_wrapper .gform_footer input[type="submit"]:hover,
.ym_form_modal form input[type="submit"]:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
    background: rgba(73, 140, 120, 1);
}
.ym_modal .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    text-align: center;
}
.ym_modal .gform_wrapper h3.gform_title {
    font-weight: 500;
    margin: 0;
}
.ym_modal .gform_wrapper {
    margin: 0;
}
.ym_modal .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    margin: 1px 0 0;
}
.ym_modal .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"] {
    margin-bottom: 0;
}
.ym_form_modal h3 {
    font-size: 18px;
}
.ym_form_modal form .row {
    margin: 0 -5px;
}
.ym_form_modal form .row .col-sm-6 {
    padding: 0 5px;
}
.ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea{
    border: 1px solid lightgrey;
    padding: 0.25rem !important;
    font-size: 13px;
    width: 100%;
    display: block;
    font-weight: 400;
    margin: 0 0 0.75rem;
}

/* Search Page */
.ym_search_post {
    padding: 2rem 0;
}
.ym_search_post img {
    width: 100%;
    height: auto;
}

.search-results .col-12:last-child .ym_search_post_wrap hr {
    display: none;
}

/* Services */
.page-id-35 .ym_content .ym_solution_grid .row,
.page-id-47 .ym_content .ym_solution_grid .row {
    justify-content: center;
}

/* Single Post */
.single-post .ym_content p,
.single-post .ym_content li{
    font-family: 'Lato', sans-serif;
    color: rgb(4, 9, 32);
    line-height: 1.625;
    letter-spacing: 0.5px;
}
.single-post .ym_content h2,
.single-post .ym_content h3,
.single-post .ym_content h4,
.single-post .ym_content h5 {
    text-align: left;
}
.single-post .ym_content p b,
.single-post .ym_content p strong{
    font-weight: 600;
}
.single-post .ym_content li a{
    color: #1b60a6;
}
.single-post .ym_content li a:hover{
    color: #498c78;
}

/*BREADCRUMBS*/

.ym_breadcrumbs {
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    font-size: 14px;
}
.ym_breadcrumbs span a {
    color: #171c34;
}
.ym_breadcrumbs span a:hover,
.ym_breadcrumbs span.breadcrumb_last {
    color: #1b60a6;
}
.ym_breadcrumbs_content{
    padding: 2rem 0 0;
}

/*SUBPAGE MENU*/

.ym_interior_nav,
.ym_content .ym_interior_nav {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
}
.ym_interior_nav li {
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
}
.ym_interior_nav li::before {
    content: none !important;
}
.ym_interior_nav li a {
    display: block;
    color: #171c34;
    border: 1px solid #1b60a6;
    padding: 0.5rem 1rem;
}
.ym_interior_nav li.active a,
.ym_interior_nav li a:hover {
    background: #1b60a6;
    color: white;
}

/* CCPA Policy */
.page-id-1140 .ym_content table {
    width: 100%;
    border: 1px solid black;
    margin-bottom: 2rem;
}
.page-id-1140 .ym_content table td {
    padding: 1rem;
    color: #919aa3;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    letter-spacing: 1.91px;
}
.page-id-1140 .ym_content table tbody tr:first-child td {
    color: #000;
}
.page-id-1140 .ym_content table tr:first-child {
    background-color: #eaebee;
}
.page-id-1140 .ym_content table tr strong {
    font-weight: 900;
    font-family: "Noto Serif", serif;
}

.ym_icon_section_title {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 30px;
}

/*STATS*/

.ym_stat .ym_icon_block_icon {
    margin: 0 auto;
}
.ym_stat span {
    font-size: 56px; /*was 42px*/
    font-weight: 100; /*was 100*/
    /*font-family:'Open Sans', sans-serif;*/
    color: white;
    line-height: 48px;
}
.ym_stat h4 {
    margin: 1rem 0 0;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.4;
}

/* Single Solution Accordion */
.ym_accordion_a_addon {
    display: none;
}
.ym_accordion_q_addon h4 {
    font-size: 18px;
    color: #444444;
}
.ym_accordion_q_addon i {
    float: left;
    margin-right: 1rem;
    font-size: 12px;
    margin-top: 0.45rem;
}

/*ANIMATIONS*/

@-webkit-keyframes grow {
    from {
        width: 0;
    }
    to {
        width: calc(100% - 2rem);
    }
}
@keyframes grow {
    from {
        width: 0;
    }
    to {
        width: calc(100% - 2rem);
    }
}
@-webkit-keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes reverseSmoothScroll {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes reverseSmoothScroll {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.ym_typewriter {
    display: inline-block;
}
.ym_typewriter.animate h2 {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: 1px solid rgba(255, 255, 255, 0.5); /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    animation: typing 2s steps(40, end), blink-caret 0.75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: rgba(255, 255, 255, 0.5);
    }
}

/*MODAL*/

.ym_modal .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
}
.ym_modal .modal-dialog {
    max-width: 600px;
}
.ym_modal .modal-content {
    padding: 2rem;
}
.ym_video_modal .modal-dialog{
    max-width: 75%;
}
.ym_video{
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
.ym_video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.ym_video_buttons{
    margin: 1rem 0;
    text-align: center;
}
.ym_video_buttons .ym_button_blue:first-of-type{
    background: #185B9F;
}

/*COOKIE NOTICE*/

.cn-privacy-policy-link {
    background: none;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0;
    text-decoration: underline;
}
.cn-buttons-container {
    float: right;
    width: 20%;
    padding-right: 3rem;
}
.cn-text-container {
    float: left;
    width: 80%;
    text-align: left;
}

.ym_meta_info {
    display: grid;
    margin-bottom: 10px;
    grid-row-gap: 10px;
}
.ym_meta_info_author h5,
.ym_meta_info h5 {
    margin-top: 10px;
    color: #171c34;
    font-weight: 300;
    text-transform: capitalize;
}

/*COLUMNS*/

.ym_column{
    height: 100%;
}
.ym_column_border,
.ym_column_background,
.ym_column_image{
    padding: 2rem;
}
.ym_column_border{
    border: 2px solid #1b60a6;
}
.ym_column_background{
    background: #1b60a6;
    color: white;
}
.ym_column_image{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_content .ym_column_background h2,
.ym_content .ym_column_background h3,
.ym_content .ym_column_background h4,
.ym_content .ym_column_background h5,
.ym_content .ym_column_background h6
.ym_content .ym_column_background p,
.ym_content .ym_column_background ul,
.ym_content .ym_column_background ol,
.ym_content .ym_column_background li,
.ym_content .ym_column_image h2,
.ym_content .ym_column_image h3,
.ym_content .ym_column_image h4,
.ym_content .ym_column_image h5,
.ym_content .ym_column_image h6,
.ym_content .ym_column_image p,
.ym_content .ym_column_image ul,
.ym_content .ym_column_image ol,
.ym_content .ym_column_image li{
    color: white;
}
.ym_content .ym_column_background h3{
    font-size: 22px;
}
.ym_content .ym_column_background ul{
    padding: 0 0 0 1rem;
}
.ym_content .ym_column_background li{
    margin: 0 0 0.5rem;
}
