body{
  background-color:#fff !important;
  border-top: 0px solid #fff !important;
  text-align:center;
  font-size: 16px;
  color:#111;
  line-height:1.4;
  width:100%;
  margin:0px;
  padding:0px;
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  text-align:left;
  background-color:#c7d2db;
}

/* GRID DESIGN */

* {box-sizing: border-box;}

.container-fluid {
/*  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto auto auto;*/
  width:100%;
}

/* SPECIAL MESSAGE BAR */
/*
div.specialmessage{
  display:grid;
  grid-gap:0;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  width:100%;  
  background-color:#3d5d81;
}

div.message-left{
  padding:12px 20px 8px 80px;
}

div.message-left p{
  color:white;
  font-family: 'Noto Sans', sans-serif;
  font-size:15px;
  padding:0;
  text-align:left;
  line-height:1.2;
}

div.message-left p a{
  color:white;
  text-decoration:underline;
}


/* HEADER */

div.fullwidthheader{
  background-color:#c7d2db;
}

header.header{
  display:grid;
  grid-gap:0;
  grid-template-columns: 330px auto;
  grid-template-rows: auto;
  width:100%;  
  max-width:1500px;
  margin:0 auto;
  padding:0;
  background-color:#c7d2db;
}

div.containerlogo{
  padding:24px 10px 10px 150px;
}

div.containerlogo img{
  width:100%;
  max-width:150px;
  padding:0;
}

div.bluebox{
  display:table;
  background-color:#002f87;
  background-color:#f84a18;
  text-transform:uppercase;
  color:white;
  font-size:20px;
  font-weight:600;
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
  padding:6px 18px;
  margin:0 150px 20px auto;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

div.bluebox:hover{
  background-color:#f84a18;
  background-color:#002f87;
}

div.bluebox a{
  color:white;
  font-size:20px;
  font-weight:600;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
}

div.bluebox a:hover{
  color:white;
  text-decoration:none;
}

div.topnav{
  margin-right:126px;
}


/* DJ MEGA MENU */

/* MOBILE MENU */
div#dj-megamenu90mobile  .dj-mobile-open-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 9999;
}

ul.dj-mobile-custom90 li.dj-mobileitem > a {
  font-weight:600;
}


/* DESKTOP MENU */
.dj-megamenu-wrapper{
  width:100%;
  background-color:transparent;
  margin:0;
}

/* CENTERS IT */
/*#dj-megamenu90 { 
  align-items: center;
  justify-content: center;
}*/

/* ALIGNS RIGHT */
#dj-megamenu90 { 
   justify-content: flex-end;
}

#dj-megamenu90 li.dj-up{
  padding:0 !important;
  margin:0 6px 10px 6px !important;
}

#dj-megamenu90 li a.dj-up_a{
  border:0px solid white; /* removes divider lines */
  font-size: 16px;
  font-weight:600;
  height:35px !important; /* adjusts the height of menu link */
  text-transform:uppercase;
  margin:10px 10px 5px 10px!important;
  padding:5px 10px 0px 10px!important;
}

#dj-megamenu90 li a.dj-up_a span {
  height:30px !important; /* adjusts the height of menu link */
  line-height: 30px !important; /* adjusts the height of menu link */
}

#dj-megamenu90 li a.dj-up_a span.arrow {
  height:15px !important; /* adjusts the height of the arrow */
  line-height: 15px !important; /* adjusts the height of arrow */
}

#dj-megamenu90 li a.dj-up_a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

#dj-megamenu91 li.parent a.dj-up_a:hover{
  text-decoration:none;
}

#dj-megamenu91 li.active a.dj-up_a{
}

/* SUBMENU */

#dj-megamenu90 .dj-subwrap{
  margin-top:10px;
  background-color:#465053;
  padding-bottom:20px;
}

#dj-megamenu90 ul.dj-submenu li a {
  font-size: 18px;
  font-weight:500;
  text-transform:none;
  border:0px solid white;
  line-height:1.6;
  padding:10px 25px;
}

#dj-megamenu90 ul.dj-submenu li a:hover {
  color:#babdc0;
  text-decoration:underline;
  background-color:#465053;
}

/* REMOVE SHADOWS */
#dj-megamenu91 li:hover div.dj-subwrap,
#dj-megamenu91 li.hover div.dj-subwrap {
    -webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.2)!important;
    box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.2)!important;
}


/* HP FULL BANNER */

div.fullbanner,
div.fullbuckets{
  display:block;
  width:100%;  
  margin:0;
  padding:0;
  background-image:url("../images/background-green.jpg");
}

div.mod-hpbanner{
  width:100%;  
  margin:0;
  padding:0;
  background-image:url("../images/threecolorbg.jpg");
  background-repeat:repeat-y;
  background-size: 1500px;
  background-position: center;
}

