/*
 _   _  ____  __  __          _____  
| \ | |/ __ \|  \/  |   /\   |  __ \ 
|  \| | |  | | \  / |  /  \  | |  | |
| . ` | |  | | |\/| | / /\ \ | |  | |
| |\  | |__| | |  | |/ ____ \| |__| |
|_| \_|\____/|_|  |_/_/    \_\_____/ 

Website Developed by: Nomad Digital Media, LLC
Full Stack Web Developer & Chief Freelancer: Jonathan Hazelwood
Site Created: July 2023
Launched:

1.  GLOBAL
2.  HEADER
3.  HEADER / SUB NAV
4.  HEADER / SEARCH
5.  HEADER / MAIN NAV
6.  HEADER / MAIN NAV / DROPDOWNS
7.  HEADER / MAIN NAV / DROPDOWNS / FLYOUTS
8.  SLIDESHOW
9.  CTAS
10. CONTENT AREA
11. FAQ
12. FOOTER
13. FOOTER / FOOTER NAV
14. MEDIA QUERIES
15. PRINT STYLES
16. BLOCK STYLES
17. CUSTOM PLUGIN STYLES
18. FOUNDATION STYLES */
/* ========================================================================== 
1. GLOBAL
========================================================================== */
/* Begin Color Vars */
:root {
  --dseblue: #1B4D99;
  --dsegray: #C5D3E7;
}
/* End Color Vars */
@font-face {
    font-family: rochester;
    src: url(/assets/fonts/rochester-serial-medium.ttf);
}

html {
  font-family: 'Blinker', sans-serif !important;
}
body {
  font-family: 'Blinker', sans-serif !important;
}
h1, h2, h3, h4, h5 ,h6 {
  font-family: 'rochester' !important;
}
.diamond-button-red, .formblock__submit>input {
  background-color: var(--dsegray);
  color: var(--dseblue);
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 15px;
  margin-right: 10px;
  padding: 15px 30px;
  text-transform: capitalize;
  display: inline-block;
}
.diamond-button-red:hover, .formblock__submit>input:hover {
  background-color: var(--dseblue);
  color: var(--dsegray);
  cursor: pointer;
  filter: none;
}
.diamond-button-blue, .formblock__submit>input {
  background-color: var(--dseblue);
  border: none;
  color: white;
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 15px;
  padding: 15px 30px;
  text-transform: capitalize;
  display: inline-block;
}
.diamond-button-blue:hover, .formblock__submit>input:hover {
  background-color: var(--dsegray);
  color: var(--dseblue);
  cursor: pointer;
  filter: none;
}
/* ========================================================================== 
2. HEADER 
========================================================================== */
#header-topbar {
  padding: 8px 0;
  background-color: var(--dseblue);
  color: white;
}
#socialtop, #phonetop {
  padding-top: 4px;
}
#socialtop {
  font-size: 1.1em;
}
#socialtop a {
  color: white;
}
#socialtop a:hover {
  color: var(--dsegray);
}
#phonetop {
  font-size: 1.3em;
  font-weight: 600;
}
#phonetop a {
  color: white;
}
#phonetop a:hover {
  color: var(--dsegray);
}
.header {
  background-color: transparent;
  text-align: center;
}
.header-logo {
  position: relative;
  top: -32px;
  z-index: 2;
}
/* ========================================================================== 
3. HEADER / SUB NAV 
========================================================================== */
/* ========================================================================== 
4. HEADER / SEARCH 
========================================================================== */
/* ===========================================================================
5. HEADER / MAIN NAV
========================================================================== */
#mainmenu {
  position: relative;
  z-index: 1;
}
#mainmenu .menu > li {
  padding: 0;
}
#mainmenu .menu > li > a {
  font-size: 1.6em;
  font-weight: 600;
  color: var(--dsegray);
}
#mainmenu .menu > li:hover a {
  color: white;
}
#menuicon, #mobilemenu {
  display: none;
}
/* ===========================================================================
7. HEADER / MAIN NAV / DROP DOWNS
========================================================================== */
#mainmenu .dropdown-menu {
  list-style: none;
  border: none;
}
#mainmenu .dropdown-menu li {
  display: block;
  text-align: left;
  font-size: 1.4em;
  padding: 0;
  margin: 0;
}
#mainmenu .dropdown-menu li a {
  color: var(--dseblue) !important;
}
#mainmenu .dropdown-menu li a:hover {
  background-color: var(--dsegray);
  color: var(--dseblue) !important;
}
 
