/* cmsms stylesheet: default_all modified: 09/09/26 11:01:15 */
/* cmsms stylesheet: default_all modified: 05/03/24 12:06:12 */
#inner_mainpage img, aside img {
max-width: 100%;
height: auto;
}

#cookie_popup {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 300px;
    z-index: 99999999;
    box-sizing: border-box;
    padding: 20px;
    background-color: #ffffffcf;
	font-size: 80%;
}

#cookie_popup h3 {
	margin: 0px 0px 5px 0px;
}

#cookie_popup a:link, #cookie_popup a:visited {
	color: #000000;
}

#outer_menu li li a:link, #outer_menu li li a:visited {                                                                                                                                                                                                                            
	padding-left: 40px !important;
}

.formbuilderform {
width: 100%;
}

.formbuilderform input {
width: 100%;
    box-sizing: border-box;
    padding: 10px;
    height: 40px
}

.formbuilderform textarea {
width: 100%;
    box-sizing: border-box;
    padding: 10px;
    height: 400px
}

.formbuilderform input.cms_submit {
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0px 30px 0px 30px;
    height: 50px;
    line-height: 100%;
    margin-top: 30px;
    font-family: montserrat, sans-serif;
    font-size: 100%;
    font-weight: 600;
    cursor: pointer;
    width:  200px;
    border:  0px;
	background-color: #dd8228;
	color: #ffffff;
	transition: color 0.4s, background-color 0.4s;
}

.formbuilderform input.cms_submit:hover{
	color: #ffffff;
	background-color: #2a317a;
}

.allcol {
width: 100%;
}

.quote {
vertical-align: top;
}

    #below_hero h1 {
        font-weight: 100;
        font-size: 100%;
        font-family: gill-sans-nova, sans-serif;
    }


.right img {
max-width: 100%;
height: auto;}
