﻿/*  SECTIONS  */
.row {
  clear: both;
  padding: 0;
  margin: 0;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 3.3333333%;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.span12 {
  width: 100%;
}

.span11 {
  width: 91.38%;
}

.span10 {
  width: 82.77%;
}

.span9 {
  width: 74.16%;
}

.span8 {
  width: 65.55%;
}

.span7 {
  width: 52.75%;
  padding-right: 3.5%;
  border-right: solid 1px #ccc;
}

.span6 {
  width: 48.33%;
}

.span5 {
  width: 39.72%;
}

.span4 {
  width: 31.11%;
}

.span3 {
  width: 22.50%;
}

.span2 {
  width: 13.88%;
}

.span1 {
  width: 5.277%;
}

/*  GO FULL WIDTH BELOW 767 PIXELS */
@media only screen and (max-width: 767px) {
  .col {
    float: none;
    margin: 1% 0;
  }

  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    width: auto;
  }
}

#blue-bg {
  background-color: #2457a3 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: -2;
}

#green-bg {
  background-color: #106a40 !important;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#wrapper {
  background-color: #fff !important;
  padding-top: 80px;
}

.inner-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3%;
}

.marker {
  background-color: yellow;
}

html {
  background-color: #fff !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/**
   * Firefox specific rule
   */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

#Body,
.Normal,
p {
  font-size: 16px;
  line-height: 140%;
  font-family: Arial, sans-serif;
}

p {
  line-height: 160%;
}

blockquote {
  background-color: rgba(235, 235, 235, 0.33);
  border: solid 2px rgba(225, 225, 225, 0.33);
  border-radius: 2px;
  border-left: 4px solid #106a40;
  padding: 1rem;
  font-style: italic;
  margin: 1rem 10vw 1rem 1rem;
}

blockquote p,
blockquote {
  font-size: 0.9rem;
}

strong {
  font-weight: 600;
}

a,
a:visited {
  color: #2457a3;
  text-decoration: none;
}

a:active,
a:hover {
  color: #2457a3;
  text-decoration: none;
}

h1,
h2,
h3 {
  color: #2457a3;
  font-weight: 500;
  text-transform: none;
  font-size: 1.45rem;
  line-height: 1.65em;
  margin: 0 0 0.5rem 0;
}

h1 a,
h2 a,
h3 a {
  color: #2457a3 !important;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: #2457a3 !important;
  text-decoration: underline;
}

h4,
h5,
h6 {
  color: #1a845a;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.45em;
  margin: 0 0 0.5rem 0;
}

h4 a,
h5 a,
h6 a {
  color: #1a845a !important;
  text-decoration: none;
}

h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #106a40 !important;
  text-decoration: underline;
}

h4 {
  font-family: Arial, sans-serif;
  margin: 0;
}

h1,
h2,
h1 a[id][name],
h2 a[id][name] {
  font-family: Arial, sans-serif;
  margin: 1.5rem 0 0.25rem 0;
  font-size: 1.5rem;
  line-height: 1.75em;
}

h1:hover,
h2:hover,
h1 a[id][name]:hover,
h2 a[id][name]:hover {
  text-decoration: none;
}

h3,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

h3,
h6 {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 600;
}

h1.container-title,
h4.container-title {
  color: #2457a3;
  margin: 0;
  line-height: 2.5em;
  font-size: 2rem;
  position: relative;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

h1.container-title:after,
h4.container-title:after {
  content: "";
  position: absolute;
  width: 25%;
  height: 8px;
  left: 0;
  bottom: 5px;
  opacity: 0.8;
  border-radius: 2px;
  background-color: #106a40;
}

li {
  padding: 0 0 10px 0;
  margin: 0;
}

li a {
  text-decoration: none;
}

.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction,
input[type="submit"],
a.dnnSecondaryAction,
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-transition: background-color ease-in-out 250ms;
  -moz-transition: background-color ease-in-out 250ms;
  transition: background-color ease-in-out 250ms;
  padding: 7px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  background: none;
  border: none;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  background-color: #2457a3;
}

.dnnPrimaryAction:hover,
.dnnSecondaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover,
input[type="submit"]:hover,
a.dnnSecondaryAction:hover,
input[type="submit"]:hover {
  color: #fff;
  background: none;
  border: none;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  background-color: #2457a3;
}