@media screen and (max-width:1500px){
  div.mod-hpbanner{
    background-size: 100%;
  }
}

div.mod-hpbanner div.newsflash{
  position:relative;
}

div.tagline {
  position:absolute;
  top: 30%;
  width:100%;
}

div.mod-hpbanner div.newsflash img{
  width:100%;
}

div.tagline h2{
  color:white;
  font-size:50px;
  font-weight:bold;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
  text-align:center;
  line-height:1.0;
}

div.tagline h2 span.line2{
  font-size:28px;
}

div.tagline p a{
  display:table;
  margin:20px auto;
  color:white;
  text-transform:uppercase;
  padding:8px 20px 6px 20px;
  background-color:#f84a18;
  border-radius:10px;
  text-align:center;
  text-decoration:none;
  font-size:18px;
  font-weight:600;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}

div.tagline p a:hover{
  background-color:#002f87;
  text-decoration:none;
}

/* SECONDARY BANNERS */

div.secondarybanner{
  display:block;
  width:100%;  
  margin:0;
  padding:0;
}

div.mod-secbanner{
  width:100%;  
  margin:0;
  padding:0;
  background-size: 1500px;
  background-position: center;
}

div.mod-secbanner img{
  width:100%;
}

/* HP BUCKETS */

div.fullbucketinside{
  width:100%;  
  margin:0;
  padding:0;
}

div.mod-hpbuckets{
  width:100%;  
  max-width:1500px;
  margin:0 auto;
  padding:0;
  background-image:url("../images/threecolorbg.jpg");
  background-repeat:repeat-y;
  background-size: 100%;
}

div.hpbuckets{
  display:grid;
  grid-gap:0;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  width:100%;  
}

div.hpbuckets div.hpbanner1,
div.hpbuckets div.hpbanner2,
div.hpbuckets div.hpbanner3{
  padding:15px 0 25px 0;
}

div.hpbuckets h2{
  color:#002f87;
  font-size:23px;
  font-weight:600;
  text-align:center;
  text-transform:uppercase;
  background-image:url("../images/h2orangeline.jpg");
  background-repeat:no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  padding-bottom:4px;
}

div.hpbuckets p{
  color:#000000;
  font-size:15px;
  font-weight:500;
  text-align:center;
  width:100%;
  max-width:300px;
  margin:14px auto 10px auto;
  line-height:1.5;
}

div.hpbuckets div.hpbanner2 p{
  max-width:340px;
}

/* ABOUT PAGE BANNER MESSAGE */

div.empowermentdiv{
  background-color:#c7d2db;
  padding:15px 60px 15px 60px;
}

div.empowermentdiv h2{
  color:#002f87;
  font-size:23px;
  font-weight:600;
  text-align:center;
  text-transform:uppercase;
  background-image:url("../images/h2orangeline.jpg");
  background-repeat:no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  padding-bottom:4px;
}

div.empowermentdiv p{
  color:#000000;
  font-size:15px;
  font-weight:500;
  text-align:center;
  width:100%;
  margin:14px auto 10px auto;
  line-height:1.5;  
}

/* MAIN CONTENT */

main.maincontentarea{
  width:100%;  
  margin:0;
  padding:0;
  background-color:white;
  display:block;
  border-top:1px solid white;
  border-bottom:1px solid white;
}

p, h1, h2, h3{
  margin:0;
}

p {
  color:#111;
  font-size:15px;
  line-height:1.4;
  padding:10px 0px;
}

/* MAIN CONTENT */
div.maincontentinside{
  width:100%;   
  max-width:1000px;
  margin:0 auto;
    padding:0 0 30px 0;
}

div.maincontentinside h1{
  color:#002f87;
  font-size:32px;
  font-weight: 500;
  padding:60px 0px 10px 0px;
}

div.maincontentinside h2{
  color:#002f87;
  font-size:23px;
  font-weight:600;
  text-transform:uppercase;
  padding:30px 0px 10px 0px;
}

div.maincontentinside h3{
  color:#002f87;
  font-size:17px;
  font-weight:600;
  padding:15px 0px 10px 0px;
}

div.maincontentinside p{
  color:#111;
  font-size:17px;
  line-height:1.4;
  padding:10px 0px;
}

div.maincontentinside p i,
div.maincontentinside p em{
  color:#f84a18;
  font-size:17px;
}

div.maincontentinside p.p-em{
  text-align:center;
  border-bottom:1px solid #444;
  padding:10px 0 20px 0;
  margin-bottom:30px;
}

div.maincontentinside p a,
div.contactformdiv a{
  color:#002f87;
  text-decoration:underline;
}

div.maincontentinside p a:hover,
div.contactformdiv a:hover{
  color:#002f87;
  text-decoration:none;
}

