@charset "UTF-8";
header img {
    width: 170px;
    position: absolute;
    top: 18px;
    left: 5%;
    z-index: 9990;
}
a { color: inherit;}
p a { color:#940005; }

/* LOGO SVG COLORS */
	.logoblue{fill:#132048;}
	.logogreen{fill:#4B9D45;}
	footer .logoblue{fill:#fff;}
footer .fright img {
    margin: 1%;
    width: 31%;
}

.only600 {
		display: none;
	}

.splash {
    background-repeat: no-repeat;
    background-color: #4b9f46;
    text-align: center;
}
#home .splash {
    background-image: url(../images/home-hero-bg.webp);
}
#about .splash {
    background-image: url(../images/about-bg.webp);
}
#srvcs .splash {
    background-image: url(../images/rafting.webp);
}
#contact .splash {
    background-image: url(../images/contact-bg.webp);
}
.splash.policy {
    background-image: url(../images/contact-bg.webp);
}
.splash {
    padding-top: 15vh;
    padding-right: 0;
    padding-bottom: 10vh;
    background-size: cover;
    background-position: center center;
}
.splashbox p {
    font-family: "gamay-expanded",sans-serif, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-weight: 300;
    font-size: 4vw;
    line-height: 1em;
    text-align: center;
}
.splashbox p span {
    font-size: smaller;
}
.splashbox .list p {
    font-size: 2vw;
    padding-top: 10px;
    line-height: 1.25em;
    text-align: left;
}

.splashbox {
    color: white;
    box-sizing: border-box;
    font-family: "gamay-expanded",sans-serif, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-size: 4.5vw;	font-weight: 300;
    line-height: 1.1em;
    padding: 0 5vw;
    display: block;
}
.splashbox a.button  {
    margin-top: 5vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: block;
    width: 40vw;
    clear: both;
    font-size: 1.8vw;
}
.splashbox div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4vw;
    box-sizing: border-box;
}
.main.arrow {
    background-image: url(../images/arrow-line.png);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: right bottom;
    background-size: contain;
    padding-top: 0;
    padding-right: 5%;
    padding-left: 0;
    padding-bottom: 1%;
    box-sizing: border-box;
}
.arrow .content {
	padding: 0 15vw 5% 5vw;
	text-align: center;
    box-sizing: border-box;
}

