/* ==================================================
   Global Styles
================================================== */

*, *:after, *:before
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
    font-size: 100%;
    
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body
{
	font-family: "Sen", Arial, Verdana, Helvetica, sans-serif;
	font-size: clamp(1rem, 0.9135rem + 0.2404vw, 1.0625rem);
	line-height: 1.8em;
    color: var(--darkgrey);
    background: var(--darkgrey);
	letter-spacing: 0em;
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
}

::selection
{
	background: var(--green);
	color: var(--white);
}

::-moz-selection
{
	background: var(--green);
	color: var(--white);
}

a
{
	color: var(--pink);
    text-decoration: underline;
    
    text-decoration-color: var(--pink);
    text-underline-offset: 6px;
    text-decoration-thickness: 1.5px;
}

	a:hover
	{
    	color: var(--black);
    	text-decoration: underline;
	}
	
/* ==================================================
   Main Styles
================================================== */

#topcont
{
    color: var(--white);
    line-height: 1.2em;
    font-family: "Jost";
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.85em;
}

    #topcont a
    {
        color: var(--white);
        text-decoration: underline;
        
        text-decoration-color: var(--green);
        text-underline-offset: 6px;
        text-decoration-thickness: 1.5px;
    }

    #topcont a:hover
    {
        color: var(--white);
    }
    
        #topcont #topleft
        {
            text-align: left;
        }
        
        #topcont #topright
        {
            text-align: right;
        }

#headercont
{
    background: var(--white);
}

.stuck #headercont
{
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

    #headercont #headerleft a
    {
        display: block;
        width: 100%;
        max-width: 320px;
        
        -webkit-transition: max-width 0.2s ease-out;
        -moz-transition: max-width 0.2s ease-out;
        -o-transition: max-width 0.2s ease-out;
        transition: max-width 0.2s ease-out;
    }
    
        .stuck #headercont #headerleft a
        {
            
        }
        
            #headercont #headerleft a img
            {
                display: block;
                width: 100%;
            }

#pagetopcont
{
    position: relative;
    height: 340px;
}

    #pagetopcont .pagetopcont-overlay
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }
    
#breadcrumbscont
{
    background: var(--green) url("../images/bg-paw.png") repeat fixed 50% 0%;
    font-size: 80%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: "Jost", Arial, Verdana, Helvetica, sans-serif !important;
}
    
    #breadcrumbscont span
    {
        margin: 0 10px;
        color: var(--pink);
    }
    
        #breadcrumbscont a
        {
            text-decoration: underline;
            
            text-decoration-color: var(--pink);
            text-underline-offset: 6px;
            text-decoration-thickness: 1.5px;
        
            color: var(--black);
        }
        
            #breadcrumbscont a:hover
            {
                text-decoration: underline;
                
                text-decoration-color: var(--pink);
                text-underline-offset: 6px;
                text-decoration-thickness: 1.5px;
            
                color: var(--pink);
            }