div.maincontentinside ul{
   padding:10px 15px;
}

div.maincontentinside ul ul{
   padding:5px 5px;
}

div.maincontentinside ul li{
   padding:5px 0px;
}

a.orangelink{
  display:table;
  margin:0 0;
  color:white!important;
  text-transform:uppercase;
  padding:6px 18px 4px 18px;
  background-color:#f84a18!important;
  border-radius:10px;
  text-align:center;
  text-decoration:none!important;
  font-size:16px;
  font-weight:600;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}

a.orangelink:hover{
  background-color:#002f87!important;
  text-decoration:none;
  color:white!important;
}

/* HOMEPAGE CONTENT */

h1.homeh1{
  color:#002f87;
  font-size:23px !important;
  font-weight:600;
  text-align:center;
  text-transform:uppercase;
  text-align:center;
  width:100%;
  max-width:600px;
  margin:30px auto 10px auto;
  line-height:1.4;
}

span.lbreak{
  display:table;
}

div.home-twocolumn{
  display:grid;
  width:100%;
  max-width:900px;
  margin:20px auto;
  grid-gap:40px;
  grid-template-columns: 3fr 5fr;
  grid-template-rows: auto;
  padding-bottom:40px;
  justify-items: center;
  align-items: center;
}

div.home-content p{
  font-size:17px;
}


/* HOMEPAGE PROCESS SPOTLIGHT */


div.mod-hp-process-message{
  width:100%;  
  margin:0;
  padding:60px 0 20px 0;
  background-image:url("../images/kite-bg2.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:top;
  display:block;
  border-top:1px solid white;
}

div.mod-hp-process-message div.home-twocolumn h2{
  color:#002f87;
  font-size:32px;
  font-weight: 500;
  text-align:center;
  margin-top:20px;
}

div.mod-hp-process-message div.home-twocolumn p{
  font-size:17px;
}

/* TESTIMONIALS */

div.testimonials{
   width:100%;  
  margin:0;
  padding:0;
  background-color:#fff;
  display:block;
}

div.mod-testimonial{
  width:100%;  
  max-width:800px;
  margin:0 auto;
  padding:60px 0 20px 0;
  background-color:#fff;
  display:block;
  background-image:url("../images/orangequote.png");
  background-repeat:no-repeat;
  background-position-x: center;
  background-position-y: top;
}

div.mod-testimonial ul.fields-container{
  list-style-type:none;
}


div.mod-testimonial li.tquote{
  color:#002f87;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size:20px;
  font-style:italic;
  text-align:center;
  line-height:1.4;
}

div.mod-testimonial li.tname{
  color:#002f87;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size:14px;
  font-style:italic;
  text-align:center;
  line-height:1.4;
  padding-top:8px;
  padding-bottom:20px;
}

/* AFFILIATIONS */

div.affiliations{
  width:100%;  
  margin:0;
  padding:0;
  background-color:#fff;
  display:block; 
}

div.mod-affiliations{
  width:100%;  
  max-width:1000px;
  margin:0 auto;
  padding:30px 0 30px 0;
  background-color:#fff;
  display:block;
  border-top:1px solid #444;
}

div.mod-affiliations{
  text-align:center;
}

div.mod-affiliations img{
  margin:10px 20px;
}

.logo1{
  width:100%;
  max-width:90px;
}

.logo2{
  width:100%;
  max-width:190px;
}

.logo3{
  width:100%;
  max-width:190px;
}

.logo4{
  width:100%;
  max-width:75px;
}

.logo5{
  width:100%;
  max-width:200px;
}

/* ABOUT US PAGE CONTENT */

div.about-twocolumn{
  display:grid;
  width:100%;
  max-width:1500px;
  margin:0px auto 10px auto;
  grid-gap:40px;
  grid-template-columns: 3fr 5fr;
  grid-template-rows: auto;
  padding-bottom:40px;
}

div.about-content p{
  font-size:17px;
}

div.about-image img.amysphoto{
  width:100%;
  max-width:400px;
}



div.about-image img.christinesphoto{
  width:100%;
  max-width:250px;
}




/* FOOTER AREA */

footer.footerarea{
  background-color:#c7d2db;
  width:100%;
  padding:30px 0 20px 0;
}

div.footercontent{
  display:grid;
  grid-gap:0;
  grid-template-columns: 3fr 3fr 4fr 3fr;
  grid-template-rows: auto;
  width:100%;   
  max-width:1000px;
  margin:0 auto;
}

div.footer1 p{
  font-size:14px;
}

div.footer1 p a{
  color:#000;
  text-decoration:underline;
}

div.footer1 p a{
  color:#000;
  text-decoration:none;
}

div.footer2 ul{
  list-style-type:none;
  margin:10px 10px 10px 30px;
  padding:0px;
}

div.footer2 ul li a{
  font-size:14px;
  color:#000;
  color:#002f87;
  text-decoration:none;
  text-transform:uppercase;
  padding-bottom:4px;
}

div.footer2 ul li a:hover{
  text-decoration:underline;
}

div.footer3 p{
  font-size:14px;
}

div.footer4 p{
  text-align:right;
  font-size:14px;
}


/* COPYRIGHT */

div.copyright{
  background-color:#c7d2db;
  width:100%;
  padding:20px 0 0 0;
}

div.copyright p{
  color:#000;
  text-align:center;
  line-height:1.6;
  font-size:12px;
  padding:10px 50px;
}

div.copyright p a{
  color:#000;
  text-decoration:underline;
}

div.copyright p a:hover{
  color:#000;
  text-decoration:none;
}



/* MOBILE DESIGN */

@media screen and (max-width:1500px){
  
  header.header{
    display:grid;
    grid-gap:0;
    grid-template-columns: 230px auto;
    grid-template-rows: auto;
  }
  
  div.containerlogo{
    padding:24px 10px 10px 50px;
  }

  div.bluebox{
    margin:0 50px 20px auto;
  }

  div.topnav{
    margin-right:26px;
    margin-left:0px;
  }
  
  #dj-megamenu90 li.dj-up{
    padding:0 !important;
    margin:0 0px 10px 0px !important;
  }
}

