@charset "utf-8";
.container-fluid {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #151515;
}
.Afirstmenuwrapper {
  display: block;
  margin-top: 40px;
}
.Asecondmenuwrapper {
  display: none;
}
#header {
  background-color: #F4F4F4;
  width: 100%;
}
.header-left {
  width: 34%;
  float: left;
  margin-top: 40px;
  padding-left: 20px;
}
.header-center {
  width: 33%;
  float: left;
}
.header-center h6 {
  font-size: 1.6em;
  font-family: "Calibri Light";
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.header-center p {
  text-align: left;
}
.header-right {
  width: 33%;
  float: right;
}
.header-right h6 {
  font-size: 1.6em;
  font-family: "Calibri Light";
  font-weight: bold;
  color: #003366;
  text-align: right;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.header-right p {
  text-align: right;
}
.header-right a:link {
  color: #003366;
  text-decoration: underline;
  text-decoration-color: #003366;
}
.header-right a:visited {
  color: #003366;
  text-decoration: underline;
  text-decoration-color: #003366;
}
.header-right a:active {
  color: #003366;
  text-decoration: underline;
  text-decoration-color: #003366;
}
.header-right a:hover {
  color: #004E9C;
  text-decoration: none;
}
.header-right a:focus {
  color: #004E9C;
  text-decoration: none;
}
.header-mobile {
  display: none;
}
.header-tablet {
  display: none;
}
#headerimage {
  width: 100%;
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}
.alttopfont2 p {
  font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  font-size: 3.8em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin-top: 125px;
}
.altheader-right {
  width: 50%;
  float: left;
}
.AAheaderimagebottom {
  margin-top: 83px;
}
#nav-old {
  width: 100%;
  float: left;
  background-color: #003366;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}
.videoleft {
  width: 50%;
  float: left;
}
.videoright {
  width: 50%;
  float: right;
}
#mainslider {
  width: 100%;
  height: auto;
  margin-top: 0px;
  clear: both;
  background-color: #000;
  z-index: 998;
}
.mainslider-left {
  width: 0%;
  float: left;
  background-image: url("../images/background.jpg");
  background-position: center;
  object-fit: contain;
  display: none;
}
.mainslider-right {
  width: 100%;
  height: auto;
  float: right;
}
/* RESETS*/
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
.slideshow {
  width: 100%;
  height: 600px;
  position: relative;
  background-position: top;
  overflow: hidden;
}
.slideshow-item {
  width: 100%;
  height: 600px;
  position: absolute;
  opacity: 0;
  animation: cycleImages 21s infinite;
}
.slideshow-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: top;
  object-position: center;
  animation: zoom 21s infinite;
  margin-bottom: 0px;
}
.slideshow-item:nth-child(1), .slideshow-item:nth-child(1) img {
  animation-delay: 0s;
}
.slideshow-item:nth-child(2), .slideshow-item:nth-child(2) img {
  animation-delay: 7s;
}
.slideshow-item:nth-child(3), .slideshow-item:nth-child(3) img {
  animation-delay: 14s;
}
@keyframes cycleImages {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@keyframes zoom {
  100% {
    transform: scale(1.2);
  }
}
.slideshow-item-text {
  width: 90%;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 0px;
}
.slideshow-item-text p {
  font-size: 1.5em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  letter-spacing: 3px;
  margin-bottom: 15px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  text-shadow: 2px 2px 5px black;
}
.alttopfont p {
  font-family: "Calibri Light";
  font-size: 5.0em;
  text-transform: uppercase;
  font-weight: bolder;
  -webkit-text-stroke: 1px white;
}
.freeconsultation1 {
  margin-top: 0px;
  position: absolute;
  width: 100%;
  bottom: 100px;
  float: none;
}
.freeconsultation1 p {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.5em;
  color: #FFFFFF;
  text-align: center;
}
.freeconsultation1 a:link {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #003366;
  padding: 10px;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}
.freeconsultation1 a:visited {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #003366;
  padding: 10px;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}
.freeconsultation1 a:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #003366;
  padding: 10px;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}
.freeconsultation1 a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #000000;
  padding: 10px;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}
.freeconsultation1 a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #000000;
  padding: 10px;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}
.maintextbox {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.maintextboxleft {
  width: 73%;
  height: auto;
  float: left;
}
.maintextboxright {
  width: 25%;
  height: auto;
  float: right;
  background-color: #003366;
  margin-top: 60px;
  margin-left: 2%;
}
#main {
  width: 100%;
  background-color: #FFFFFF;
}
#main a:link {
  color: #003366;
  text-decoration: underline;
  text-decoration-color: #003366;
}
#main a:visited {
  color: #003366;
  text-decoration: underline;
  text-decoration-color: #003366;
}
#main a:active {
  color: #003366;
  text-decoration: underline;
  text-decoration-color: #003366;
}
#main a:hover {
  color: #004E9C;
  text-decoration: none;
}
#main a:focus {
  color: #004E9C;
  text-decoration: none;
}
#main p {
  color: #000000;
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 25px;
}
#main ul li {
  margin-bottom: 25px;
  line-height: 115%;
  font-size: 1.4em;
  color: #000000;
  margin-left: 15px;
  margin-right: 15px;
}
#main ol li {
  padding-bottom: 25px;
  line-height: 115%;
  font-size: 1.4em;
  margin-left: 15px;
  margin-right: 15px;
}
.ALTTEXTforPAGEBREAK {
  text-align: left;
  color: #000000;
  font-family: "Calibri Light";
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 15px;
  margin-top: 25px;
  margin-bottom: 0px;
}
#mainbookmarks {
  width: 100%;
  background-color: #FFFFFF;
}
.mainbookmarks1 {
  width: 50%;
  height: auto;
  background-color: #004E9C;
  float: left;
}
.mainbookmarks1 p {
  color: #FFFFFF;
  padding-top: 5px;
  font-size: 1.3em;
}
.mainbookmarks1 a:link {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks1 a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks1 a:active {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks1 a:hover {
  color: #FFFBD8;
  text-decoration: none;
}
.mainbookmarks1 a:focus {
  color: #FFFBD8;
  text-decoration: none;
}
.mainbookmarks2 {
  width: 50%;
  height: auto;
  background-color: #488CD0;
  float: left;
}
.mainbookmarks2 p {
  color: #FFFFFF;
  padding-top: 5px;
  font-size: 1.3em;
}
.mainbookmarks2 a:link {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks2 a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks2 a:active {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks2 a:hover {
  color: #FFFBD8;
  text-decoration: none;
}
.mainbookmarks2 a:focus {
  color: #FFFBD8;
  text-decoration: none;
}
.mainbookmarks3 {
  width: 50%;
  height: auto;
  background-color: #488CD0;
  float: left;
}
.mainbookmarks3 p {
  color: #FFFFFF;
  padding-top: 5px;
  font-size: 1.3em;
}
.mainbookmarks3 a:link {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks3 a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks3 a:active {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks3 a:hover {
  color: #FFFBD8;
  text-decoration: none;
}
.mainbookmarks3 a:focus {
  color: #FFFBD8;
  text-decoration: none;
}
.mainbookmarks4 {
  width: 50%;
  height: auto;
  background-color: #004E9C;
  float: left;
}
.mainbookmarks4 p {
  color: #FFFFFF;
  padding-top: 5px;
  font-size: 1.3em;
}
.mainbookmarks4 a:link {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks4 a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks4 a:active {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks4 a:hover {
  color: #FFFBD8;
  text-decoration: none;
}
.mainbookmarks4 a:focus {
  color: #FFFBD8;
  text-decoration: none;
}
.mainbookmarks5 {
  width: 50%;
  height: auto;
  background-color: #004E9C;
  float: left;
}
.mainbookmarks5 p {
  color: #FFFFFF;
  padding-top: 5px;
  font-size: 1.3em;
}
.mainbookmarks5 a:link {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks5 a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks5 a:active {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks5 a:hover {
  color: #FFFBD8;
  text-decoration: none;
}
.mainbookmarks5 a:focus {
  color: #FFFBD8;
  text-decoration: none;
}
.mainbookmarks6 {
  width: 50%;
  height: auto;
  background-color: #488CD0;
  float: left;
}
.mainbookmarks6 p {
  color: #FFFFFF;
  padding-top: 5px;
  font-size: 1.3em;
}
.mainbookmarks6 a:link {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks6 a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks6 a:active {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
.mainbookmarks6 a:hover {
  color: #FFFBD8;
  text-decoration: none;
}
.mainbookmarks6 a:focus {
  color: #FFFBD8;
  text-decoration: none;
}
#pagetitle {
  background-color: #003366;
  width: 100%;
  height: auto;
  border-top-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #003366;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  clear: both;
}
#legaltopics {
  width: 100%;
  background-color: #FFFFFF;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.legaltopicssection {
  width: 25%;
  height: auto;
  float: left;
}
.legalbox {
  width: 98%;
  height: auto;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
  background-color: #004E9C;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  float: none;
}
.legalbox p {
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  font-size: 1.1em;
}
.Aimagelegaltopics {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.altmaintextbox {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.altmaintextboxleft {
  width: 73%;
  height: auto;
  float: left;
}
.altmaintextboxright {
  width: 25%;
  height: auto;
  float: right;
  background-color: #00336650;
  margin-top: 60px;
  margin-left: 2%;
}
#altmain {
  width: 100%;
}
#altmain a:link {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #003366;
}
#altmain a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #003366;
}
#altmain a:active {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #003366;
}
#altmain a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#altmain a:focus {
  color: #FFFFFF;
  text-decoration: none;
}
#altmain p {
  color: #FFFFFF;
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 25px;
}
#altmain ul li {
  margin-bottom: 25px;
  line-height: 115%;
  font-size: 1.4em;
  color: #FFFFFF;
  margin-left: 50px;
  margin-right: 15px;
}
#altmain ol li {
  padding-bottom: 25px;
  line-height: 115%;
  font-size: 1.4em;
  color: #FFFFFF;
  margin-left: 50px;
  margin-right: 15px;
}
#altmain h2 {
  font-size: 1.6em;
  font-family: "Calibri Light";
  line-height: 135%;
  color: #FFFFFF;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
  margin-bottom: 25px;
}
#altmain h3 {
  font-size: 2.3em;
  font-family: "Calibri Light";
  color: #E3E7CE;
  font-weight: bold;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 125%;
}
#altmain h4 {
  font-size: 1.5em;
  font-family: "Calibri Light";
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 125%;
}
.altmainaoprollover {
  width: 48%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 15px;
  float: left;
  background-color: #00336690;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  margin-top: 5px;
  border-color: #FFFFFF;
  font-size: 1.2em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.altmainaoprollover a:link {
  color: #FFFFFF;
}
.altmainaoprollover a:visited {
  color: #FFFFFF;
}
.altmainaoprollover a:active {
  color: #FFFFFF;
}
.altmainaoprollover a:hover {
  color: #FFF7C8;
}
.altmainaoprollover a:focus {
  color: #FFF7C8;
}
#content2 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: both;
  background-color: #003366;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-color: #003366;
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-color: #003366;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#content2 h2 {
  color: #FFFFFF;
  letter-spacing: 0.6rem;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 50px;
}
#content2 p {
  color: #FFFFFF;
  font-size: 1.2em;
  letter-spacing: 0.1rem;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 150%;
  margin-bottom: 20px;
}
#content2 a {
  padding: 10px;
}
#content2 a:link {
  color: #FFFFFF;
  width: 125px;
  background-color: #000000;
  border-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  margin-top: 5px;
}
#content2 a:visited {
  color: #FFFFFF;
  width: 125px;
  background-color: #000000;
  border-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  margin-top: 5px;
}
#content2 a:active {
  color: #FFFFFF;
  width: 125px;
  background-color: #000000;
  border-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  margin-top: 5px;
}
#content2 a:hover {
  color: #FFFFFF;
  width: 125px;
  border-color: #FFFFFF;
  background-color: #292929;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 5px;
}
#content2 a:focus {
  color: #FFFFFF;
  width: 125px;
  background-color: #292929;
  border-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 5px;
}
.content2-left {
  width: 42%;
  margin-left: 5%;
  margin-right: 3%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}