.dnnSecondaryAction,
a.dnnSecondaryAction,
input[type="submit"] {
  background-color: #6181bd;
}

.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
input[type="submit"]:hover {
  background-color: #2457a3;
}

/* 20231120 DTG Commenting the Constant Contact Styles */
/*
input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  font-family: Arial, sans-serif;
  font-weight: 400;
  background-color: rgba(235, 235, 235, 0.5);
  border: solid 2px rgba(225, 225, 225, 0.5);
  padding: 10px; }
*/

.btn,
.btn-light,
.btn-alt,
.btn-alt-light,
.ctct-form-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  padding: 7px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.btn:hover,
.btn-light:hover,
.btn-alt:hover,
.btn-alt-light:hover {
  color: #fff;
}

.btn.btn-small,
.btn-light.btn-small,
.btn-alt.btn-small,
.btn-alt-light.btn-small {
  padding: 0 4px;
  line-height: 25px;
  font-size: 1rem;
}

.btn.btn-large,
.btn-light.btn-large,
.btn-alt.btn-large,
.btn-alt-light.btn-large {
  font-size: 1.125rem;
  display: block;
  font-family: Arial, sans-serif;
  padding: 20px 0;
  max-width: 450px;
  margin: 0 auto;
  font-weight: 300;
}

.btn,
.input-group-btn .btn-primary,
.ctct-form-button {
  background-color: #2457a3 !important;
}

.btn:hover,
.input-group-btn .btn-primary:hover {
  background-color: #2457a3 !important;
}

.btn-light {
  background-color: #6181bd;
}

.btn-light:hover {
  background-color: #2457a3;
}

.btn-alt {
  background-color: #1a845a;
}

.btn-alt:hover {
  background-color: #106a40;
}

.btn-alt-light {
  background-color: #106a40;
}

.btn-alt-light:hover {
  background-color: #1a845a;
}

.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

.container {
  margin: 0 !important;
}

ul,
ol {
  margin-left: 2rem;
  padding-inline-start: 1.5rem;
}

ul li,
ol li {
  padding: 0;
}

ul li p,
ol li p {
  margin: 0 0 1rem 0;
}

ul ul li,
ul ol li,
ol ul li,
ol ol li {
  padding: 0;
}

ol {
  list-style: decimal;
}

ol li>ol {
  list-style-type: lower-alpha;
}

ol li>ul {
  list-style-type: square;
}

ul {
  list-style: square;
}

ul li>ul {
  list-style-type: circle;
}

ul li>ol {
  list-style-type: lower-roman;
}

#inner-content {
  width: 100%;
}

#inner-content ul li {
  line-height: 180%;
}

h1.page-title {
  color: #2457a3;
  margin: 0;
  line-height: 2.5em;
  font-size: 2rem;
  position: relative;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

h1.page-title:after {
  content: "";
  position: absolute;
  width: 25%;
  height: 8px;
  left: 0;
  bottom: 5px;
  opacity: 0.8;
  border-radius: 2px;
  background-color: #106a40;
}

h1.page-title .PageTitle {
  position: relative;
  z-index: 10;
}

hr,
hr.green-line {
  width: 50%;
  height: 4px;
  opacity: 0.8;
  border-radius: 1px;
  background-color: #106a40;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1rem;
}

.bullet {
  padding-bottom: 5px;
}

.bullet .bullet-title {
  padding: 5px 0 0 0;
}

.bullet .bullet-desc {
  padding-left: 2px;
  display: none;
}

.bullet .bullet-desc>span:first-of-type {
  display: inline;
  font-weight: 600;
  padding-right: 5px;
}

.bullet .bullet-desc>p:first-of-type {
  display: inline;
}

.social-icons {
  display: flex;
 
  align-items: center;
  color: #ffffff;
  font-size: 1.5rem;
}

.social-icons svg,
.social-icons i {
  border: 1px solid #6181bd;
  border-radius: 3px;
  padding: 5px;
  width: 24px !important;
}

/*  
######################################
######################################
################ Header ##############
######################################
######################################
*/
#wrapper {
  transition: all ease-in-out 250ms;
  font-family: Arial, sans-serif;
}

#wrapper>.inner-wrapper {
  padding-top: 5px !important;
  padding-bottom: 15px !important;
}

#main-header {
  background: #2457a3;
  position: fixed;
  top: 0;
  width: 100%;
  /* Full width */
  transition: all ease-in-out 250ms;
  /* Add a transition effect (when scrolling - and font size is decreased) */
  display: flex;
  z-index: 100;
}