@media screen and (max-width:1170px){
  div.bluebox{
    margin:0 100px 20px auto;
  }
  
  div.footercontent{
    display:grid;
    grid-gap:0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  
  div.footer1 p{
    padding-left:50px;
  }
  
  div.footer2 ul{
    margin:10px 10px 10px 50px;
  }
  
  div.footer3 p{
    padding-left:50px;
  }
  
  div.footer4 p{
    text-align:left;
    padding-left:50px;
  }
  
  div.mod-testimonial{
    width:80%;  
    max-width:800px;
     margin:0 auto;
    padding:60px 0 20px 0;
  }
  
}

@media screen and (max-width:1100px){
  div.maincontentinside h1{
    padding:60px 50px 10px 50px;
  }

  div.maincontentinside h2{
    padding:30px 50px 10px 50px;
  }

  div.maincontentinside h3{
    padding:15px 50px 10px 50px;
  }

  div.maincontentinside p{
    padding:10px 50px;
  }
}


@media screen and (max-width:1000px){
  div.mod-hpbanner{
    background-image:url("../images/background-green.jpg");
  }
  
  div.tagline {
    position:absolute;
    top: 10%;
    width:100%;
  }
  
  div.mod-hpbuckets{
    background-image:url("../images/background-green.jpg");
  }
  
  div.hpbuckets{
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  
  div.hpbuckets p{
    max-width:600px;
    padding-left:20px;
    padding-right:20px;
  }
  
  h1.homeh1{
    margin:10px auto 10px auto;
  }
  
  div.home-twocolumn{
    margin:5px auto;
    grid-gap:10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding-bottom:10px;
  }
  
  div.home-content p{
    text-align:center;
    padding:10px 40px;
  }
  
  div.home-content p a.orangelink{
    margin:0 auto;
  }
  
  div.about-twocolumn{
    margin:0px auto 10px auto;
    grid-gap:10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding-bottom:10px;
  }
  
  div.about-image img.christinesphoto{
    padding-left:50px;
    max-width:400px;
  }
  
  div.empowermentdiv{
    background-color:#c7d2db;
    padding:15px 20px 15px 20px;
  }
  
  div.maincontentinside ul{
    padding:10px 75px;
  }
  
  div.hpbanner div.tagline a{
    display:none;
  }
  
  div.mod-hp-process-message div.home-twocolumn h2{
    background-color:rgba(255,255,255,0.60);
  }
}

@media screen and (max-width:700px){
  
  header.header{
    display:grid;
    grid-gap:0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  
  div.containerlogo{
    padding:24px 0 10px 0;
    text-align:center;
  }
  
  div.containerlogo img{
    width:160px;
    margin:0 auto;
  }

  div.bluebox{
    margin:0 auto 20px 50px;
  }
  
  div.hpbuckets p{
    max-width:600px;
    padding-left:0px;
    padding-right:0px;
    width:90%;
  }
  
  div.tagline h2{
    font-size:26px;
  }

  div.tagline h2 span.line2{
    font-size:22px;
  }
  
  div.mod-hpbuckets{
    padding-top:50px;
  }
  
  div.mod-hp-process-message{
    background-position: right 35% bottom 45%;
  }
  
  div.bluebox{
    display:block;
    margin:0;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
  }
  
}
mod-testimonial