/* ===========================================================================
7. HEADER / MAIN NAV / DROP DOWNS FLY OUTS
========================================================================== */
/* ===========================================================================
8. SLIDESHOW
========================================================================== */
#home_slideshow {
  position: relative;
  top: -220px;
}
.hero-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 780px;
  position: relative;
}
.hero-slide {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  vertical-align: top;
}
.hero-slide img {
  width: 100%;
  object-fit: cover;
}
.image-overlay {
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  display: none; /* Remove the dark overlay of hero slider */
}
.slide-overlay {
  position: absolute;
  right: 0;
  top: 19rem;
  left: 0;
  color: white;
  text-align: center;
}
.slide-overlay h1 {
  font-size: 3em;
  font-weight: 600;
}
.slide-overlay p {
  font-size: 3.3em;
  font-style: italic;
  font-weight: 500;
  line-height: 1em;
}
/* ===========================================================================
9. CTAS
========================================================================== */
#home_ctas {
  background-image: url('/assets/images/pipes.webp');
  margin-top: -220px;
  padding-top: 60px;
  padding-bottom: 100px;
}
#home_ctas h2 {
  font-size: 2em;
  font-weight: 600;
  color: #0F5BA1;
  margin-bottom: 60px;
}
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
}
.flip-container, .front, .back {
	width: 100%;
	height: 25rem;
}
/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
  padding: 95px 40px;
}
.front a, .back a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* front pane, placed above back */
.front {
  background: var(--dseblue);
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  color: var(--dsegray);
}
/* back, initially hidden pane */
.back {
  background: var(--dsegray);
	transform: rotateY(180deg);
}
#home_ctas h3:nth-child(2) {
  margin: 24px 0;
}
.ctacard {
  color: var(--dseblue);
  text-align: center;
}
.front i, .back i {
  font-size: 3.5em;
}
.front h3, .back h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 30px 0;
}
.ctaarrow {
  color: var(--dseblue);
  background-color: var(--dsegray);
  border: solid 2px white;
  border-radius: 50%;
  padding: 11px;
}
.ctaarrow i {
  font-size: 1.6em;
  vertical-align: sub;
}
.back .ctaarrow {
  background-color: white;
}
.back .ctaarrow {
  color: var(--dseblue);
}
/* ===========================================================================
10. CONTENT
========================================================================== */
.wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
#pagecontent {
  margin-top: -120px;
}
#page_hero {
  position: relative;
  max-height: 785px;
  top: -220px;
  overflow: hidden;
}
#page_hero img {
  width: 100%;
  object-fit: cover;
}
#page_title {
  position: absolute;
  bottom: 0;
  background-color: var(--dseblue);;
}
#page_title h1 {
  font-size: 2.6em;
  font-weight: 600;
  color: white;
  margin: 0;
  padding: 10px 40px;
}
#content {
  color: var(--dseblue);
}
#content p, #content ul li {
  font-size: 1.5em;
}
#content ul {
  margin-left: 60px;
}
#content p a {
  color: #C20430;
}
#content p a:hover {
  color: #0F5BA1;
}
#content_sidebar h3 {
  background-color: var(--dsegray);
  color: var(--dseblue);
  padding: 1rem 1.5rem;
  font-size: 1.7em;
  font-weight: 600;
  text-align: center;
}
.staff_cta_wrapper {
  margin: 4rem 0;
}
.staff_cta_wrapper img {
  width: 100%;
  object-fit: cover;
}
.details_wrapper {
  background-color: var(--dseblue);
  color: white;
  padding: 0.5rem;
}
.details_wrapper .staff-name {
  font-weight: 600;
}
.details_wrapper .staff-name, .details_wrapper .staff-title {
  text-align: center;
}
.hidden_info {
  position: fixed;
  display: none;
  width: 50%;
  height: auto;
  top: 25%;
  left: 25%;
  background-color: white;
  border: solid 2px var(--dseblue);
  z-index: 2;
  padding: 1rem;
}
.hidden_info span {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  padding: 0.2rem 0.55rem;
  background-color: var(--dsegray);
  border-radius: 100%;
}
.hidden_info span:hover {
  cursor: pointer;
  background-color: var(--dseblue);
}
.staff-description{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  text-align: left;
  color: var(--dseblue);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.details_wrapper .staff-name {
  margin: 0;
}
.details_wrapper .diamond-button-red {
  padding: 0.5rem;
  font-size: 1.2em;
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem 0;
}
.details_wrapper .diamond-button-red:hover {
  background-color: var(--dsegray);
  color: var(--dseblue);
  cursor: pointer;
}
.staff-social-icons {
  list-style: none;
  margin: 0 !important;
  padding: 0.75rem 0.75rem 0;
  text-align: center;
}
/*#content_sidebar .ctaarrow {
  background-color: white;
  border: none;
  border-radius: 100%;
  margin-left: 8px;
  padding: 0.3rem 0.8rem;
}
#content_sidebar .ctaarrow i {
  font-size: .8em;
  vertical-align: baseline;
  color: #C20430;
}*/
#content_sidebar .formblock {
  border: solid 1px #0F5BA1;
  padding: 15px;
}
/* ===========================================================================
11. FAQ
========================================================================== */
/* ===========================================================================
12. FOOTER
========================================================================== */
#footer {
  background-color: var(--dseblue);
  margin-top: 12px;
  padding: 40px 0;
  color: white;
}
#footer_loc {
  position: relative;
  top: -15px;
}
#footer_loc img {
  top: -35px;
  position: relative;
}
#footer_loc p {
  font-size: 1.5em;
}
#footer_loc a {
  color: white;
}
#footer_loc a:hover {
  color: var(--dsegray);
}
#footer_cta {
  text-align: center;
}
#footer_cta i {
  font-size: 3em;
  margin-top: 3rem;
}
#footer_cta .formblock {
  margin-top: 3rem;
}
#footer_cta .formblock_field__label {
  text-align: left;
  margin: 0;
}
#footer_cta .formfield__input {
  margin-bottom: 0;
  border: none;
}
#footer_cta .formblock__submit {
  width: 100%;
  margin-top: 2rem;
}
#footer_cta .formblock__submit>input {
  background-color: var(--dsegray);
  color: var(--dseblue);
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 0;
  padding: 1rem;
  text-transform: capitalize;
  display: inline-block;
}
#footer_copy {
  padding: .5rem 0;
  color: var(--dseblue);
}
#copyright {
  padding-top: .3rem;
}
#siteby {
  text-align: right;
  padding-top: .2rem;
}
#siteby img {
  opacity: 40%;
}
#siteby img:hover {
  opacity: 1;
}
/* ===========================================================================
13. FOOTER / FOOTER NAV
========================================================================== */
#footer_nav h4 {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