.products img {
    margin: .75%;
    width: 11%;
}
.raft {
    background-image: url(../images/rafting.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    border-top: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
}
.svcRow {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 20px;
    box-sizing: border-box;
    padding: 20px 10px;
}
.svcRow.big2 {
  	grid-template-columns: 50% 50%;

}
.svcRow div {
	padding: 10px;
    text-align: center;
}

.svcRow div img {
	width: 50%;
	min-width: 0;
}
.svcRow h4 {
    font-size: 2.5vw;
    line-height: 1em;
	margin-bottom: 10px;
}
.svcRow p {
    margin-top: 10px;
    flex-basis: 500px;
    flex-grow: 7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "gamay-expanded",sans-serif, "Franklin Gothic Bold", "Arial Black", sans-serif;
    line-height: 1.2em;
    font-weight: 300;
}
h1 {
    font-size: 3.3vw;
    padding-bottom: 20px;
}
.line {
    border-bottom: 2px solid #4b9f46;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

h3 {
    font-size: 3.2vw;
    padding: 10px 1.5vw;
	letter-spacing: normal;
}
h2 {
    font-size: 3vw;
    line-height: 1.1em;
    padding-bottom: 20px;
}
h5 {
    font-size: 1.7vw;
    line-height: 1.2em;
	padding-bottom: 10px;
}
h6 {
    font-size: 3vw;
    line-height: 1.1em;
    padding-bottom: 15px;
}
h4 {
    font-size: 4vw;
    margin-bottom: 20px;
}

p, ul, ul li {
    font-size: 16px;
}
.threecols  {
    column-count: 3;
    column-gap: 40px;
}
.twocols  {
  column-count: 2;
  column-gap: 40px;
  column-rule: 1px solid lightblue;

}

a.button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    color: white;
    font-family: "gamay-expanded",sans-serif, "Franklin Gothic Bold", "Arial Black", sans-serif;
    text-align: center;
    min-width: 100px;
    margin-top: 20px;
    padding: 15px 25px;
    font-size: 1.9vw;
    line-height: 1em;
}
a.button.b1 {
    border: 1px solid #fff;
    background-color: rgba(0,0,0,0.40);
}
a.button.b2 {
    background-color: rgba(17,17,17,0.80);
    border: 1px solid #FF131C;
}
.red {
	color: #CB1119;
}
.blue {
    color: #121f48;
}
.green {
    color: #4b9f46;
}
.whitebg {
    background: #fff;
}
.bluebg {
    background: #121f48;
	color: white;
}
.greenbg {
    background: #4b9f46;
	color: white;
}
.grayb {
    background-color: rgba(80,80,80,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(81,81,81,1.00) 0%,rgba(24,24,24,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(81,81,81,1.00) 0%,rgba(24,24,24,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(81,81,81,1.00) 0%,rgba(24,24,24,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(81,81,81,1.00) 0%,rgba(24,24,24,1.00) 100%);
}
.redb {
    background-color: #CB1119;
    background-image: -webkit-linear-gradient(270deg,rgba(203,17,25,1.00) 0%,rgba(152,17,22,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(203,17,25,1.00) 0%,rgba(152,17,22,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(203,17,25,1.00) 0%,rgba(152,17,22,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(203,17,25,1.00) 0%,rgba(152,17,22,1.00) 100%);
}
.highlist p {
	font-size: 1.8vw;
    padding-left: 40px;
	padding-bottom: 15px;
}
.sched {
    padding: 20px;
}

.leading {
    width: 55%;
    margin: 0px 2.5%;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
}
.testimonial  {
    background-image: url(../images/testimonlial-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding-right: 40vw;
}
.testimonial p {
    color: #FFFFFF;
    text-align: right;
    line-height: 1.5em;
}
.testimonial p.quote {
    text-align: left;
    font-style: italic;
}
.owner {
    background-image: url(../images/business-owner.webp);
    background-repeat: no-repeat;
    background-position: center 25%;
    background-size: cover;
    border-left: 10px solid #4B9F46;
    min-height: 250px;
}
.threeups {
	padding: 25px 4vw;
}
.threeups.divider div:not(:last-child) {
    border-right: 2px solid #000000;
}
.threeups div, .threeups div a {
}

.threeups p {
    font-size: 15px;
    padding: 10px 20px;
}
.svcs .quads img {
    margin: auto;
    height: 16vw;
    display: block;
}

.quads h3 {
    font-size: 2.8vw;
    padding: 10px 0;
    display: block;
}
.aboutus {
    background-image: url(../images/about-summit-financials.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.mems {
	padding: 30px 0;
	text-align: center;
}
.mems div {
	display: inline-block;
	text-align: center;
	width: 19.5%;
}
.mems img {
	width: 90%;
}
.why h3, .team h3 {
    color: #20539f;
    font-size: 1.7em;
    padding-bottom: 15px;
}
.why p {
    text-align: justify;
}
.crcl {
    height: 25vw;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    background-repeat: no-repeat;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    display: block;
    width: 25vw;
}
.crcl.exp {
    background-image: url("../images/legal-experience.webp");
}
.crcl.aff {
    background-image: url(../images/affordable-legal-representation-2.webp);
}
.crcl.eff {
    background-image: url("../images/legal-efficiency.webp");
}
.crcl.tru {
    background-image: url("../images/trustworthy-legal-help.webp");
}
.team img {
    width: 80%;
    margin-bottom: 25px;
    border-bottom: 8px solid #20539F;
}
.atty {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 30%;
    border-bottom: 8px solid #20539f;
}
.attybio1 {
    margin: 0 5%;
    overflow-y: hidden;
}
.attybio1 img {
    float: right;
    width: 35%;
    margin-left: 4%;
    margin-bottom: 2%;
    border-bottom: 8px solid #20539f;
}


.privacy .content {
    color: rgba(0,0,0,1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10vw;
}
.privacy * {
    padding-bottom: 6px;
    line-height: 1.2em;
    padding-top: 0px;
}
.privacy h1, .privacy h2, .privacy h3 {
    text-decoration: underline;
	padding-top: 12px;
	margin-bottom: 0;
}
.privacy h1 {
    font-size: 3vw;
}
.privacy h2 {
    font-size: 2.4vw;
}
.privacy h3 {
    color: #141c28;
    font-size: 1.8vw;
}
.privacy p, .privacy ul li {
    font-size: 15px;	font-weight: 300;
}
.privacy p {
	padding-bottom: .5em!important;
}
.privacy li strong  {
	font-weight: 500!important;
}
.privacy ul {
	margin: 0;
}

p.cont {
	display: block;
	width: 90%;
	margin: auto;
}

ul {
    margin-top: 15px;
    padding: 0;
    margin-bottom: 25px;
	}

footer {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #eee;
    background-color: #040a1e;
}

footer h6 {
    font-weight: 800;
    font-size: 21px;
    padding-bottom: 7px;
    letter-spacing: -1px;
}
footer p, footer ul li   {
	font-family: "gamay",sans-serif, "Franklin Gothic Bold", "Arial Black", sans-serif; 
	font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    padding-bottom: 2px;
	list-style: none
}
footer a {
    color: #FFFFFF;
}
footer .threeups {display:block;}	

footer a.phone {
    font-weight: 600;
    font-size: 20px;
}

footer a:hover {
    color: #A1B7FF;
}
footer a.logo  {
    margin-top: 15px;
    width: 80%;
    display: block;
    margin-right: auto;
}
footer a.logo img {
	width: 100%;
}
footer .sm a img {
    display: inline-block;
    margin-top: 12px;
    margin-right: 12px;
    width: 7vw;
}
.baseline {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}
.baseline *   {
    color: #4F6AC4;
    display: inline-block;
    font-size: 14px;
}
.baseline div:first-child {
    display: block;
}
.baseline div:last-child {
    display: block;
    text-align: right;
    margin-top: -18px;
}
.t60 {
	width: 60%;
}
br.break1 {display: none;}



@media only screen and (max-width: 1000px) {

.splashbox {
    padding: 0 3vw 0 5vw;

}	
.splashbox p {
    font-size: 4.5vw;
}
.splashbox .list p {
    font-size: 2vw;
    padding-top: 10px;
}	
.threeups {
	padding: 25px 2vw;
}	
.threecols  {
  column-count: 2;
}	
.sched {
    text-align: center;
}
	.sched img {
		display: block;
		margin: auto;
	}
.sched h6 {
		font-size: 2.6vw;
	}	
.privacy h1 {
	font-size: 4vw;
}
.privacy h2 {
	font-size: 3.4vw;
}
.privacy h3 {
	font-size: 2.8vw;
}	
h3 {
    font-size: 3vw;
}	
a.button {
    font-size: 2.5vw;
}
br.break1 {display: inline-block;}

}

@media only screen and (max-width: 850px) {
	
	.logoblue{fill:#fff;}
	

}

@media only screen and (min-width: 801px) {
	
.attybio1 p {
		width: 90%;
	}	
	
}


@media only screen and (max-width: 800px) {
	
header img {
    width: 120px;
    position: absolute;
    top: 50px;
    left: 5%;
    z-index: 9990;
}
#home .splash {
    background-image: url(../images/home-hero-bgm.webp);
}	
.splash {
    padding-top: 13vh;
    padding-bottom: 5vh;
	}	
.splashbox {
    padding: 1vw;
}	
.splashbox div {
    padding: 4vw 0 0;
}	
.splashbox div.list {
    padding: 4vw 0 5vw;
}		
.splashbox p {
    font-size: 6vw;
	text-align: center;
}
.splashbox .list p {
    font-size: 3vw;
    padding-left: 30vw;
	text-align: left;
}		
.splashbox a.button  {
    font-size: 2.8vw;
}	
h1 {
    font-size: 5.5vw;
}	
h2 {
	font-size: 4.5vw;
	display: block!important;
	}	
h3 {
    font-size: 5vw;
}	
h4 {
    font-size: 4.5vw;
}	
h5 {
    font-size: 4vw;
	text-align: center;
}	
.svcRow h4 {
    font-size: 2.8vw;
}
.bar h5 {
	font-size: 6vw;
	}
.sched h6 {
		font-size: 6.4vw;
	}		
.main.arrow {
    padding-right: 5vw;
    padding-left: 0;
    padding-bottom: 1%;
    box-sizing: border-box;
}
.arrow .content {
	padding: 0 0 15vw 5vw;
}
.highlist p {
	font-size: 2.5vw;
}	
.main.flex, footer.flex {
	  flex-wrap: wrap;
	
	}	
a.button {
    font-size: 3vw;
}

.quads h3 {
    font-size: 2.3vw;
}	
	
.testimonial .content {
    background-size: auto 45%;

}	

.mems div {
	margin: 15px auto;
	width: 30.5%;
}
.crcl {
    height: 45vw;
    width: 45vw;
}	
.atty {
    width: 40%;
}
.maps {
    width: 100%;
}

footer .flex {
		align-items: flex-start;
	}
	
footer .mobile {
	text-align: center;
}	
footer .mobile .logo {
		margin: 25px auto;
		width: 60%;
	}	

footer .quads * {
		margin: auto;
	}	
		
}


@media only screen and (max-width: 600px) {

h1 {
    font-size: 7vw;
}	
h2 {
	font-size: 6vw;
	}	
h4 {
    font-size: 6.5vw;
	text-align: center;
}	
.svcRow h4 {
    font-size: 5.6vw;
}	
h5 {
		font-size: 4.7vw;
		line-height: 1.2em;
	}	
	
.only600 {
		display: block;
	}
img.only600 {
		margin-bottom: 20px;
	}	
.no600 {
		display: none;
	}	
.threecols  {
  column-count: 1;
}
.twocols  {
  column-count: 1;
}	
.quads {
    flex: 100%;
    max-width: 100%;
	}	
footer p, footer ul li   {
	font-family: "gamay",sans-serif, "Franklin Gothic Bold", "Arial Black", sans-serif; 
}	
.quads h3 {
    font-size: 8vw;
    padding: 10px 0;
}
.svcs .quads img {
    height: 60vw;
}	
.flex {
	display: block;
	}	
	
#home .splash {
    background-position: right center;
    margin-top: 0px;
	padding: 20vh 0 5vh 0;
}
.splashbox p {
		font-size: 10vw;
	}
.splashbox .list p {
    font-size: 5vw;
    padding-left: 10vw;
}		
.splashbox {
	padding: 4vh 5vw;
}	

.splash.contact {
    padding-top: 25vh;
    padding-left: 50%;
    padding-bottom: 3vh;
}	
a.button {
	display: block;
	width: 65%;
    margin: 30px auto 10px;
    padding: 18px 23px;
    font-size: 4.5vw;
}	

.splash a.button {
    margin-top: 6vw;
	margin-right: auto;
	line-height: 27px;
	max-width: 84%;
	}	
.splashbox a.button  {
    font-size: 4vw;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}	
.highlist p {
	font-size: 4.5vw;
    padding-left: 20px;
}	
.threeups h3 {
    padding-top: 20px;
	font-size: 8vw;
}	
.threeups p {
		font-size: 4vw;
		padding: 10px 20%;
	}
	
.bar h5 {
	font-size: 7vw;
	}

.bct, .lit, .real , .cd{
	padding-top: 30vh;
	margin-top: 25px;
}

ul li {
    font-weight: 600;
    font-size: 4vw;
}	
.products img {
    margin: 3%;
    width: 44%;
}
.securityiso {
    margin-left: 0;
    width: 100%;
}	

.mems div {
	margin: 15px auto;
	width: 90%;
}
.crcl {
    height: 55vw;
    width: 55vw;
}	
.atty {
    display: none;
}
.svcRow {
	display: block;
	}
	.svcRow div {
		display: block;
		width: 90%;
		margin: auto;
	}	
	.svcRow h4, .svcRow p {
		display: block;
		width: 90%;
		margin: auto;	
		text-align: center;
	}	
	
.attybio1 img {
	float: none;
	width: 100%;
	margin: 0 0 20px;
	}
.testimonial  {
    background-image: url(../images/testimonlial-bg-m.png);
    background-position: right center;
    background-size: cover;
    padding-right: 20vw;
}
.privacy h1 {
	font-size: 6vw;
}
.privacy h2 {
	font-size: 5vw;
}
.privacy h3 {
	font-size: 4.2vw;
}		

footer a.logo {
		margin: 30px auto 0;
	}
	
	
}
