@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,500;0,700;1,500&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');

html {
    scroll-behavior: smooth;
}


body {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #25245B;
}

/* uncomment to hide captcha badge
.grecaptcha-badge {
	display: none;
}
*/

.wht_text {
    color: #fff !important;
}

.teal_text {
    color: #26A6Df !important;
}

a:link, a:visited {}

a:hover, a:active {}


#wrapper {
	
}

.top-header {
    height: 8px;
    background-color: #F2F4F5;
    position: fixed;
}

#header {
	background-color: #fff;
}


#header {
    width: 100%;
	position: fixed;
	z-index: 1000;
	overflow: visible;
	padding: 20px;
	border-bottom: 1px solid #fff;
}

#logo {
	max-width: 200px;
	transition: 0.5s;
    padding-top: 20px;
}

.logo {
	position: absolute;
	margin-top: -40px;
	padding-left: 20px;
	
}

.logo img {
	z-index: 20000;
}


#site-title {
	position: relative;
	
}
#site-title img{
	margin: auto;
}

/*-- body styles --*/
#container {
    padding-top: 92px;
}
#content {
	clear: left;
}


h1, h1.entry-title, h1.entry-title a {
	font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #26A6Df !important;
    font-size: 50px;
}
h2, h2.entry-title, h2.entry-title a {
	font-family: 'Mulish', sans-serif;
    font-weight: 700;
}
.entry-content {}

/*-- footer styles --*/
#footer {
	margin-top: 50px;
    padding: 5% 2% 1% 2%;
	overflow: auto;
    color: #fff;
    background-color: #25245B;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

#footer h3 {
    font-family: 'Mulish', sans-serif;
    color: #26A6DF;
    font-size: 24px;
    padding-bottom: 15px;
}

#copyright {
	
    padding-top: 5%;
    text-align: center;
	font-size: 80%;
}


.no_padding {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.widget-container ul {
    list-style: none;
    padding-left: 0px
}

.widget-container li {
    padding-bottom: 10px;
}

/*---- nav styles ----*/

.navbar {
	min-height: 0;
	margin-bottom: 0;
}

.navbar-default {
    background-color: #fff; 
    border-color: #fff; 
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;  
    font-size: large;
    font-weight: 500;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.nav-pills>li>a {
    border-radius: 0px;
    color:#25245B;
    white-space: nowrap;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: inherit;
    color:#39B14A;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color:#39B14A; 
    background-color:inherit;
}

.nav-justified>li {
    display: table-cell;
    width: .5%;
}




/*-- needed for rollover menu --*/
.dropdown:hover .dropdown-menu {
    margin-top: -1px;
    display: block;
}
/*-- end for rollover menu --*/


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #25245B;
    outline: 0;
}

.report_it_btn {
    background-color: #39B14a;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
   
}

.report_it_btn a:link, .report_it_btn a:visited {
    color: #fff;
}

.report_it_btn a:hover, .report_it_btn a:focus {
    color: #fff !important;
    background-color: #25245B !important;
    border-radius: 4px;
}


/*--- bootstrap customizations ---*/
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover {
    color: #fff;
    background-color:  #25245B;
    border-color:  #25245B;
}




/* Solutions pages */

.hero_img {
    width: 81%;
    height:auto;
    border: 4px solid #26A6Df;
    border-radius: 4px;
    overflow: hidden;
    align-content:center;
    margin: auto;
   
}

.hero_img img {
    width: 100%;
    height:auto;
}


#call_to_action {
    text-align:center;
    margin: 25px;
}

.solutions_content {
    margin-top: 30px;
}

.CTA_btn {
    background-color: #39B14a;
    color: #fff;
    border-radius: 4px;
    padding: 10px 15px;
}

@media only screen and (max-width: 1000px) {
    .hero_img {
        height: 400px;
        overflow: hidden;
    }
    
    .hero_img img {
        width: auto;
        height:100%;
       
    }
    
    
    .vce-button--style-basic.vce-button--style-basic--size-medium {
        padding: 10px 15px !important;
    }

}

@media only screen and (max-width: 480px) {
    .hero_img {
        height: auto;
        overflow: hidden;
    }
    
    .hero_img img {
        width: auto;
        height:100%;

    }
    
}

/*Other Customizations*/

.comment-form-comment label {
	display: block;
}



.image_border img {
	border: #fb8200 solid 2px; 
}

@media only screen and (max-width: 1000px) {
    
    .col-sm-3 {
        float:left;
        width: 50%;
        text-align: center;
    }
    
    #logo {
		max-width: 200px;
        padding-top:40px;
	}
	
    .navbar-default {
        padding-top: 0px;
        width: 100%;
    }

	.nav-pills>li {
    	float: none;
	}
	
    .nav-justified>li {
        display: block;
        width: 90%; 
    }
	
	.nav>li>a {
	    position: relative;
	    display: block;
	    padding: 10px 8px;
	}
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		    border-color: #e7e7e7;
		    margin-top: 0;
		    margin-left: -250%;
		}
	
	.entry-content {
	    position: relative;
	    padding-top: 0px;
	}
    
	
}	


@media only screen and (max-width: 480px) {
    
     .col-sm-3 {
        float:none;
        width: 100%;
        text-align: center;
    }
	
	#header {
		
		position: relative;
		z-index: 1000;
		overflow: auto;
		padding: 8px;
	}
	
	#logo {
		max-width: 200px;
        padding-top:20px;
	}
	
	.logo {
		position: relative;
		margin-top: 0px;
		padding-left: 0px;
		
	}
	
	.logo img {
		max-width: 200px;
		margin: auto;
		
	}
    
    h1, h1.entry-title {
        font-size: 40px;
    }
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		    border-color: #e7e7e7;
		    margin-top: 30px;
		    margin-left: -450%;
		}

	
	
	.nav-pills>li {
    	float: none;
	}
	
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    	background-color: #eee;
    	border-color: #337ab7;
	}
	
	.dropdown-menu {
    	position: relative;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: none;
        
    }
    
    .nav-justified>li {
    	display: block;
		width: auto;
	}
	
    
    #container {
        padding-top: 0px;
    }
    
	.entry-content {

	}
    
    #footer {
        margin-top: 25px;
        text-align: center;
    }
    
    #copyright {
	
        padding-top: 1%;
    }
}