#main-header .inner-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#logo {
  z-index: 5;
}

#logo a {
  display: block;
}

#logo img {
  display: flex;
  max-height: 60px;
  padding: 10px 0;
  transition: all ease-in-out 350ms;
  filter: drop-shadow(5px 5px 10px #000);
}

#logo.shrink img {
  max-height: 50px;
  padding: 10px 0;
}

/*  
######################################
################ Main Nav ############
######################################
*/
#mobile-nav-icon {
  display: none;
}

#mobile-nav-icon a {
  cursor: pointer;
}

#main-nav {
  margin: 10px 0;
}

#main-nav .main-nav-arrow {
  display: none;
}

#main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

#main-nav>ul>li {
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  padding-right: 21px;
  height: 100%;
}

#main-nav>ul>li>a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  padding: 0 10px;
  text-shadow: 2px 2px 10px #000;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  font-family: Arial, sans-serif;
  transition: 0.3s;
}

#main-nav>ul>li.nav-apply {}

#main-nav>ul>li.nav-apply>a {
  background-color: #6181bd;
  padding: 5px 15px;
  font-size: 0.85rem;
  text-shadow: none;
  line-height: 30px;
}

#main-nav>ul>li.nav-apply>a:hover {
  background-color: #106a40;
  opacity: 1;
}

#main-nav>ul>li>a:hover {
  opacity: .6;
}

#main-nav>ul>li>a svg {
  filter: drop-shadow(1px 1px 0px #333);
}

#main-nav>ul>li:last-child {
  background: none;
  padding: 0;
}

#main-nav>ul>li:last-child>a {
  height: 40px;
}

#main-nav>ul>li:last-child>a i {
  line-height: 38px;
}

#main-nav ul ul {
  padding-top: 1rem;
  margin-left: -1.5rem;
  top: 53px;
  position: absolute;
  display: none;
  opacity: 0;
  z-index: 2;
  height: auto;
  transition: opacity ease-in-out 250ms;
  border-radius: 0 0 2px 2px;
}

#main-nav ul li.mmExpanded ul {
  z-index: 10;
}

#main-nav ul li.mmExpanded ul,
#main-nav ul li.mmBreadcrumb ul,
#main-nav ul li.mmHasChild:hover ul {
  opacity: 1;
}

#main-nav ul ul li a {
  text-align: left;
  text-shadow: none;
  text-transform: capitalize;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  padding-left: 1rem;
  transition: all ease-in-out 250ms;
  border-radius: 2px; }

#main-nav ul ul li a:hover {
  color: #fff;
  background: #6181bd;
  border-radius: 2px; }

#main-nav ul ul li {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: #2457a3;
  padding-right: 1rem; }
  #main-nav ul ul li:last-child {
    border-radius: 0 0 2px 2px; }

/*  
######################################
######################################
########### Panes + Inner ############
######################################
######################################
*/
/*  
######################################
############# Breadcrumbs ############
######################################
*/
#breadcrumbs {
  margin: 10px 0 25px 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-weight: 400;
  background-color: rgba(235, 235, 235, 0.5);
  border: solid 2px rgba(225, 225, 225, 0.5);
  border-radius: 2px;
  width: 100%;
  display: inline-flex;
  align-items: center;
}

#breadcrumbs span {
  display: inline-flex;
  align-items: center;
}

#breadcrumbs span svg,
#breadcrumbs span i,
#breadcrumbs span.fa {
  color: #afafaf;
}

#breadcrumbs a {
  color: #106a40;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
  height: 40px;
  text-align: center;
  margin: 0 10px;
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 2px;
}

#breadcrumbs a:hover {
  color: #2457a3;
}

#breadcrumbs a:hover:before,
#breadcrumbs a:focus:before,
#breadcrumbs a:active:before {
  right: 10px;
  height: 2px;
}

#breadcrumbs span span span:first-child a {
  padding-left: 25px;
}

#breadcrumbs span span span:last-child a {
  padding-right: 25px;
  color: #2457a3;
  margin-right: 0;
  font-weight: bold;
}

#breadcrumbs span span span:last-child a:hover {
  color: #2457a3;
}

#breadcrumbs svg,
#breadcrumbs i,
#breadcrumbs span.fa {
  padding-right: 10px;
}