#footer_nav .menu {
  margin-top: 15px;
}
#footer_nav li a {
  color: white;
  font-size: 1.5em;
}
#footer_nav li a:hover {
  color: var(--dsegray);
}
/* ========================================================================== 
14. MEDIA QUERIES  
========================================================================== */
/* Small Desktop - Laptop */
@media (max-width: 1919px) {
  .container {
    max-width: 1366px;
  }
  #mainmenu .menu > li > a {
    font-size: 1.3em;
    padding: 0.2rem 0.5rem !important;
  }
  #mainmenu .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    right: -8px;
  }
  #mainmenu .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    left: -14px;
  }
  #mainmenu .dropdown-menu li {
    font-size: 1.2em;
  }
  #home_slideshow {
    top: -200px;
  }
  #page_hero {
    top: -200px;
  }
  h3 {
    font-size: 1.6em !important;
  }
  #content p, #content ul li, #content ul < ul < li {
    font-size: 1.3em;
  }
  #content ul ul li {
    font-size: 1em;
  }
  #home_ctas {
    margin-top: -348px;
  }
  #footer_loc p {
    font-size: 1.3em;
  }
  #footer_nav h4 {
    font-size: 1.6em;
  }
  #footer_nav li a {
    font-size: 1.3em;
  }
  #copyright {
    font-size: .9em;
  }
}