.content2-right {
  width: 42%;
  margin-left: 3%;
  margin-right: 5%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
}
.content2-right ul {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #ffffff;
  font-size: 1.0em;
  line-height: 150%;
}
.Acontent2rightIMG {
  width: 100%;
  height: auto;
}
#faq {
  width: 100%;
  height: auto;
  background-color: #004E9C;
  padding-top: 30px;
  padding-bottom: 50px;
}
#faq h4 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.7em;
  color: #FFFFFF;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}
#faq p {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.2em;
  color: #FFFFFF;
  margin-left: 45px;
  margin-right: 45px;
  text-align: left;
}
#faq a:link {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFDD2;
}
#faq a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFDD2;
}
#faq a:active {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFDD2;
}
#faq a:hover {
  color: #FFFDD2;
  text-decoration: none;
}
#faq a:focus {
  color: #FFFDD2;
  text-decoration: none;
}
#scheduleconsultation {
  background-image: url("../images/bottom-bg1.jpg");
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
}
#scheduleconsultation p {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4em;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 100px;
  font-weight: 100;
}
#scheduleconsultation a:link {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFDD2;
}
#scheduleconsultation a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFDD2;
}
#scheduleconsultation a:active {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFDD2;
}
#scheduleconsultation a:hover {
  color: #FFFDD2;
  text-decoration: none;
}
#scheduleconsultation a:focus {
  color: #FFFDD2;
  text-decoration: none;
}
#content3 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: both;
  background-image: url("../images/bottom-bg1.jpg");
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-color: #003366;
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-color: #003366;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#content3 h2 {
  color: #FFFFFF;
  letter-spacing: 0.6rem;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 50px;
}
#content3 p {
  color: #FFFFFF;
  font-size: 1.2em;
  letter-spacing: 0.1rem;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 150%;
  margin-bottom: 20px;
}
.content3-left a {
  padding: 10px;
}
.content3-left {
  width: 42%;
  margin-left: 5%;
  margin-right: 3%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  background-color: #00000025;
}
.content3-left a:link {
  color: #FFF9CC;
  width: 125px;
  text-decoration: underline;
}
.content3-left a:visited {
  color: #FFF9CC;
  width: 125px;
  text-decoration: underline;
}
.content3-left a:active {
  color: #FFF9CC;
  width: 125px;
  text-decoration: underline;
}
.content3-left a:hover {
  color: #FFF5AE;
  width: 125px;
  text-decoration: underline;
}
.content3-left a:focus {
  color: #FFF5AE;
  width: 125px;
  text-decoration: underline;
}
.content3-right {
  width: 42%;
  margin-left: 3%;
  margin-right: 5%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
}
.content3-right a:link {
  color: #FFF9CC;
  width: 125px;
  text-decoration: underline;
}
.content3-right a:visited {
  color: #FFF9CC;
  width: 125px;
  text-decoration: underline;
}
.content3-right a:active {
  color: #FFF9CC;
  width: 125px;
  text-decoration: underline;
}
.content3-right a:hover {
  color: #FFF5AE;
  width: 125px;
  text-decoration: underline;
}
.content3-right a:focus {
  color: #FFF5AE;
  width: 125px;
  text-decoration: underline;
}
.content3-right ul {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #ffffff;
  font-size: 1.0em;
  line-height: 150%;
}
#footer {
  background-color: #000000;
  border-top-color: #003366;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #003366;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.Afooterimage {
  width: 200px;
  height: auto;
}
#footer p {
  color: #DBDBDB;
  font-size: 1.0em;
  line-height: 150%;
}
#footer a:link {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #003366;
}
#footer a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #003366;
}
#footer a:active {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #003366;
}
#footer a:hover {
  color: #003366;
  text-decoration: none;
}
#footer a:focus {
  color: #003366;
  text-decoration: underline;
}
.footertextbox {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#bottom-footer {
  width: 100%;
  background-color: #FFFFFF;
}
#bottom-footer p {
  color: #00212D;
  font-size: 1.0em;
  line-height: 150%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