/*  
######################################
############## Callouts ##############
######################################
*/
.services.right-menu a.sidebar-arrow {
  height: auto;
}

.right-menu .sidebar-menu-header h2 a {
  padding: 0;
  font-family: "Oswald", sans-serif;
}

.callouts {
  display: flex;
  justify-content: space-between;
}

.callout {
  background-color: rgba(235, 235, 235, 0.33);
  border: solid 2px rgba(225, 225, 225, 0.33);
  border-radius: 2px;
  justify-content: space-between;
  width: 20%;
  padding: 1%;
}

.callout h2 {
  margin-bottom: 0.5rem;
}

/*  
######################################
############ Right Sidebar ###########
######################################
*/
/*  
############ RS - Header Text ###########
*/
.right-menu .sidebar-menu-header a {
  display: block;
  color: #2457a3;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0 0 20px 0;
}

/*  
############ RS - Sidebar Arrow ###########
*/
.right-menu a.sidebar-arrow {
  display: inline-flex;
  color: #106a40;
  margin: 0 5px;
  padding: 2px 5px;
  border-radius: 2px;
  cursor: pointer;
  align-items: center;
  justify-self: flex-end;
  height: 100%;
  white-space: nowrap;
}

.right-menu a.sidebar-arrow:hover {
  background-color: #6181bd !important;
  color: #fff !important;
}

li>span a.sidebar-arrow,
li.mmBreadcrumb.mmExpanded>span a.sidebar-arrow,
li.mmSelected.mmExpanded>span a.sidebar-arrow {
  transform: rotateZ(0deg);
  transition: none !important;
}

li.mmExpanded>span a.sidebar-arrow,
li.mmBreadcrumb>span a.sidebar-arrow,
li.mmSelected>span a.sidebar-arrow {
  transform: rotateZ(-180deg);
  transition: none !important;
}

/*  
############ RS - Custom Actions and Classes ###########
*/
.right-menu li>span {
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  padding: 5px 0;
  cursor: pointer;
  text-decoration: none;
}

.right-menu li>span:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(71, 105, 166, 0);
  border-radius: 2px;
  transition: all ease-in-out 250ms;
}

.right-menu ul>li.mmExpanded,
.right-menu ul>li.mmSelected,
.right-menu ul>li.mmBreadcrumb,
.right-menu ul>li.mmSelected.mmBreadcrumb.mmHasChild,
.right-menu ul>li.mmHasChild.mmExpanded {
  background-color: rgba(235, 235, 235, 0.33);
  border: solid 2px rgba(225, 225, 225, 0.33);
}

.right-menu ul>li.mmExpanded>span:before,
.right-menu ul>li.mmSelected>span:before,
.right-menu ul>li.mmBreadcrumb>span:before,
.right-menu ul>li.mmSelected.mmBreadcrumb.mmHasChild>span:before,
.right-menu ul>li.mmHasChild.mmExpanded>span:before {
  background: rgba(71, 105, 166, 0.8);
}

.right-menu ul>li.mmExpanded>span:hover:before,
.right-menu ul>li.mmSelected>span:hover:before,
.right-menu ul>li.mmBreadcrumb>span:hover:before,
.right-menu ul>li.mmSelected.mmBreadcrumb.mmHasChild>span:hover:before,
.right-menu ul>li.mmHasChild.mmExpanded>span:hover:before {
  background: #2457a3;
}

.right-menu ul>li.mmExpanded>span a,
.right-menu ul>li.mmSelected>span a,
.right-menu ul>li.mmBreadcrumb>span a,
.right-menu ul>li.mmSelected.mmBreadcrumb.mmHasChild>span a,
.right-menu ul>li.mmHasChild.mmExpanded>span a {
  color: #fff;
}

.right-menu ul>li.mmExpanded>span a:hover,
.right-menu ul>li.mmSelected>span a:hover,
.right-menu ul>li.mmBreadcrumb>span a:hover,
.right-menu ul>li.mmSelected.mmBreadcrumb.mmHasChild>span a:hover,
.right-menu ul>li.mmHasChild.mmExpanded>span a:hover {
  text-decoration: underline;
}

.right-menu li.mmSelected.mmBreadcrumb {
  background: none;
  border: none;
}

.right-menu li.mmSelected.mmBreadcrumb>span:before {
  background: none !important;
}