/* Laptop - Tablet Landscape */
@media (max-width: 1365px) {
  .container {
    max-width: 1024px;
  }
  #home_slideshow {
    position: relative;
    top: -270px;
  }
  #mainmenu .menu > li > a {
    font-size: 1.4em;
    padding: .8rem 0.5rem !important;
  }
  .hero-slide img {
    min-height: 350px;
  }
  .slide-overlay {
    top: 18rem;
    left: 0px;
    width: 100%;
    text-align: center;
  }
  .slide-overlay h1 {
    font-size: 2em;
  }
  .slide-overlay p {
    font-size: 2em;
  }
  #home_ctas {
    margin-top: -34rem;
  }
  #home_ctas h2, #testimonies_container h2, #customers h2 {
    font-size: 1.8em !important;
  }
  .front h3, .back h3 {
    font-size: 1.4em !important;
  }
  #page_hero {
    top: -270px;
  }
  #footer_cta .formblock__submit>input {
    font-size: 1.4em;
    padding: 10px 55px 10px 10px;
  }
}

/* Tablet */
@media (max-width: 1023px) {
  .container {
    max-width: 767px;
  }
  #mainmenu {
    display: none;
  }
  .header-logo {
    top: -15px;
  }
  .header-logo img {
    width: 425px;
    left: -3rem;
    position: relative;
  }
  #home_slideshow {
    top: -42px;
  }
  #menuicon {
    display: block !important;
    background-color: var(--dsegray);
    padding: 38px 40px;
  }
  #menuicon i {
    color: var(--dseblue) !important;
  }
  #menuicon i:hover {
    cursor: pointer;
  }
  #mobilemenu ul {
    width: 100%;
    list-style: none !important;
    margin: -41px 0 0 0;
  }
  #mobilemenu ul li {
    font-size: 1.5em;
  }
  .menu.simple li+li {
    margin-left: 0 !important;
  }
  #mobilemenu ul li a {
    display: block;
    padding: 15px;
    color: var(--dseblue);
    font-weight: 600;
  }
  #mobilemenu ul li a:hover {
    color: white;
    background-color: var(--dseblue);
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: var(--dsegray) transparent !important;
    right: 2rem !important;
  }
  .nav-wrapper {
    transition: all 3s ease-in-out;
  }
  #mobilemenu ul ul {
    list-style: none;
    margin: 0;
  }
  #mobilemenu ul ul li {
    font-size: 1em;
  }
  #mobilemenu ul ul li a {
    padding-left: 40px;
  }
  .slide-overlay {
    top: 125px;
  }
  #home_ctas {
    margin-top: -392px;
  }
  .ctacard {
    width: 100% !important;
  }
  .flip-container {
    height: 16rem;
  }
  .front, .back {
    height: 15rem;
    padding: 25px 40px;
  }
  .front h3, .back h3 {
    margin: 15px 0;
  }
  #home_ctas h3:nth-child(2) {
    margin: 15px 0;
  }
  #page_hero {
    top: -42px;
  }
  #pagecontent {
    margin-top: 0;
  }
  #content p, #content ul li {
    font-size: 1.2em;
  }
  #content, #content_sidebar {
    width: 100%;
  }
  
  .hidden_info {
    top: 5%;
    left: 2%;
    width: 95%;
  }
  #footer_loc, #footer_nav, #footer_cta, #footer_social, #copyright, #affillations, #siteby {
    width: 100%;
    text-align: center;
  }
}