#bottom-footer a:link {
  color: #00212D;
  text-decoration: underline;
  text-decoration-color: #003366;
}
#bottom-footer a:visited {
  color: #00212D;
  text-decoration: underline;
}
#bottom-footer a:active {
  color: #00212D;
  text-decoration: underline;
}
#bottom-footer a:hover {
  color: #00212D;
  text-decoration: underline;
}
#bottom-footer a:focus {
  color: #00212D;
  text-decoration: underline;
}
h1 {
  text-align: center;
  color: #FFFFFF;
  font-family: "Calibri Light";
  font-size: 2.0em;
  font-weight:bold;
  padding-left: 15px;
  padding-right: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
h2 {
  font-size: 1.6em;
  font-family: "Calibri Light";
  line-height: 135%;
  color: #003366;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
  margin-bottom: 25px;
}
h3 {
  font-size: 1.7em;
  font-family: "Calibri Light";
  color: #000000;
  font-weight: bold;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 125%;
}
h5 {
  font-size: 2.0em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
  margin-left: 12%;
  margin-right: 12%;
  padding-bottom: 0px;
  line-height: 150%;
  margin-top: 100px;
}
h6 {
  font-size: 1.2em;
  font-family: "Calibri Light";
  color: #003366;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  line-height: 150%;
}
.row {
  margin: 0px;
}
.centervideo {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  height: auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-content: center;
}
.videopreedit {
  width: 50%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.videopostedit {
  width: 50%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.Aimagemainright {
  width: 450px;
  height: auto;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0px;
}
.Aimageblogright {
  width: 400px;
  height: auto;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.Aimage1 {
  width: 500px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 25px;
}
.Aimage2 {
  width: 92%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.Aimage3 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.Aimage4 {
  width: 40px;
  height: auto;
  padding-left: 10px;
}
.Aimage5 {
  float: right;
  padding-right: 20px;
  padding-left: 15px;
  width: 500px;
  height: auto;
  padding-top: 20px;
}
.Aimage7 {
  width: auto;
  height: 175px;
  padding-right: 10px;
}
.Aimage8 {
  width: auto;
  height: 325px;
  padding-top: 5px;
  padding-bottom: 0px;
}
.Aimage9 {
  width: auto;
  height: 100px;
  padding-right: 10px;
}
.Aimage10 {
  width: auto;
  height: 150px;
  padding-bottom: 10px;
}
.Aimage11 {
  width: 85%;
  height: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}
.Aimage12 {
  width: 400px;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.aLeftImageFloat {
  float: left;
  width: 200px;
  height: auto;
  margin-right: 15px;
  margin-left: 0px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.aAsangaturnbullFloat {
  float: left;
  width: 350px;
  height: auto;
  margin-right: 15px;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.aAsangaturnbullrightFloat {
  float: right;
  width: 350px;
  height: auto;
  margin-right: 0px;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.aRightImageFloat {
  float: right;
  width: 300px;
  height: auto;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.aMainRightImageFloat {
  float: right;
  width: 500px;
  height: auto;
  margin-right: 0px;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.Aimagelogo1 {
  width: auto;
  height: 85px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.Aimageappstyles {
  width: 200px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.Aimagetopmain {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.Aimgmenutab {
  border-radius: 10px;
}
.socialmedia2 {
  display: none;
}
.fade {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
  opacity: 0.7;
}
.audioplayer {
  width: 90%;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
/* Large Devices, Wide Screens */
#blog {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
}
.blogdatetext {
  font-size: 0.9em;
}
.blogtextboxleft {
  width: 73%;
  float: left;
}
.blogtextboxleft p {
  font-size: 1.2em;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.blogtextboxleft ul {
  font-size: 1.2em;
  padding-left: 50px;
  padding-right: 20px;
  paggin-top: 20px;
  paggin-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 125%;
}
.blogtextboxleft ul {
  font-size: 1.2em;
  padding-left: 50px;
  padding-right: 20px;
  paggin-top: 20px;
  paggin-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 125%;
}
.blogtextboxleft h3 {
  margin-bottom: 0;
}
.blogtextboxleft a:link {
  color: #003366;
  text-decoration: underline;
  text-decoration-color: #003366;
}
.blogtextboxleft a:visited {
  color: #003366;
  text-decoration: underline;
}
.blogtextboxleft a:active {
  color: #003366;
  text-decoration: underline;
}
.blogtextboxleft a:hover {
  color: #9A0000;
  text-decoration: underline;
}
.blogtextboxleft a:focus {
  color: #003366;
  text-decoration: underline;
}
.blogtextboxright {
  width: 25%;
  float: right;
  background-color: #003366;
  margin-bottom: 20px;
}
.blogtextboxright p {
  font-size: 1.0em;
  padding-left: 10px;
  padding-right: 20px;
  color: #FFFFFF;
}
.blogtextboxright h3 {
  margin-bottom: 0;
  font-size: 1.2em;
  padding-left: 10px;
  padding-right: 20px;
  color: #FFFBD1;
}
.blogtextboxright a:link {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #003366;
}
.blogtextboxright a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
.blogtextboxright a:active {
  color: #FFFFFF;
  text-decoration: underline;
}
.blogtextboxright a:hover {
  color: #FFFBD1;
  text-decoration: underline;
}
.blogtextboxright a:focus {
  color: #FFFBD1;
  text-decoration: underline;
}
.Aimagetopic1 {
  width: 50%;
  height: auto;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0px;
}
@media only screen and (max-width : 1200px) {
  #header {}
  .header-left {
    width: 30%;
    float: left;
  }
  .header-left p {
    text-align: center;
  }
  .header-left h6 {
    font-size: 1.4em;
    text-align: left;
    padding-top: 35px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-center {
    width: 40%;
    float: left;
  }
  .header-center h6 {
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-center p {
    text-align: left;
  }
  .header-right {
    width: 30%;
    float: right;
  }
  .header-right h6 {
    font-size: 1.4em;
    text-align: right;
    padding-top: 35px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-right p {
    text-align: right;
  }
  #headerimage {
    width: 100%;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
  }
  .alttopfont2 p {
    font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 3.3em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-top: 130px;
  }
  .altheader-right {
    width: 50%;
    float: left;
  }
  .AAheaderimagebottom {
    margin-top: 83px;
  }
  #nav {
    width: 100%;
    float: left;
  }
  .about-1 {
    width: 25%;
    height: auto;
    float: left;
  }
  .about-2 {
    width: 25%;
    height: 100%;
    float: left;
  }
  .about-3 {
    width: 25%;
    height: 100%;
    float: left;
  }
  .about-4 {
    width: 25%;
    height: 100%;
    float: left;
  }
  .Ajoyfm {
    height: auto;
    width: 75%;
    padding-top: 20px;
  }
  .Afeaturedministries {
    height: auto;
    width: 70%;
    padding-top: 15px;
  }
  .videoleft {
    width: 50%;
    float: left;
  }
  .videoright {
    width: 50%;
    float: right;
  }
  #mainslider {
    width: 100%;
    height: auto;
    margin-top: 0px;
    clear: both;
    background-color: #000;
    z-index: 998;
  }
  .mainslider-left {
    width: 0%;
    float: left;
    background-image: url("../images/background.jpg");
    background-position: center;
    object-fit: contain;
    display: none;
  }
  .mainslider-right {
    width: 100%;
    height: auto;
    float: right;
  }
  /* RESETS*/
  * {
    box-sizing: border-box;
  }
  html, body {
    margin: 0;
    padding: 0;
  }
  .slideshow {
    width: 100%;
    height: 550px;
    position: relative;
    background-position: top;
    overflow: hidden;
  }
  .slideshow-item {
    width: 100%;
    height: 550px;
    position: absolute;
    opacity: 0;
    animation: cycleImages 21s infinite;
  }
  .slideshow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: top;
    object-position: center;
    animation: zoom 21s infinite;
    margin-bottom: 0px;
  }
  .slideshow-item:nth-child(1), .slideshow-item:nth-child(1) img {
    animation-delay: 0s;
  }
  .slideshow-item:nth-child(2), .slideshow-item:nth-child(2) img {
    animation-delay: 7s;
  }
  .slideshow-item:nth-child(3), .slideshow-item:nth-child(3) img {
    animation-delay: 14s;
  }
  .slideshow-item-text {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .slideshow-item-text p {
    font-size: 1.5em;
    letter-spacing: 3px;
    margin-bottom: 15px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    text-shadow: 2px 2px 5px black;
  }
  .alttopfont p {
    font-size: 4.0em;
    text-transform: uppercase;
  }
  .maintextbox {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .maintextboxleft {
    width: 70%;
    height: auto;
    float: left;
  }
  .maintextboxright {
    width: 28%;
    height: auto;
    float: right;
    background-color: #003366;
    margin-top: 60px;
    margin-left: 2%;
  }
  #main {
    width: 100%;
  }
  #main ul li {
    padding-bottom: 25px;
    line-height: 115%;
    font-size: 1.0em;
  }
  #main ol li {
    padding-bottom: 25px;
    line-height: 115%;
    font-size: 1.0em;
  }
  #main p {
    color: #000000;
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #main ul li {
    margin-bottom: 0px;
    line-height: 115%;
    font-size: 1.4em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
  }
  #main ol li {
    padding-bottom: 0px;
    line-height: 115%;
    font-size: 1.4em;
    margin-left: 15px;
    margin-right: 15px;
  }
  .main-left {
    width: 60%;
    float: left;
    margin-left: 5%;
  }
  .main-left p {
    color: #000000;
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-left ul li {
    padding-bottom: 15px;
    line-height: 115%;
    font-size: 1.4em;
  }
  .main-left ol li {
    padding-bottom: 15px;
    line-height: 115%;
    font-size: 1.4em;
  }
  .main-right {
    width: 25%;
    float: right;
    margin-top: 45px;
    margin-right: 5%;
  }
  .main-right p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2em;
  }
  .main-left2 {
    width: 100%;
    float: left;
  }
  .main-left2 p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.1em;
    padding-bottom: 10px;
    text-align: left;
  }
  .main-left2 ul li {
    padding-bottom: 15px;
    line-height: 115%;
    font-size: 1.0em;
  }
  .main-left2 ol li {
    padding-bottom: 15px;
    line-height: 115%;
    font-size: 1.0em;
  }
  #legaltopics {
    width: 100%;
    background-color: #FFFFFF;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .legaltopicssection {
    width: 25%;
    height: auto;
    float: left;
  }
  .legalbox {
    width: 98%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    float: none;
  }
  .legalbox p {
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 1.1em;
  }
  .Aimagelegaltopics {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .altmaintextbox {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .altmaintextboxleft {
    width: 70%;
    height: auto;
    float: left;
  }
  .altmaintextboxright {
    width: 28%;
    height: auto;
    float: right;
    background-color: #00336650;
    margin-top: 60px;
    margin-left: 2%;
  }
  #altmain {
    width: 100%;
  }
  #altmain ul li {
    padding-bottom: 25px;
    line-height: 115%;
    font-size: 1.0em;
  }
  #altmain ol li {
    padding-bottom: 25px;
    line-height: 115%;
    font-size: 1.0em;
  }
  #altmain p {
    color: #FFFFFF;
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #altmain ul li {
    margin-bottom: 0px;
    line-height: 115%;
    font-size: 1.4em;
    color: #FFFFFF;
    margin-left: 50px;
    margin-right: 15px;
  }
  #altmain ol li {
    margin-bottom: 0px;
    line-height: 115%;
    font-size: 1.4em;
    color: #FFFFFF;
    margin-left: 50px;
    margin-right: 15px;
  }
  #altmain h2 {
    font-size: 1.6em;
    font-family: "Calibri Light";
    line-height: 135%;
    color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  #altmain h3 {
    font-size: 2.3em;
    font-family: "Calibri Light";
    color: #E3E7CE;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 125%;
  }
  #altmain h4 {
    font-size: 1.5em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 125%;
  }
  .altmainaoprollover {
    width: 48%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    margin-top: 5px;
    border-color: #FFFFFF;
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .altmainaoprollover a:link {
    color: #FFFFFF;
  }
  .altmainaoprollover a:visited {
    color: #FFFFFF;
  }
  .altmainaoprollover a:active {
    color: #FFFFFF;
  }
  .altmainaoprollover a:hover {
    color: #FFF7C8;
  }
  .altmainaoprollover a:focus {
    color: #FFF7C8;
  }
  #content2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #content2 h2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
  }
  #content2 p {
    font-size: 1.2em;
    letter-spacing: 0.1rem;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  #content2 a {
    padding: 10px;
  }
  #content2 a:link {
    width: 125px;
    margin-top: 5px;
  }
  .content2-left {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
  }
  .content2-right {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
  }
  .content2-right ul {
    font-size: 1.0em;
    line-height: 150%;
  }
  .Acontent2rightIMG {
    width: 100%;
    height: auto;
  }
  #faq {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #faq h4 {
    font-size: 1.7em;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
  }
  #faq p {
    font-size: 1.2em;
    margin-left: 45px;
    margin-right: 45px;
    text-align: left;
  }
  #content3 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
  }
  #content3 h2 {
    letter-spacing: 0.6rem;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
  }
  #content3 p {
    font-size: 1.2em;
    letter-spacing: 0.1rem;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  #content3 a {
    padding: 10px;
  }
  .content3-left {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
  }
  .content3-right {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
  }
  .content3-right ul {
    color: #ffffff;
    font-size: 1.0em;
    line-height: 150%;
  }
  #footer {}
  .Afooterimage {
    width: 175px;
    height: auto;
  }
  #footer p {
    font-size: 1.0em;
    line-height: 150%;
  }
  .footertextbox {
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #bottom-footer {}
  #bottom-footer p {
    font-size: 1.0em;
    line-height: 150%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 2.0em;
    padding-left: 15px;
    padding-right: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 1.6em;
    font-family: "Calibri Light";
    line-height: 135%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  h3 {
    font-size: 1.7em;
    font-family: "Calibri Light";
    color: #000000;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 125%;
  }
  h5 {
    font-size: 2.0em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    margin-left: 12%;
    margin-right: 12%;
    padding-bottom: 0px;
    line-height: 150%;
    margin-top: 100px;
  }
  h6 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    line-height: 150%;
  }
  .row {
    margin: 0px;
  }
  .centervideo {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    height: auto;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-content: center;
  }
  .Aimagemainright {
    width: 400px;
    height: auto;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 0px;
  }
  .Aimageblogright {
    width: 350px;
    height: auto;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .Aimage1 {
    width: 500px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 25px;
  }
  .Aimage2 {
    width: 90%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .Aimage3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Aimage4 {
    width: 40px;
    height: auto;
    padding-left: 10px;
  }
  .Aimage5 {
    float: right;
    padding-right: 20px;
    padding-left: 15px;
    width: 500px;
    height: auto;
    padding-top: 20px;
  }
  .Aimage7 {
    width: auto;
    height: 175px;
    padding-right: 10px;
  }
  .Aimage8 {
    width: auto;
    height: 325px;
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .Aimage9 {
    width: auto;
    height: 100px;
    padding-right: 10px;
  }
  .Aimage10 {
    width: auto;
    height: 150px;
    padding-bottom: 10px;
  }
  .Aimage11 {
    width: 85%;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .Aimage12 {
    width: 315px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .aLeftImageFloat {
    float: left;
    width: 200px;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .aAsangaturnbullFloat {
    float: left;
    width: 350px;
    height: auto;
    margin-right: 15px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .aAsangaturnbullrightFloat {
    float: right;
    width: 350px;
    height: auto;
    margin-right: 0px;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .aRightImageFloat {
    float: right;
    width: 300px;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .aMainRightImageFloat {
    float: right;
    width: 400px;
    height: auto;
    margin-right: 0px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .Aimagelogo1 {
    width: auto;
    height: 85px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .Aimageappstyles {
    width: 100px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
  }
  .fade:hover {
    opacity: 0.7;
  }
  .audioplayer {
    width: 90%;
  }
  #blog {
    width: 92%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .blogdatetext {
    font-size: 0.9em;
  }
  .blogtextboxleft {
    width: 73%;
    float: left;
  }
  .blogtextboxleft p {
    font-size: 1.2em;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .blogtextboxleft ul {
    font-size: 1.2em;
    padding-left: 50px;
    padding-right: 20px;
    paggin-top: 20px;
    paggin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 125%;
  }
  .blogtextboxleft ul {
    font-size: 1.2em;
    padding-left: 50px;
    padding-right: 20px;
    paggin-top: 20px;
    paggin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 125%;
  }
  .blogtextboxleft h3 {
    margin-bottom: 0;
  }
  .blogtextboxright {
    width: 27%;
    float: right;
  }
  .blogtextboxright p {
    font-size: 1.0em;
    padding-left: 10px;
    padding-right: 20px;
  }
  .blogtextboxright h3 {
    margin-bottom: 0;
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 20px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  #header {}
  .Afirstmenuwrapper {
    display: none;
    margin-top: 0px;
  }
  .Asecondmenuwrapper {
    display: block;
  }
  .header-left {
    width: 25%;
    float: left;
    display: left;
    margin-top: 40px;
  }
  .header-left p {
    text-align: center;
  }
  .header-center {
    width: 45%;
    float: left;
  }
  .header-center h6 {
    font-size: 1.4em;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-center p {
    text-align: left;
  }
  .header-right {
    width: 100%;
    float: left;
    display: none;
  }
  .header-right h6 {
    color: #003366;
    font-size: 1.6em;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-right p {
    text-align: right;
  }
  .header-tablet {
    display: block;
    width: 30%;
    float: right;
    margin-top: 15px;
  }
  .header-tablet a:link {
    color: #003366;
    text-decoration: underline;
    text-decoration-color: #003366;
  }
  .header-tablet a:visited {
    color: #003366;
    text-decoration: underline;
    text-decoration-color: #003366;
  }
  .header-tablet a:active {
    color: #003366;
    text-decoration: underline;
    text-decoration-color: #003366;
  }
  .header-tablet a:hover {
    color: #004E9C;
    text-decoration: none;
  }
  .header-tablet a:focus {
    color: #004E9C;
    text-decoration: none;
  }
  .header-tablet h6 {
    font-size: 1.5em;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #003366;
  }
  #headerimage {
    width: 100%;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
  }
  .alttopfont2 p {
    font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 3.0em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-top: 135px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 0px;
    m-rightargin: 0px;
  }
  .altheader-right {
    width: 60%;
    float: left;
  }
  .AAheaderimagebottom {
    margin-top: 83px;
  }
  #nav {
    width: 100%;
    float: left;
  }
  #about {
    background-color: #001F3F;
    width: 100%;
  }
  #about p {
    text-align: center;
    font-family: "Calibri Light";
    font-size: 1.1em;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF;
  }
  .about-1 {
    width: 25%;
    height: auto;
    float: left;
  }
  .about-2 {
    width: 25%;
    height: 100%;
    float: left;
  }
  .about-3 {
    width: 25%;
    height: 100%;
    float: left;
  }
  .about-4 {
    width: 25%;
    height: 100%;
    float: left;
  }
  .Ajoyfm {
    height: auto;
    width: 75%;
    padding-top: 20px;
  }
  .Afeaturedministries {
    height: auto;
    width: 70%;
    padding-top: 15px;
  }
  .videoleft {
    width: 50%;
    float: left;
  }
  .videoright {
    width: 50%;
    float: right;
  }
  #mainslider {
    width: 100%;
    height: auto;
    margin-top: 0px;
    clear: both;
    background-color: #000;
    z-index: 998;
  }
  .mainslider-left {
    width: 0%;
    float: left;
    background-image: url("../images/background.jpg");
    background-position: center;
    object-fit: contain;
    display: none;
  }
  .mainslider-right {
    width: 100%;
    height: auto;
    float: right;
  }
  /* RESETS*/
  * {
    box-sizing: border-box;
  }
  html, body {
    margin: 0;
    padding: 0;
  }
  .slideshow {
    width: 100%;
    height: 500px;
    position: relative;
    background-position: top;
    overflow: hidden;
  }
  .slideshow-item {
    width: 100%;
    height: 500px;
    position: absolute;
    opacity: 0;
    animation: cycleImages 21s infinite;
  }
  .slideshow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: top;
    object-position: center;
    animation: zoom 21s infinite;
    margin-bottom: 0px;
  }
  .slideshow-item:nth-child(1), .slideshow-item:nth-child(1) img {
    animation-delay: 0s;
  }
  .slideshow-item:nth-child(2), .slideshow-item:nth-child(2) img {
    animation-delay: 7s;
  }
  .slideshow-item:nth-child(3), .slideshow-item:nth-child(3) img {
    animation-delay: 14s;
  }
  .slideshow-item-text {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .slideshow-item-text p {
    font-size: 1.4em;
    letter-spacing: 3px;
    margin-bottom: 15px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    text-shadow: 2px 2px 5px black;
  }
  .alttopfont p {
    font-size: 3.5em;
    text-transform: uppercase;
  }
  .freeconsultation1 {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    bottom: 75px;
    float: none;
  }
  .freeconsultation1 p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.5em;
    color: #FFFFFF;
    text-align: center;
  }
  .maintextbox {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .maintextboxleft {
    width: 70%;
    height: auto;
    float: left;
  }
  .maintextboxright {
    width: 28%;
    height: auto;
    float: right;
    background-color: #003366;
    margin-top: 60px;
    margin-left: 2%;
  }
  #main {
    width: 100%;
  }
  #main p {
    color: #000000;
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #main ul li {
    margin-bottom: 0px;
    line-height: 115%;
    font-size: 1.3em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
  }
  #main ol li {
    padding-bottom: 0px;
    line-height: 115%;
    font-size: 1.3em;
    margin-left: 15px;
    margin-right: 15px;
  }
  .main-left {
    width: 63%;
    float: left;
    margin-left: 2%;
  }
  .main-left p {
    color: #000000;
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .main-left ul li {
    padding-bottom: 25px;
    line-height: 115%;
    font-size: 1.3em;
  }
  .main-left ol li {
    padding-bottom: 25px;
    line-height: 115%;
    font-size: 1.3em;
  }
  .main-right {
    width: 28%;
    float: right;
    margin-top: 45px;
    background-color: #222222;
    margin-right: 3%;
  }
  .main-right p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2em;
  }
  .main-left2 {
    width: 100%;
    float: left;
  }
  .main-left2 p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.0em;
    padding-bottom: 10px;
    text-align: left;
  }
  .main-left2 ul li {
    padding-bottom: 15px;
    line-height: 115%;
    font-size: 1.0em;
  }
  .main-left2 ol li {
    padding-bottom: 15px;
    line-height: 115%;
    font-size: 1.0em;
  }
  #legaltopics {
    width: 99%;
    background-color: #FFFFFF;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .legaltopicssection {
    width: 33%;
    height: auto;
    float: left;
  }
  .legalbox {
    width: 98%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    float: none;
  }
  .legalbox p {
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 1.1em;
  }
  .Aimagelegaltopics {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .altmaintextbox {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .altmaintextboxleft {
    width: 70%;
    height: auto;
    float: left;
  }
  .altmaintextboxright {
    width: 28%;
    height: auto;
    float: right;
    background-color: #00336650;
    margin-top: 60px;
    margin-left: 2%;
  }
  #altmain {
    width: 100%;
  }
  #altmain p {
    color: #FFFFFF;
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #altmain ul li {
    margin-bottom: 0px;
    line-height: 115%;
    font-size: 1.3em;
    color: #FFFFFF;
    margin-left: 40px;
    margin-right: 15px;
  }
  #altmain ol li {
    margin-bottom: 0px;
    line-height: 115%;
    font-size: 1.3em;
    color: #FFFFFF;
    margin-left: 40px;
    margin-right: 15px;
  }
  .altmain-left {
    width: 63%;
    float: left;
    margin-left: 2%;
  }
  .altmain-left p {
    color: #FFFFFF;
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .altmain-left ul li {
    padding-bottom: 25px;
    line-height: 115%;
    font-size: 1.3em;
  }
  .altmain-left ol li {
    padding-bottom: 25px;
    line-height: 115%;
    font-size: 1.3em;
  }
  .altmain-right {
    width: 28%;
    float: right;
    margin-top: 45px;
    background-color: #222222;
    margin-right: 3%;
  }
  .altmain-right p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2em;
  }
  .altmain-left2 {
    width: 100%;
    float: left;
  }
  .altmain-left2 p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.0em;
    padding-bottom: 10px;
    text-align: left;
  }
  .altmain-left2 ul li {
    padding-bottom: 15px;
    line-height: 115%;
    font-size: 1.0em;
  }
  .altmain-left2 ol li {
    padding-bottom: 15px;
    line-height: 115%;
    font-size: 1.0em;
  }
  #altmain h2 {
    font-size: 1.6em;
    font-family: "Calibri Light";
    line-height: 135%;
    color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  #altmain h3 {
    font-size: 2.1em;
    font-family: "Calibri Light";
    color: #E3E7CE;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 125%;
  }
  #altmain h4 {
    font-size: 1.5em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 125%;
  }
  .altmainaoprollover {
    width: 48%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    margin-top: 5px;
    border-color: #FFFFFF;
    font-size: 0.9em;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .altmainaoprollover a:link {
    color: #FFFFFF;
  }
  .altmainaoprollover a:visited {
    color: #FFFFFF;
  }
  .altmainaoprollover a:active {
    color: #FFFFFF;
  }
  .altmainaoprollover a:hover {
    color: #FFF7C8;
  }
  .altmainaoprollover a:focus {
    color: #FFF7C8;
  }
  #content2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #content2 h2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
  }
  #content2 p {
    font-size: 1.2em;
    letter-spacing: 0.1rem;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  #content2 a {
    padding: 10px;
  }
  #content2 a:link {
    width: 125px;
    margin-top: 5px;
  }
  .content2-left {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
  }
  .content2-right {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
  }
  .content2-right ul {
    font-size: 1.0em;
    line-height: 150%;
  }
  .Acontent2rightIMG {
    width: 100%;
    height: auto;
  }
  #faq {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #faq h4 {
    font-size: 1.7em;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
  }
  #faq p {
    font-size: 1.2em;
    margin-left: 25px;
    margin-right: 25px;
    text-align: left;
  }
  #scheduleconsultation p {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.3em;
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 100px;
    font-weight: 100;
  }
  #footer {}
  .Afooterimage {
    width: 175px;
    height: auto;
  }
  #footer p {
    font-size: 1.0em;
    line-height: 150%;
  }
  .footertextbox {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #bottom-footer {
    width: 100%;
  }
  #bottom-footer p {
    font-size: 1.0em;
    line-height: 150%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 2.0em;
    padding-left: 15px;
    padding-right: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 1.6em;
    font-family: "Calibri Light";
    line-height: 135%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  h3 {
    font-size: 1.6em;
    font-family: "Calibri Light";
    color: #000000;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 35px;
    line-height: 125%;
  }
  h5 {
    font-size: 1.8em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    margin-left: 9%;
    margin-right: 9%;
    padding-bottom: 0px;
    line-height: 150%;
    margin-top: 100px;
  }
  h6 {
    font-weight: bold;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    line-height: 150%;
    color: #ffffff;
  }
  .row {
    margin: 0px;
  }
  .centervideo {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    height: auto;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-content: center;
  }
  .Aimagemainright {
    width: 350px;
    height: auto;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 0px;
  }
  .Aimageblogright {
    width: 275px;
    height: auto;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .Aimage1 {
    width: 500px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 25px;
  }
  .Aimage2 {
    width: 90%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .Aimage3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Aimage4 {
    width: 40px;
    height: auto;
    padding-left: 10px;
  }
  .Aimage5 {
    float: right;
    padding-right: 20px;
    padding-left: 15px;
    width: 500px;
    height: auto;
    padding-top: 20px;
  }
  .Aimage7 {
    width: auto;
    height: 175px;
    padding-right: 10px;
  }
  .Aimage8 {
    width: auto;
    height: 325px;
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .Aimage9 {
    width: auto;
    height: 100px;
    padding-right: 10px;
  }
  .Aimage10 {
    width: auto;
    height: 150px;
    padding-bottom: 10px;
  }
  .Aimage11 {
    width: 85%;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .Aimage12 {
    width: 260px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .aLeftImageFloat {
    float: left;
    width: 200px;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .aAsangaturnbullFloat {
    float: left;
    width: 300px;
    height: auto;
    margin-right: 15px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .aAsangaturnbullrightFloat {
    float: right;
    width: 300px;
    height: auto;
    margin-right: 0px;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .aRightImageFloat {
    float: right;
    width: 300px;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .aMainRightImageFloat {
    float: right;
    width: 300px;
    height: auto;
    margin-right: 0px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .Aimagelogo1 {
    width: auto;
    height: 85px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .socialmedia2 {
    display: none;
  }
  .fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
  }
  .fade:hover {
    opacity: 0.7;
  }
  .audioplayer {
    width: 90%;
  }
  #blog {
    width: 92%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .blogdatetext {
    font-size: 0.9em;
  }
  .blogtextboxleft {
    width: 70%;
    float: left;
  }
  .blogtextboxleft p {
    font-size: 1.2em;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .blogtextboxleft ul {
    font-size: 1.2em;
    padding-left: 50px;
    padding-right: 20px;
    paggin-top: 20px;
    paggin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 125%;
  }
  .blogtextboxleft ul {
    font-size: 1.2em;
    padding-left: 50px;
    padding-right: 20px;
    paggin-top: 20px;
    paggin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 125%;
  }
  .blogtextboxleft h3 {
    margin-bottom: 0;
  }
  .blogtextboxright {
    width: 30%;
    float: right;
  }
  .blogtextboxright p {
    font-size: 1.0em;
    padding-left: 10px;
    padding-right: 20px;
  }
  .blogtextboxright h3 {
    margin-bottom: 0;
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #header {}
  .header-left {
    width: 100%;
    float: left;
  }
  .header-left p {
    text-align: center;
  }
  .header-center {
    width: 100%;
    float: none;
  }
  .header-center h6 {
    font-size: 1.4em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-center p {
    text-align: left;
  }
  .header-right {
    width: 100%;
    float: right;
    display: none;
  }
  .header-right h6 {
    font-size: 1.4em;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    color: #000000;
  }
  .header-right p {
    text-align: right;
  }
  .header-mobile h6 {
    font-size: 1.6em;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    color: #003366;
  }
  .header-mobile {
    display: block;
  }
  .header-mobile a:link {
    color: #003366;
    text-decoration: underline;
    text-decoration-color: #000000;
  }
  .header-mobile a:visited {
    color: #003366;
    text-decoration: underline;
    text-decoration-color: #000000;
  }
  .header-mobile a:active {
    color: #003366;
    text-decoration: underline;
    text-decoration-color: #000000;
  }
  .header-mobile a:hover {
    color: #004E9C;
    text-decoration: none;
  }
  .header-mobile a:focus {
    color: #004E9C;
    text-decoration: none;
  }
  .header-tablet {
    display: none;
  }
  .alttopfont2 p {
    font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 2.7em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 0px;
    m-rightargin: 0px;
  }
  .altheader-right {
    width: 100%;
    float: left;
  }
  .AAheaderimagebottom {
    margin-top: 30px;
  }
  .videoleft {
    width: 100%;
    float: left;
  }
  .videoright {
    width: 100%;
    float: left;
  }
  #mainslider {
    width: 100%;
    height: auto;
    margin-top: 0px;
    clear: both;
    background-color: #000;
    z-index: 998;
  }
  .mainslider-left {
    width: 0%;
    float: left;
    background-image: url("../images/background.jpg");
    background-position: center;
    object-fit: contain;
    display: none;
  }
  .mainslider-right {
    width: 100%;
    height: auto;
    float: right;
  }
  /* RESETS*/
  * {
    box-sizing: border-box;
  }
  html, body {
    margin: 0;
    padding: 0;
  }
  .slideshow {
    width: 100%;
    height: 400px;
    position: relative;
    background-position: top;
    overflow: hidden;
  }
  .slideshow-item {
    width: 100%;
    height: 400px;
    position: absolute;
    opacity: 0;
    animation: cycleImages 21s infinite;
  }
  .slideshow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: top;
    object-position: center;
    animation: zoom 21s infinite;
    margin-bottom: 0px;
  }
  .slideshow-item:nth-child(1), .slideshow-item:nth-child(1) img {
    animation-delay: 0s;
  }
  .slideshow-item:nth-child(2), .slideshow-item:nth-child(2) img {
    animation-delay: 7s;
  }
  .slideshow-item:nth-child(3), .slideshow-item:nth-child(3) img {
    animation-delay: 14s;
  }
  .slideshow-item-text {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .slideshow-item-text p {
    font-size: 1.2em;
    letter-spacing: 3px;
    margin-bottom: 15px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    text-shadow: 2px 2px 5px black;
  }
  .alttopfont p {
    font-size: 3.0em;
    text-transform: uppercase;
  }
  .freeconsultation1 {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    bottom: 40px;
    float: none;
  }
  .freeconsultation1 p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.3em;
    color: #FFFFFF;
    text-align: center;
  }
  .maintextbox {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .maintextboxleft {
    width: 100%;
    height: auto;
    float: left;
  }
  .maintextboxright {
    width: 100%;
    height: auto;
    float: right;
    background-color: #003366;
    margin-top: 60px;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  #main {
    width: 100%;
  }
  #main p {
    color: #000000;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #main ul li {
    margin-bottom: 0px;
    line-height: 115%;
    font-size: 1.2em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
  }
  #main ol li {
    padding-bottom: 0px;
    line-height: 115%;
    font-size: 1.2em;
    margin-left: 15px;
    margin-right: 15px;
  }
  .ALTTEXTforPAGEBREAK {
    text-align: left;
    color: #000000;
    font-family: "Calibri Light";
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 15px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  #mainbookmarks {
    width: 100%;
    background-color: #FFFFFF;
  }
  .mainbookmarks1 {
    width: 100%;
    height: auto;
    background-color: #004E9C;
    float: left;
  }
  .mainbookmarks1 p {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 1.3em;
  }
  .mainbookmarks1 a:link {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks1 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks1 a:active {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks1 a:hover {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks1 a:focus {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks2 {
    width: 100%;
    height: auto;
    background-color: #488CD0;
    float: left;
  }
  .mainbookmarks2 p {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 1.3em;
  }
  .mainbookmarks2 a:link {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks2 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks2 a:active {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks2 a:hover {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks2 a:focus {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks3 {
    width: 100%;
    height: auto;
    background-color: #004E9C;
    float: left;
  }
  .mainbookmarks3 p {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 1.3em;
  }
  .mainbookmarks3 a:link {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks3 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks3 a:active {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks3 a:hover {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks3 a:focus {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks4 {
    width: 100%;
    height: auto;
    background-color: #488CD0;
    float: left;
  }
  .mainbookmarks4 p {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 1.3em;
  }
  .mainbookmarks4 a:link {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks4 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks4 a:active {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks4 a:hover {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks4 a:focus {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks5 {
    width: 100%;
    height: auto;
    background-color: #004E9C;
    float: left;
  }
  .mainbookmarks5 p {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 1.3em;
  }
  .mainbookmarks5 a:link {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks5 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks5 a:active {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks5 a:hover {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks5 a:focus {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks6 {
    width: 100%;
    height: auto;
    background-color: #488CD0;
    float: left;
  }
  .mainbookmarks6 p {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 1.3em;
  }
  .mainbookmarks6 a:link {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks6 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks6 a:active {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks6 a:hover {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks6 a:focus {
    color: #FFFBD8;
    text-decoration: none;
  }
  .main-left {
    width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  .main-left p {
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 20px;
    font-size: 1.0em;
    padding-bottom: 10px;
  }
  .main-left ul li {
    padding-bottom: 0px;
    line-height: 115%;
    font-size: 1.0em;
  }
  .main-left ol li {
    padding-bottom: 0px;
    line-height: 115%;
    font-size: 1.0em;
  }
  .main-right {
    width: 98%;
    float: right;
    margin-top: 45px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    display: none;
  }
  .main-right p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.0em;
    text-align: center;
  }
  .main-left2 {
    width: 100%;
    float: left;
  }
  .main-left2 p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.0em;
    padding-bottom: 10px;
    text-align: center;
  }
  #legaltopics {
    width: 100%;
    background-color: #FFFFFF;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .legaltopicssection {
    width: 50%;
    height: auto;
    float: left;
  }
  .legalbox {
    width: 98%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    float: none;
  }
  .legalbox p {
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 0.9em;
  }
  .Aimagelegaltopics {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .altmaintextbox {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .altmaintextboxleft {
    width: 100%;
    height: auto;
    float: left;
  }
  .altmaintextboxright {
    width: 100%;
    height: auto;
    float: right;
    background-color: #00336650;
    margin-top: 60px;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  #altmain {
    width: 100%;
  }
  #altmain p {
    color: #FFFFFF;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #altmain ul li {
    margin-bottom: 0px;
    line-height: 115%;
    font-size: 1.2em;
    color: #FFFFFF;
    margin-left: 40px;
    margin-right: 15px;
  }
  #altmain ol li {
    margin-bottom: 0px;
    line-height: 115%;
    font-size: 1.2em;
    color: #FFFFFF;
    margin-left: 40px;
    margin-right: 15px;
  }
  #altmain h2 {
    font-size: 1.4em;
    font-family: "Calibri Light";
    line-height: 135%;
    color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  #altmain h3 {
    font-size: 1.9em;
    font-family: "Calibri Light";
    color: #E3E7CE;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 125%;
  }
  #altmain h4 {
    font-size: 1.4em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 125%;
  }
  .altmainaoprollover {
    width: 98%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    margin-top: 5px;
    border-color: #FFFFFF;
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .altmainaoprollover a:link {
    color: #FFFFFF;
  }
  .altmainaoprollover a:visited {
    color: #FFFFFF;
  }
  .altmainaoprollover a:active {
    color: #FFFFFF;
  }
  .altmainaoprollover a:hover {
    color: #FFF7C8;
  }
  .altmainaoprollover a:focus {
    color: #FFF7C8;
  }
  #content2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #content2 h2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
  }
  #content2 p {
    font-size: 1.2em;
    letter-spacing: 0.1rem;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  #content2 a {
    padding: 10px;
  }
  #content2 a:link {
    width: 125px;
    margin-top: 5px;
  }
  .content2-left {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
  }
  .content2-right {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
  }
  .content2-right ul {
    font-size: 1.0em;
    line-height: 150%;
  }
  .Acontent2rightIMG {
    width: 100%;
    height: auto;
  }
  #faq {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #faq h4 {
    font-size: 1.5em;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  #faq p {
    font-size: 1.1em;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
  }
  #scheduleconsultation p {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 100px;
    font-weight: 100;
  }
  #content3 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
  }
  #content3 h2 {
    letter-spacing: 0.6rem;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
  }
  #content3 p {
    font-size: 1.2em;
    letter-spacing: 0.1rem;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  #content3 a {
    padding: 10px;
  }
  .content3-left {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
  }
  .content3-right {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
  }
  .content3-right ul {
    color: #ffffff;
    font-size: 1.0em;
    line-height: 150%;
  }
  #footer {}
  .Afooterimage {
    width: 175px;
    height: auto;
  }
  #footer p {
    font-size: 1.0em;
    line-height: 150%;
  }
  .footertextbox {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 1.5em;
    padding-left: 15px;
    padding-right: 15px;
  }
  h2 {
    font-size: 1.4em;
    font-family: "Calibri Light";
    line-height: 135%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  h3 {
    font-size: 1.4em;
    font-family: "Calibri Light";
    color: #000000;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 150%;
  }
  h5 {
    font-size: 1.5em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    margin-left: 12%;
    margin-right: 12%;
    padding-bottom: 0px;
    line-height: 150%;
    margin-top: 100px;
  }
  h6 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    line-height: 150%;
    color: #000000;
  }
  .Aimagemainright {
    width: 96%;
    height: auto;
    float: none;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .Aimageblogright {
    width: 96%;
    height: auto;
    float: none;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .Aimage1 {
    width: auto;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 0px;
    align-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .Aimage2 {
    width: 60%;
    height: auto;
    vertical-align: bottom;
  }
  .Aimage3 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .Aimage5 {
    float: right;
    padding-right: 20px;
    padding-left: 15px;
    width: 250px;
    height: auto;
    padding-top: 20px;
  }
  .Aimage8 {
    width: auto;
    height: 350px;
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .Aimage9 {
    width: 250px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .Aimage12 {
    width: 300px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .aLeftImageFloat {
    float: left;
    width: 200px;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .aAsangaturnbullFloat {
    float: left;
    width: 225px;
    height: auto;
    margin-right: 15px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .aAsangaturnbullrightFloat {
    float: right;
    width: 225px;
    height: auto;
    margin-right: 0px;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .aRightImageFloat {
    float: right;
    width: 250px;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .aMainRightImageFloat {
    float: right;
    width: 250px;
    height: auto;
    margin-right: 0px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .Aimagelogo1 {
    width: auto;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .socialmedia2 {
    display: inherit;
  }
  .centervideo {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .videopreedit {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
  }
  .videopostedit {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-content: center;
  }
  #blog {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .blogdatetext {
    font-size: 0.9em;
  }
  .blogtextboxleft {
    width: 100%;
    float: left;
  }
  .blogtextboxleft p {
    font-size: 1.2em;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .blogtextboxleft ul {
    font-size: 1.2em;
    padding-left: 50px;
    padding-right: 20px;
    paggin-top: 20px;
    paggin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 125%;
  }
  .blogtextboxleft ul {
    font-size: 1.2em;
    padding-left: 50px;
    padding-right: 20px;
    paggin-top: 20px;
    paggin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 125%;
  }
  .blogtextboxleft h3 {
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .blogtextboxright {
    width: 100%;
    float: right;
  }
  .blogtextboxright p {
    font-size: 1.0em;
    padding-left: 10px;
    padding-right: 20px;
  }
  .blogtextboxright h3 {
    margin-bottom: 0;
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 20px;
  }
  .Aimagetopic1 {
    width: 98%;
    height: auto;
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  #header {}
  .header-left {
    width: 100%;
    float: left;
    padding-left: 32%;
  }
  .header-left p {
    text-align: center;
  }
  .header-center {
    width: 100%;
    float: none;
  }
  .header-center h6 {
    font-size: 1.4em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-center p {
    text-align: left;
  }
  .header-right {
    width: 100%;
    float: right;
  }
  .header-right h6 {
    font-size: 1.4em;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
  }
  .header-right p {
    text-align: right;
  }
  .alttopfont2 p {
    font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 2.5em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: 0px;
    m-rightargin: 0px;
  }
  .altheader-right {
    width: 100%;
    float: left;
  }
  .AAheaderimagebottom {
    margin-top: 30px;
    width: 275px;
    height: auto;
  }
  #mainslider {
    width: 100%;
    height: auto;
    margin-top: 0px;
    clear: both;
    background-color: #000;
    z-index: 998;
  }
  .mainslider-left {
    width: 0%;
    float: left;
    background-image: url("../images/background.jpg");
    background-position: center;
    object-fit: contain;
    display: none;
  }
  .mainslider-right {
    width: 100%;
    height: auto;
    float: right;
  }
  /* RESETS*/
  * {
    box-sizing: border-box;
  }
  html, body {
    margin: 0;
    padding: 0;
  }
  .slideshow {
    width: 100%;
    height: 350px;
    position: relative;
    background-position: top;
    overflow: hidden;
  }
  .slideshow-item {
    width: 100%;
    height: 350px;
    position: absolute;
    opacity: 0;
    animation: cycleImages 21s infinite;
  }
  .slideshow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: top;
    object-position: center;
    animation: zoom 21s infinite;
    margin-bottom: 0px;
  }
  .slideshow-item:nth-child(1), .slideshow-item:nth-child(1) img {
    animation-delay: 0s;
  }
  .slideshow-item:nth-child(2), .slideshow-item:nth-child(2) img {
    animation-delay: 7s;
  }
  .slideshow-item:nth-child(3), .slideshow-item:nth-child(3) img {
    animation-delay: 14s;
  }
  .slideshow-item-text {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .slideshow-item-text p {
    font-size: 1.1em;
    letter-spacing: 3px;
    margin-bottom: 15px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    text-shadow: 2px 2px 5px black;
  }
  .alttopfont p {
    font-size: 2.3em;
    text-transform: uppercase;
  }
  .freeconsultation1 {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    float: none;
  }
  .freeconsultation1 p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.2em;
    color: #FFFFFF;
    text-align: center;
  }
  .maintextbox {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  #main {
    width: 100%;
  }
  #main p {
    color: #000000;
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #main ul li {
    margin-bottom: 0px;
    line-height: 115%;
    font-size: 1.1em;
    color: #000000;
    margin-left: 0px;
    margin-right: 15px;
  }
  #main ol li {
    padding-bottom: 0px;
    line-height: 115%;
    font-size: 1.1em;
    margin-left: 0px;
    margin-right: 15px;
  }
  .ALTTEXTforPAGEBREAK {
    text-align: left;
    color: #000000;
    font-family: "Calibri Light";
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 15px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  #mainbookmarks {
    width: 100%;
    background-color: #FFFFFF;
  }
  .mainbookmarks1 {
    width: 100%;
    height: auto;
    background-color: #004E9C;
    float: left;
  }
  .mainbookmarks1 p {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 1.2em;
  }
  .mainbookmarks1 a:link {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks1 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks1 a:active {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks1 a:hover {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks1 a:focus {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks2 {
    width: 100%;
    height: auto;
    background-color: #488CD0;
    float: left;
  }
  .mainbookmarks2 p {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 1.2em;
  }
  .mainbookmarks2 a:link {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks2 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks2 a:active {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks2 a:hover {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks2 a:focus {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks3 {
    width: 100%;
    height: auto;
    background-color: #004E9C;
    float: left;
  }
  .mainbookmarks3 p {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 1.2em;
  }
  .mainbookmarks3 a:link {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks3 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks3 a:active {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks3 a:hover {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks3 a:focus {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks4 {
    width: 100%;
    height: auto;
    background-color: #488CD0;
    float: left;
  }
  .mainbookmarks4 p {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 1.2em;
  }
  .mainbookmarks4 a:link {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks4 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks4 a:active {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks4 a:hover {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks4 a:focus {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks5 {
    width: 100%;
    height: auto;
    background-color: #004E9C;
    float: left;
  }
  .mainbookmarks5 p {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 1.2em;
  }
  .mainbookmarks5 a:link {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks5 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks5 a:active {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks5 a:hover {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks5 a:focus {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks6 {
    width: 100%;
    height: auto;
    background-color: #488CD0;
    float: left;
  }
  .mainbookmarks6 p {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 1.2em;
  }
  .mainbookmarks6 a:link {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks6 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks6 a:active {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
  .mainbookmarks6 a:hover {
    color: #FFFBD8;
    text-decoration: none;
  }
  .mainbookmarks6 a:focus {
    color: #FFFBD8;
    text-decoration: none;
  }
  .main-left {
    width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  .main-left p {
    color: #FFFFFF;
    padding-left: 0px;
    padding-right: 20px;
    font-size: 1.0em;
    padding-bottom: 10px;
  }
  .main-left ul li {
    padding-bottom: 0px;
    line-height: 115%;
    font-size: 1.0em;
  }
  .main-left ol li {
    padding-bottom: 0px;
    line-height: 115%;
    font-size: 1.0em;
  }
  .main-right {
    width: 98%;
    float: right;
    margin-top: 45px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    display: none;
  }
  .main-right p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.0em;
    text-align: center;
  }
  .main-left2 {
    width: 100%;
    float: left;
  }
  .main-left2 p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.0em;
    padding-bottom: 10px;
    text-align: center;
  }
  #legaltopics {
    width: 100%;
    background-color: #FFFFFF;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .legaltopicssection {
    width: 100%;
    height: auto;
    float: left;
  }
  .legalbox {
    width: 98%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    float: none;
  }
  .legalbox p {
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 1.0em;
  }
  .Aimagelegaltopics {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .maintextbox {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  #main {
    width: 100%;
  }
  #main p {
    color: #000000;
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #main ul li {
    margin-bottom: 0px;
    line-height: 115%;
    font-size: 1.1em;
    color: #000000;
    margin-left: 0px;
    margin-right: 15px;
  }
  #main ol li {
    padding-bottom: 0px;
    line-height: 115%;
    font-size: 1.1em;
    margin-left: 0px;
    margin-right: 15px;
  }
  #altmain h2 {
    font-size: 1.3em;
    font-family: "Calibri Light";
    line-height: 135%;
    color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  #altmain h3 {
    font-size: 1.7em;
    font-family: "Calibri Light";
    color: #E3E7CE;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 125%;
  }
  #altmain h4 {
    font-size: 1.3em;
    font-family: "Calibri Light";
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 125%;
  }
  #content2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #content2 h2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
  }
  #content2 p {
    font-size: 1.2em;
    letter-spacing: 0.1rem;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  #content2 a {
    padding: 10px;
  }
  #content2 a:link {
    width: 125px;
    margin-top: 5px;
  }
  .content2-left {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
  }
  .content2-right {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
  }
  .content2-right ul {
    font-size: 1.0em;
    line-height: 150%;
  }
  .Acontent2rightIMG {
    width: 100%;
    height: auto;
  }
  #faq {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #faq h4 {
    font-size: 1.4em;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  #faq p {
    font-size: 1.0em;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
  }
  #footer {}
  .Afooterimage {
    width: 200px;
    height: auto;
  }
  #footer p {
    font-size: 1.0em;
    line-height: 150%;
  }
  .footertextbox {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 1.5em;
    padding-left: 15px;
    padding-right: 15px;
  }
  h2 {
    font-size: 1.3em;
    font-family: "Calibri Light";
    line-height: 135%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  h3 {
    font-size: 1.3em;
    font-family: "Calibri Light";
    color: #000000;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 150%;
  }
  h5 {
    font-size: 1.5em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 0px;
    line-height: 150%;
    margin-top: 100px;
  }
  h6 {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    line-height: 150%;
    color: #000000;
  }
  .Aimage1 {
    width: auto;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 0px;
    align-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .Aimage2 {
    width: 60%;
    height: auto;
    vertical-align: bottom;
  }
  .Aimage3 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .Aimage5 {
    float: right;
    padding-right: 20px;
    padding-left: 15px;
    width: 250px;
    height: auto;
    padding-top: 20px;
  }
  .Aimage8 {
    width: auto;
    height: 350px;
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .Aimage9 {
    width: 250px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .Aimage12 {
    width: 300px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .aLeftImageFloat {
    float: left;
    width: 200px;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .aAsangaturnbullFloat {
    float: none;
    width: 250px;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .aAsangaturnbullrightFloat {
    float: none;
    width: 250px;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .aRightImageFloat {
    float: right;
    width: 250px;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .aMainRightImageFloat {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .Aimagelogo1 {
    width: 200px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .socialmedia2 {
    display: inherit;
  }
  .centervideo {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-content: center;
  }
  .blogdatetext {
    font-size: 0.9em;
  }
  .blogtextboxleft {
    width: 100%;
    float: left;
  }
  .blogtextboxleft p {
    font-size: 1.1em;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .blogtextboxleft ul {
    font-size: 1.1em;
    padding-left: 30px;
    padding-right: 20px;
    paggin-top: 20px;
    paggin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 125%;
  }
  .blogtextboxleft ul {
    font-size: 1.1em;
    padding-left: 50px;
    padding-right: 20px;
    paggin-top: 20px;
    paggin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 125%;
  }
  .blogtextboxleft h3 {
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .blogtextboxright {
    width: 100%;
    float: right;
  }
  .blogtextboxright p {
    font-size: 1.0em;
    padding-left: 10px;
    padding-right: 20px;
  }
  .blogtextboxright h3 {
    margin-bottom: 0;
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 20px;
  }
}
/* CSS Document */