.right-menu li.mmSelected.mmBreadcrumb>span a:hover {
  text-decoration: none;
}

.right-menu li.mmHasChild.mmExpanded>span:before {
  background: rgba(71, 105, 166, 0.8);
}

.right-menu li.mmSelected.mmBreadcrumb.mmHasChild>span:before {
  background: #2457a3 !important;
}

.right-menu li.mmSelected>span.li-content a {
  font-weight: bold;
  color: #2457a3;
  line-height: 130%;
}

.right-menu li.mmBreadcrumb>ul,
.right-menu li.mmExpanded>ul,
.right-menu li.mmSelected>ul {
  display: block;
}

/*  
############ RS - Generic Styles ###########
*/
.right-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.right-menu ul ul {
  display: none;
  padding: 0 0.5em;
}

.right-menu ul li {
  list-style-type: none;
  padding: 0;
  margin: 5px 0;
}

.right-menu li>span a:hover {
  color: #2457a3;
}

.right-menu li {
  margin-left: -5px;
}

.right-menu li>span a {
  padding: 0 5px;
}

.right-menu li {
  border: solid 2px rgba(238, 238, 238, 0);
  border-radius: 2px;
}

.right-menu a {
  display: inline-block;
  color: #106a40;
  text-decoration: none;
  text-transform: none;
  padding: 0;
}

span.li-content {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

span.li-content a {
  color: #106a40;
}

ul .inner-menu li a {
  text-transform: none;
}

/*
############ Special Links ###########
*/
.anchor-link {
  position: absolute;
  transition: all ease-in-out 250ms;
  opacity: 0;
  margin-top: -5px;
  margin-left: -40px;
  padding: 10px;
}

h2:hover>.anchor-link,
.anchor-link:hover {
  opacity: 1;
}

.external-link {
  padding: 0 4px !important;
}

.document-link {
  padding: 0 !important;
}

.hash-link {
  padding: 0 8px 0 4px !important;
}

li.mmHasChild>span>.hash-link {
  display: none;
}

.right-menu a.external-link,
.right-menu a.document-link {
  color: #106a40;
  height: 100%;
  white-space: nowrap;
}

.right-menu span:hover a {
  color: #2457a3;
}

#inner-content .external-link,
#inner-content .document-link,
#inner-content .contact-link {
  padding: 0 0.5em !important;
}

#inner-content h1 a:hover+a.external-link,
#inner-content h1 a:hover+a.document-link,
#inner-content h1 a:hover+a.contact-link,
#inner-content h2 a:hover+a.external-link,
#inner-content h2 a:hover+a.document-link,
#inner-content h2 a:hover+a.contact-link,
#inner-content h3 a:hover+a.external-link,
#inner-content h3 a:hover+a.document-link,
#inner-content h3 a:hover+a.contact-link,
#inner-content p a:hover+a.external-link,
#inner-content p a:hover+a.document-link,
#inner-content p a:hover+a.contact-link {
  color: #2457a3 !important;
}

#inner-content h4 a:hover+a.external-link,
#inner-content h4 a:hover+a.document-link,
#inner-content h4 a:hover+a.contact-link,
#inner-content h5 a:hover+a.external-link,
#inner-content h5 a:hover+a.document-link,
#inner-content h5 a:hover+a.contact-link,
#inner-content h6 a:hover+a.external-link,
#inner-content h6 a:hover+a.document-link,
#inner-content h6 a:hover+a.contact-link {
  color: #106a40 !important;
}

#inner-content li .contact-link {
  display: none;
}

.social-icons .external-link,
.social-icons .contact-link {
  display: none;
}

aside .contact i {
  padding-left: 5px;
}

/*  
######################################
######### FAQ - Form & List ##########
######################################
*/
.faq-module {
  margin-bottom: 1rem;
}

.faq-module ul li,
.faq-module ol li {
  margin-bottom: 0.5rem;
}

.faq-module ul li li,
.faq-module ol li li {
  margin-bottom: 0;
}

.faq-plus-icon,
.faq-minus-icon {
  font-size: 0.9rem;
  padding-left: 1rem;
  transition: all ease-in-out 250ms;
}

.faq-list-question.open>.faq-plus-icon {
  opacity: 0;
  display: none;
}

.faq-list-question.open>.faq-minus-icon {
  opacity: 1;
  display: initial;
}

.faq-list-question.closed>.faq-plus-icon {
  opacity: 1;
  display: initial;
}

