@charset "UTF-8";
/* CSS Document */

.callout {background-color: #ddd; box-shadow: 
	0px 0px 4px #000; border: 2px solid maroon; padding: 2%; margin: 1%; }

body {font-family: 'Lato', sans-serif;
}

.location-img {width: 60%; margin: 2% 20%;}


a:link {color:#6d0019;}
a:visited {color:#6d0019;}
a:hover {color:#38000d;}

.top-section {position: relative;}
h2.ontop {position: absolute; bottom: 3%; left: 10%;}
.accordion {
      color: #444;
    cursor: pointer;
    padding: 18px;
    width: 98%;
    border: 4px solid #a90329;
    text-align: left;
    outline: none;
    font-size: 17px;
	color:#000;
    transition: 0.4s;
    margin: 0 1% 3% 1%;
}
.map-wrap {width:70%; margin: 3% 15% 3% 15%;}
.map-wrap h3 {font-size: 3em;}
img.everypage {margin: 0 20% 0 20%; width:60%; }

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0  18px 18px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.panel p {margin: 0!important;}

p.result {float: right; width:58%; font-weight: bold;text-align: right;}
p.case {float: left; width:40%; }
.result-wrap {padding: 1% 2%; margin: 1.5%; border: 1px solid #ddd;}

.hcontent {
  background-color: #fff;
  padding: 12px;
  border: 2px solid #aaa;
  margin: 1.5%
}

 .number-wrap {
    float: right;
    margin: 1% 0% 3% 2%;
    padding: 1.5%;
}


p.city {
  font-size: 1.25em;
  margin: 0;
  text-align: center;
  color: #f2f2f2;
}

p.phone {
  text-align: center;
}

a.phone:link {font-size:1.75em; color:#fff; text-decoration: none; }
a.phone:visited {color:#fff;}

@media only screen and (max-width: 1040px) { a.phone:link {font-size:1.5em;}
}

@media only screen and (max-width: 840px) { a.phone:link {display: none;}
}


.header {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 61%;
  background-position: 100% 10%;
    
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	
    
}

.logo {
  width: 48%;
  margin: 1.75% 0 0 0;
}


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

  .header {

      
  }

  a.call-now {
    font-size: 2.0em;
  }

}

.icon-wrap {width:80%;     margin: 0 10% 0 10%;}

@media only screen and (min-width: 841px) {
  .icon-wrap {
    display: none;
  }
}

  .icon-wrap a:link { color:#fff; text-decoration: none;}
  .icon-wrap a:visited { color:#fff; text-decoration: none;}
.icon-wrap a:link i {font-size:60pt; text-align: center;}
.halfer {width:50%; float: left; text-align: center; font-size:14pt; }

@media only screen and (max-width: 840px) {
  .sub-number-wrap {
    width: 70%;
    float: left;
  }

  p.city {
    display: none;
  }

  p.phone {
    display: none;
  }

  .content,
  .column {
    margin: 1%;
  }

  .logo {
    float: none;
    width: 80%;
    margin: 1% 10% 1% 10%;
  }

  .number-wrap {
       float: none;
    width: 40%;
    margin: 1% 30% 1% 30%;
  }
	
	icon

  .header {
    background-size: 127%;
    background-position: 100% 0%;
  }
}


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

  .header {
    background-size: 156%;
    background-position: 100% 0%;
  }
}

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

  .header {
    background-size: 156%;
    background-position: 100% 0%;
  }
	
	.icon-wrap a:link i {font-size:40pt; text-align: center;}
	.icon-wrap a:visited i {font-size:40pt; text-align: center;}

	.logo {width:90%; margin: 2% 5% 2% 5%;}
}


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

	.halfer {width:50%; font-size:12pt; }

  .header {
   
	  
  }
}



.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}


.main {}


.content h1 {
  font-size: 2.4em;
  color: #6d0019;
  line-height: 1.3;
  margin: 1.2% 0 2% 0;
  font-weight: lighter;
}

.content h2 {
  font-size: 22pt;
  color: #536372;
  line-height: 1.2;
  font-weight: lighter;
	    margin: 3% 0 0 0;
}

.content h3 {
  font-size: 20pt;
  color: #171125;
  font-weight: lighter;
  margin: 5% 0 1% 0;
  line-height: 1.1;
  border-bottom: .5px solid #7c828e;
  padding: 0 0 .8% 0;
}

.content h4 {
  font-size: 17pt;
  margin: 0;
  padding: 0;
  color: rgba(44, 62, 78, 1.00)
}

.content p {
  line-height: 1.3;
  margin: 2% 0 0 0;
  font-size: 1.1em;
}

.content ul {
  margin: 1% 0 0 3%;
}

.content ul li {
  line-height: 1.2;
  font-size: 1.1em;
  margin: 1% 0 .5% 3%;
  padding: 0%;
}

@media only screen and (max-width: 640px) {
  .content p {
    margin: 3% 0 0 0;
  }

}

.clearfix {
  clear: both;
  height: 1px;
}


.item h3.header {
  border: none;
  color: #fff;
  text-align: center;
  /* background-color: rgba(55,55,55,.8); */
  margin: 0% 0 0% 0;
  padding: 5.3%;
  border-bottom: 1px solid #fff;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

	
}

.item {
  border: 3px solid #fff;
  margin: 3% 1% 2% 1%;
  box-shadow: 0px 0px 3px #333;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ededed 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ededed 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e5e5e5', GradientType=0);
}

.item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.item ul li {
  width: 100%;
  border-bottom: 1px solid gray;
  border-top: .5px solid gray;
  margin: 0;
}

.item ul li:hover {
  border-bottom: .5px solid #fff;
  border-top: .5px solid #ddd;
  background-color: #a90329;

}

.item ul li a {
  color: #0d1927;
  font-size: 13pt;
  text-decoration: none;
  padding: 2.5% 2.5% 2.5% 4.5%;
  display: block;
}

.item ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.item img {
  vertical-align: top;
}

.parallax {
  height: 300px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parallax2 {
  height: 360px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parallaxfront {
  height: 440px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pillars {
  background-image: url("../images/pagetops/pillars.png");
  background-color: #fff;
}

.pillars-light {
  background-image: url("../images/pagetops/pillars-lighter.png");
  background-color: #fff;
}

.gavel {
  background-image: url("../images/pagetops/gavel.png");
}

.shoplifting {
  background-image: url("../images/pagetops/shoplifting.png");
}

.DUI {
  background-image: url("../images/pagetops/DUI.png");
}

.domestic {
  background-image: url("../images/pagetops/domestic.png");
}

.domestic2 {
  background-image: url("../images/pagetops/domestic2.png");
}

.organization {
  background-image: url("../images/pagetops/organization.png");
}

.theft {
  background-image: url("../images/pagetops/theft.png");
}


.embezzlement {
  background-image: url("../images/pagetops/embezzlement.png");
}

.weapons {
  background-image: url("../images/pagetops/weapons.png");
}

.lighthouse {
  background-image: url("../images/pagetops/lighthouse.jpg");
  background-color: #fff;
}

.courthouse {
  background-image: url("../images/pagetops/courthouse.png");
}

.flag {
  background-image: url("../images/pagetops/flag.png");
}

.scales {
  background-image: url(../images/pagetops/scales.png);
  background-size: 69%;
  background-repeat: no-repeat;
  background-position: 100% 14%;
  background-color: #43375f;
}

@media screen and (max-width: 1450px) {
  .scales {
    background-size: 79%;
  }
}

@media screen and (max-width: 990px) {
  .scales {
    background-size: 99%;
    background-position: 302% 10%;
  }
}


@media screen and (max-width: 630px) {
  .scales {
    background-size: 115%;
    background-position: -121% 10%;
  }

  .parallax {
    height: 250px;
    /* Create the parallax scrolling effect */
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .parallax2 {
    height: 390px;
    /* Create the parallax scrolling effect */
    background-attachment: inherit;

  }

  .parallaxfront {
    height: 320px;
    /* Create the parallax scrolling effect */
    background-attachment: inherit;

  }

}


@media screen and (max-width: 530px) {
  .scales {
    background-size: 120%;
    background-position: -101% 10%;
  }
}

form.fte,
form.fte input,
form.fte textarea,
form.fte select,
form.fte .fte-ckrad {
  font-size: 16px;
  color: #222;
  line-height: 1.3em;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

form.fte {
  max-width: 600px;
  padding: 0;
  margin: 2em auto;
}

form.fte input,
form.fte textarea,
form.fte select,
form.fte .fte-ckrad label {
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding: 1%;
  margin: 1%;
  transition: all .2s;
}

form.fte input[type="text"],
form.fte input[type="submit"],
form.fte textarea {
  -webkit-appearance: none;
}

form.fte input[type="submit"] {
  background: #444;
  color: #fff;
  padding: 18px 28px;
  width: auto;
  border-radius: 100px;
  cursor: pointer;
  border: none;
  margin: 0;
  white-space: normal;
}

form.fte input[type="submit"]:hover {
  background: #666;
}

form.fte input:focus,
form.fte textarea:focus,
form.fte select:focus {
  border-color: #999;
}

form.fte select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("data:image/gif;base64,R0lGODlhCgAFAJEAAGZmZv///////wAAACH5BAEHAAIALAAAAAAKAAUAAAIKhI+CKboNGWxmFgA7") no-repeat right 20px center;
  padding-right: 20px;
  cursor: pointer;
}

form.fte input[type="file"] {
  line-height: 1em;
  font-size: 1em;
  padding: 10px;
}

form.fte .fte-ckrad,
.g-recaptcha {
  margin-bottom: 30px;
}

form.fte .fte-ckrad label {
  cursor: pointer;
  padding: 0;
  margin: 15px 0 0 1em;
  background: none;
  border: none;
  display: inline-block;
  width: auto;
  position: relative;
}

form.fte .fte-ckrad input {
  width: auto;
  margin: .5em 0 .5em .5em;
  cursor: pointer;
  display: inline-block;
  opacity: 0;
}

form.fte .fte-ckrad input[type="radio"]+label::before {
  content: '';
  display: block;
  height: 1.2em;
  width: 1.2em;
  border: 1px solid #ccc;
  border-radius: 1em;
  position: absolute;
  left: -2em;
  top: 0;
  background: #fff;
  box-shadow: inset 0px 0px 0px .3em #fff;
  transition: all .2s;
}

form.fte .fte-ckrad input[type="radio"]:checked+label::before {
  background: #666;
}

form.fte .fte-ckrad input[type="checkbox"]+label::before {
  content: '\2713';
  display: block;
  height: 1.2em;
  width: 1.2em;
  border: 1px solid #ccc;
  position: absolute;
  left: -2em;
  top: 0;
  background: #fff;
  color: #fff;
  text-align: center;
  transition: all .2s;
}

form.fte .fte-ckrad input[type="checkbox"]:checked+label::before {
  color: #666;
}

form.fte input[type="file"] {
  line-height: 1em;
  font-size: 1em;
  padding: 0;
  border: none;
  cursor: pointer;
}

form.fte .credit {
  font: 10px arial;
  float: right;
  color: #999;
  margin-top: 22px;
}

form.fte .credit a {
  color: #999;
}


.formcontainer input {
  width: 26.6%;
  padding: 2%;
  border: 2px solid #000;
  margin: .66%;
  float: left;
  font-weight: bolder;
}

.formcontainer textarea {
  width: 86%;
  padding: 2%;
  font-weight: bolder;
  margin: 1% 0 0 5.9%;
  border: 2px solid #000;
}

.formcontainer input[type=submit] {
  margin: 1% 35% 5% 35%;
  color: #fff;
  font-size: 1.2em;
  width: 30%;
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}


section.form {
  background-color: #ccc;
  margin: 2% 0 0% 0;
  padding: 2% 0 10% 0;

  background-image: url(../images/stairs-top.png);
  background-size: cover;

}

.formcontainer p.disclaim {
  color: #fff;
  margin: 2% 10% 0 10%;
}

.top-row {
  padding: 0% 0 0 5%;
  margin: 0;
  text-align: center;
}

.formcontainer p.disclaim {
  color: #333;
  margin: 2% 10% 0 10%;
}


h2.YI {
  font-size: 3em;
  margin: 0;
  padding: 3% 0 1% 0;
  color: #6d0019;
  font-weight: bold;
  text-shadow: 0 0 4px #fff;
  text-align: center;
}

h4.CU {
  font-size: 2em;
  color: #454545;
  text-shadow: 0 0 4px #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2% 0;
}


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

  .formcontainer input {
    width: 80%;
    padding: 2%;
    margin: 2% 10% 0 10%;
    float: none;
  }

  .formcontainer {
    color: #000;
  }

  .formcontainer textarea {
    width: 77%;
    padding: 2%;
    margin: 2% 10% 1% 14%;
  }

  .formcontainer input[type=submit] {
    margin: 1% 10% 5% 14%;
    width: 80%;
  }

  h2.YI,
  h2.CU {
    width: 80%;
    margin: 1% 10% 1% 10%;
  }

  h2.YI {
    font-size: 1.9em;
  }

  h4.CU {
    font-size: 1.5em;
  }

}

.container {
  width: 92%;
  margin: auto;
  max-width: 1424px;
}


.logowrap {
  margin: auto;
  max-width: 290px;
  clear: both;
}

.logowrap a:link {
  text-decoration: none;
  color: #777;
}

.logowrap a:hover {
  text-decoration: underline;
}

.logowrap p {
  text-align: center;
}

.logowrap img {
  width: 50%;
  margin: 1% 25%;
  padding: 1% 1% 1% 1.3%;
}

.logowrap img:hover {
  -webkit-box-shadow: 1px -1px 5px 0px rgba(99, 99, 99, 1);
  -moz-box-shadow: 1px -1px 5px 0px rgba(99, 99, 99, 1);
  box-shadow: 1px -1px 5px 0px rgba(99, 99, 99, 1);
  background-color: #636363;
}

.logowrap img:visited {
  color: #666;
}


footer {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d0019+0,8f0222+56,a90329+100 */
background: rgb(109,0,25); /* Old browsers */
background: -moz-linear-gradient(top, rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
	
}

footer a:link {color:#ddd;}
footer a:visited {color:#eee;}
footer a:hover {color:#fff; text-decoration: underline}

footer p {color:#fff; font-size: 85%; }
.quote-hide {
  display: none;
}


.quote-box2 {
  text-align: center;
  padding: 1% 1% 1% 1%;
}

.quote-box2 h4 {
  font-size: 3em;
  margin: 0 0 2% 0;
}

.quote-box2 p {
  font-size: 1.3em;
  line-height: 1.25;
  margin: 1% 10% 2% 10%;
}

h2 {
  color: #0a3500;
}

cite {
  color: #999;
  padding-bottom: 5%;
  font-size: 22pt;

}

button.see-more {
  margin: 0 0 2% 0;
  padding: 1%;
  border: 2px solid #fff;
  box-shadow: 0 0 3px #000;

 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#332651+0,171125+100 */
background: #332651; /* Old browsers */
background: -moz-linear-gradient(top, #332651 0%, #171125 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #332651 0%,#171125 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #332651 0%,#171125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#332651', endColorstr='#171125',GradientType=0 ); /* IE6-9 */

}

button.see-more a:link {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}

button.see-more a:visited {
  color: #fff;
}


@media screen and (max-width:1000px) {
  .quote-box2 {
    padding: .5em;
  }

  .quote-box2 h4 {
    font-size: 2.2em;
    padding: 10% 0 0 0;
  }

  .quote-box2 p {
    font-size: 1em;
    line-height: 1.15;
    margin: 1% 3% 2% 5%;
  }
}

.quote-box3 h4 {
  font-size: 1.2em;
}

.quote-box3 p {
  font-size: 1em;
}

.quote-box3 {
  text-align: center;
}

h3.front {
  font-size: 4em;
  padding: 4% 0 0 10%;
  color: #ddd;
}

h4.onyourside {
  font-size: 4.7em;
  color: #fff;
  padding: 1% 0 0 10%;
}

button.frontbutton {
  font-size: 2.1em;
  padding: 1.5% 2% 1.5% 2%;
  margin: 2% 0 2.5% 10%;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#332651+0,171125+100 */
background: #332651; /* Old browsers */
background: -moz-linear-gradient(top, #332651 0%, #171125 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #332651 0%,#171125 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #332651 0%,#171125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#332651', endColorstr='#171125',GradientType=0 ); /* IE6-9 */

}

button.frontbutton a {
  color: #fff;
  text-decoration: none;
}

.bigquote {
  font-size: 50pt;
  line-height: 20px;
}

@media screen and (max-width: 1020px) {
  h3.front {
    font-size: 3em
  }

  h4.onyourside {
    font-size: 3.3em;
  }

  button.frontbutton {
    font-size: 1.7em;
  }

  .parallaxfront {
    height: 340px;
  }
}

.open {}

.open h3 {
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: 3em;
  margin: 0% 45% 1% 0;
  padding: 6% 0 0 0;
}

.open p {
  font-size: 1.3em;
  color: #fff;
  margin: 0 35% 10% 0;
}

@media screen and (max-width: 820px) {
  .open h3 {
        font-size: 1.9em;
    margin: 0% 10% 0 0;
    padding: 8% 0 3% 0;
  }
	
	  .parallaxfront {
    height: 290px;
  }

  .open p {
    font-size: 1.1em;
    margin: 2% 2% 10% 0;
  }

  h3.front {
    font-size: 2.4em
  }

  h4.onyourside {
    font-size: 3em;
  }

  button.frontbutton {
    font-size: 1.4em;
  }
}


@media screen and (max-width: 520px) {
  .open h3 {
    font-size: 1.6em;
    margin: 0% 10% 0 0;
  }

  .open p {
    font-size: .9em;
    margin: 2% 2% 10% 0;
  }

  h3.front {
    font-size: 1.8em
  }

  h4.onyourside {
    font-size: 2em;
  }

  button.frontbutton {
    font-size: 1.1em;
  }
}



.pa-wrap {width:23%; padding:0%; margin:2% 1% 2.5% 1%; background-color:#fff; min-height: 315px; float:left; text-align: center;}
.pa-wrap img {    width: 94%;
    margin: 3% 3% 2% 3%;
     }
.pa-wrap a:link:hover img { box-shadow: 1px 1px 5px #000;}
.pa-wrap p {font-size:.9em; margin: 1% 5% 1% 5%;}

.pa-wrap h4 {margin: 0% 0 0 0; padding:3%; background-color:#332651; border-bottom: 2px solid #999999;
}

.pa-wrap h4 a:link {    color: #fff;
    padding: 4%;
    text-decoration: none;
    font-size: 1.35em;
    text-shadow: 1px 1px 2px #000;}

.pa-wrap h4 a:visited {color:#fff;}

button.LM {padding:2%; margin: 3% 0 3% 0; 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#332651+0,171125+100 */
background: #332651; /* Old browsers */
background: -moz-linear-gradient(top, #332651 0%, #171125 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #332651 0%,#171125 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #332651 0%,#171125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#332651', endColorstr='#171125',GradientType=0 ); /* IE6-9 */
}

button.LM:hover {background-color: #260800;}
button.LM a:link {padding:5%; color:#fff; text-decoration: none; font-size: 1.5em; }
button.LM a:visited {color:#fff;}
section.practice { background-color:#000;}

@media screen and (max-width: 1350px)  {
	.pa-wrap h4 a:link {font-size:1.2em; }

}
	@media screen and (max-width: 1220px)  {
	.pa-wrap h4 a:link {font-size:1em; }
}

@media screen and (max-width: 1000px)  {
	.pa-wrap {width:48%;}
		.pa-wrap h4 a:link {font-size:1.1em; }

}