/* Mobile */
@media (max-width: 766px) {
  .container {
    width: 640px;
  }
  .header-logo {
    top: -15px;
    left: 0;
    display: inline-block;
    width: 450px;
  }
  #home_slideshow {
    position: relative;
    top: -42px;
  }
  .slide-overlay {
    top: 80px;
  }
  #home_ctas {
    margin-top: -478px;
  }
  #pagecontent {
    margin-left: -10px;
  }
}

/* Small Mobile */
@media (max-width: 639px) {
  .container {
    width: 100%;
  }
  #socialtop, #phonetop {
    width: 50%;
  }
  .header-logo {
    width: 420px;
    left: -.3rem;
  }
  .header-logo img {
    left: 0;
  }
  #mobilemenu ul {
    margin: -16px 0 0 0;
  }
  #home_slideshow {
    position: relative;
    top: -40px;
  }
  .slide-overlay {
    top: 40px;
  }
  .slide-overlay h1 {
    font-size: 1.5em;
  }
  .slide-overlay p {
    font-size: 1.4em;
  }
  #page_hero {
    top: -16px;
  }
  #page_title h1 {
    font-size: 1.6em;
  }
  #footer_nav li a {
    margin-bottom: 20px;
  }
}

@media (max-width: 475px) {
  .diamond-button-red, .diamond-button-blue {
    font-size: 1.4em;
    padding: 10px 15px;
  }
  #phonetop {
    font-size: 1em;
  }
  .header-logo {
    width: 260px;
    top: -6px;
  }
  #menuicon {
    padding: 25px 25px;
  }
  #mobilemenu ul {
    margin: -9px 0 0 0;
  }
  #home_slideshow {
    top: -13px;
  }
  .ctacard {
    margin: 0 !important;
  }
  #page_hero {
    top: -13px;
  }
  #page_title h1 {
    font-size: 1.4em;
    padding: 10px;
  }
  .formfield__container {
    width: 100%;
  }
  #footer_cta .formblock__submit>input {
    font-size: 1.2em;
  }
}
/* ========================================================================
15. PRINT STYLES 
========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ========================================================================== 
16. BLOCK STYLES
========================================================================== */
#testimonies_container h2 {
  font-size: 2em;
  font-weight: 600;
  color: #0F5BA1;
  margin: 60px 0;
}
.testimonies-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
}
.testimony {
  display: inline-block;
  overflow: hidden;
  position: relative;
  background-color: var(--dseblue);
}
.testimony img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}
#testimony_text {
  padding: 60px 45px;
}
.testimony h4 {
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 500 !important;
  color: white;
  font-style: italic;
}
.testimony p {
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 600;
  color: white;
}

.testimonies-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: -30px 0 60px 0;
  padding: 1rem 0;
  list-style-type: none;
}
.testimonies-slider .slick-dots li {
  margin: 0 0.25rem;
}
.testimonies-slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 1px solid #0F5BA1;
  border-radius: 100%;
  background-color: #FFF;
  text-indent: -9999px;
}
.testimonies-slider .slick-dots li.slick-active button {
  background-color: #0F5BA1;
}