.faq-list-question.closed>.faq-minus-icon {
  opacity: 0;
  display: none;
}

/*  
######################################
####### Articles - Form & List #######
######################################
*/
.article-module h4 a {
  color: #2457a3 !important;
}

.article-module .article-list-content {
  color: #666;
}

.article-module .faq-plus-icon,
.article-module .faq-minus-icon {
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0.5rem;
}

.article-module .bullet-desc {
  padding-left: 22px;
}

/*  
######################################
############# Flex Row ###############
######################################
*/
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flex-row .ContentPane {
  flex-grow: 1;
}

.flex-row .sidebar {
  width: 30%;
  flex: 1 1 30%;
  margin-left: 25px;
}

.review {
  background-color: yellow;
}

/*  
######################################
######################################
############## Footer ################
######################################
######################################
*/
#main-footer {
  min-height: 3vh;
}

#bottom-footer {
  background: #106a40;
  padding: 25px 0;
  font-size: 0.875rem;
}


.footer-nav,
.copyright {
  color: #fff;
  font-size: 0.875rem;
}

.footer-links a,
.copyright a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links a span {
    display: block;
    color: #fff;
    
}

.footer-links a span:hover {
    text-decoration: underline;
}

.footer-links ul, .footer-links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    
}

#bottom-footer .copyright {
  padding: 25px 0;
}

#bottom-footer .disclaimer {
  font-size: 0.75rem;
  color: #fff;
}

#bottom-footer .social-icons {
  display: flex;
 text-decoration: none !important;
  align-items: center;
  font-size: 1.25rem;
}

#bottom-footer .social-icons svg,
#bottom-footer .social-icons i {
  border: none;
  border-radius: none;
  padding: 5px;
  width: 24px !important;
}

/*  
######################################
######################################
############### Misc #################
######################################
######################################
*/
img {
  max-width: 100%;
  height: auto;
}

.clearfix,
.clear {
  clear: both;
}

/*  
######################################
######################################
############### NEWS #################
######################################
######################################
*/
p {
  margin-top: 0;
}

.post {
  padding: 10px 0 30px 0;
}

h2.post-title {
  font-size: 2rem;
  margin: 0 0 5px 0;
  padding: 0;
}

h2.post-title a,
h2.post-title a:link,
h2.post-title a:active,
h2.post-title a:visited {
  text-decoration: none;
  display: block;
}

.post-properties {
  color: #A0A0A0;
  font-size: 0.9rem;
}

.post-properties img,
.post-meta img,
.post-footer img {
  vertical-align: middle;
  border: none;
}

.post-summary,
.post-body {
  padding: 15px 0px 25px 0px;
}

.post-footer {
  font-family: Arial, sans-serif;
  font-weight: 400;
  background-color: rgba(235, 235, 235, 0.5);
  border: solid 2px rgba(225, 225, 225, 0.5);
  border-radius: 2px;
  padding: 5px 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 140%;
}

.post-share {
  width: auto;
  padding: 0px;
  margin: 0px;
}

.post-category {
  margin-bottom: 0.9rem;
}

.post-tags {
  margin: 0;
}

.post-share img {
  border: none;
}

/* Photo Area */
.articleImage,
.blog-post-image {
  float: left;
  margin-right: 10px;
  border: solid 1px #ccc;
  line-height: 0;
}

.post-body .articleImages {
  float: left;
  margin: 0 10px 10px 0;
  border: solid 1px #ccc;
}

.post-body .articleImages.multiple {
  text-align: center;
  background: #e8e8e8;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  position: relative;
  float: none;
}

.post-body .articleImages.multiple ul.slides>li {
  display: none;
}

.post-body .articleImages img {
  max-width: 250px;
  height: auto;
}

.post-body .articleImages.multiple img {
  max-width: 100%;
  height: auto;
}

.post-body .articleImages li {
  list-style-type: none;
  line-height: 0;
}

.post-body .articleImages .flex-direction-nav li {
  display: block;
  list-style-type: none;
  margin: 0 6px;
}

.post-body .articleImages ul.slides li img:hover {
  opacity: 0.8;
}

.post-body .articleImages .flex-direction-nav a {
  background: #000 url("Images/arrow-white-right.png") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin-top: -15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  top: 50%;
}

.post-body .articleImages .flex-direction-nav .flex-prev {
  background-image: url("Images/arrow-white-left.png");
  left: 5px;
}

