/*   
Theme Name: Legacy Share
Theme URI: http://legacyshare.org
Description: Custom WordPress theme For Legacy Share
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
-------------------------------------------------------------- */

.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:'Open Sans', sans-serif;
}
a:hover, a:active, a:visited, a:focus{
    text-decoration:none;
}
h1, h2, h3, h4, h5{
    font-family:'Roboto Mono', sans-serif;
    font-weight:500;
}
p{
    line-height:1.8;
    font-weight:300;
}
.centered{
    text-align:center;
}
strong {
    font-weight: 600;
}
/*BUTTONS*/

.ym_button{
    display:inline-block;
    padding:0.5rem 1.5rem;
    color:white;
    background:#4A96EC;
    text-transform:uppercase;
    border:2px solid #4A96EC;
    font-family:'Roboto Mono', sans-serif;
    font-weight:500;
}
.ym_button:hover{
    color:white;
    background:#2E7DCC;
    border-color:#2E7DCC;
}
.ym_button_outline{
    border:2px solid #4A96EC;
    background:transparent;
    color:#4A96EC;
}
.ym_button_outline:hover{
    background:#2E7DCC;
    border-color:#2E7DCC;
    color:white;
}

/*HEADER*/

.ym_header{
    width:100%;
    background:white;
    position:fixed;
    z-index:1000;
    border-bottom:2px solid #eee;
}
.ym_header .container-fluid{
    padding:0 5%;
}
.ym_header, .ym_header_logo{
    height:70px;
}
.ym_header_logo a{
    display:block;
    height:100%;
    width:100%;
}
.ym_header_logo img{
    height:100%;
    padding:1rem 0;
}
.ym_header_mobile{
    display:none;
    font-size:24px;
    color:#808080;
    position:absolute;
    right:0;
    top:0;
    margin-top:-70px;
}
.ym_header_middle{
    text-align:center;
    position:relative;
}
.ym_header_nav{
    list-style:none;
    margin:0;
    padding:0;
    display:inline-block;
}
.ym_header_nav li{
    display:inline-block;
}
.ym_header_nav li a{
    display:block;
    padding:1.45rem 0.75rem;
    color:#303030;
}
.ym_header_nav li a:hover,
.ym_header_nav li:hover > a,
.ym_header_nav li.current-menu-item a{
    color:#4A96EC;
}
.ym_header_nav li .sub-menu{
    display:none;
    margin:0;
    padding:0.25rem 0;
    position:absolute;
    background:white;
    border:2px solid #eee;
    border-top:none;
    width:200px;
    font-size:14px;
    text-align:left;
    margin-left:-2px;
}
.ym_header_nav li .sub-menu li{
    display:block;
}
.ym_header_nav li .sub-menu li a{
    padding:0.25rem 1rem;
}
.ym_header_nav li:hover .sub-menu,
.ym_header_nav li:hover .ym_header_megamenu{
    display:block;
}
.ym_header_megamenu{
    display:none;
    position:absolute;
    width:100%;
    background:white;
    left:0;
    right:0;
    border:2px solid #eee;
    border-top-color:white;
    margin-top:-2px;
    padding:0 0 20px;
}
.ym_header_megamenu .row{
    margin:0 -5px;
}
.ym_header_megamenu .col-md-4{
    padding:0 5px;
}
.ym_header_nav li .ym_header_megamenu a{
    padding:0;
}
.ym_header_megamenu_icon{
    width:100%;
    position:relative;
    overflow:hidden;
}
.ym_header_megamenu_icon svg{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    position:relative;
    padding:0 20%;
    margin:auto;
}
.ym_header_megamenu a:hover .ym_header_megamenu_icon svg{
    fill:#4A96EC;
}
.ym_header_megamenu h4{
    font-size:16px;
    color:#4A96EC;
}
.ym_header_search{
    display:inline-block;
    margin-left:0.5rem;
}
.ym_header_search i{
    position:relative;
    z-index:1000;
    color:#303030;
}
.ym_header_search i:hover{
    color:#4A96EC;
    cursor:pointer;
}
.ym_header_search i.fa-times{
    position:absolute;
    right:0;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.ym_header_search_bar{
    position:absolute;
    display:none;
    right:0;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    width:0;
    padding-right:4%;
}
.ym_header_search_bar.animate{
    animation:grow 0.25s linear both;
}
.ym_header_search_bar form{
    position:relative;
}
.ym_header_search_bar form input{
    width:100%;
    padding:0.5rem;
    border:2px solid #dddddd;
}
.ym_header_search_bar form input[type="submit"]{
    width:auto;
    border:none;
    position:absolute;
    right:0.5rem;
    top:0.1rem;
    background:transparent;
    color:#4A96EC;
    font-weight:700;
}
.ym_header_search_bar form input[type="submit"]:hover{
    color:#2E7DCC;
    cursor:pointer;
}
.ym_header_buttons{
    text-align:right;
    padding:0.75rem 0;
}
.ym_header_buttons a{
    vertical-align:middle;
    display:inline-block;
}

/*HERO*/

.ym_hero{
    width:100%;
    height:650px;
    overflow:hidden;
    position:relative;
    margin-top:70px;
}
.ym_hero_overlay{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.ym_hero_slider{
    width:100%;
    height:100%;
}
.ym_hero_slider .slick-track,
.ym_hero_slider .slick-list{
    height:100%;
}
.ym_hero_slide{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.ym_hero_slider_dots{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.ym_slider_dots .slick-dots li{
    margin:0 1rem;
}
.ym_slider_dots .slick-dots li button::before{
    content:'';
    width:14px;
    height:14px;
    border-radius:50%;
    border:2px solid black;
}
.ym_slider_dots .slick-dots li.slick-active button::before{
    background: black;

}
.ym_hero_slider + .ym_slider_dots .slick-dots li button::before{
    content:'';
    width:14px;
    height:14px;
    border-radius:50%;
    border:2px solid white;
}
.ym_hero_slider + .ym_slider_dots .slick-dots li.slick-active button::before{
    background: white;
}

.ym_hero_overlay h1{
    font-size:40px;
    color:#fff;
    margin:0 0 1rem;
}
.ym_hero_overlay p{
    font-size:24px;
    margin:0;
    padding:0 15%;
}
.ym_hero_button{
    margin:2rem 0 0;
}

/*CONTENT*/

.ym_content{
    padding:7rem 0;
}
.ym_content h2,
.ym_content_background h2{
    text-align:center;
    color:#4A96EC;
    font-size:42px;
    margin:0 0 2rem;
}
.ym_content h3{
    text-align:center;
    color:#4A96EC;
}
.ym_content_highlight{
    font-size:24px;
    padding:0 15%;
    text-align:center;
    font-weight:300;
}
.ym_content_medium{
    padding:0 15%;
    font-size:18px;
    text-align:center;
    font-weight:300;
}
.ym_content_button{
    margin:2rem 0 0;
    text-align:center;
}
.ym_content_background{
    width:100%;
    padding:7rem 0;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    text-align:center;
    position:relative;
}
.ym_content_background h2{
    color:black;
}
.ym_content_background .ym_button_outline{
    border-color:black;
    color:black;
}
.ym_content_background .ym_button_outline:hover{
    color:white;
    border-color:#2E7DCC;
}
.ym_content_blue{
    background:#dfeef9;
}
.ym_content_small{
    padding:3rem 0;
}
.ym_content_link_block{
    margin:0 0 2rem;
}
.ym_content_link_block_image{
    width:100%;
    padding-bottom:70%;
    position:relative;
    overflow:hidden;
    margin: 0 0 1rem;
}
.ym_content_link_block_image img{
    position:absolute;
    width:100%;
    height:auto;
    margin:auto;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;
}
.page-template-page_resources .ym_content_link_block_image img {
    width:auto;
    height:100%;
}
.ym_content_link_block:hover .ym_content_link_block_image img{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
.ym_content_link_block h4{
    text-align:center;
}

/*HOW IT WORKS*/

.ym_how{
    text-align:center;
    margin:3rem 0 0;
}
.ym_how_icon{
    position:relative;
    width:50%;
    padding-bottom:50%;
    overflow:hidden;
    margin:0 auto 1rem;
}
.ym_how_icon svg{
    position:absolute;
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
    margin:auto;
}
.ym_how h4{
    color:#4A96EC;
    margin:1.5rem 0;
}
.ym_how p{
    font-weight:300;
    font-size:18px;
}
.ym_how .col-md-4:nth-of-type(1) .ym_how_icon svg .step_02,
.ym_how .col-md-4:nth-of-type(1) .ym_how_icon svg .step_03{
    display:none;
}
.ym_how .col-md-4:nth-of-type(2) .ym_how_icon svg .step_03{
    display:none;
}
.ym_how .ym_how_icon.animate svg .step{
    -webkit-animation: fade-in 0.5s linear both;
    animation: fade-in 0.5s linear both;
}
.ym_how .ym_how_icon.animate svg .step_02{
    -webkit-animation-delay:0.25s;
    animation-delay:0.25s;
}
.ym_how .ym_how_icon.animate svg .step_03{
    -webkit-animation-delay:0.25s;
    animation-delay: 0.5s;
}
.ym_process_slide_icon{
    width:100%;
    position:relative;
    display:flex;
    height:100%;
}
.ym_process_slide_icon svg{
    padding:0 25%;
    width:100%;
}
.ym_process_slide_text h2{
    text-align:left;
    margin:0 0 1rem;
}
.ym_process_slide_text h4{
    margin:0 0 1rem;
    color:#4A96EC;
}
.ym_process_slider_dots{
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.ym_process_slider_dots .slick-dots{
    position:relative;
    bottom:auto;
    margin:-1rem 0 0;
}
.ym_process_slider_dots.ym_slider_dots .slick-dots li.slick-active button:before{
    background:black;
}
.ym_process_slider .ym_process_slide:nth-of-type(2) .ym_process_slide_icon svg .step_02,
.ym_process_slider .ym_process_slide:nth-of-type(2) .ym_process_slide_icon svg .step_03{
    display:none;
}
.ym_process_slider .ym_process_slide:nth-of-type(3) .ym_process_slide_icon svg .step_03{
    display:none;
}

/*FAQ & TESTIMONIALS*/

.ym_faq_content h2{
    margin:3rem 0;
}
.ym_faq_content h2:first-of-type{
    margin:0 0 3rem;
}
.ym_faq_slider_dots .slick-dots,
.ym_testimonial_slider_dots .slick-dots{
    position:relative;
    bottom:auto;
    margin:1rem 0 3rem;
}
.ym_faq_slider{
    margin:4rem 0 0 !important;
}
.ym_faq_slide h5{
    font-size:24px;
    margin:0 0 2rem;
}
.ym_faq_slide p{
    font-size:18px;
    font-weight:300;
    padding:0 20%;
}
.ym_testimonial_slide{
    margin:0 1rem;
}
.ym_testimonial_slide h5{
    font-size:18px;
}
.ym_testimonial_slider::before,
.ym_testimonials::before{
    content:'\f10d';
    font-size:200px;
    position:absolute;
    top:0;
    left:0;
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    line-height:1;
    z-index:-1;
    color:#4A96EC;
    opacity:0.2;
    margin-top:-4rem;
}
.ym_testimonial_slider::after,
.ym_testimonials::after{
    content:'\f10e';
    font-size:200px;
    position:absolute;
    bottom:0;
    right:0;
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    line-height:1;
    z-index:-1;
    color:#4A96EC;
    opacity:0.2;
    margin-bottom:-4rem;
}
.ym_roles .ym_content_button{
    margin:1rem auto 2rem;
}
.ym_content#testimonials .card-columns{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.ym_content#testimonials .card{
    border:none;
    margin-bottom:2rem;
    background:transparent;
}
.ym_testimonials{
    position:relative;
}

/*RESOURCES*/

.ym_resource{
    text-align:center;
    margin:1rem 0;
}
.ym_resource h4{
    color:#4A96EC;
}
.ym_resource_icon{
    width:100%;
    position:relative;
    overflow:hidden;
}
.ym_resource_icon svg{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    position:relative;
    padding:0 25%;
    margin:auto;
}
.ym_resource a:hover .ym_resource_icon svg{
    fill:#4A96EC;
}

/*PARTNERS*/

.ym_partner_slider_container{
    padding:0 3rem;
}
.ym_partner_slide_image{
    width:100%;
    padding-bottom:40%;
    position:relative;
    overflow:hidden;
}
.ym_partner_slide_image a{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.ym_partner_slide_image img{
    position:absolute;
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    margin:auto;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
    padding:1rem;
}
.ym_partner_slider .slick-next{
    right:-3rem;
    height:auto;
}
.ym_partner_slider .slick-prev{
    left:-3rem;
    height:auto;
}
.ym_partner_slider .slick-next::before,
.ym_partner_slider .slick-prev::before{
    color:#4A96EC;
}

/*ym_footer*/

.ym_footer{
    background:#303030;
    padding:4rem 0 0;
}
.ym_footer_logo{
    width:40%;
    margin:0 auto;
}
.ym_footer_logo img{
    width:100%;
}
.ym_footer_logos{
    text-align:center;
    margin:2rem 0;
}
.ym_footer_logos a{
    display:inline-block;
    width:150px;
    height:75px;
    position:relative;
    overflow:hidden;
    margin:0 0.5rem;
}
.ym_footer_logos a img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    position:absolute;
    margin:auto;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
}
.ym_footer h5{
    color:#4A96EC;
}
.ym_footer_list{
    list-style:none;
    margin:0;
    padding:0;
    font-size:16px;
    font-weight:300;
}
.ym_footer_list li a{
    color:white;
}
.ym_footer_list li:last-child::after{
    content:none;
    color:white;
}
.ym_footer_list li a:hover{
    color:#1681C4;
}
.ym_footer_social{
    list-style:none;
    margin:0;
    padding:0;
    font-size:30px;
}
.ym_footer_social li{
    display:inline-block;
    margin-right:0.5rem;
}
.ym_footer_social li a{
    color:white;
}
.ym_footer_social li a:hover{;
    color:#4A96EC;
}
.ym_footer_newsletter{
    position:relative;
    width:100%;
}
.ym_footer_newsletter input{
    width:100%;
    border:none;
    border-bottom:2px solid lightgrey;
    padding:0.5rem 120px 0.5rem 0.5rem;
    background:transparent;
    color:white;
}
.ym_footer_newsletter input:focus{
    outline:none;
}
.ym_footer_newsletter button{
    position:absolute;
    right:0;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    background:transparent;
    color:#4A96EC;
    border:none;
    text-transform:uppercase;
    cursor:pointer;
}
.ym_footer_newsletter button:hover{
    color:#2E7DCC;
}
.ym_footer_bottom{
    padding:3rem 0 1rem;
}
.ym_totop{
    color:#4A96EC;
    text-align:right;
    cursor:pointer;
}
.ym_totop:hover{
    color:#2E7DCC;
}
.ym_footer_copy{
    font-size:11px;
    margin:0;
    color:#CDCDCD;
}
.ym_footer_copy a{
    color:#CDCDCD;
}
.ym_footer_copy a:hover{
    text-decoration:underline;
}

/*TITLE BAR*/

.ym_title_bar{
    margin-top:70px;
    width:100%;
    height:350px;
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
    position:relative;
    text-align:center;
}
.ym_title_bar h1{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    font-size:48px;
    margin:0;
    padding: 0.5rem;
}

/*INTERIOR NAV*/

.ym_interior_nav{
    text-align:center;
    background:#4A96EC;
    position:relative;
}
.ym_interior_nav ul{
    list-style:none;
    font-size:16px;
    margin:0;
    padding:0;
    text-transform:uppercase;
    font-family:'Roboto Mono', sans-serif;
    display:inline-block;
}
.ym_interior_nav ul li{
    display:inline-block;
}
.ym_interior_nav ul li a{
    color:white;
    padding:1.5rem 1rem;
    display:block;
}
.ym_interior_nav ul li a:hover,
.ym_interior_nav ul li.active a{
    background:#2E7DCC;
}
.ym_interior_nav_search{
    display:inline-block;
    margin-left:1rem;
}
.ym_interior_nav_search i{
    position:relative;
    z-index:1000;
    color:white;
}
.ym_interior_nav_search i:hover{
    color:#2E7DCC;
    cursor:pointer;
}
.ym_interior_nav_search_bar{
    position:absolute;
    top:72px;
    left:0;
    right:0;
    display:none;
    width:100%;
    padding:1rem 25%;
}
.ym_interior_nav_search_bar form{
    position:relative;
}
.ym_interior_nav_search_bar form input{
    width:100%;
    padding:0.5rem;
    border:2px solid #dddddd;
}
.ym_interior_nav_search_bar form input[type="submit"]{
    width:auto;
    border:none;
    position:absolute;
    right:0.5rem;
    top:0.1rem;
    background:transparent;
    color:#4A96EC;
    font-weight:700;
}
.ym_interior_nav_search_bar form input[type="submit"]:hover{
    color:#2E7DCC;
    cursor:pointer;
}

/*ACCOUNT DETAILS*/

.ym_account_section{
    text-align:center;
    margin:3rem 0 0;
}
.ym_account_icon{
    width:40%;
    padding-bottom:40%;
    position:relative;
    overflow:hidden;
    margin:0 auto;
}
.ym_account_icon img{
    position:absolute;
    height:100%;
    width:auto;
    margin:auto;
    top:-9999px;
    right:-9999px;
    left:-9999px;
    bottom:-9999px;
}
.ym_account_section h4{
    margin:1rem 0;
    color:#4A96EC;
}
.ym_account_section p{
    font-weight:300;
}

/*PRICING TABLE*/

.ym_pricing_table{
    width:100%;
    text-align:center;
}
.ym_pricing_table tr{
    border-bottom:1px solid #ddd;
}
.ym_pricing_table tr:last-child{
    border-bottom:none;
}
.ym_pricing_table th{
    font-family:'Roboto Mono', sans-serif;
    color:#4A96EC;
    font-size:20px;
    padding:1rem 0;
}
.ym_pricing_table td{
    padding:1rem 0;
}

/*FAQ*/

.ym_faq{
    text-align:left;
}
.ym_faq_section{
    
}
.ym_faq_q{
    padding:1rem 1rem 1rem 4rem;
    position:relative;
    cursor:pointer;
}
.ym_faq_q i{
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    font-size:28px;
    color:#ccc;
    font-weight:900;
}
.ym_faq_q i.fa-angle-up{
    font-size:28px;
}
.ym_faq_q h5{
    text-transform:none;
    margin:0;
    font-family:'Roboto Mono', sans-serif;
    color:#4A96EC;
    font-size:24px;
}
.ym_faq_a{
    display:none;
    padding:0 2rem 0 4rem;
}
.ym_faq_a p{
    font-weight:300;
}

/*POSTS*/

.ym_post_content{
    padding:5rem 0;
}
.ym_post{
    margin-bottom:3rem;
}
.ym_post_image{
    position:relative;
    width:100%;
    padding-bottom:60%;
    overflow:hidden;
}
.ym_post_image a{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.ym_post_image img{
    width:100%;
    height:auto;
    margin:auto;
    position:absolute;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;
}
.ym_post_image a:hover img{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
.ym_post_text h4{
    color:#4A96EC;
    margin:1rem 0 0;
}
.ym_post_text h5{
    font-size:16px;
    margin:0.5rem 0;
}
.ym_post_text a{
    text-transform:uppercase;
    color:#4A96EC;
    font-family:'Roboto Mono', sans-serif;
}
.ym_post_text p{
    margin:0 0 0.5rem;
}
.ym_post_text a:hover{
    color:#2E7DCC;
}
.ym_post_links {
    margin: 0 !important;
}
/*STATE MAP*/

.ym_state_map{
    border-bottom:2px solid #ddd;
    text-align:center;
    margin-bottom:4rem;
    padding:0 10% 2rem;
}
.ym_state_map h4{
    color:#4A96EC;
}
.ym_state_map h4 span{
    color:black;
}
.ym_state_map svg .state:hover .st0,
.ym_state_map svg .state.active .st0{
    fill:#4a96ec;
    cursor:pointer;
}

/*CONTACT*/

.ym_contact_info{
    text-align:center;
    border-bottom:2px solid #ddd;
    padding-bottom:3rem;
    margin:3rem 0;
}
.ym_contact_info p{
    margin:0.25rem 0;
    font-size:18px;
}
.ym_contact_info p a{
    color:black;
}
.ym_contact_info p a:hover{
    color:#4A96EC;
}

/*ANIMATIONS*/

@-webkit-keyframes grow {
  from {
    width:0;
  }
  to {
    width:100%;
  }
}
@keyframes grow {
  from {
    width:0;
  }
  to {
    width:100%;
  }
}
@-webkit-keyframes fade-in{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes fade-in{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


/*Pagination style start*/
.pagination {
    clear:both;
    position:relative;
    font-size:11px; /* Pagination text size */
    line-height:13px;
    justify-content:center;
    margin-top:40px;
   /* float:right;*/ /* Pagination float direction */
}
.pagination span, .pagination a {
   font-size:18px;
    display:block;
    float:left;
    margin:2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:black; /* Pagination text color */
    -webkit-transition:background .15s ease-in-out;
    -moz-transition:background .15s ease-in-out;
    -ms-transition:background .15s ease-in-out;
    -o-transition:background .15s ease-in-out;
    transition:background .15s ease-in-out;
}
 
.pagination a:hover, .pagination .current {
    color:#4A96EC;
    text-decoration:underline;
}
a.next, a.prev {
     border:none!important;
}

a.next,a.prev {
    color:#4A96EC;
}

.post_pagination {
    font-size:18px;
    border-top:1px solid #555556;
    margin-top:3rem;
    padding-top:1rem;
}

.post_pagination {
    text-align: center;
}
.post_pagination a {
    color:black;
    padding:.5rem;
}
.post_pagination a:hover, .post_pagination span.current {
   color:#4A96EC;
} 
/*Pagination style end*/

/*Sign up Form*/

.footer_form h3.gform_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4A96EC;
    margin: 0 0 1.5rem;
    font-size: 20px!important;
    line-height: 38px;
}
.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
    border-color:#4A96EC!important;
    color:#4A96EC;
    background:transparent;
    text-transform:uppercase;
    font-size:16px;
    vertical-align:top;
    cursor:pointer;
   padding: 0.75rem;
    border-radius: 2px;
    border: 2px solid white;
 
}
.gf_simple_horizontal div.gform_footer.top_label input[type="submit"]:hover {
   background:#2E7DCC;
   color:#102C52;
}
input#input_1_1 {
    width:100%;
    font-size:18px;
    border: none;
    border-bottom: 2px solid lightgrey;
    background: transparent;
    color: white;
 }
.gf_simple_horizontal_wrapper li.hidden_label input {
  margin-top: 0 !important;
}
div#gform_confirmation_message_1 {
    color: white;
}

.footer_form .gform_body{
    display:inline-block !important;
    width:63% !important;
    vertical-align:top;
}
.footer_form .gform_footer{
    display:inline-block !important;
    width:23% !important;
    clear:none;
    vertical-align:top;
    margin:0 !important;
    height:42px !important;
}


/*Testimonial load more for professional*/
.alm-btn-wrap {
    text-align: center;
}
button.alm-load-more-btn.more {
    border: 2px solid #4A96EC!important;
    background: transparent!important;
    color: #4A96EC;
    font-size: 16px
}
button.alm-load-more-btn.more:hover {
    background: #2E7DCC!important;
    border-color: #2E7DCC!important;
    color: white;
}
/*Contact form*/
.gform_footer.top_label {
    text-align: center;
}
.ym_contact_form .ginput_container input, .ym_contact_form .ginput_container_textarea textarea {
    border:none;
}
.ym_contact_form .ginput_container input,.ym_contact_form .ginput_container_textarea textarea {
    border-bottom: 2px groove !important;
}
.ym_contact_form input#gform_submit_button_2 {
    padding: 0.6rem 3rem;
    color: #4A96EC;
    text-transform: uppercase;
    border: 2px solid #4A96EC;
    font-family: 'Roboto Mono', sans-serif;
    font-weight: 500;
}
.ym_contact_form input#gform_submit_button_2:hover {
    color: white;
    background: #4A96EC;  
}
.ym_contact_form input#input_2_9 {
    border: none!important;
}
.ym_contact_form label.gfield_label {
    float: left;
    margin-right: 25px;
}
.ym_contact_form .gform_wrapper label.gfield_label {
    font-weight: 380;
  
}


/*single*/

.ym_content.default h3 {
    text-align: left;
}
.single-community_posts .ym_content img {
    max-width: 100%;
    height: auto;
}
.ym_content li {
    line-height: 1.8;
    font-weight: 300;
}
.ym_content ol li ol li {
    list-style-type: lower-alpha;
}
.ym_content ol li ol li ol li {
    list-style-type: lower-roman;
}

/* Gravity Forms override */
.gform_wrapper .gform_footer .gform_button {
    display: inline-block !important;
    padding: 0.5rem 1.5rem !important;
    color: white !important;
    background: #4A96EC !important;
    text-transform: uppercase !important;
    border: 2px solid #4A96EC !important;
    font-family: 'Roboto Mono', sans-serif !important;
    font-weight: 500 !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
    background: #2E7DCC !important;
    border-color: #2E7DCC !important;
    cursor: pointer;
}

.gform_wrapper textarea {
    border-color: #ccc !important;
}