#featurecont
{
    background: var(--green) url("../images/bg-paw.png") repeat fixed 50% 0%;
}

    #featurecont h2
    {
        font-size: 2.4em;
    }
    
    #featurecont h6 span
    {
        text-decoration: underline;
        
        text-decoration-color: var(--white);
        text-underline-offset: 6px;
        text-decoration-thickness: 1.5px;
    }
    
    #featurecont img
    {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
        #featurecont .blob-1
        {
            clip-path: url("#blob-1");
            width: 100%;
            max-width: 100%;
        }
        
        #featurecont .blob-2
        {
            clip-path: url("#blob-2");
            width: 100%;
            max-width: 70%;
        }
        
        #featurecont .blob-3
        {
            clip-path: url("#blob-3");
            width: 100%;
            max-width: 70%;
        }
        
        #featurecont .blob-4
        {
            clip-path: url("#blob-4");
            width: 100%;
            max-width: 100%;
        }

#maincont
{
    background: var(--white) url("../images/bg-paw.png") repeat fixed 50% 0%;
}

    .home #maincont
    {
        text-align: center;
    }
        
        .home #maincont .container
        {
            max-width: 1000px;
        }
        
            #maincont .cellbox
            {
                background: var(--lightergrey) url("../images/bg-paw.png") repeat fixed 50% 0%;
            }
        
            #maincont .parentcont
            {
                
            }
        
                #maincont .parentcont a
                {
                    display: block;
                    background: var(--pink) url("../images/bg-paw.png") repeat fixed 50% 0%;
                    color: var(--white);
                    width: 100%;
                    text-decoration: none;
                    line-height: 1.4em;
                }
                
                    #maincont .parentcont a p.continuelink
                    {
                        font-family: "Jost", Arial, Verdana, Helvetica, sans-serif !important;
                        font-weight: 600;
                        text-transform: uppercase;
                        font-size: 90%;
                    }
                
                    #maincont .parentcont a p
                    {
                        color: rgba(255,255,255,0.8);
                    }
                    
                        #maincont .parentcont a:hover p
                        {
                            color: rgba(0,0,0,0.8);
                        }
                        
                #maincont .parentcont a:hover
                {
                    background: var(--green) url("../images/bg-paw.png") repeat fixed 50% 0%;
                    color: rgba(0,0,0,0.8);
                }
        
#gallerycont
{
    background: var(--lightgrey) url("../images/bg-paw.png") repeat fixed 50% 0%;
    text-align: center;
}

    #gallerycont h2
    {
        font-size: 2em;
    }

#testimonials-cont
{
	background: var(--white);
	color: var(--black);
	text-align: center;
}

    #testimonials-cont p
    {
    	display: block;
    	width: 100%;
    	max-width: 900px;
    	margin: 0 auto;
    }
    
    #testimonials strong
    {
        display: block;
        color: var(--green) !important;
        font-size: 120%;
    }
    
    	#testimonials-cont .owl-customnav ul
    	{
    		display: inline-block;
    		margin: 0;
    		list-style-type: none;
    	}
    
    		#testimonials-cont .owl-customnav ul li
    		{
    			display: inline-block;
    		}
    		
    			#testimonials-cont .owl-customnav ul li a
    			{
    				color: var(--green) !important;
                    padding-left: 20px;
                    padding-right: 20px;
    			}
    			
        			#testimonials-cont .owl-customnav ul li a span
        			{
        				font-size: 120%;
        			}
        			
        				#testimonials-cont .owl-customnav ul li a:hover
        				{
        					color: var(--black);
        					cursor: pointer;
        				}
        				
        	    #testimonials-cont .item p
        	    {
        	        display: block;
        	        width: 100%;
        	        max-width: 1000px;
        	        margin: 0 auto;
        	        padding-left: 30px;
        	        padding-right: 30px;
        	    }
        	    
            	    #testimonials-cont .item p.quotep
            	    {
            	        font-size: 1.2em;
            	        font-weight: 500;
            	        line-height: 1.4em;
            	        font-family: "Jost";
            	    }

#homepageimgbanner
{
	background: #FFF url("../images/bg-calltoaction.jpg") no-repeat 40% 50%;
	background-size: cover;
}

	#homepageimgbanner .overlaybg
	{
		background: rgba(0,0,0,0.5);
	}

	#homepageimgbanner .container-fluid
	{
        padding: 140px 20px 180px 20px;
        text-align: center;
	}
	
		#homepageimgbanner h2
		{
			display: block;
			width: 100%;
			max-width: 650px;
			margin: 0 auto 20px auto;
			color: var(--white);
		}
		
		#homepageimgbanner p
		{
            display: block;
            width: 100%;
            max-width: 800px;
            color: var(--white);
            margin: 0 auto 30px auto;
            line-height: 1.6em;
            font-weight: 400;
		}
		
			#homepageimgbanner p:last-child
			{
				margin: 0 auto;
			}
			
.bottomsvg
{
    position: relative;
    height: 130px;
    overflow: hidden;
    top: -130px;
    z-index: 1;
}
    
    .bottomsvg svg path
    {
        stroke: none;
        fill: var(--darkgrey);
    }

#footercont
{
    position: relative;
    color: var(--white);
    margin-top: -130px;
}

    #footercont .container
    {
        padding-top: 0px;
        padding-bottom: 60px;
        text-align: center;
        max-width: 900px;
        color: var(--white);
    }
    
        #footercont img.footerlogo
        {
            display: block;
            width: 100%;
            max-width: 300px;
            margin: 30px auto;
        }

        #footercont ul#socmedicons
        {
            display: block;
            width: auto;
            list-style-type: none;
            margin: 0 auto 30px auto !important;
        }

            #footercont ul#socmedicons li
            {
                display: inline-block;
                margin: 0 10px;
            }

                #footercont ul#socmedicons li a
                {
                    display: block;
                    text-decoration: none;
                    border: 3px solid var(--green);
                    line-height: 1em;
                    width: 60px;
                    height: 60px;
                    
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    border-radius: 50px;
                }

                    #footercont ul#socmedicons li a:hover
                    {
                        background: var(--green);
                        border: 3px solid var(--green);
                    }

                        #footercont ul#socmedicons li a span
                        {
                            font-size: 1.6em;
                            line-height: 54px;
                            color: var(--white);
                        }

                            #footercont ul#socmedicons li a:hover span
                            {
                                color: var(--darkgrey);
                            }
		
		#footercont .main-menu-more
		{
			display: none;
		}

        #footercont ul#footermenu
        {
            width: 100%;
            max-width: 700px;
            list-style-type: none;
            margin: 0 auto 30px auto;
        }

            #footercont ul#footermenu li
            {
                display: inline;
                width: auto;
                margin: 0 auto;
                line-height: 2.4em;
            }

                #footercont ul#footermenu li + li:before
                {
                    content: "/";
                }

                    #footercont ul#footermenu li a
                    {
                        color: var(--white);
                        padding: 0 10px;
                        text-transform: uppercase;
                        font-family: "Jost", Arial, Verdana, Helvetica, sans-serif !important;
                        font-weight: 600;
                        font-size: 0.9em;
                        white-space: nowrap;
                        
                        text-decoration: underline;
                        text-decoration-color: rgba(142,232,213,1);
                        text-underline-offset: 8px;
                        text-decoration-thickness: 2px;

                        -webkit-transition: text-decoration-color 150ms linear;
                        transition: text-decoration-color 150ms linear;
                    }

                    #footercont ul#footermenu li a:hover, 
                    #footercont ul#footermenu li.current_page_item > a, 
                    #footercont ul#footermenu li.current_page_parent > a, 
                    #footercont ul#footermenu li.current_page_ancestor > a
                    {
                        text-decoration: underline;
                        text-decoration-color: var(--white);
                        text-underline-offset: 8px;
                        text-decoration-thickness: 2px;
                    }

        #footercont #copyrightcont
        {
            
        }

            #footercont #copyrightcont p
            {
                margin-bottom: 0;
                line-height: 1.7em;
                font-size: 90%;
                letter-spacing: 0.03em;
            }

                #footercont #copyrightcont p a
                {
                    color: var(--white);
                    
                    text-decoration: underline;
                    text-decoration-color: rgba(142,232,213,1);
                    text-underline-offset: 6px;
                    text-decoration-thickness: 1.5px;

                    -webkit-transition: text-decoration-color 150ms linear;
                    transition: text-decoration-color 150ms linear;
                }

                    #footercont #copyrightcont p a:hover
                    {
                        text-decoration: underline;
                        text-decoration-color: var(--white);
                        text-underline-offset: 6px;
                        text-decoration-thickness: 1.5px;
                    }

/* ==================================================
   Media Queries
================================================== */

@media only screen and (max-width: 1200px)
{
	
    #gallerycont
    {
        padding-bottom: 0 !important;
    }
    
        #gallerycont .container
        {
            padding-bottom: 0 !important;
        }
        
            #gallerycont #forcefullwidth
            {
                width: 100vw;
                position: relative;
                left: 50%;
                right: 50%;
                margin-left: -50vw;
                margin-right: -50vw;
            }
	
}

@media only screen and (max-width: 992px)
{
	
    #calltoactioncont
    {
        text-align: center;
    }
    
    #calltoactioncont .buttons
    {
        justify-content: center;
    }
	
}

@media only screen and (max-width: 768px)
{
	
    #headercont #headerleft a
    {
        max-width: 250px;
    }
    
    #pagetopcont
    {
        height: 240px;
    }
	
}

@media only screen and (max-width: 576px)
{
	
    #featurebox .tablecolumns
    {
        margin-left: -10px;
        margin-right: -10px;
    }
    
        #featurebox .tablecolumns .rowleft
        {
            flex-basis: 100%;
            height: 300px;
        }
        
        #featurebox .tablecolumns .rowright
        {
            flex-basis: 100%;
        }
        
        #featurebox .tablecolumns .negmargin
        {
            margin: -80px 20px 0 20px;
            padding: 20px 20px 10px 20px;
            text-align: center;
        }
        
    #pagetopcont
    {
        height: 200px;
    }
    
}