#customers h2 {
  font-size: 2em;
  font-weight: 600;
  color: #0F5BA1;
  margin: 60px 0;
}
.customers-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 100px 0;
  padding: 0 0 0 0;
  position: relative;
}
.customer {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0;
  padding: 30px;
  position: relative;
  text-align: center;
}
.customer img {
  height: 150px;
  width: 300px;
  margin: 0 auto 30px auto;
  /*filter: grayscale(1);*/
}
.customers-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: -30px 0 60px 0;
  padding: 1rem 0;
  list-style-type: none;
}
.customers-slider .slick-dots li {
  margin: 0 0.75rem;
}
.customers-slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 1px solid #0F5BA1;
  border-radius: 100%;
  background-color: #FFF;
  text-indent: -9999px;
}
.customers-slider .slick-dots li.slick-active button {
  background-color: #0F5BA1;
}

.galleryImage img:hover {
  transform: scale(1.02);
  box-shadow: 0 0 6px 1px rgb(15 91 161 / 50%);
}
.galleryImage img {
  border: solid 5px white;
  box-shadow: 0 0 3px #999;
  margin-bottom: 20px;
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: transform .2s;
}

blockquote {
  background-color: #EEE;
  color: #1B3194 !important;
  font-size: 1.3em;
  margin-bottom: 3rem !important;
  padding: 1rem !important;
  border-left: 4px solid #FB0408 !important;
}
blockquote footer {
  font-weight: 600;
}
blockquote footer:before {
  content: "-";
}

.formblock_field__label {
  font-size: 1.3em;
  color: #1B3194;
}
.formfield__option__label {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.formfield__label__required {
  color: #FB0408;
}

.accordion {
  margin: 25px 0 !important;
}
.accordion-item:last-of-type .accordion-content {
  border-bottom: 1px solid var(--dseblue) !important;
}
.accordion-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078" !important;
  color: var(--dseblue);
  background-color: var(--dsegray);
  border: 2px solid var(--dseblue);
  border-radius: 50%;
  margin-top: -1.2rem !important;
  padding: 0.4rem;
  transition-duration: .5s;
}
.is-active .accordion-title::before {
  transform: rotate(180deg);
  transition-duration: .5s;
}
.accordion-title {
  border: 1px solid var(--dseblue) !important;
  font-size: 1em !important;
  font-weight: 600;
  color: var(--dseblue) !important;
}
.accordion-title:focus {
  background-color: white !important;
}
.accordion-title:hover {
  background-color: var(--dseblue) !important;
  color: white !important;
}
.accordion-content {
  border-left: 1px solid var(--dseblue) !important;
  border-right: 1px solid var(--dseblue) !important;
}
.accordion-content p {
  font-size: 1em !important;
  color: var(--dseblue);
}
/* ========================================================================== 
17. CUSTOM PLUGIN STYLES
========================================================================== */
.k-block-type-link-button .button-container {
  padding: 0.5em 0;
  display: flex;
  flex: 1;
}

.k-block-type-link-button .button-link {
  border: 0;
  background-color: var(--dseblue);
  color: white;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: capitalize;
}

.button-link:hover {
  color: var(--dseblue);
  background-color: var(--dsegray);
  cursor: pointer;
}

.k-block-type-link-button .button-icon {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0.75em 1em;
  align-items: center;
}

.k-block-type-link-button .button-icon svg {
  height: 1.5em;
  width: 1.5em;
}

.k-block-type-link-button .button-content {
  flex: 1;
  line-height: 1.5em;
  padding: .5em 2em;
}

.k-block-type-link-button .full-width {
  flex: 1;
}

.k-block-type-link-button .left-align {
  justify-content: start;
}

.k-block-type-link-button .center-align {
  justify-content: center;
}

.k-block-type-link-button .right-align {
  justify-content: end;
}

.k-block-type-link-button .reverse {
  flex-direction: row-reverse;
}
.block-type-spacer {
  margin: 50px 0;
}
/* ========================================================================== 
18. FOUNDATION STYLES
========================================================================== */
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

/**
* Change container size on xxlarge screen.
*/
@media screen and (min-width: 90em) {
  .grid-container {
      max-width: 103rem !important;
  }
}