.post-body .articleImages .flex-direction-nav .flex-next {
  right: 5px;
}

.post-body .articleImages .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

.articleEntry .post-body .articleImage a:hover img {
  opacity: 0.8;
}

.post-body .articleImage img {
  vertical-align: bottom;
}

.post-body .flex-control-nav {
  float: none;
  margin-top: 5px;
}

.post-body .flex-control-paging li a {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.post-body .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.post-body .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

@media only screen and (max-width: 479px) {
  .post-body .articleImages {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }

  
}

@media only screen and (max-width: 321px) {
  .post-summary .articleImage {
    float: none;
    margin: 15px 0;
    display: block;
    text-align: center;
  }
}

/*  
######################################
######################################
######### Icons #################
######################################
######################################
*/
.sidebar-arrow:hover {
  text-decoration: none !important;
}

/*  
######################################
######################################
######### Responsive #################
######################################
######################################
*/

@media screen and (max-width: 1024px) {
  #logo {
    width: auto;
    min-width: 200px;
    margin-right: 15px;
  }

  #footer-logo {
    width: 40vw; 
  }

  .social-icons{
    margin-bottom: 20px;
}

#bottom-footer .social-icons {
  flex-wrap: nowrap;
  font-size: 1.25rem;
  justify-content: flex-start;
  margin-top: 10px;
}

#bottom-footer .social-icons svg {
  padding: 5px 15px;
}

#bottom-footer .social-icons svg:first-of-type {
  padding-left: 0;
}

  .right-menu a.sidebar-arrow {
    padding: 8px 12px;
  }

  .right-menu .li-content>a+a {
    padding: 6px 10px !important;
  }

  .right-menu ul li {
    margin: 0;
  }
}

@media screen and (max-width: 1145px) {
  #main-nav>ul>li {
    padding-right: 10px;
  }

  #main-nav>ul>li a {
    font-size: 0.9rem;
  }

  .responsive {
    width: 100% !important;
  }
}

@media screen and (max-width: 1000px) {
  .inner-wrapper {
    padding: 0 5%;
  }

  #breadcrumbs span {
    flex-wrap: wrap;
  }

  #breadcrumbs span a {
    height: 25px;
    margin: 0;
    padding: 5px 15px;
  }

  #breadcrumbs span span span:first-child a {
    padding-left: 15px;
  }

  #content.flex-row {
    flex-wrap: wrap;
  }

  .sidebar,
  .flex-row .sidebar {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  #logo {
    min-width: 100px;
  }

  #logo.shrink~#main-nav.is-mobile {
    padding: 0;
  }

  #mobile-nav-icon {
    display: block;
  }

  #mobile-nav-icon a {
    display: flex;
    color: #fff;
    background-color: #2457a3;
    border: 1px solid #6181bd;
    border-radius: 3px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 0px #333, 2px 2px 5px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    font-family: Arial, sans-serif;
  }

  #mobile-nav-icon a svg {
    font-size: 1.5rem;
    -webkit-filter: drop-shadow(1px 1px 0px #333);
    filter: drop-shadow(1px 1px 0px #333);
    box-shadow: 1px 1px 5px rgba(66, 66, 66, 0.1);
  }

  #mobile-nav-icon a .menu-text {
    padding-left: 10px;
  }

  /*  
    ################ Mobile Nav ############
    */
  #main-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    margin: 0;
    background-color: #2457a3;
    z-index: 1;
    padding: 0 0 0 0;
    transition: all ease-in-out 250ms;
  }

  #main-nav ul {
    display: none;
    padding: 0;
    background-color: #2457a3;
    border-radius: 0;
    padding-left: 1rem;
  }

  #main-nav ul li {
    padding-right: 0 !important;
    background: none !important;
  }

  #main-nav ul li:last-child {
    border-bottom: none;
  }

  #main-nav ul ul {
    display: none;
    top: 0;
    margin: 0;
    padding: 0;
    position: relative;
    opacity: 1;
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #main-nav ul ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  #main-nav ul ul ul {
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.2);
  }

  #main-nav ul ul ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  #main-nav ul ul ul ul {
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.3);
  }

  #main-nav ul ul ul ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }

  #main-nav ul li.mmBreadcrumb>ul {
    display: block;
  }

  #main-nav li.mmSelected.mmBreadcrumb>a {
    font-weight: 600;
  }

  #main-nav .main-nav-arrow {
    padding: 0 1rem;
    display: inline-block;
  }

  li>a.main-nav-arrow,
  li.mmBreadcrumb.mmExpanded>a.main-nav-arrow,
  li.mmSelected.mmExpanded>a.main-nav-arrow {
    transform: rotateZ(0deg);
    transition: none !important;
  }

  li.mmExpanded>a.main-nav-arrow,
  li.mmBreadcrumb>a.main-nav-arrow,
  li.mmSelected>a.main-nav-arrow {
    transform: rotateZ(-180deg);
    transition: none !important;
  }

  #main-nav>ul>li {
    background: none;
    padding-right: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  #main-nav ul li a {
    font-size: 1rem;
    display: inline-block;
    width: auto;
    padding: 0 10px;
  }

  #main-nav ul li a:hover {
    color: #fff;
    background: #6181bd;
    border-radius: 4px;
  }

  #main-nav ul ul li a {
    display: inline-block;
    width: auto;
    padding: 0 10px;
  }

  #main-nav ul ul li a:hover {
    color: #fff;
    background: #6181bd;
    border-radius: 4px;
  }

  #main-nav ul ul li:last-child {
    border-radius: 0;
  }

  #main-nav>ul>li.nav-apply>a {
    background-color: transparent;
    padding: 0 10px;
    font-size: inherit;
    text-shadow: 2px 2px 10px #000;
    line-height: inherit;
    font-size: 1rem;
  }

  #main-nav>ul>li.nav-apply>a:hover {
    background-color: transparent;
    opacity: 1;
  }

  h1.page-title {
    line-height: 140%;
  }

  h1.page-title:after {
    bottom: -5px;
  }

  .callouts {
    justify-content: center;
    flex-wrap: wrap;
  }

  .callouts .callout {
    width: 45%;
    padding: 1%;
    margin: 1%;
  }

  #home-slideshow .flex-control-nav li {
    padding: 0 5px;
  }

  #home-slideshow .flex-control-nav li a {
    padding: 3px;
  }
}

@media screen and (max-width: 600px) {
  #bottom-footer .footer-nav {
    width: 90%;
  }

  #bottom-footer .social-icons {
    flex-wrap: wrap;
    font-size: 1rem;
    
  }
}

@media screen and (max-width: 480px) {
  #bottom-footer .footer-links {
    flex-wrap: wrap;
  }

  #bottom-footer .footer-nav {
    width: 100%;
  }

  #bottom-footer .social-icons {
    flex-wrap: nowrap;
    font-size: 1.25rem;
    justify-content: flex-start;
    margin-top: 10px;
  }

  #bottom-footer .social-icons svg {
    padding: 5px 15px;
  }

  #bottom-footer .social-icons svg:first-of-type {
    padding-left: 0;
  }

  /*#mobile-nav-icon {
        display: block;

        a {
            font-size: 0.9rem;
            padding: 2px 5px;

            svg {
                font-size: 1.125rem;
            }
        }
    } */
  .callouts .callout {
    width: 95%;
    padding: 2%;
  }

  .callouts .callout .right-menu ul li {
    margin: 2px 0;
  }
}

/* Constant Contact Styles */
.ctct-form-defaults {}

.ctct-form-field {
  padding: 5px;
}

.ctct-form-label {
  display: inline-block;
  width: 150px;
  text-align: right;
  padding: 0 5px 0 0;
}

.HomeRightPane .ctct-form-label {
  width: 85px;
}



.footer-left {
    box-sizing: border-box;
    padding-right: 3%;
    
}

.footer-right {
    
  box-sizing: border-box;
  
}

.footer-bold {
  font-size: 16px;
}


.ctct-form-element {}

.ctct-gdpr-text {
  padding: 30px 0 0 0;
}

.ctct-form-text {
  padding-top: 15px;
}

.ctct-form-button {
  border: none;
}

.ctct-form-header {
  color: #2457a3 !important;
  margin: 15px 0 25px 0 !important;
  line-height: 110% !important;
  font-size: 2rem !important;
  position: relative !important;
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase !important;
  display: inline;
  position: relative;
}

.ctct-form-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -2px;
  opacity: 0.8;
  border-radius: 2px;
  background-color: #106a40;
}

.ctct-form-defaults {
  padding: 0 !important;
}