@charset "UTF-8";
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}
.home-slideshow {
    margin-bottom: 0px !important;
}
body{
  font-family: 'Montserrat', sans-serif !important;
}
.news_image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: var(--primary_color)1a;
}
.chairman_img img {
    height: auto !important;
}
.post_footer img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.post_footer p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.footer-logo img {
    width: auto;
    height: 69px;
    margin-bottom: 11px;
}
.footer-social a img {
    filter: brightness(0) invert(1);
    width: 18px;
}
.footer-social a {
    color: white;
    padding-right: 10px;
    font-size: 20px;
}
.footer-social a:hover, .footer-social a:focus {
    color: var(--standard_color);
}
.post_footer .event_list {
    display: flex;
    align-items: center;
}
.post_footer .event_list .thum img {
    width: 100px;
    min-width: 100px;
    height: 61px;
    object-fit: contain;
    background: var(--standard_color);
    margin: 0 8px 7px 0;
}
.x-icon{
    width: 14px;
    filter: brightness(0) invert(1);
}
/*! helpers - box-model v0.0.1 */
.news_div p {
    text-align: left !important;
}
.event_div p {
    text-align: left !important;
}
.news_card .meta-data .date {
    font-size: 14px;
    color: #878787;
    margin: 0 0 4px 0;
}
.footer_acc .accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--standard_color);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.footer_acc .accordion-button:focus{
  box-shadow: none;
}
.top-menu ul {
    display: flex;
    font-size: 13px;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.top-menu ul li:nth-last-child(1) {
    border: none;
}
.online-ad a {
    color: #ffbc26;
    text-decoration: none;
}
.online-ad a:hover {
    text-decoration: underline;
    color: white;
}
.top-menu ul li {
    list-style: none;
    padding: 0 10px;
    border-right: 2px solid white;
    line-height: normal;
}
.stick-it .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 250;
    -webkit-transition: auto;
    transition: all .3s linear;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-menu {
    background-color:var(--standard_color);
    color: var(--text-color);
    padding: 10px 30px;
}
.top-menu ul li a {
    font-size: 15px;
    color: white;
}
.footer_acc .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px 1.25rem;
    font-size: 1rem;
    color: var(--primary_color);
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    
    outline: none;
    box-shadow: none;
}
.acc_form .btn-primary {
    height: 50px;
    background: var(--primary_color);
    border: none;
    outline: none;
}

.form-control:focus, .acc_form .btn-primary focus {
    border-color: #ff5c01;
    outline: 0;
    box-shadow: none;
}
h2.acc_head {
    
    font-size: 25px;
    font-weight: bold;
    color: var(--primary_color);
}
section.testimonial-areapb-50 {
    padding: 50px 0;
    background: #f7f7f7;
    margin-bottom: 70px;
}
section.news_section {
    padding: 0 72px 0 50px;
    background: #f7f7f7;
    margin-bottom: 70px;
}
.news_card .inner-wrap .data {
    padding: 21px 10px;
    border: 1px solid #DCDFE8;
    margin-bottom: 20px;
    height: 176px;
}
.event_div {
    background: #d6e9a9;
    padding: 32px;
}
.news_div h3 {
    margin-top: 32px;
}
p.date {
    font-size: 13px;
    color: #878787;
    margin: 8px 0;
}
.event_list h3 {
    font-size: 16px;
    color: var(--primary_color);
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 5px !important;
}
.event_div hr {
    border-top: none;
}
.scrool_bar::-webkit-scrollbar {
  width: 5px;
  
}

/* Track */
.scrool_bar::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.scrool_bar::-webkit-scrollbar-thumb {
  background:transparent; 
  border-radius: 12px;
}

/* Handle on hover */
.scrool_bar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.scrool_bar:hover::-webkit-scrollbar-thumb {
  background:#f5f8fa;
}
.list_view_event {
    /*height: 415px;*/
    overflow-y: scroll;
}
.wlc_div_home hr {
    margin: 0;
}
p.des {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 10px !important;
}
.news_card  .data h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    color: #555;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}
.news_card .inner-wrap .data {
    padding: 21px 10px;
    border: 1px solid #DCDFE8;
    margin-bottom: 20px;
}
.news_card .inner-wrap:hover {
    box-shadow: 0px 2px 7px #d4d4d4;
}
.margin-x {
  margin-right: 1.11111em;
  margin-left: 1.11111em;
}

.margin-x-2x {
  margin-right: 2.22222em;
  margin-left: 2.22222em;
}
.icon1 {
    color: #d6e9a9;
}
.icon2 {
    color: #ff5c01;
}
.icon3 {
    color: #bae4ff;
}
.icon4 {
    color: #f8b51e;
}
.margin-y {
  margin-top: 1.11111em;
  margin-bottom: 1.11111em;
}

.margin-y-2x {
  margin-top: 2.22222em;
  margin-bottom: 2.22222em;
}
.main_logo img {
    width: 345px;
}
.main_logo {
    text-align: center;
    display: flex;
    align-items: center;
}
.stick-it .main_logo img {
    width: 172px;
}
.padding-x {
  padding-right: 1.11111em;
  padding-left: 1.11111em;
}

.padding-x-2x {
  padding-right: 2.22222em;
  padding-left: 2.22222em;
}

.padding-y {
  padding-top: 1.11111em;
  padding-bottom: 1.11111em;
}

.padding-y-2x {
  padding-top: 2.22222em;
  padding-bottom: 2.22222em;
}

.stretch-container {
  margin-right: -1.11111em;
  margin-left: -1.11111em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */


.fsTitle,
.fsAthleticsRosterList li > div.fsRosterName,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  color: var(--primary_color);

  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  h1 {
    font-size: 56px;
    line-height: 60px;
  }
}

.landing h1 {
  color: #5B7F95;
  
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  
  font-size: 30px;
  line-height: 36px;
  color: #3A3A3A;
  position: relative;
  margin-bottom: 20px;
}

h2:after {
  content: '';
  background-image: url(images/h2-dotted_line.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 600px) {
  h2 {
    font-size: 36px;
    line-height: 43.2px;
  }
}

h3 {
  margin-top: 0;
  font-weight: normal;
  color: var(--primary_color);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  h3 {
    font-size: 28px;
    line-height: 23px;
  }
}

h4 {
  margin-top: 0;
  font-weight: normal;
  color: var(--primary_color);
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  h4 {
    font-size: 24px;
    line-height: 28px;
  }
}

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #6A923E;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #3A3A3A;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;

}

hr {
  margin: 0 auto 20px;
  border-width: 0;
  border-top: dotted 4px #CFD9E2;
}

a {
  text-decoration: none;
  color: #674492;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}


a:hover,
a:focus {
  color: #674492;
  text-decoration: none;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.fs_style_26 {
  margin-bottom: 20px;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_26 th,
table.fs_style_26 td {
  vertical-align: top;
  border-bottom: none;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_26 th {
  padding: 20px;
  background: #d6e9a9;
  color: #3A3A3A;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_26 td {
  padding: 13.5px 20px;
  background: #F7F7F7;
  font-size: 15px;
  line-height: 22px;
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: #ECF0F1;
}

.fsAthleticsEvent.fsTable .fsElementTable tr,
.fsAthleticsRoster .fsElementTable tr,
table.fs_style_26 tr {
  border-bottom: solid 1px #ffffff;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow,
table.fs_style_26 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_26 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fsAthleticsEvent.fsTable .fsElementTable:last-child,
.fsAthleticsEvent.fsTable body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) .fsAthleticsRoster .fsElementTable:last-child,
.fsAthleticsRoster body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) table.fs_style_26:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: var(--standard_color2);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #f8b51e;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.fs_style_27 em {
  display: block;
  font-style: normal;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: rgba(165, 197, 89, 0.8);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #d6e9a9;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.fs_style_28 em {
  display: block;
  font-style: normal;
}

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: rgba(186, 228, 255, 0.8);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #bae4ff;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.fs_style_29 em {
  display: block;
  font-style: normal;
}

.fs_style_30 {
  font-size: 17px;
  line-height: 26px;
  padding: 24.5px 20px;
  max-width: 100%;
}

.fs_style_30 em {
  font-size: 15px;
  line-height: 23px;
  text-transform: none;
  font-weight: 400;
}

.fsBannerLeft .fs_style_30,
.fsBannerRight .fs_style_30,
.fsStyleOneThird .fs_style_30,
.fsTwoColumnLayout .fs_style_30,
.fsThreeColumnLayout > .fsDiv .fs_style_30,
.fsFourColumnLayout > .fsDiv .fs_style_30 {
  width: 100%;
  display: block;
}

@-webkit-keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }

  75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

@keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }

  75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

.fs_style_33 {
  color: #674492;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fs_style_33:after {
  content: "➜";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #FF623E;
  margin-left: 8px;
  display: inline-block;
}

.fs_style_33:hover:after,
.fs_style_33:focus:after {
  -webkit-animation: 3s bounce ease-in-out infinite;
          animation: 3s bounce ease-in-out infinite;
}

.fs_style_31 {
  border-radius: 2px;
  background: #F7F7F7;
  border: solid 1px #CFD9E2;
  font-size: 16px;
  font-weight: 700;
  color: #674492;
  text-decoration: none !important;
  display: inline-block;
  padding: 14px 25px;
  line-height: 23px;
  position: relative;
  padding-left: 55px;
}

.fs_style_31:before {
  color: #FF623E;
  vertical-align: middle;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fs_style_31:hover,
.fs_style_31:focus {
  background: #fff;
}

.fsBannerLeft .fs_style_31,
.fsBannerRight .fs_style_31,
.fsStyleOneThird .fs_style_31,
.fsTwoColumnLayout .fs_style_31,
.fsThreeColumnLayout > .fsDiv .fs_style_31,
.fsFourColumnLayout > .fsDiv .fs_style_31 {
  width: 100%;
  display: block;
}

.fs_style_31:before {
  content: "\E901";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_32 {
  border-radius: 2px;
  background: #F7F7F7;
  border: solid 1px #CFD9E2;
  font-size: 16px;
  font-weight: 700;
  color: #674492;
  text-decoration: none !important;
  display: inline-block;
  padding: 14px 25px;
  line-height: 23px;
  position: relative;
  padding-left: 55px;
}

.fs_style_32:before {
  color: #FF623E;
  vertical-align: middle;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fs_style_32:hover,
.fs_style_32:focus {
  background: #fff;
}

.fsBannerLeft .fs_style_32,
.fsBannerRight .fs_style_32,
.fsStyleOneThird .fs_style_32,
.fsTwoColumnLayout .fs_style_32,
.fsThreeColumnLayout > .fsDiv .fs_style_32,
.fsFourColumnLayout > .fsDiv .fs_style_32 {
  width: 100%;
  display: block;
}

.fs_style_32:before {
  content: "\E900";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: var(--standard_color2);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #f8b51e;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  display: block;
  margin: 0 auto;
}

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: var(--standard_color2);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #f8b51e;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
}

/*! _main.scss - src/sass/modules/common/ - main common import */

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.fsElement {
  margin-bottom: 40px;
}

@media (min-width: 700px) {
  .fsElement {
    margin-bottom: 60px;
  }
}

.fsElement:last-child {
  margin-bottom: 0;
}

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

.fsStyleDefaultField {
  border: solid 1px #e5e5e5;
}

/*! elements - common - list subtype v0.0.1 */

/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */

.fsList article {
  margin-bottom: 20px;
}

.fsListNav .fsStyleDefaultList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a {
  display: inline-block;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a:hover,
.fsListNav .fsStyleDefaultList .fsListItem a:focus {
  color: #674492;
  background: transparent;
}

.fsListNav .fsStyleDefaultList .fsListItem.fsResourceCollection.fsStateExpanded > .fsResourceCollectionLink {
  margin-bottom: 10px;
}

.fsListNav .fsListLevel1 > .fsListItem {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(173, 173, 173, 0.3);
}

.fsListNav .fsListLevel2 > .fsListItem {
  padding-left: 10px;
}

.fsListNav .fsListLevel3 > .fsListItem {
  padding-left: 20px;
}

.fsListNav .fsListLevel4 > .fsListItem {
  padding-left: 30px;
}

.fsListNav .fsListLevel5 > .fsListItem {
  padding-left: 40px;
}

/*! element - common - slideshow subtype v0.0.1 */

/* Contains generic styles that apply to every element slideshow subtype*/

.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0;
}

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0;
}

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0;
}

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden;
}

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #676767;
  font-size: 45px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  position: absolute;
}

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before {
  left: 0;
}

.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  right: 0;
}

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsNextButton:focus:before,
.fsSlideshow .fsPrevButton:hover:before,
.fsSlideshow .fsPrevButton:focus:before {
  color: rgba(103, 103, 103, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px;
}

.fsSlideshow .fsPager li {
  width: 12px;
  height: 12px;
  position: relative;
  vertical-align: middle;
}

.fsSlideshow .fsPager li button {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #676767;
}

.fsSlideshow .fsPager li button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(103, 103, 103, 0.25);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.fsSlideshow .fsPager li button:hover:before,
.fsSlideshow .fsPager li button:focus:before {
  background-color: #676767;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPager li button:focus {
  outline: 1px dashed rgba(103, 103, 103, 0.25);
}

.fsSlideshow .fsPager li.slick-active button:before {
  opacity: 1;
  background-color: #676767;
}

/*! elements - common - dialog box v0.0.1 */

/* Contains generic styles that apply to every element that has a pop-up/dialog option */

.fsDialogCloseButton {
  opacity: 1;
}

.fsDialogCloseButton:after,
.fsDialogCloseButton:before {
  background: #676767;
}

.fsDialogCloseButton:focus:after,
.fsDialogCloseButton:focus:before {
  background: #676767;
}

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: #000000;
}

.fsElementDialog {
  color: #676767;
}

.fs_style_24 {
  color: var(--primary_color);
  font-size: 1.11111em;
  line-height: 1.4em;
}

@media (min-width: 600px) {
  .fs_style_24 {
    font-size: 24px;
    line-height: 33px;
  }
}

blockquote {
  color: #3A3A3A;
  position: relative;
  margin: 20px 0;
  
  font-size: 20px;
  line-height: 28px;
  padding: 25px 40px;
  position: relative;
}

@media (min-width: 600px) {
  blockquote {
    font-size: 15px;
    line-height: 29px;
    padding: 25px 60px;
}
}

blockquote:before {
  content: '';
  background: url(images/quote-open.svg) no-repeat left top;
  width: 115px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}

blockquote:after {
  content: '';
  background: url(images/quote-close.svg) no-repeat left top;
  display: block;
  width: 115px;
  height: 120px;
  position: absolute;
  right: 0;
  bottom: 25%;
}

cite {
  display: block;
  margin: 28px 0 0 0;
  
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  font-style: normal;
  text-transform: uppercase;
}

cite:before {
  content: '- ';
}

.fs_style_25 {
  background: #F7F7F7;
  display: block;
  padding: 20px;
  color: #8B904B;
  
  font-size: 23px;
  line-height: 30px;
  border: dotted 4px #CFD9E2;
  text-align: center;
}

@media (min-width: 600px) {
  .fs_style_25 {
    font-size: 30px;
    line-height: 42px;
    padding: 51.5px;
  }
}

.fs_style_25.left {
  float: left;
  margin-left: 20px;
}

@media (min-width: 500px) {
  .fs_style_25.left {
    width: 50%;
  }
}

.fs_style_25.right {
  float: right;
  margin-right: 20px;
}

@media (min-width: 500px) {
  .fs_style_25.right {
    width: 50%;
  }
}

.fs_style_34 {
  color: var(--primary_color);
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.fs_style_34:before {
  content: '';
  background: var(--standard_color2);
  height: 20px;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
  opacity: 0;
}

/*! _main.scss - src/sass/navigation/ - main import */

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

.fsNavigation li.fsNavCurrentPage > a,
.fsNavigation li.fsNavCurrentPageAncestor > a {
  color: #674492;
  background: transparent;
}

.fsNavigation a {
  display: block;
  padding: 10px 0;
  color: #674492;
  background: transparent;
}

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #674492;
  background: transparent;
}

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px;
}

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px;
}

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px;
}

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px;
}

.fsBreadcrumb {
  padding: 0 20px;
  display: none;
}

@media (min-width: 768px) {
  .fsBreadcrumb {
    display: block;
  }
}

.fsBreadcrumb ul li {
  display: inline-block;
}

.fsBreadcrumb ul li a {
  display: inline-block;
  padding: 0;
}

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.nav-site-map ul.fsNavLevel1 {
  margin-left: 0;
  list-style: none;
}

@media (min-width: 600px) {
  .nav-site-map ul.fsNavLevel1 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
  }

  .nav-site-map ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid-column;
  }
}

.nav-site-map ul.fsNavLevel1 > li > a {
  margin-bottom: 20px;
  font-weight: 700;
}

.nav-site-map ul.fsNavLevel2 {
  list-style: disc;
}

.nav-site-map ul.fsNavLevel3 {
  list-style: circle;
}

.nav-site-map ul.fsNavLevel4 {
  list-style: square;
}

.nav-site-map ul.fsNavLevel5 {
  list-style: disc;
}

.nav-tier {
  background: #F7F7F7;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-top: 10px;
  padding: 10px 0;
  border-bottom: dotted 4px #CFD9E2;
  display: none;
  margin-bottom: 40px;
}

.hasBannerImg .nav-tier {
  margin-top: 0;
}

@media (min-width: 768px) {
  .nav-tier {
    display: block;
  }
}

.nav-tier > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.nav-tier .fsNavPageInfo {
  display: none;
}

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-tier ul li {
  margin: 0 12px;
}

.nav-tier ul li a {
  display: block;
  padding: 5px 0;
  color: #676767;
  background: transparent;
  position: relative;
  z-index: 1;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #3A3A3A;
  background: transparent;
}

.nav-tier ul li a:hover:before,
.nav-tier ul li a:focus:before {
  content: '';
  background: var(--standard_color2);
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #3A3A3A;
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPage > a:before {
  content: '';
  background: var(--standard_color2);
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #3A3A3A;
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPageAncestor {
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a {
  color: #3A3A3A;
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a:before {
  content: '';
  background: var(--standard_color2);
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #3A3A3A;
  background: transparent;
}

.nav-tier .fsNavLevel1 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.nav-tier .fsNavLevel1 > li:last-child {
  border-bottom: none;
}

.nav-tier .fsNavLevel1 > li > a {
  font-size: 15px;
  line-height: 23px;
}

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 10px;
}

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 20px;
}

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 30px;
}

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 40px;
}

.nav-sub {
  background: rgba(165, 197, 89, 0.8);
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding: 20px 30px;
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-sub > header {
    display: block;
    position: relative;
    margin: 0 -30px;
    text-align: center;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-bottom: 0;
    display: block;
    
    font-size: 17px;
    padding: 10px 20px;
    color: #3A3A3A;
    background-color: #d6e9a9;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #d6e9a9;
    color: #3A3A3A;
  }

  .nav-sub > header .fsElementTitle:after {
    background-image: none;
    height: auto;
    left: auto;
    bottom: auto;
    width: auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .nav-sub > header .fsElementTitle {
    cursor: default;
  }
}

@media screen and (max-width: 767px) {
  .nav-sub > header .fsElementTitle:after {
    content: "\E92A";
    line-height: 1;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    
    color: #6A923E;
    margin-left: 10px;
  }

  .nav-sub > .fsElementContent {
    position: relative;
    display: block;
    background-color: transparent;
  }

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 14.5px 0;
    color: #3A3A3A;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li a:hover,
  .nav-sub > .fsElementContent ul li a:focus {
    color: #3A3A3A;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #3A3A3A;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
    color: #3A3A3A;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
    color: #3A3A3A;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
    color: #3A3A3A;
    background: transparent;
  }

  .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
    padding-left: 0;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
    padding-left: 10px;
  }

  .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
    padding-left: 20px;
  }

  .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
    padding-left: 30px;
  }

  .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
    padding-left: 40px;
  }

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #d6e9a9;
    color: #3A3A3A;
  }

  .nav-sub.active-nav > header .fsElementTitle:after {
    content: "\E935";
  }
}

@media (min-width: 768px) {
  .nav-sub {
    display: block;
  }
}

.nav-sub > .fsElementContent {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .nav-sub > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}

.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}

.fsHeader .nav-sub {
  display: block;
  margin: 30px 20px;
  padding: 0 30px;
}

@media (min-width: 768px) {
  .fsHeader .nav-sub {
    display: none;
  }
}

.nav-sub.nav-sub-empty {
  display: none !important;
}

.nav-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-sub ul li {
  position: relative;
}

.nav-sub ul li a {
  display: block;
  padding: 14.5px 0;
  color: #3A3A3A;
  background: transparent;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}
.panel-3 .panel-3-photo picture img, .calendar-panel-photo picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #3A3A3A;
  background: transparent;
}

.nav-sub ul li a:hover:before,
.nav-sub ul li a:focus:before {
  content: '';
  background: #6A923E;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #3A3A3A;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #3A3A3A;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPage > a:before {
  content: '';
  background: #6A923E;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
}

.nav-sub ul li.fsNavCurrentPageAncestor {
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #3A3A3A;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #3A3A3A;
  background: transparent;
}

.nav-sub .toggleMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
}

.nav-sub .toggleMenu:before {
  content: "\E913";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #3A3A3A;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}

.nav-sub .fsNavPageInfo {
  max-height: 0;
  height: auto;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.nav-sub .fsNavLevel1 {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .nav-sub .fsNavLevel1 {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}

.nav-sub .fsNavLevel1 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-sub .fsNavLevel1 > li.currentExpand > .toggleMenu:before {
  content: "\E912";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-sub .fsNavLevel1 > li:last-child a {
  border-bottom: none;
}

.nav-sub .fsNavLevel1 > li.fsNavCurrentPage > a:before {
  content: '';
  background: #6A923E;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
}

.nav-sub .fsNavLevel1 > li > a {
  border-bottom: solid 1px #6A923E;
}

.nav-sub .fsNavLevel2 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-sub .fsNavLevel2 > li.currentExpand > .toggleMenu:before {
  content: "\E912";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a:before {
  content: '';
  background: #6A923E;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
}

.nav-sub .fsNavLevel2 > li > a {
  padding-left: 10px;
}

.nav-sub .fsNavLevel3 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-sub .fsNavLevel3 > li.currentExpand > .toggleMenu:before {
  content: "\E912";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-sub .fsNavLevel3 > li.fsNavCurrentPage > a:before {
  content: '';
  background: #6A923E;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
}

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 20px;
}

.nav-sub .fsNavLevel4 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-sub .fsNavLevel4 > li.currentExpand > .toggleMenu:before {
  content: "\E912";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-sub .fsNavLevel4 > li > a {
  padding-left: 30px;
}

.nav-sub .fsNavLevel5.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-sub .fsNavLevel5.currentExpand > .toggleMenu:before {
  content: "\E912";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-sub .fsNavLevel5 > li > a {
  padding-left: 40px;
}

.nav-main {
  margin-bottom: 0;
  position: relative;
}

.fsHeader .nav-main {
  display: none;
}

@media (min-width: 768px) {
  .fsHeader .nav-main {
    display: block;
    width: 100%;
    border-top: solid 1px #5B7F95;
  }
}

@media (min-width: 1200px) {
  .fsHeader .nav-main {
    width: 100%;
    border-top: none;
  }
}

@media (min-width: 768px) {
  .nav-main .fsNavLevel1 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 22.5px;
  }

  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }

  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }

  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .nav-main .fsNavLevel1 {
    padding: 0;
  }
}

.nav-main .fsNavLevel1 > li:hover > a,
.nav-main .fsNavLevel1 > li:focus > a {
  color: #e5e5e5;
  background: transparent;
  position: relative;
}
.nav-main .fsNavLevel1 > li:hover > a:after, .nav-main .fsNavLevel1 > li:focus > a:after {
    content: '';
    background: var(--standard_color);
    height: 8px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 20;
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #e5e5e5;
  background: transparent;
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 1.11111em 7.5px;
  padding: 1.11111em 0;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 1200px) {
  .nav-main .fsNavLevel1 > li > a {
    line-height: 1;
    padding: 15px 13px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .stick-it .nav-main .fsNavLevel1 > li > a {
    padding: 21.5px 13px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
}
@media screen and (min-width: 751px) and (max-width: 800px){
  .nav-main .fsNavLevel1 > li > a {
    padding: 15px 8px;
    font-size: 10px;
}
.stick-it .nav-main .fsNavLevel1 > li > a {
      padding: 21.5px 9px;
  }
  .top-menu ul {
      font-size: 10px;

}
}
@media screen and (min-width: 800px) and (max-width: 1260px){
  .nav-main .fsNavLevel1 > li > a {
      padding: 15px 8px;
      font-size: 12px;
  }
  .stick-it .nav-main .fsNavLevel1 > li > a {
      padding: 21.5px 9px;
  }
  .top-menu ul {
      font-size: 10px;
  }
}

@media (min-width: 1300px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 14px;
    letter-spacing: 0px;
}
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #e5e5e5;
  background: transparent;
}

html.js .nav-main .fsNavLevel1 > li,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open {
  position: relative;
  position: static;
}

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

.menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
.menu-item-open html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
  padding-top: 10px;
}

html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
  max-height: 9999px;
  padding-top: 10px;
}

html.js .stick-it .nav-main .fsNavLevel1 > li,
html:not(.js) .stick-it .nav-main .fsNavLevel1 > li.menu-item-open {
  position: relative;
  position: static;
}

html.js .stick-it .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .stick-it .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

.menu-item-open html.js .stick-it .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
.menu-item-open html:not(.js) .stick-it .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .stick-it .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html:not(.js) .stick-it .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .stick-it .nav-main .fsNavLevel1 > li .fsNavPageInfo,
html:not(.js) .stick-it .nav-main .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
  padding-top: 3px;
}

html:not(.js) .nav-main .fsNavLevel1 > li {
  position: relative;
  position: static;
}

html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}

@media (max-width: 599px) {
  html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

html:not(.js) .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
  padding-top: 10px;
}

html:not(.js) .stick-it .nav-main .fsNavLevel1 > li {
  position: relative;
  position: static;
}

html:not(.js) .stick-it .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

html:not(.js) .stick-it .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}

@media (max-width: 599px) {
  html:not(.js) .stick-it .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

html:not(.js) .stick-it .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
  padding-top: 3px;
}

.nav-main .fsNavPageInfo {
  background: transparent;
  text-align: left;
  width: 100%;
  z-index: 300;
}

.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo .fsNavPageDescription {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo .col-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.nav-main .fsNavLevel1 > li:nth-child(2) .fsNavPageInfo .fsNavPageDescription {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.nav-main .fsNavLevel1 > li:nth-child(2) .fsNavPageInfo .col-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.nav-main .fsNavLevel1 > li:nth-child(3) .fsNavPageInfo .fsNavPageDescription {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.nav-main .fsNavLevel1 > li:nth-child(3) .fsNavPageInfo .col-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.nav-main .mega-wrap {
  background: var(--standard_color);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-main .fsNavPageDescription {
  color: white;
  font-size: 15px;
  line-height: 22px;
  width: 210px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.nav-main .fsNavPageDescription h2 {
  color: #000000;
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 10px;
}

.nav-main .fsNavPageDescription h2:after {
  content: none;
}

.nav-main .fsNavPageThumbnail {
  margin: 0 30px;
  width: 200px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.nav-main .col-wrap {
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.nav-main .col-wrap .column-1 {
  padding-right: 10px;
  width: 50%;
}

.nav-main .col-wrap .column-2 {
  padding-left: 10px;
  width: 50%;
}

.nav-main .fsNavLevel2 li:last-child a {
  border-bottom: none;
}

.nav-main .fsNavLevel2 li a {
    display: block;
    color: #000000;
    padding: 9.5px 0;
    font-size: 15px;
    line-height: 20px;
    border-bottom: solid 1px #40404099;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #f31a1a;
  background: transparent;
}

.nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #000000;
  background: transparent;
}

.drawer-ribbon {
  position: relative;
  height: 50px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  border-right: solid 1px #5B7F95;
  cursor: pointer;
}

@media (min-width: 768px) {
  .drawer-ribbon {
    display: none;
  }
}

.drawer-ribbon footer {
  color: #CFD9E2;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 5px;
}

.drawer-ribbon footer .fsElementFooterContent {
  margin: 0;
}

.drawer-ribbon .fsElementContent {
  height: 100%;
}

.search-open .drawer-ribbon {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px #5B7F95;
}

.mobile-toggle {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 50px;
  position: relative;
  left: auto;
  top: auto;
  font-size: 0;
}

.mobile-toggle:before,
.mobile-toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 80%;
  content: '';
  background: #d6e9a9;
  font-size: 16px;
}

.mobile-toggle:before {
  margin-top: -0.22222em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

.mobile-toggle:after {
  -webkit-box-shadow: 0 0.22222em 0 0 #d6e9a9;
          box-shadow: 0 0.22222em 0 0 #d6e9a9;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

.drawer-is-active .mobile-toggle:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-is-active .mobile-toggle:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate(-20%, 0);
      -ms-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
  top: 153px;
  max-width: 100%;
  background: var(--primary_color);
  padding: 0 30px 50px;
}

.drawer-is-active .fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 768px) {
  .fsMenu {
    display: none;
  }
}

.nav-main-mobile {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .nav-main-mobile {
    display: none;
  }
}

.nav-main-mobile ul li {
  position: relative;
}

.nav-main-mobile ul li a {
  color: #fff;
}

.nav-main-mobile .toggleMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 63px;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
}
span.toggleMenu:after {
    content: '';
    background-image: url(../images/pd-arrow.png);
    position: absolute;
    right: 13px;
    width: 25px;
    height: 19px;
    top: 26px;
    background-size: cover;
}
.nav-main-mobile ul li:nth-child(1) span.toggleMenu:after,
.nav-main-mobile ul li:nth-child(4) span.toggleMenu:after,
.nav-main-mobile ul li:nth-child(7) span.toggleMenu:after,
.nav-main-mobile ul li:nth-child(8) span.toggleMenu:after
{
display: none;
}
.nav-main-mobile .toggleMenu:before {
  content: "\E913";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
  display: none;
}

.nav-main-mobile .fsNavPageInfo {
  max-height: 0;
  height: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.nav-main-mobile .fsNavLevel1 {
  padding-left: 0;
}

.nav-main-mobile .fsNavLevel1 > li:last-child {
  border-bottom: 0;
}

.nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPage > a,
.nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
.nav-main-mobile .fsNavLevel1 > li.currentExpand > a,
.nav-main-mobile .fsNavLevel1 > li:hover > a,
.nav-main-mobile .fsNavLevel1 > li:focus > a {
  color: #ffffff;
}

.nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPage > .toggleMenu:before,
.nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor > .toggleMenu:before,
.nav-main-mobile .fsNavLevel1 > li.currentExpand > .toggleMenu:before,
.nav-main-mobile .fsNavLevel1 > li:hover > .toggleMenu:before,
.nav-main-mobile .fsNavLevel1 > li:focus > .toggleMenu:before {
  color: #ffffff;
}

.nav-main-mobile .fsNavLevel1 > li.currentExpand a {
  border-bottom: none;
}

.nav-main-mobile .fsNavLevel1 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-main-mobile .fsNavLevel1 > li.currentExpand > .toggleMenu:before {
  content: "\E912";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-main-mobile .fsNavLevel1 > li > a {
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: .94px;
  padding: 18px 0;
  padding-right: 50px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.nav-main-mobile .fsNavLevel2 > li.fsNavCurrentPage > a,
.nav-main-mobile .fsNavLevel2 > li.fsNavCurrentPageAncestor > a,
.nav-main-mobile .fsNavLevel2 > li.currentExpand > a,
.nav-main-mobile .fsNavLevel2 > li:hover > a,
.nav-main-mobile .fsNavLevel2 > li:focus > a {
  color: #ffffff;
}

.nav-main-mobile .fsNavLevel2 > li.fsNavCurrentPage .toggleMenu:before,
.nav-main-mobile .fsNavLevel2 > li.fsNavCurrentPageAncestor .toggleMenu:before,
.nav-main-mobile .fsNavLevel2 > li.currentExpand .toggleMenu:before,
.nav-main-mobile .fsNavLevel2 > li:hover .toggleMenu:before,
.nav-main-mobile .fsNavLevel2 > li:focus .toggleMenu:before {
  color: #ffffff;
}

.nav-main-mobile .fsNavLevel2 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-main-mobile .fsNavLevel2 > li.currentExpand > .toggleMenu:before {
  content: "\E912";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-main-mobile .fsNavLevel2 > li > a {
    color: #CFD9E2;
    font-size: 19px;
    line-height: 20px;
    padding: 12px 20px;
}

.nav-main-mobile .fsNavLevel2 > li .toggleMenu {
  height: 36px;
}

.nav-main-mobile .fsNavLevel2 > li .toggleMenu:before {
  color: #CFD9E2;
}

.nav-main-mobile .fsNavLevel3 > li.fsNavCurrentPage > a,
.nav-main-mobile .fsNavLevel3 > li.fsNavCurrentPageAncestor > a,
.nav-main-mobile .fsNavLevel3 > li.currentExpand > a,
.nav-main-mobile .fsNavLevel3 > li:hover > a,
.nav-main-mobile .fsNavLevel3 > li:focus > a {
  color: #ffffff;
}

.nav-main-mobile .fsNavLevel3 > li.fsNavCurrentPage .toggleMenu:before,
.nav-main-mobile .fsNavLevel3 > li.fsNavCurrentPageAncestor .toggleMenu:before,
.nav-main-mobile .fsNavLevel3 > li.currentExpand .toggleMenu:before,
.nav-main-mobile .fsNavLevel3 > li:hover .toggleMenu:before,
.nav-main-mobile .fsNavLevel3 > li:focus .toggleMenu:before {
  color: #ffffff;
}

.nav-main-mobile .fsNavLevel3 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-main-mobile .fsNavLevel3 > li.currentExpand > .toggleMenu:before {
  content: "\E912";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-main-mobile .fsNavLevel3 > li > a {
  color: #CFD9E2;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 30px;
}

.nav-main-mobile .fsNavLevel3 > li .toggleMenu {
  height: 36px;
}

.nav-main-mobile .fsNavLevel3 > li .toggleMenu:before {
  color: #CFD9E2;
}

.nav-main-mobile .fsNavLevel4 > li.fsNavCurrentPage > a,
.nav-main-mobile .fsNavLevel4 > li.fsNavCurrentPageAncestor > a,
.nav-main-mobile .fsNavLevel4 > li.currentExpand > a,
.nav-main-mobile .fsNavLevel4 > li:hover > a,
.nav-main-mobile .fsNavLevel4 > li:focus > a {
  color: #ffffff;
}

.nav-main-mobile .fsNavLevel4 > li.fsNavCurrentPage .toggleMenu:before,
.nav-main-mobile .fsNavLevel4 > li.fsNavCurrentPageAncestor .toggleMenu:before,
.nav-main-mobile .fsNavLevel4 > li.currentExpand .toggleMenu:before,
.nav-main-mobile .fsNavLevel4 > li:hover .toggleMenu:before,
.nav-main-mobile .fsNavLevel4 > li:focus .toggleMenu:before {
  color: #ffffff;
}

.nav-main-mobile .fsNavLevel4 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-main-mobile .fsNavLevel4 > li.currentExpand > .toggleMenu:before {
  content: "\E912";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-main-mobile .fsNavLevel4 > li > a {
  color: #CFD9E2;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 40px;
}

.nav-main-mobile .fsNavLevel4 > li .toggleMenu {
  height: 36px;
}

.nav-main-mobile .fsNavLevel4 > li .toggleMenu:before {
  color: #CFD9E2;
}

.nav-main-mobile .fsNavLevel5 > li.fsNavCurrentPage > a,
.nav-main-mobile .fsNavLevel5 > li.fsNavCurrentPageAncestor > a,
.nav-main-mobile .fsNavLevel5 > li.currentExpand > a,
.nav-main-mobile .fsNavLevel5 > li:hover > a,
.nav-main-mobile .fsNavLevel5 > li:focus > a {
  color: #ffffff;
}

.nav-main-mobile .fsNavLevel5 > li.fsNavCurrentPage .toggleMenu:before,
.nav-main-mobile .fsNavLevel5 > li.fsNavCurrentPageAncestor .toggleMenu:before,
.nav-main-mobile .fsNavLevel5 > li.currentExpand .toggleMenu:before,
.nav-main-mobile .fsNavLevel5 > li:hover .toggleMenu:before,
.nav-main-mobile .fsNavLevel5 > li:focus .toggleMenu:before {
  color: #ffffff;
}

.nav-main-mobile .fsNavLevel5 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-main-mobile .fsNavLevel5 > li.currentExpand > .toggleMenu:before {
  content: "\E912";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-main-mobile .fsNavLevel5 > li > a {
  color: #CFD9E2;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 50px;
}

.nav-main-mobile .fsNavLevel5 > li .toggleMenu {
  height: 36px;
}

.nav-main-mobile .fsNavLevel5 > li .toggleMenu:before {
  color: #CFD9E2;
}

.nav-utility-mobile .fsNavLevel1 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-utility-mobile .fsNavLevel1 > li:before {
  font-size: 14px;
  margin-right: 8px;
  line-height: 14px;
}

.nav-utility-mobile .fsNavLevel1 > li.alumni:before {
  color: #d6e9a9;
  content: "\E924";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-utility-mobile .fsNavLevel1 > li.giving {
  color: #FF623E;
}

.nav-utility-mobile .fsNavLevel1 > li.giving:before {
  content: "\E925";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-utility-mobile .fsNavLevel1 > li.login {
  color: #BAE4FF;
}

.nav-utility-mobile .fsNavLevel1 > li > a {
  padding: 0;
  color: #CFD9E2;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-utility-mobile .fsNavLevel1 > li > a:hover,
.nav-utility-mobile .fsNavLevel1 > li > a:focus {
  color: #ffffff;
}

.nav-utility-mobile .fsNavLevel1 > li {
  display: list-item;
  position: relative;
  padding-left: 26px;
}

.nav-utility-mobile .fsNavLevel1 > li:before {
  line-height: 46px;
  position: absolute;
  left: 0;
  top: 0;
}

.nav-utility-mobile .fsNavLevel1 > li.fsNavCurrentPage > a,
.nav-utility-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor > a,
.nav-utility-mobile .fsNavLevel1 > li.currentExpand > a,
.nav-utility-mobile .fsNavLevel1 > li:hover > a,
.nav-utility-mobile .fsNavLevel1 > li:focus > a {
  color: #ffffff;
}

.nav-utility-mobile .fsNavLevel1 > li.fsNavCurrentPage > .toggleMenu:before,
.nav-utility-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor > .toggleMenu:before,
.nav-utility-mobile .fsNavLevel1 > li.currentExpand > .toggleMenu:before,
.nav-utility-mobile .fsNavLevel1 > li:hover > .toggleMenu:before,
.nav-utility-mobile .fsNavLevel1 > li:focus > .toggleMenu:before {
  color: #ffffff;
}

.nav-utility-mobile .fsNavLevel1 > li.currentExpand a {
  border-bottom: none;
}

.nav-utility-mobile .fsNavLevel1 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-utility-mobile .fsNavLevel1 > li.currentExpand > .toggleMenu:before {
  content: "\E912";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-utility-mobile .fsNavLevel1 > li.search-toggle {
  display: none;
}

.nav-utility-mobile .fsNavLevel1 > li > a {
  padding: 12.5px 0;
}

.nav-utility-mobile .toggleMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 46px;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
}

.nav-utility-mobile .toggleMenu:before {
  content: "\E913";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
}

.nav-utility-mobile .fsNavPageInfo {
  max-height: 0;
  height: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.nav-utility-mobile .fsNavLevel2 li a {
  color: #CFD9E2;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 0;
}

@media (min-width: 600px) {
  .nav-social {
    margin-left: 55%;
    width: 45%;
  }
}

@media (min-width: 1100px) {
  .nav-social {
    margin-left: 0;
    width: 180px;
  }
}

.nav-social .fsNavLevel1 {
  font-size: 20px;
}

.nav-social .fsNavLevel1,
.nav-social .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-social .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

@media (min-width: 1100px) {
  .nav-social .fsNavLevel1 {
    text-align: right;
  }
}

.nav-social .fsNavLevel1 li {
  display: inline-block;
}

.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 10px;
}

.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "\E923";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "\E922";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "\E934";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "\E933";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='tumblr']:before {
  content: "\E932";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "\E921";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "\E931";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vine']:before {
  content: "\F1CA";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "\E930";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='googleplus']:before {
  content: "\F0D5";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='wechat']:before {
  content: "\F1D7";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='flickr']:before {
  content: "\F16E";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='wordpress']:before {
  content: "\F19A";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "\F09E";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover,
.nav-social .fsNavLevel1 [href*='facebook']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='instagram']:hover,
.nav-social .fsNavLevel1 [href*='instagram']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover,
.nav-social .fsNavLevel1 [href*='linkedin']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover,
.nav-social .fsNavLevel1 [href*='pinterest']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover,
.nav-social .fsNavLevel1 [href*='tumblr']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='twitter']:hover,
.nav-social .fsNavLevel1 [href*='twitter']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover,
.nav-social .fsNavLevel1 [href*='vimeo']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='vine']:hover,
.nav-social .fsNavLevel1 [href*='vine']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='youtube']:hover,
.nav-social .fsNavLevel1 [href*='youtube']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover,
.nav-social .fsNavLevel1 [href*='googleplus']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='wechat']:hover,
.nav-social .fsNavLevel1 [href*='wechat']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='flickr']:hover,
.nav-social .fsNavLevel1 [href*='flickr']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover,
.nav-social .fsNavLevel1 [href*='wordpress']:focus {
  background: rgba(186, 228, 255, 0.8);
}

.nav-social .fsNavLevel1 [href*='rss']:hover,
.nav-social .fsNavLevel1 [href*='rss']:focus {
  background: rgba(186, 228, 255, 0.8);
}
p.ico-1 {
    font-size: 50px;
    margin: 22px 0 !important;
}
.colo-1 {
    color: #b3ce73;
}
.colo-2 {
    color: #fac652;
}

.colo-3 {
    color: var(--primary_color);
}
.nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    background: #BAE4FF;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    padding: 0;
    color: #266287;
}

.nav-social .fsNavLevel1 a:before {
  color: var(--primary_color);
  font-size: 22px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:before {
  content: "\F0D5";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus {
  background: #db4f46;
  border-color: #db4f46;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover:before,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus:before {
  color: #fff;
}

.nav-utility-header {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media (min-width: 768px) {
  .nav-utility-header {
    display: block;
    height: auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .nav-utility-header {
    width: auto;
  }
}

.nav-utility-header .fsElementContent {
  height: 100%;
  width: 100%;
}

.nav-utility-header nav {
  height: 100%;
}

.nav-utility-header .fsNavLevel1 {
  height: 100%;
}

@media (min-width: 768px) {
  .nav-utility-header .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.nav-utility-header .fsNavLevel1 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-utility-header .fsNavLevel1 > li:before {
  font-size: 14px;
  margin-right: 8px;
  line-height: 14px;
}



.nav-utility-header .fsNavLevel1 > li.giving {
  color: #FF623E;
}



.nav-utility-header .fsNavLevel1 > li.login {
  color: #BAE4FF;
}



.nav-utility-header .fsNavLevel1 > li > a {
  padding: 0;
  color: #CFD9E2;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-utility-header .fsNavLevel1 > li > a:hover,
.nav-utility-header .fsNavLevel1 > li > a:focus {
  color: #ffffff;
}

.nav-utility-header .fsNavLevel1 > li {
  padding-right: 20px;
  position: relative;
}

.nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

.menu-item-open .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
  max-height: 9999px;
}

.nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

.nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo,
.nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo,
.nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  padding-top: 10px;
  max-height: 9999px;
  opacity: 1;
}

.nav-utility-header .fsNavLevel1 > li:not(.search-toggle) {
  display: none;
}

@media (min-width: 768px) {
  .nav-utility-header .fsNavLevel1 > li:not(.search-toggle) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-utility-header .fsNavLevel1 > li.fsNavParentPage:after {
  color: #CFD9E2;
  font-size: 8px;
  line-height: 14px;
  margin-left: 4px;
  font-weight: normal;
  speak: none;
  content: '▼';
}

.nav-utility-header .fsNavLevel1 > li.search-toggle {
  height: 100%;
  padding-right: 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .nav-utility-header .fsNavLevel1 > li.search-toggle {
    height: 21px;
    width: 14px;
  }
}

.drawer-is-active .nav-utility-header .fsNavLevel1 > li.search-toggle {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px #5B7F95;
}


@media (min-width: 768px) {
  .nav-utility-header .fsNavLevel1 > li.search-toggle:before {
    margin-right: 0;
    position: absolute;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
}

.search-open .nav-utility-header .fsNavLevel1 > li.search-toggle:before {
  font-size: 20px;
  content: "\E915";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 768px) {
  .nav-utility-header .fsNavLevel1 > li.search-toggle:hover:before,
  .nav-utility-header .fsNavLevel1 > li.search-toggle:focus:before {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}


.nav-utility-header .fsNavLevel1 .fsNavPageInfo {
  background: transparent;
  width: 280px;
  z-index: 400;
}

.nav-utility-header .fsNavLevel1 .fsNavPageInfo:before {
  content: '';
  border-left: solid 14px transparent;
  border-right: solid 14px transparent;
  border-bottom: solid 10px #BAE4FF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
}

.nav-utility-header .fsNavLevel1 .fsNavPageInfo .fsNavLevel2 {
  background: #BAE4FF;
  padding: 30px;
}

.nav-utility-header .fsNavLevel1 .fsNavPageInfo .fsNavLevel2 > li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.nav-utility-header .fsNavLevel1 .fsNavPageInfo .fsNavLevel2 > li:last-child {
  border-bottom: none;
}

.nav-utility-header .fsNavLevel1 .fsNavPageInfo .fsNavLevel2 > li > a {
  color: #3A3A3A;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 0;
}

.nav-utility-header .fsNavLevel1 .fsNavPageInfo .fsNavLevel2 > li > a:hover,
.nav-utility-header .fsNavLevel1 .fsNavPageInfo .fsNavLevel2 > li > a:focus {
  color: #000000;
}

.nav-utility-footer {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .nav-utility-footer {
    margin-bottom: 0;
  }
}

.nav-utility-footer .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-utility-footer .fsNavLevel1,
.nav-utility-footer .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-utility-footer .fsNavLevel1 li {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    padding: 5px 20px;
}
.floating_btn {
    position: fixed;
    bottom: 20px;
    left: 21px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}
.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

.nav-utility-footer .fsNavLevel1 li a {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding: 5px 20px;
}

.nav-utility-footer .fsNavLevel1 li a:hover,
.nav-utility-footer .fsNavLevel1 li a:focus {
  color: #3A3A3A;
}

/*! structure - header v0.0.1 */

#fsHeader {
  background: #ffffff;
}

#fsHeader .fsBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-panel {
  background: var(--primary_color);
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-height: 0;
  height: auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 767px) {
  .search-panel {
    position: absolute;
    z-index: 500;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
    -webkit-transform: translate(20%, 0);
        -ms-transform: translate(20%, 0);
            transform: translate(20%, 0);
    top: 134px;
  }
}

@media (min-width: 768px) {
  .search-panel {
    background: var(--standard_color2);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.search-panel > .fsElementContent {
  padding: 25px 20px 50px;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 1000px) {
  .search-panel > .fsElementContent {
    padding: 50px 0;
  }
}

.search-open .search-panel {
  opacity: 1;
  visibility: visible;
  max-height: 9999px;
}

@media (max-width: 767px) {
  .search-open .search-panel {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.site-search ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.site-search :-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.site-search ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.site-search :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  .site-search ::-webkit-input-placeholder {
    color: #3A3A3A;
  }

  .site-search :-moz-placeholder {
    color: #3A3A3A;
  }

  .site-search ::-moz-placeholder {
    color: #3A3A3A;
  }

  .site-search :-ms-input-placeholder {
    color: #3A3A3A;
  }
}

.site-search form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-search label {
  position: absolute;
  left: -9999px;
  color: #000000;
}

.site-search .fsSearchElementKeyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important;
  margin-right: 20px;
  width: calc(100% - 44px - 20px);
}

.site-search .fsStyleSearchField {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  padding: 0 5px;
  border: none;
  height: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .site-search .fsStyleSearchField {
    color: #3A3A3A;
  }
}

@media (min-width: 1000px) {
  .site-search .fsStyleSearchField {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
}

.site-search .fsSearchElementSearchButton {
  background: #F8B51E;
  font-size: 0;
  height: 54px;
  width: 44px;
  padding: 0;
  position: relative;
}

@media (min-width: 1000px) {
  .site-search .fsSearchElementSearchButton {
    background: #fff;
  }
}

.site-search .fsSearchElementSearchButton:before {
  color: #3A3A3A;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "🔎";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.skip-link {
  margin: 0;
}

.skip-link a {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background: #000000;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-decoration: underline;
  -webkit-transition: -webkit-transform .1s ease-in;
  transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 9000;
}

.skip-link a:focus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.logo-nav-container {
  background: var(--primary_color);
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .logo-nav-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1200px) {
  .logo-nav-container {
    max-height: 106px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .stick-it .logo-nav-container {
    position: fixed;
    top: 36px;
    left: 0;
    width: 100%;
    z-index: 250;
    max-height: 61px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .stick-it .logo-nav-container:after {
    height: 3px;
  }

  .fsAccountBarVisible.stick-it .logo-nav-container {
    top: 45px;
  }
}
.post_footer hr {
    margin: 0 auto 8px;
}
.logo-nav-container:after {
  content: '';
  background: var(--primary_color2);
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  z-index: 10;
}

.search-open .logo-nav-container:after {
  background: transparent;
}

@media (min-width: 1200px) {
  .logo-nav-container > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-info-container {
  margin-bottom: 0;
  padding: 0px;
  border-bottom: solid 1px #5B7F95;
  background: white;
}

@media (min-width: 768px) {
  .site-info-container {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    border: none;
    border-right: solid 1px #5B7F95;
  }
}

@media (min-width: 1200px) {
  .site-info-container {
    position: static;
    top: auto;
    left: auto;
    padding: 0px;
    width: 388px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  .stick-it .site-info-container {
    padding: 0px;
  }
}
.site-info-container a {
    display: block;
    color: transparent;
    height: 102px;
    width: 250px;
    margin: 0 auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1200px) {
  .stick-it .site-info-container a {
    background-position: 50% 0;
    height: 60px;
    width: 295px;
  }
}

@media (min-width: 1200px) {
 .site-info-container a {
    height: 106px;
    width: 295px;
}
}

.svg .site-info-container a {
    background-image: url(../images/main_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.no-svg .site-info-container a {
  background-image: url(../images/main_logo.png);
  background-size: contain;
    background-repeat: no-repeat;
}

.site-info-container a:hover {
  color: transparent;
}

@media (min-width: 1200px) {
  .nav-container {
    padding: 18px 50px 0 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  .stick-it .nav-container {
    padding: 0 50px;
  }
}

.nav-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .nav-container > .fsElementContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .nav-container > .fsElementContent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    max-width: 100%;
    width: 100%;
  }
}

.utility-container {
  margin: 0;
  width: 50%;
}

@media (min-width: 768px) {
  .utility-container {
    width: calc(100% - 340px);
    height: 103px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .utility-container {
    height: auto;
    width: 100%;
    padding-right: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }

  .stick-it .utility-container {
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}

.utility-container > .fsElementContent {
  height: 100%;
}

@media (min-width: 768px) {
  .utility-container > .fsElementContent {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media (min-width: 1200px) {
  .utility-container > .fsElementContent {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tagline {
  display: none;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .tagline {
    display: block;
    color: #CFD9E2;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .tagline {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }
}

.nav-breadcrumb {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.nav-breadcrumb .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.nav-breadcrumb .fsElementContent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-breadcrumb .fsElementContent ul li {
  color: #3A3A3A;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  margin-right: 10px;
}

.nav-breadcrumb .fsElementContent ul li a {
  color: #676767;
  padding-right: 5px;
}

.nav-breadcrumb .fsElementContent ul li a[href="/"] {
  font-size: 0;
  line-height: 1;
}

.nav-breadcrumb .fsElementContent ul li a[href="/"]:before {
  content: "\E911";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 16px;
}

.nav-breadcrumb .fsElementContent ul li a:hover,
.nav-breadcrumb .fsElementContent ul li a:focus {
  color: #3A3A3A;
}

.hero-image {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  height: 75vw;
  max-height: 630px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 600px) {
  .hero-image {
    height: 67.8vw;
  }
}


#fsFooter {
  padding: 0 20px;
  color: #fff;
}

@media (min-width: 600px) {
  #fsFooter {
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  #fsFooter {
    padding-bottom: 40px;
  }
}

#fsFooter .fsBanner:after {
  content: normal;
}

body.fsDraftMode #fsFooter .fsBanner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

#fsFooter .address-container {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 25px;
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  #fsFooter .address-container {
    padding: 30px;
    min-height: 336px;
    max-height: 336px;
  }
}

@media (min-width: 1100px) {
  #fsFooter .address-container {
    padding: 80px 30px 40px;
  }
}

#fsFooter .address-container:before {
  content: '';
  background: rgba(0, 71, 114, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#fsFooter .address-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 600px) {
  #fsFooter .address-container > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1100px) {
  #fsFooter .address-container > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

#fsFooter .footer-statement {
  font-size: 13px;
  line-height: 19px;
}

@media (min-width: 600px) {
  #fsFooter .footer-statement {
    width: 45%;
  }
}

@media (min-width: 1100px) {
  #fsFooter .footer-statement {
    width: 480px;
  }
}

.school-details-container {
  text-align: center;
  width: 100%;
}

@media (min-width: 600px) {
  .school-details-container {
    text-align: left;
    width: 50%;
  }
}

@media (min-width: 1100px) {
  .school-details-container {
    width: 380px;
  }
}

.school-details-container .fsElementFooterContent {
  margin-top: 24px;
}

.school-details-container .fs_style_29 {
  background: #BAE4FF;
  padding: 11px 10px;
  margin-bottom: 0;
}

.school-details-container .fs_style_29:hover,
.school-details-container .fs_style_29:focus {
  background: rgba(186, 228, 255, 0.8);
}

.school-details {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.school-details [itemprop='name'] {
  color: #fff;
  
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.school-details [itemprop='streetAddress'] {
  display: block;
}

@media (min-width: 600px) {
  .school-details [itemprop='streetAddress'] {
    display: inline-block;
  }
}

.school-details a {
  color: inherit;
  text-decoration: none;
}

.school-details a:hover,
.school-details a:focus {
  text-decoration: underline;
}

/*! structure - layouts v0.0.1 */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

html {
  
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: #676767;
}

@media (min-width: 600px) {
  body {
    font-size: 18px;
  }
}

#fsPageWrapper {
  overflow: hidden;
  position: relative;
}

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

@media (min-width: 1200px) {
  .stick-it #fsPageWrapper {
    margin-top: 61px;
  }
}

@media (min-width: 1200px) {
  .fsAccountBarVisible.stick-it .stick-it #fsPageWrapper {
    margin-top: 106px;
  }
}

#fsPageBodyWrapper {
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  #fsPageBody {
    display: block;
  }
}

@media (min-width: 800px) {
  #fsPageBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#fsBannerLeft {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 768px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

#fsPageContent {
  width: 100%;
}

.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 240px);
  }
}

@media (min-width: 768px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 400px);
  }
}

.fsHasLeftBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 768px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 280px);
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 768px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 440px);
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 680px);
  }
}

#fsBannerRight {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #fsBannerRight {
    padding-left: 100px;
    width: 400px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 200px);
  }
}

@media (min-width: 768px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

@media (min-width: 768px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fsLayout .fsDiv {
  width: 100%;
  float: none;
}

@media (min-width: 768px) {
  .fsLayout .fsDiv {
    float: left;
  }
}

@media (min-width: 768px) {
  .fsLayout .fsDiv {
    padding-right: 1.11111em;
    padding-left: 1.11111em;
  }
}

.fsLayout > header,
.fsLayout > footer {
  width: 100%;
}

@media (min-width: 768px) {
  .fsLayout > header,
  .fsLayout > footer {
    padding-right: 1.11111em;
    padding-left: 1.11111em;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%;
  }
}

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%;
  }
}

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

.fsLayout .fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0;
  float: none;
}

@media (min-width: 768px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .fsTwoColumnWideRightLayout,
  .fsElephantLeftLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideRightLayout > header,
.fsTwoColumnWideRightLayout > footer,
.fsElephantLeftLayout > header,
.fsElephantLeftLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

.fsTwoColumnWideRightLayout .fsStyleOneThird,
.fsElephantLeftLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

.fsTwoColumnWideRightLayout .fsStyleTwoThirds,
.fsElephantLeftLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 768px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 200px);
  }
}

@media (min-width: 768px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 400px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 440px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .fsTwoColumnWideLeftLayout,
  .fsElephantRightLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideLeftLayout > header,
.fsTwoColumnWideLeftLayout > footer,
.fsElephantRightLayout > header,
.fsElephantRightLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

.fsTwoColumnWideLeftLayout .fsStyleOneThird,
.fsElephantRightLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 240px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 100px;
    width: 400px;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
.fsElephantRightLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 768px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 240px);
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 400px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%;
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 100px;
    width: 400px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 400px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 400px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 440px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    width: 100%;
    padding-left: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

#fsPoweredByFinalsite {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 1200px) {
  #fsPoweredByFinalsite {
    max-width: none;
    margin-left: calc(100% - 132px);
    margin-top: -26px;
  }
}

/*! elements - constituent main */

/*! elements - constituent default layout */

.fsConstituent {
  word-break: break-word;
}

.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

.fsConstituent .fsPhoto[style*="background-image"],
.fsConstituent .fsProfileImage[style*="background-image"] {
  background-size: cover;
  background-position: center;
  display: block;
}

.fsConstituent .fsPhoto[style*="background-image"] > img,
.fsConstituent .fsProfileImage[style*="background-image"] > img {
  opacity: 0;
  visibility: hidden;
}

.fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
.fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
  float: none;
  margin: 0;
}

.fsConstituent.fsThumbnailAlignLeft .fsPhoto,
.fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
  float: left;
  padding-right: 0;
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto,
.fsConstituent.fsThumbnailAlignRight .fsProfileImage {
  float: right;
  padding-left: 0;
}

.fsConstituentProfile {
  position: relative;
}

.fsConstituentProfile > div,
.fsConstituentProfile > h3 {
  margin-bottom: 20px;
}

.fsConstituentProfile > div > strong {
  display: block;
}

/*! elements - constituent default layout */

.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px;
  margin: 0 auto 20px;
}

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
  margin-right: 10px;
  margin-bottom: 10px;
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
  margin-left: 10px;
  margin-bottom: 10px;
}

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px;
  padding: 20px;
  border: solid 1px rgba(173, 173, 173, 0.3);
}

.fsConstituentItem > h3,
.fsConstituentItem > div {
  margin-bottom: 10px;
}

.fsConstituentItem > h3:last-child,
.fsConstituentItem > div:last-child {
  margin-bottom: 0;
}

.fsConstituentItem .fsFullName {
  margin-top: 0;
  font-weight: normal;
  
  font-size: 30px;
  line-height: 36px;
  color: #3A3A3A;
  position: relative;
  margin-bottom: 20px;
  font-size: 28px !important;
  line-height: 29px !important;
  padding-bottom: 10px;
}

.fsConstituentItem .fsFullName:after {
  content: '';
  background-image: url(images/h2-dotted_line.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 600px) {
  .fsConstituentItem .fsFullName {
    font-size: 36px;
    line-height: 43.2px;
  }
}

.fsConstituentItem .fsPhoto {
  margin: -20px -20px 30px -20px;
  height: 250px;
  height: 75vw;
  overflow: hidden;
}

@media (min-width: 600px) {
  .fsConstituentItem .fsPhoto {
    height: 50vw;
  }
}

@media (min-width: 800px) {
  .fsConstituentItem .fsPhoto {
    height: 30vw;
  }
}

@media (min-width: 900px) {
  .fsConstituentItem .fsPhoto {
    max-height: 250px;
    height: 25vw;
  }
}

.fsConstituentItem .fsPhoto img {
  display: block;
}

.fsConstituentItem .fsTitles {
  color: #676767;
  font-size: 18px;
  line-height: 22px;
}

.fsConstituentItem .fsEmail {
  color: #3A3A3A;
  font-size: 15px;
  line-height: 22px;
}

.fsConstituentItem .fsPhones {
  color: #3A3A3A;
  font-size: 15px;
  line-height: 22px;
}

.fsConstituentItem .fsPhones .school-phone {
  display: none;
}

.fsConstituentItem a {
  color: #3A3A3A;
}

.fsConstituentItem a:hover,
.fsConstituentItem a:focus {
  color: var(--primary_color);
}

.fsConstituentItem.fsHasPhoto {
  position: relative;
}

.fsConstituentItem.fsHasPhoto .fsViewProfileLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75vw;
  background: rgba(0, 71, 114, 0.72);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 600px) {
  .fsConstituentItem.fsHasPhoto .fsViewProfileLink {
    height: 50vw;
  }
}

@media (min-width: 800px) {
  .fsConstituentItem.fsHasPhoto .fsViewProfileLink {
    height: 30vw;
  }
}

@media (min-width: 900px) {
  .fsConstituentItem.fsHasPhoto .fsViewProfileLink {
    max-height: 250px;
    height: 25vw;
  }
}

.fsConstituentItem.fsHasPhoto .fsViewProfileLink .fsConstituentProfileLink {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 4px;
  border: solid 2px #FF623E;
}

.fsConstituentItem:hover .fsViewProfileLink,
.fsConstituentItem:focus .fsViewProfileLink {
  visibility: visible;
  opacity: 1;
}

div[class^="fsConstituentColumnLayout"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  margin: 0 -10px;
}

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem,
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px);
  }
}

/*! elements - constituent profile */

.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
  float: none;
  width: 100%;
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding: 0;
  }
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
  padding: 0;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none;
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
    max-width: 40%;
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 512px;
  }
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    max-width: 25%;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px;
  }
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
  display: none;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-right: 20px;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-left: calc(40% + 20px);
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 532px;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-left: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 148px;
  }
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-left: 20px;
    float: right;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-right: calc(40% + 20px);
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 532px;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-right: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 148px;
  }
}

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

.fsProfileSection h4 {
  margin: 0 0 1rem 0;
}

.fsProfileSectionData {
  margin-bottom: 1em;
}

.fsProfileSectionData:last-child {
  margin-bottom: 0;
}

.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 18px;
  line-height: 1.6;
}

.fsProfileSectionData > div {
  width: auto;
  float: none;
  display: block;
}

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

@media (min-width: 600px) {
  .fsProfileSectionData.fsStyleHalf {
    width: 50%;
  }
}

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block;
}

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block;
}

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 700;
}

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
}

.fsConstituentSearchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.fsConstituentSearchForm > label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fsConstituentSearchForm > label > span {
  margin-bottom: 2px;
}

.fsConstituentSearchForm > label > select,
.fsConstituentSearchForm > label > input {
  border: solid 1px #e5e5e5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsConstituentSearchForm > label > select {
  height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.fsConstituentSearchForm [type*='submit'] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 10px;
  width: 100%;
}

@media (min-width: 600px) {
  .fsConstituentSearchForm [type*='submit'] {
    width: auto;
  }
}

/*! elements - constituent default layout */

.fsConstituent.fsDialog .fsProfileImage:first-child {
  margin-top: 1em;
}

.fsConstituent.fsDialog .fsProfileImage img {
  float: none;
  margin: 0;
}

.fsConstituent .fsDialogContent {
  padding-top: 45px;
}

.fsConstituent .fsFullName {
  margin-top: 0;
  font-weight: normal;
  
  font-size: 30px;
  line-height: 36px;
  color: #3A3A3A;
  position: relative;
  margin-bottom: 20px;
  font-size: 28px !important;
  line-height: 29px !important;
  padding-bottom: 10px;
}

.fsConstituent .fsFullName:after {
  content: '';
  background-image: url(images/h2-dotted_line.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 600px) {
  .fsConstituent .fsFullName {
    font-size: 36px;
    line-height: 43.2px;
  }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%;
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding: 0;
  }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
  padding: 0;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none;
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
    max-width: 40%;
  }
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 25%;
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px;
  }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
    margin-right: 20px;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
    padding-left: calc(40% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
    padding-left: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-left: 148px;
  }
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin-left: 20px;
    float: right;
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
    padding-right: calc(40% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding-right: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-right: 148px;
  }
}

/*! elements - accordion */

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: #F7F7F7;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 4px;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-bottom: 2px;
  display: block;
  font-size: 18px;
  line-height: 24px;
  
  font-weight: 700;
  padding: 15px 20px;
  color: #676767;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.fsAccordion .fsPanel > header h2:after,
.fsTabs .fsPanel > header h2:after {
  background-image: none;
  height: auto;
  width: auto;
  left: auto;
  bottom: auto;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
}

.fsAccordion .fsPanel > header:hover,
.fsTabs .fsPanel > header:hover {
  background: #CFD9E2;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:hover h2,
.fsTabs .fsPanel > header:hover h2 {
  color: #3A3A3A;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: var(--primary_color);
}

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #ffffff;
}

.fsAccordion .fsPanel.fsStateOpen > header h2:before,
.fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "\E92A";
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  
  font-size: 16px;
  content: "\E92B";
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  
  font-size: 16px;
  content: "\E92A";
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2,
.fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 50px;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 16px;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 50px;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 16px;
}

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before,
.fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

body.fsAccountBarVisible {
  margin-top: 35px;
}

#fsAccountBar {
  background-color: var(--primary_color);
  color: #fff;
  padding: 0;
  z-index: 9999;
  border-bottom: solid 1px #5B7F95;
}

#fsAccountBar a {
  color: #3A3A3A;
}

#fsAccountBar a:hover,
#fsAccountBar a:focus {
  color: #000000;
}

#fsAccountBar > ul > li {
  cursor: pointer;
  margin: 0;
  padding: 10px 12px;
}

#fsAccountBar > ul > li:hover {
  background-color: transparent;
}

#fsAccountBar > ul > li:first-child ul {
  margin-left: 45px;
}

#fsAccountBar .fsAccountBarMenu {
  background-color: #BAE4FF;
  border-width: 0;
  left: 0;
  margin-left: 0;
}

#fsAccountBar .fsAccountBarMenu li:hover {
  background-color: transparent;
}

#fsAccountBar .fsAccountBarMenu ul {
  background-color: var(--primary_color);
  left: 100%;
}

#fsAccountBar .fsAccountBarMenu .fsAccountBarLogoutButton {
  color: #3A3A3A;
}

#fsAccountBar .fsAccountBarMenu .fsAccountBarLogoutButton:hover,
#fsAccountBar .fsAccountBarMenu .fsAccountBarLogoutButton:focus {
  color: #000000;
  text-decoration: none;
}

#fsAccountBar .fsAccountBarLogoutButton {
  color: #fff;
}

#fsAccountBar .fsAccountBarLogoutButton:hover,
#fsAccountBar .fsAccountBarLogoutButton:focus {
  color: #fff;
  text-decoration: underline;
}

/*! elements - athletics main */

/*! elements - athletics events */

.fsAthleticsEvent > .fsElementContent {
  width: 100%;
}

.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}

.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%;
}

.fsAthleticsEvent .fsTitle {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.fsAthleticsEvent div.fsTitle {
  display: inline-block;
}

/*! elements - athletics events - list subtype */

.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px;
}

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0;
}

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline;
}

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline;
}

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
  display: inline-block;
}

/*! elements - athletics events */

.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px;
}

.fsAthleticsEvent.fsEvent article > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block;
}

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block;
}

/*! elements - athletics events - table*/

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsTitle .fsElementEventIcon {
    max-width: 100px;
  }
}

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable thead {
    display: none;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable thead th {
  white-space: nowrap;
}

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
    border: 0;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
    padding-top: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
    padding-bottom: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:before {
    display: inline-block;
    font-weight: 700;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
    content: 'Team: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
    content: 'Opponent: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
    content: 'Date: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
    content: 'Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
    content: 'Location: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
    content: 'Advantage: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
    content: 'Type: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
    content: 'Details: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
    content: 'Result: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
    content: 'Score: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
    content: 'Alerts: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
    content: 'Dismissal: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
    content: 'Departure: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
    content: 'Return Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
    content: 'Pickup Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
    content: 'Recap: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
    content: 'Status: ';
  }
}

.fsAthleticsEvent.fsTable .fsAthleticsVs + div {
  display: inline;
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none;
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block;
}

@media (min-width: 800px) {
  .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
    display: block;
  }
}

body.fsComposeMode .fsAthleticsEvent.fsTable > .fsElementContent {
  overflow-x: auto;
}

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  color: var(--primary_color);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    font-size: 28px;
    line-height: 23px;
  }
}

.fsAthleticsEvent.fsDialog .fsAthleticsLabel {
  font-weight: bold;
  margin-top: 20px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
  margin-top: 10px;
}

/*! elements - athletics roster */

.fsAthleticsRoster .fsElementTable td:before,
.fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
}

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before,
.fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterName:before,
.fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before,
.fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before,
.fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before,
.fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before,
.fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before,
.fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before,
.fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: ';
}

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none;
  }
}

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none;
  }
}

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }

  .fsAthleticsRoster .fsElementTable td:not(:last-child) {
    border: 0;
  }

  .fsAthleticsRoster .fsElementTable td:first-of-type {
    padding-top: 10px;
  }

  .fsAthleticsRoster .fsElementTable td:last-of-type {
    padding-bottom: 10px;
  }
}

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

.fsAthleticsRosterContent:empty,
.fsAthleticsRosterContent:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList,
.fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0;
}

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(173, 173, 173, 0.3);
}

.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList li > div.fsRosterName {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div.fsRosterName:before {
  display: none;
}

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px;
}

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

.fsAthleticsTeamDirectory,
.fsAthleticsTeamDirectory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsAthleticsTeamDirectory li {
  margin: 0;
  padding: 0;
}

.fsAthleticsTeamDirectory > li {
  margin-bottom: 10px;
}

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */

/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */

.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 90px;
  padding-top: 0;
}

.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 90px;
  width: 90px;
  color: #3A3A3A;
  background: var(--standard_color2);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fsCalendar .fsDate > span {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.fsCalendar .fsDate > span.fsMonth {
  line-height: 12px;
  text-transform: uppercase;
}

.fsCalendar .fsDate > span.fsDay {
  font-size: 30px;
  line-height: 30px;
  margin: 5px 0;
}

.fsCalendar .fsDate > span.fsYear {
  line-height: 12px;
}

.fsCalendar .fsTitle {
  color: #3A3A3A;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 13px;
}

.fsCalendar .fsTitle .fsCalendarEventLink {
  color: inherit;
}

.fsCalendar .fsTitle .fsCalendarEventLink:hover,
.fsCalendar .fsTitle .fsCalendarEventLink:focus {
  color: #676767;
}

.fsCalendar .fsEventDetails {
  font-size: 14px;
  line-height: 20px;
}

.fsCalendar .fsTimeRange {
  color: #3A3A3A;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

/*.fsCalendar .fsTimeRange:before {
  content: "\E920";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #F8B51E;
  width: 12px;
}*/

.fsCalendar .fsLocation {
  color: #3A3A3A;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
/*
.fsCalendar .fsLocation:before {
  content: "\E91F";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #F8B51E;
  padding-right: 7px;
}*/

.fsCalendar .fsAllDay {
  color: #3A3A3A;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

.fsCalendar .fsAllDay:before {
  content: "\E920";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #F8B51E;
  width: 12px;
  padding-right: 6px;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  margin-bottom: 5px;
}

.fsCalendar .fsNotes p:last-child,
.fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}

.fsCalendar .fsReadMoreLink {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}

.fsCalendar .fsReadMoreLink:hover,
.fsCalendar .fsReadMoreLink:focus {
  color: #676767;
}

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

.fsCalendar.fsList .fsListItems + button {
  margin-top: 0;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */

.fsCalendar.fsGrid .fsCalendarDayView {
  margin-top: 20px;
}

.fsCalendar.fsGrid .fsCalendarDayView .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

.fsCalendar.fsGrid .fsCalendarEventTitle {
  font-weight: 500;
}

.fsCalendar.fsGrid .fsCalendarEventTitle:hover,
.fsCalendar.fsGrid .fsCalendarEventTitle:focus {
  text-decoration: underline;
}

.fsCalendarEventGrid .fsCalendarRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(0, 71, 114, 0.1);
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
  background-color: #f8f8f8;
}

.fsCalendarEventGrid .fsCalendarDaybox {
  border-color: #F7F7F7;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  color: #676767;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

@media (min-width: 900px) {
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    position: relative;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar:after {
  display: none;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
  width: 100%;
  margin-top: 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
    width: auto;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0 0;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin: 0;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

@media (max-width: 899px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    border-right: solid 1px #F7F7F7;
    -webkit-box-shadow: 0 1px 0 0 #F7F7F7;
            box-shadow: 0 1px 0 0 #F7F7F7;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
    border-bottom: solid 1px #F7F7F7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    cursor: pointer;
    min-height: 44px;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: solid 1px #F7F7F7;
    border-top: 1px solid #F7F7F7;
    color: #676767;
    background: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    color: #ffffff;
    background: #674492;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #674492;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: 14px;
    padding-bottom: calc(50% - 14px / 2);
    padding-top: calc(50% - 14px / 2);
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background: #674492;
    color: #ffffff;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after,
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info .fsCalendarDate:after {
    content: '\25CF';
    font-size: 10px;
    display: block;
    line-height: .5;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 22px;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    -webkit-box-shadow: inset 0 -1px 0 0 #F7F7F7;
            box-shadow: inset 0 -1px 0 0 #F7F7F7;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate {
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox .fsCalendarDate {
    padding-bottom: calc(25% - 14px / 2);
    padding-top: calc(25% - 14px / 2);
    -webkit-transform: scale(0.875);
        -ms-transform: scale(0.875);
            transform: scale(0.875);
    margin-bottom: 3px;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    color: #ffffff;
    background: #ADADAD;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
    background: inherit;
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
    background: #f8f8f8;
    color: #CFD9E2;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
}

#event-view {
  padding: 0 20px;
  margin: 20px 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox > div:first-child {
  padding-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  margin-bottom: 5px;
}

.fsCalendarDayView:not(.fsStateHidden) + .fsCalendarEventGrid + #event-view {
  display: none;
}

@media (min-width: 900px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}

.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: var(--standard_color2);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #f8b51e;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.scroll-up span em {
  display: block;
  font-style: normal;
}

.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}

@media (min-width: 900px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}

.fsCalendar.fsGrid .fsCalendarLegend,
.fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline;
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none;
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0;
}

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */

/*! elements - forms */

textarea,
input,
select {
  padding: 5px;
  max-width: 100%;
}

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form textarea,
.fsComposerFormEmbed form select {
  
  font-size: 18px;
  line-height: 1.6;
  color: #676767;
}

.fsComposerFormEmbed form input {
  border: solid 1px #e5e5e5;
}

.fsComposerFormEmbed form input.fileUploader {
  padding: 0;
  width: 100%;
  border: none;
}

.fsComposerFormEmbed form fieldset {
  padding: 0;
}

.fsComposerFormEmbed form textarea {
  max-width: 100%;
  width: 100%;
  border: solid 1px #e5e5e5;
}

.fsComposerFormEmbed form .mainGroupSub {
  max-width: 100%;
  width: 100% !important;
}

.fsComposerFormEmbed form .formPage {
  margin-bottom: 20px;
}

.fsComposerFormEmbed form .elementRow {
  max-width: 100%;
  margin: 0;
}

.fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .elementContainer {
  margin: 0 0 20px;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementContainer {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementContainer label {
  margin-bottom: 2px;
}

.fsComposerFormEmbed form .elementContainer label.horizontal {
  white-space: normal;
  margin-right: 10px !important;
}

.fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
  margin-right: 0;
}

.fsComposerFormEmbed form .elementContainer hr {
  margin: 0 auto;
}

.fsComposerFormEmbed form .elementContainer p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementBody > input {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementBody > .descText {
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .labelLeft .elementContainer label,
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer label,
  .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    float: left;
  }
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer > label {
    padding: 5px 10px 5px 5px;
  }
}

.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}

.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
}

.fsComposerFormEmbed form .labelLeft .elementBody {
  margin: 0;
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementBody {
    width: 80%;
    float: left;
  }
}

.fsComposerFormEmbed form .linkLike {
  color: #674492;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #674492;
}

.fsComposerFormEmbed form .required {
  color: var(--primary_color);
}

.fsComposerFormEmbed form .pageControls {
  padding: 10px 0 !important;
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .pageControls .userConfirmation {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .userConfirmation {
  margin-bottom: 20px;
}

.fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
  margin-right: 5px;
}

.fsComposerFormEmbed form .userConfirmation > label {
  display: block;
}

.fsComposerFormEmbed form .elementColumn {
  zoom: 1;
  margin-bottom: 20px;
  max-width: 100%;
}

.fsComposerFormEmbed form .elementColumn:after {
  display: table;
  clear: both;
  content: '';
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementColumn {
    float: none !important;
    width: 100% !important;
  }
}

.fsComposerFormEmbed form .elementColumn .elementContainer {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .elementColumn .elementBody > input {
  width: 100%;
}

.fsComposerFormEmbed form .pageBreak {
  zoom: 1;
}

.fsComposerFormEmbed form .pageBreak:after {
  display: table;
  clear: both;
  content: '';
}

.fsComposerFormEmbed form .pageBreak .nextPage,
.fsComposerFormEmbed form .pageBreak .prevPage {
  background: none;
  border: none;
  color: #674492;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .nextPage:hover,
.fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #674492;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: var(--standard_color2);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  margin: 0;
  float: left;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: #f8b51e;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  font-style: normal;
}

.fsComposerFormEmbed .ui-widget {
  
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #676767;
}

:-moz-placeholder {
  color: #676767;
}

::-moz-placeholder {
  color: #676767;
}

:-ms-input-placeholder {
  color: #676767;
}

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

.fsResetPasswordFields > div:last-child {
  margin-bottom: 0;
}

.fsResetPasswordFields label > span {
  display: block;
}

.fsResetPasswordFields label > input {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #e5e5e5;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: rgba(173, 173, 173, 0.8);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetContinue.on,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsResetCancel.on,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button,
.fsLoginNewSuccess > button.on {
  background: #adadad;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
}

.fsLoginNewSuccess button {
  margin-top: 20px;
}

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

.fsPostElement.fsThumbnailLarge.fsThumbnailRectangle .fsThumbnail {
  max-width: 300px;
}

.fsPostElement.fsThumbnailLarge.fsThumbnailRectangle .fsCroppedImage {
  padding-bottom: 67%;
}

.fsPostElement article {
  color: #3A3A3A;
  border-bottom: solid 1px #CFD9E2;
  padding-bottom: 12px;
}

.fsPostElement article:last-child {
  border: none;
}

.fsPostElement article .fsThumbnail {
  margin-bottom: 16px;
}

.fsPostElement article .fsThumbnail .fsCroppedImage {
  display: block;
}

.fsPostElement article .fsTitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
}

.fsPostElement article .fsTitle a {
  color: inherit;
}

.fsPostElement article .fsTitle a:hover,
.fsPostElement article .fsTitle a:focus {
  color: #676767;
}

.fsPostElement article .fsAuthor {
  color: #676767;
  line-height: 22px;
}

.fsPostElement article .fsDateTime {
  color: #676767;
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin-bottom: 16px;
}

.fsPostElement article .fsSummary {
  font-size: 15px;
  line-height: 22px;
}

.fsPostElement article .fsReadMoreLink {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

.fsPostElement article .fsReadMoreLink:hover,
.fsPostElement article .fsReadMoreLink:focus {
  color: #000000;
}

.fsCategories {
  margin: 0 0 17px 0;
}

.fsCategories li:not(:last-child) {
  border: none;
}

.fsCategories .fsCategory {
  color: #3A3A3A;
  background: rgba(165, 197, 89, 0.8);
  border-radius: 2px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  margin: 0 6px 0 0;
  padding: 6px 8px;
}

.fsTags .fsTag {
  color: #676767;
  font-size: 12px;
  line-height: 18px;
  border: solid 1px #CFD9E2;
  background: #ffffff;
  padding: 6px 8px;
  border-radius: 16.5px;
  margin: 0 6px 1px 0;
}

.fsPostElement.fsGrid article {
  border-bottom: none;
}

.fsPostElement.fsSlideshow article {
  border-bottom: none;
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

.fsResourceElement .fsTitle {
  margin-bottom: 10px;
}

.fsResourceElement figcaption {
  margin-top: 10px;
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
  width: 100%;
}

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */

/*! _main.scss - src/sass/modules/search/ - main search import */

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  margin-bottom: 20px;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
  margin-top: 0;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
  margin-bottom: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchElement.fsList li.fsListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(173, 173, 173, 0.3);
}

.fsSearchElement.fsList .fsListItems {
  padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(173, 173, 173, 0.3);
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

.fsVimeoList,
.fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsVimeoList li {
  margin: 0;
  padding: 0;
}

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(173, 173, 173, 0.3);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer;
}

.fsVimeoList .fsVimeoListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsVimeoList .fsVimeoListItem:hover {
  border: none;
  border-bottom: solid 1px rgba(173, 173, 173, 0.3);
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

@media (min-width: 600px) {
  .fsVimeoThumb {
    float: left;
    margin-bottom: 0;
  }
}

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

.fsYoutube .fsSocialVideoFrame {
  margin-bottom: 20px;
}

.fsYoutubeList,
.fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsYoutubeList li {
  margin: 0;
  padding: 0;
}

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(173, 173, 173, 0.3);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
}

.fsYoutubeList .fsYoutubeListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsYoutubeList .fsYoutubeListItem:hover {
  border: none;
  border-bottom: solid 1px rgba(173, 173, 173, 0.3);
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

@media (min-width: 600px) {
  .fsYoutubeThumb {
    float: left;
    margin-bottom: 0;
  }
}

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: rgba(173, 173, 173, 0.8);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #adadad;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}

.fsTabs .fsTabsNav li {
  margin-right: 2px;
}

.fsTabs .fsTabsNav li a {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  padding: 15px 12px;
  border-radius: 4px;
  border: solid 1px #CFD9E2;
  background: #F7F7F7;
  color: #676767;
}

.fsTabs .fsTabsNav li a:hover {
  background: #CFD9E2;
  color: #3A3A3A;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: var(--primary_color);
  color: #ffffff;
  border-color: transparent;
  position: relative;
}

.fsTabs .fsTabsNav li.fsStateSelected a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  border-top: solid 8px var(--primary_color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #676767;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span {
  color: #676767;
  background: #e5e5e5;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #e5e5e5;
  color: #ADADAD;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
  opacity: 1;
  background: #674492 !important;
  color: #ffffff !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
  padding-bottom: 12px;
  background: #e5e5e5;
  color: #ADADAD;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
  content: '\25CF';
  font-size: 8px;
  display: block;
  line-height: .5;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #f8f8f8;
  color: #CFD9E2;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
  background: #674492;
  color: #ffffff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #ffffff;
  background-color: #676767;
}

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.module {
  padding: 20px;
  color: #fff;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a {
  color: inherit;
}

.module {
  background: var(--primary_color);
}

.callout-box {
  position: relative;
}

.callout-box.green {
  background: rgba(165, 197, 89, 0.8);
  color: #3A3A3A;
}

.callout-box.green header {
  position: relative;
}

.callout-box.green header:after {
  content: '';
  background: rgba(165, 197, 89, 0.8);
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.callout-box.green header .fsElementHeaderContent {
  margin-bottom: 0;
}

.callout-box.green header picture {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 230px;
  height: 65vw;
}

@media (min-width: 600px) {
  .callout-box.green header picture {
    max-height: 250px;
  }
}

@media (min-width: 1000px) {
  .callout-box.green header picture {
    max-height: 500px;
    height: 35vw;
  }
}


.callout-box.green .fsElementContent {
  padding: 40px 50px 50px;
}

.callout-box.green h2,
.callout-box.green h3,
.callout-box.green h4,
.callout-box.green h5,
.callout-box.green h6 {
  color: #3A3A3A;
  
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
}

.callout-box.green h2:after,
.callout-box.green h3:after,
.callout-box.green h4:after,
.callout-box.green h5:after,
.callout-box.green h6:after {
  content: none;
}

.callout-box.green .fs_style_33 {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.callout-box.green .fs_style_33:after {
  content: "➜";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  margin-left: 8px;
  display: inline-block;
}

.callout-box.green .fs_style_33:hover:after,
.callout-box.green .fs_style_33:focus:after {
  -webkit-animation: 3s bounce ease-in-out infinite;
          animation: 3s bounce ease-in-out infinite;
}

.fsBannerLeft .callout-box.green header picture,
.fsBannerRight .callout-box.green header picture,
.fsStyleOneThird .callout-box.green header picture,
.fsTwoColumnLayout .callout-box.green header picture,
.fsThreeColumnLayout > .fsDiv .callout-box.green header picture,
.fsFourColumnLayout > .fsDiv .callout-box.green header picture {
  max-height: 230px;
}

.fsBannerLeft .callout-box.green .fsElementContent,
.fsBannerRight .callout-box.green .fsElementContent,
.fsStyleOneThird .callout-box.green .fsElementContent,
.fsTwoColumnLayout .callout-box.green .fsElementContent,
.fsThreeColumnLayout > .fsDiv .callout-box.green .fsElementContent,
.fsFourColumnLayout > .fsDiv .callout-box.green .fsElementContent {
  padding: 25px 20px;
}

.fsBannerLeft .callout-box.green h2,
.fsBannerLeft .callout-box.green h3,
.fsBannerLeft .callout-box.green h4,
.fsBannerLeft .callout-box.green h5,
.fsBannerLeft .callout-box.green h6,
.fsBannerRight .callout-box.green h2,
.fsBannerRight .callout-box.green h3,
.fsBannerRight .callout-box.green h4,
.fsBannerRight .callout-box.green h5,
.fsBannerRight .callout-box.green h6,
.fsStyleOneThird .callout-box.green h2,
.fsStyleOneThird .callout-box.green h3,
.fsStyleOneThird .callout-box.green h4,
.fsStyleOneThird .callout-box.green h5,
.fsStyleOneThird .callout-box.green h6,
.fsTwoColumnLayout .callout-box.green h2,
.fsTwoColumnLayout .callout-box.green h3,
.fsTwoColumnLayout .callout-box.green h4,
.fsTwoColumnLayout .callout-box.green h5,
.fsTwoColumnLayout .callout-box.green h6,
.fsThreeColumnLayout > .fsDiv .callout-box.green h2,
.fsThreeColumnLayout > .fsDiv .callout-box.green h3,
.fsThreeColumnLayout > .fsDiv .callout-box.green h4,
.fsThreeColumnLayout > .fsDiv .callout-box.green h5,
.fsThreeColumnLayout > .fsDiv .callout-box.green h6,
.fsFourColumnLayout > .fsDiv .callout-box.green h2,
.fsFourColumnLayout > .fsDiv .callout-box.green h3,
.fsFourColumnLayout > .fsDiv .callout-box.green h4,
.fsFourColumnLayout > .fsDiv .callout-box.green h5,
.fsFourColumnLayout > .fsDiv .callout-box.green h6 {
  font-size: 24px;
  line-height: 28px;
}

.callout-box.yellow {
  background: var(--standard_color2);
  color: #3A3A3A;
}

.callout-box.yellow header {
  position: relative;
}

.callout-box.yellow header:after {
  content: '';
  background: var(--standard_color2);
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.callout-box.yellow header .fsElementHeaderContent {
  margin-bottom: 0;
}

.callout-box.yellow header picture {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 230px;
  height: 65vw;
}

@media (min-width: 600px) {
  .callout-box.yellow header picture {
    max-height: 250px;
  }
}

@media (min-width: 1000px) {
  .callout-box.yellow header picture {
    max-height: 500px;
    height: 35vw;
  }
}


.callout-box.yellow .fsElementContent {
  padding: 40px 50px 50px;
}

.callout-box.yellow h2,
.callout-box.yellow h3,
.callout-box.yellow h4,
.callout-box.yellow h5,
.callout-box.yellow h6 {
  color: #3A3A3A;
  
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
}

.callout-box.yellow h2:after,
.callout-box.yellow h3:after,
.callout-box.yellow h4:after,
.callout-box.yellow h5:after,
.callout-box.yellow h6:after {
  content: none;
}

.callout-box.yellow .fs_style_33 {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.callout-box.yellow .fs_style_33:after {
  content: "➜";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  margin-left: 8px;
  display: inline-block;
}

.callout-box.yellow .fs_style_33:hover:after,
.callout-box.yellow .fs_style_33:focus:after {
  -webkit-animation: 3s bounce ease-in-out infinite;
          animation: 3s bounce ease-in-out infinite;
}

.fsBannerLeft .callout-box.yellow header picture,
.fsBannerRight .callout-box.yellow header picture,
.fsStyleOneThird .callout-box.yellow header picture,
.fsTwoColumnLayout .callout-box.yellow header picture,
.fsThreeColumnLayout > .fsDiv .callout-box.yellow header picture,
.fsFourColumnLayout > .fsDiv .callout-box.yellow header picture {
  max-height: 230px;
}

.fsBannerLeft .callout-box.yellow .fsElementContent,
.fsBannerRight .callout-box.yellow .fsElementContent,
.fsStyleOneThird .callout-box.yellow .fsElementContent,
.fsTwoColumnLayout .callout-box.yellow .fsElementContent,
.fsThreeColumnLayout > .fsDiv .callout-box.yellow .fsElementContent,
.fsFourColumnLayout > .fsDiv .callout-box.yellow .fsElementContent {
  padding: 25px 20px;
}

.fsBannerLeft .callout-box.yellow h2,
.fsBannerLeft .callout-box.yellow h3,
.fsBannerLeft .callout-box.yellow h4,
.fsBannerLeft .callout-box.yellow h5,
.fsBannerLeft .callout-box.yellow h6,
.fsBannerRight .callout-box.yellow h2,
.fsBannerRight .callout-box.yellow h3,
.fsBannerRight .callout-box.yellow h4,
.fsBannerRight .callout-box.yellow h5,
.fsBannerRight .callout-box.yellow h6,
.fsStyleOneThird .callout-box.yellow h2,
.fsStyleOneThird .callout-box.yellow h3,
.fsStyleOneThird .callout-box.yellow h4,
.fsStyleOneThird .callout-box.yellow h5,
.fsStyleOneThird .callout-box.yellow h6,
.fsTwoColumnLayout .callout-box.yellow h2,
.fsTwoColumnLayout .callout-box.yellow h3,
.fsTwoColumnLayout .callout-box.yellow h4,
.fsTwoColumnLayout .callout-box.yellow h5,
.fsTwoColumnLayout .callout-box.yellow h6,
.fsThreeColumnLayout > .fsDiv .callout-box.yellow h2,
.fsThreeColumnLayout > .fsDiv .callout-box.yellow h3,
.fsThreeColumnLayout > .fsDiv .callout-box.yellow h4,
.fsThreeColumnLayout > .fsDiv .callout-box.yellow h5,
.fsThreeColumnLayout > .fsDiv .callout-box.yellow h6,
.fsFourColumnLayout > .fsDiv .callout-box.yellow h2,
.fsFourColumnLayout > .fsDiv .callout-box.yellow h3,
.fsFourColumnLayout > .fsDiv .callout-box.yellow h4,
.fsFourColumnLayout > .fsDiv .callout-box.yellow h5,
.fsFourColumnLayout > .fsDiv .callout-box.yellow h6 {
  font-size: 24px;
  line-height: 28px;
}

.callout-box.blue {
  background: var(--primary_color);
  color: #CFD9E2;
}

.callout-box.blue header {
  position: relative;
}

.callout-box.blue header:after {
  content: '';
  background: var(--primary_color);
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.callout-box.blue header .fsElementHeaderContent {
  margin-bottom: 0;
}

.callout-box.blue header picture {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 230px;
  height: 65vw;
}

@media (min-width: 600px) {
  .callout-box.blue header picture {
    max-height: 250px;
  }
}

@media (min-width: 1000px) {
  .callout-box.blue header picture {
    max-height: 500px;
    height: 35vw;
  }
}


.callout-box.blue .fsElementContent {
  padding: 40px 50px 50px;
}

.callout-box.blue h2,
.callout-box.blue h3,
.callout-box.blue h4,
.callout-box.blue h5,
.callout-box.blue h6 {
  color: #CFD9E2;
  
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
}

.callout-box.blue h2:after,
.callout-box.blue h3:after,
.callout-box.blue h4:after,
.callout-box.blue h5:after,
.callout-box.blue h6:after {
  content: none;
}

.callout-box.blue .fs_style_33 {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.callout-box.blue .fs_style_33:after {
  content: "\E929";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  margin-left: 8px;
  display: inline-block;
}

.callout-box.blue .fs_style_33:hover:after,
.callout-box.blue .fs_style_33:focus:after {
  -webkit-animation: 3s bounce ease-in-out infinite;
          animation: 3s bounce ease-in-out infinite;
}

.fsBannerLeft .callout-box.blue header picture,
.fsBannerRight .callout-box.blue header picture,
.fsStyleOneThird .callout-box.blue header picture,
.fsTwoColumnLayout .callout-box.blue header picture,
.fsThreeColumnLayout > .fsDiv .callout-box.blue header picture,
.fsFourColumnLayout > .fsDiv .callout-box.blue header picture {
  max-height: 230px;
}

.fsBannerLeft .callout-box.blue .fsElementContent,
.fsBannerRight .callout-box.blue .fsElementContent,
.fsStyleOneThird .callout-box.blue .fsElementContent,
.fsTwoColumnLayout .callout-box.blue .fsElementContent,
.fsThreeColumnLayout > .fsDiv .callout-box.blue .fsElementContent,
.fsFourColumnLayout > .fsDiv .callout-box.blue .fsElementContent {
  padding: 25px 20px;
}

.fsBannerLeft .callout-box.blue h2,
.fsBannerLeft .callout-box.blue h3,
.fsBannerLeft .callout-box.blue h4,
.fsBannerLeft .callout-box.blue h5,
.fsBannerLeft .callout-box.blue h6,
.fsBannerRight .callout-box.blue h2,
.fsBannerRight .callout-box.blue h3,
.fsBannerRight .callout-box.blue h4,
.fsBannerRight .callout-box.blue h5,
.fsBannerRight .callout-box.blue h6,
.fsStyleOneThird .callout-box.blue h2,
.fsStyleOneThird .callout-box.blue h3,
.fsStyleOneThird .callout-box.blue h4,
.fsStyleOneThird .callout-box.blue h5,
.fsStyleOneThird .callout-box.blue h6,
.fsTwoColumnLayout .callout-box.blue h2,
.fsTwoColumnLayout .callout-box.blue h3,
.fsTwoColumnLayout .callout-box.blue h4,
.fsTwoColumnLayout .callout-box.blue h5,
.fsTwoColumnLayout .callout-box.blue h6,
.fsThreeColumnLayout > .fsDiv .callout-box.blue h2,
.fsThreeColumnLayout > .fsDiv .callout-box.blue h3,
.fsThreeColumnLayout > .fsDiv .callout-box.blue h4,
.fsThreeColumnLayout > .fsDiv .callout-box.blue h5,
.fsThreeColumnLayout > .fsDiv .callout-box.blue h6,
.fsFourColumnLayout > .fsDiv .callout-box.blue h2,
.fsFourColumnLayout > .fsDiv .callout-box.blue h3,
.fsFourColumnLayout > .fsDiv .callout-box.blue h4,
.fsFourColumnLayout > .fsDiv .callout-box.blue h5,
.fsFourColumnLayout > .fsDiv .callout-box.blue h6 {
  font-size: 24px;
  line-height: 28px;
}

.callout-box.blue .fs_style_33 {
  color: #F8B51E;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.callout-box.blue .fs_style_33:after {
  content: "\E929";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #d6e9a9;
  margin-left: 8px;
  display: inline-block;
}

.callout-box.blue .fs_style_33:hover:after,
.callout-box.blue .fs_style_33:focus:after {
  -webkit-animation: 3s bounce ease-in-out infinite;
          animation: 3s bounce ease-in-out infinite;
}

.callout-box.blue h2,
.callout-box.blue h3,
.callout-box.blue h4,
.callout-box.blue h5,
.callout-box.blue h6 {
  color: #fff;
}

.callout-box.blue:before {
  content: "\E92C";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: rgba(255, 255, 255, 0.05);
  height: 350px;
  font-size: 350px;
  position: absolute;
  right: -10px;
  bottom: 30px;
}

.callout-box {
  position: relative;
}

.callout-box.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1000px) {
  .hasNoLeftBanner.hasNoRightBanner .callout-box.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .fsHasRightBanner .callout-box.left,
  .fsHasLeftBanner .callout-box.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.callout-box.left header {
  margin-bottom: 25px;
}

@media (min-width: 1000px) {
  .hasNoLeftBanner.hasNoRightBanner .callout-box.left header {
    margin: 0;
    width: 50%;
    min-height: 300px;
  }
}

@media (min-width: 1200px) {
  .fsHasRightBanner .callout-box.left header,
  .fsHasLeftBanner .callout-box.left header {
    margin: 0;
    width: 50%;
    min-height: 300px;
  }
}

.callout-box.left header .fsElementHeaderContent {
  margin-bottom: 0;
}

.callout-box.left header picture {
  display: block;
  width: 100%;
  height: 100vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .fsHasRightBanner .callout-box.left header picture,
  .fsHasLeftBanner .callout-box.left header picture {
    height: 44.3vw;
  }
}

@media (min-width: 1000px) {
  .hasNoLeftBanner.hasNoRightBanner .callout-box.left header picture {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .fsHasRightBanner .callout-box.left header picture,
  .fsHasLeftBanner .callout-box.left header picture {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
}



.callout-box.left .fsElementContent {
  padding: 0;
}

@media (min-width: 1000px) {
  .hasNoLeftBanner.hasNoRightBanner .callout-box.left .fsElementContent {
    padding: 37px 32px 32px;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .fsHasRightBanner .callout-box.left .fsElementContent,
  .fsHasLeftBanner .callout-box.left .fsElementContent {
    padding: 37px 32px 32px;
    width: 50%;
  }
}

.callout-box.left .fsElementContent h2 {
  color: var(--primary_color);
  
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 1000px) {
  .callout-box.left .fsElementContent h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .wlc_div_home h2 {
      font-size: 35px !important;
  }
}

.callout-box.left .fsElementContent h2:after {
  content: none;
}

.callout-box.left .fs_style_34 {
  font-size: 23px;
  line-height: 29px;
}

@media (min-width: 600px) {
  .callout-box.left .fs_style_34 {
        font-size: 19px;
        line-height: normal;
        color: var(--standard_color);
    }
}

.callout-box.left picture {
  left: 0;
}

.callout-box.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1000px) {
  .hasNoLeftBanner.hasNoRightBanner .callout-box.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .fsHasRightBanner .callout-box.right,
  .fsHasLeftBanner .callout-box.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.callout-box.right header {
  margin-bottom: 25px;
}

@media (min-width: 1000px) {
  .hasNoLeftBanner.hasNoRightBanner .callout-box.right header {
    margin: 0;
    width: 50%;
    min-height: 300px;
  }
}

@media (min-width: 1200px) {
  .fsHasRightBanner .callout-box.right header,
  .fsHasLeftBanner .callout-box.right header {
    margin: 0;
    width: 50%;
    min-height: 300px;
  }
}

.callout-box.right header .fsElementHeaderContent {
  margin-bottom: 0;
}

.callout-box.right header picture {
  display: block;
  width: 100%;
  height: 100vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .fsHasRightBanner .callout-box.right header picture,
  .fsHasLeftBanner .callout-box.right header picture {
    height: 44.3vw;
  }
}

@media (min-width: 1000px) {
  .hasNoLeftBanner.hasNoRightBanner .callout-box.right header picture {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .fsHasRightBanner .callout-box.right header picture,
  .fsHasLeftBanner .callout-box.right header picture {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
}



.callout-box.right .fsElementContent {
  padding: 0;
}

@media (min-width: 1000px) {
  .hasNoLeftBanner.hasNoRightBanner .callout-box.right .fsElementContent {
    padding: 37px 32px 32px;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .fsHasRightBanner .callout-box.right .fsElementContent,
  .fsHasLeftBanner .callout-box.right .fsElementContent {
    padding: 37px 32px 32px;
    width: 50%;
  }
}

.callout-box.right .fsElementContent h2 {
  color: var(--primary_color);
  
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 1000px) {
  .callout-box.right .fsElementContent h2 {
    font-size: 38px;
    line-height: 45px;
  }
}

.callout-box.right .fsElementContent h2:after {
  content: none;
}

.callout-box.right .fs_style_34 {
  font-size: 23px;
  line-height: 29px;
}

@media (min-width: 600px) {
  .callout-box.right .fs_style_34 {
    font-size: 26px;
    line-height: 31px;
  }
}

.callout-box.right picture {
  right: 0;
}

@media (min-width: 1000px) {
  .callout-box.right header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .callout-box.right .fsElementContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.circle-button {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: relative;
}

.circle-button .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.circle-button header {
  display: none;
}

.circle-button article {
  width: 300px;
}

.circle-button .fsResourceLink {
  display: block;
  position: relative;
}

.circle-button .hover-text {
  color: #3A3A3A;
  font-size: 15px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  text-align: center;
  height: 300px;
  width: 300px;
  border-radius: 100%;
  background: rgba(165, 197, 89, 0.85);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.circle-button picture {
  display: block;
}

.circle-button picture img {
    border-radius: 100%;
    border: solid 5px #d6e9a9;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
    height: 270px;
    object-fit: cover;
}

.circle-button:hover .hover-text,
.circle-button:focus .hover-text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.circle-button figcaption h2 {
    font-size: 16px;
    width: 79%;
    line-height: normal;
    margin: 0 auto;
    font-weight: 700;
}
.news_card .img-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.circle-button figcaption {
  text-align: center;
  margin-top: 15px;
}

.circle-button figcaption h2:after {
  background-position: center;
  background-image: url(images/purple-dots.svg);
}

.custom-border {
  margin-bottom: 60px;
}

.custom-border hr {
  position: relative;
}

.custom-border hr:before {
  content: '';
 background-image: url(../images/inner_pages/logo_icon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 10;
}

.custom-border hr:after {
  content: '';
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 76px;
  height: 10px;
}

.custom-quote {
  background: #F7F7F7;
  padding: 60px 51.5px 25px 51.5px;
  border: dotted 4px #CFD9E2;
}

.custom-quote header {
  display: none;
}

.custom-quote blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 25px 90px 25px 60px;
}

@media (max-width: 999px) {
  .custom-quote blockquote {
    font-size: 20px;
    line-height: 28px;
    padding: 25px 75px 25px 0;
  }
}

@media (max-width: 699px) {
  .custom-quote blockquote {
    padding: 25px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: none;
  }
}

@media (max-width: 999px) {
  .custom-quote blockquote:before {
    width: 86px;
    height: 90px;
    background-size: cover;
  }
}

@media (max-width: 699px) {
  .custom-quote blockquote:before {
    content: none;
  }
}

.custom-quote blockquote:after {
  bottom: auto;
  top: 40px;
}

@media (max-width: 999px) {
  .custom-quote blockquote:after {
    width: 86px;
    height: 90px;
    background-size: cover;
  }
}

@media (max-width: 699px) {
  .custom-quote blockquote:after {
    content: none;
  }
}

.custom-quote .fsImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 40px;
  margin-right: 50px;
}

@media (max-width: 999px) {
  .custom-quote .fsImage {
    width: 180px;
    margin-left: 70px;
    margin-right: 30px;
  }
}

@media (max-width: 699px) {
  .custom-quote .fsImage {
    margin: 0 auto 40px auto;
    position: relative;
  }

  .custom-quote .fsImage:before {
    content: '';
    background: url(images/quote-open.svg) no-repeat left top;
    background-size: cover;
    display: block;
    width: 86px;
    height: 90px;
    position: absolute;
    top: -20px;
    left: -50px;
  }

  .custom-quote .fsImage:after {
    content: '';
    background: url(images/quote-close.svg) no-repeat left top;
    background-size: cover;
    display: block;
    width: 86px;
    height: 90px;
    position: absolute;
    right: -60px;
    bottom: -20px;
  }
}

.custom-quote picture {
  display: block;
}

.custom-quote picture img {
  display: block;
}

@media (max-width: 999px) {
  .custom-quote {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 699px) {
  .custom-quote {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    border-left: none;
    border-right: none;
  }
}

.custom-quote p {
  z-index: 10;
}

.custom-image-box figcaption {
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
}

/*! pages - home v0.0.1 */

.home #fsPageBodyWrapper {
  padding: 0;
}

.home #fsPageBody {
  max-width: none;
}

.home .nav-tier,
.home .nav-breadcrumb {
  display: none;
}

.home.hasNoLeftBanner.hasNoRightBanner .callout-box.left {
  margin: 0 20px;
  margin-bottom: 65px;
}

@media (min-width: 768px) {
  .home.hasNoLeftBanner.hasNoRightBanner .callout-box.left {
    margin: 0 50px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .home.hasNoLeftBanner.hasNoRightBanner .callout-box.left {
    margin: 0 30px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 90px;
  }
}

@media (min-width: 1240px) {
  .home.hasNoLeftBanner.hasNoRightBanner .callout-box.left {
    max-width: 1180px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.home.hasNoLeftBanner.hasNoRightBanner .callout-box.left header {
  margin-bottom: 35px;
}

@media (min-width: 1000px) {
  .home.hasNoLeftBanner.hasNoRightBanner .callout-box.left header {
    width: 66.10169491525424%;
    margin-right: 58px;
    position: relative;
    height: auto;
  }
}

.home.hasNoLeftBanner.hasNoRightBanner .callout-box.left header picture {
  height: 69vw;
  position: relative;
}

@media (min-width: 1000px) {
  .home.hasNoLeftBanner.hasNoRightBanner .callout-box.left header picture {
    height: 100%;
    position: absolute;
    width: 100%;
  }
}

.home.hasNoLeftBanner.hasNoRightBanner .callout-box.left header picture:before {
  content: '';
  background: rgba(165, 197, 89, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 30px);
  right: calc(100% - 20px);
}

@media (min-width: 768px) {
  .home.hasNoLeftBanner.hasNoRightBanner .callout-box.left header picture:before {
    right: calc(100% - 30px);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
  }
}

@media (min-width: 1000px) {
  .home.hasNoLeftBanner.hasNoRightBanner .callout-box.left .fsElementContent {
    width: 32.20338983050847%;
    padding: 0px 0;
  }
}

@media (min-width: 768px) {
  .home.hasNoLeftBanner.hasNoRightBanner.first-panel .callout-box.left header picture:before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.upcoming-events {
  background: var(--primary_color) url(images/bg_trees.svg) no-repeat;
  background-size: cover;
  padding-top: 52px;
  padding-bottom: 50px;
  margin-bottom: 90px;
}

.upcoming-events > header {
  margin-bottom: 50px;
}

.upcoming-events > header .fsElementTitle {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .upcoming-events > header .fsElementTitle {
    font-size: 60px;
    line-height: 72px;
  }
}

.upcoming-events > header .fsElementTitle:after {
  background-position: 50% 50%;
  bottom: -16px;
  background-image: url(images/h2-dotted_line_alt.svg);
}

.upcoming-events > footer {
  text-align: center;
}

.upcoming-events > footer .fs_style_33 {
  color: #fff;
}

.upcoming-events > footer .fs_style_33:after {
  color: #F8B51E;
}

.upcoming-events article {
  padding: 0 1em;
  color: #fff;
}

.upcoming-events article .fsEventDetails .fsDescription {
  display: none;
}

.upcoming-events .fsAllDay,
.upcoming-events .fsTimeRange,
.upcoming-events .fsLocation {
  color: #fff;
}

.upcoming-events .fsTitle .fsCalendarEventLink {
  color: #fff;
}

.upcoming-events .fsTitle .fsCalendarEventLink:hover,
.upcoming-events .fsTitle .fsCalendarEventLink:focus {
  color: #F8B51E;
}

.upcoming-events .fsDay {
  color: #6A923E;
}

.upcoming-events .fsDate {
  position: relative;
  margin: 0 auto 15px;
  background: #fff;
}

.upcoming-events .slick-slider {
  margin-bottom: 30px;
}

.upcoming-events.fsSlideshow .slick-arrow:before {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #BAE4FF;
  font-size: 20px;
  line-height: 45px;
  display: block;
  top: auto;
}

.upcoming-events.fsSlideshow .slick-arrow:hover:before,
.upcoming-events.fsSlideshow .slick-arrow:focus:before {
  -webkit-animation: 3s bounce ease-in-out infinite;
          animation: 3s bounce ease-in-out infinite;
}

.upcoming-events .fsLeftArrow:before {
  content: "＜";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.upcoming-events .fsRightArrow:before {
  content: "＞";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 700px) {
  .upcoming-events {
    padding-right: 72px;
    padding-left: 72px;
  }
}

.home-slideshow {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .home-slideshow {
    margin-bottom: 60px;
  }
}

.home-slideshow .fsElementSlideshow[data-arrows*="true"] {
  padding: 0;
}

.home-slideshow article {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.home-slideshow article figure {
  position: relative;
  margin-bottom: 0;
}

.home-slideshow article picture {
  display: block;
  width: 100%;
  height: 75vw;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .home-slideshow article picture {
    height: 68vw;
  }
}

@media (min-width: 1200px) {
  .home-slideshow article picture {
    max-height: 900px;
    height: calc(100vh - 106px);
  }
}

.home-slideshow article picture:after {
  content: '';
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));*/
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);*/
  opacity: .6;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
}



.home-slideshow article figcaption {
  margin: 0;
  text-align: center;
  padding: 20px 10px;
  bottom: 80px !important;
}

@media (min-width: 768px) {
  .home-slideshow article figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 0 0 50px 50px;
  }
}

@media (min-width: 768px) {
  .home-slideshow article figcaption .fs_style_33 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background: #ff5c01;
    padding: 10px 30px;
    border-radius: 25px;
    margin-top: 50px;
}

  .home-slideshow article figcaption .fs_style_33:after {
    color: rgba(255, 255, 255, 0.8);
  }
}

.home-slideshow article .fsResourceTitle {
  color: var(--primary_color);
  font-size: 30px;
  line-height: 36px;
   text-shadow: 0 4px 25px #000000fc;
    -webkit-text-stroke: 1px white;
    font-weight: bold;
}

@media (min-width: 768px) {
 .home-slideshow article .fsResourceTitle {
    color: #ff5c01;
    font-size: 50px;
    line-height: 60px;
   
}
}

@media (min-width: 1200px) {
  .home-slideshow article .fsResourceTitle {
    font-size: 80px;
    line-height: 95px;
  }
}

.home-slideshow .fsResourceTypeVideo {
  height: 75vw;
}

@media (min-width: 768px) {
  .home-slideshow .fsResourceTypeVideo {
    height: 68vw;
  }
}

@media (min-width: 1200px) {
  .home-slideshow .fsResourceTypeVideo {
    max-height: 900px;
    height: calc(100vh - 106px);
  }
}

.home-slideshow .fsResourceTypeVideo video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.home-slideshow .fsResourceTypeVideo .fsResourceName {
  display: none;
}

.home-slideshow .button-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto;
  margin-top: calc(75vw - 40px - 20px);
}

@media (min-width: 768px) {
  .home-slideshow .button-container {
    margin-top: 0;
    left: auto;
    top: auto;
    bottom: 50px;
    right: 50px;
    width: auto;
  }
}

.home-slideshow .button-container .fsPrevButton.fsLeftArrow,
.home-slideshow .button-container .fsNextButton.fsRightArrow {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.home-slideshow .button-container .fsPrevButton.fsLeftArrow:before,
.home-slideshow .button-container .fsNextButton.fsRightArrow:before {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  position: static;
  left: auto;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: right;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 600px) {
  .home-slideshow .button-container .fsPrevButton.fsLeftArrow:before,
  .home-slideshow .button-container .fsNextButton.fsRightArrow:before {
    font-size: 20px;
  }
}

.home-slideshow .button-container .fsPrevButton.fsLeftArrow:hover:before,
.home-slideshow .button-container .fsPrevButton.fsLeftArrow:focus:before,
.home-slideshow .button-container .fsNextButton.fsRightArrow:hover:before,
.home-slideshow .button-container .fsNextButton.fsRightArrow:focus:before {
  -webkit-animation: 3s bounce ease-in-out infinite;
          animation: 3s bounce ease-in-out infinite;
}

.home-slideshow .button-container .fsPrevButton.fsLeftArrow {
  margin-right: 16px;
}

.home-slideshow .button-container .fsPrevButton.fsLeftArrow:before {
  content: "＜";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home-slideshow .button-container .fsNextButton.fsRightArrow {
  margin-left: 16px;
}

.home-slideshow .button-container .fsNextButton.fsRightArrow:before {
  content: "＞";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home-slideshow .fsElementSlideshowControls {
  position: relative;
  width: 40px;
  height: 40px;
}

.home-slideshow .fsElementSlideshowControls button {
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.home-slideshow .fsElementSlideshowControls button:before {
  color: #fff;
  background-image: none;
  margin: 0;
  width: auto;
  height: auto;
  font-size: 22px;
}

.home-slideshow .fsElementSlideshowControls .fsSlideshowPause:before {
  content: "▶";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home-slideshow .fsElementSlideshowControls .fsSlideshowPlay:before {
  content: "\E916";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.cta-tabs {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .cta-tabs {
    position: fixed;
    top: 220px;
    right: 0;
    margin: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    z-index: 90;
  }

  .cta-panel .cta-tabs {
    visibility: hidden;
    opacity: 0;
  }
}

.cta-tabs .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

@media (min-width: 768px) {
  .cta-tabs .fsNavLevel1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.cta-tabs .fsNavLevel1 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .cta-tabs .fsNavLevel1 li {
    border-radius: 4px 0 0 4px;
    position: relative;
    height: 100px;
    width: 40px;
    overflow: hidden;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .cta-tabs .fsNavLevel1 li:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 40px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.3);
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
}

.cta-tabs .fsNavLevel1 li.inquire-btn {
  background: rgb(214 233 169);
}

@media (min-width: 768px) {
  .cta-tabs .fsNavLevel1 li.inquire-btn:after {
    content: "\E928";
    
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

@media (min-width: 1100px) {
  .first-panel .cta-tabs .fsNavLevel1 li.inquire-btn {
    background: #d6e9a9;
  }
}

.cta-tabs .fsNavLevel1 li.visit-btn {
  background: rgb(217 161 37);
  margin: 0 2px;
}

@media (min-width: 768px) {
  .cta-tabs .fsNavLevel1 li.visit-btn {
    margin: 2px 0;
  }
}

@media (min-width: 768px) {
  .cta-tabs .fsNavLevel1 li.visit-btn:after {
    content: "\E926";
    
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

@media (min-width: 1100px) {
  .cta-tabs .fsNavLevel1 li.visit-btn {
    background: var(--standard_color);
  }
}

.cta-tabs .fsNavLevel1 li.apply-btn {
  background: #d6e9a9;
}

@media (min-width: 768px) {
  .cta-tabs .fsNavLevel1 li.apply-btn:after {
    content: "\E927";
    
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

@media (min-width: 1100px) {
    .cta-tabs .fsNavLevel1 li.apply-btn {
      background: var(--primary_color);
  }
}
.cta-tabs .fsNavLevel1 li.apply-btn a {
    filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .cta-tabs .fsNavLevel1 li:hover,
  .cta-tabs .fsNavLevel1 li:focus-within {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .cta-tabs .fsNavLevel1 li:hover:after,
  .cta-tabs .fsNavLevel1 li:focus-within:after {
    visibility: visible;
    opacity: 1;
  }
}

.cta-tabs .fsNavLevel1 li a {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

@media (min-width: 768px) {
  .cta-tabs .fsNavLevel1 li a {
    height: 100%;
    width: 100%;
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
}

.content-panel-2 {
  color: #8B904B;
  
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  background: #F7F7F7;
  border-top: dotted 4px #CFD9E2;
  padding: 50px 20px;
  margin-bottom: 0;
}

.content-panel-2 header .fsElementTitle {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .content-panel-2 header .fsElementTitle {
    font-size: 42px;
    line-height: 45px;
    font-weight: bold;
}
}

.content-panel-2 header .fsElementTitle:after {
  background-position: 50% 50%;
  bottom: -16px;
}

.content-panel-2 header .fsElementHeaderContent {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .content-panel-2 {
    font-size: 36px;
    line-height: 47px;
    padding: 50px 50px 60px;
    border-bottom: dotted 4px #CFD9E2;
    margin-bottom: -2px;
  }
}

@media (min-width: 1000px) {
  .content-panel-2 {
    padding: 60px 0 120px 0;
    font-size: 25px;
    line-height: 44px;
}
}

@media (min-width: 1100px) {
  .content-panel-2 {
    border-bottom: none;
  }
}

.content-panel-2 > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 1000px) {
  .content-panel-2 > .fsElementContent {
    padding: 0 100px;
  }
}

.content-panel-2 cite {
  color: #3A3A3A;
  font-weight: 500;
}

.panel-3 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .panel-3 {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .panel-3 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .panel-3 {
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  .panel-3 > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.panel-3 .panel-3-photo {
  margin-bottom: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1200px) {
  .panel-3 .panel-3-photo {
    width: 58.33333333333333%;
    margin-right: -30px;
    z-index: 10;
  }
}

.panel-3 .panel-3-photo picture {
  display: block;
  height: 63vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1200px) {
  .panel-3 .panel-3-photo picture {
    height: 37vw;
  }
}



.panel-3 .blue-container {
  background: var(--primary_color);
  color: #ffffff;
  padding: 30px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .panel-3 .blue-container {
    padding: 50px;
  }
}

@media (min-width: 1200px) {
  .panel-3 .blue-container {
    width: 43.75%;
    height: calc(37vw + 30px + 30px);
    padding: 0 80px;
  }
}

@media (min-width: 1200px) {
  .panel-3 .blue-container > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body:not(.fsComposeMode) .why-forest {
  width: 100%;
}

@media (min-width: 768px) {
  body:not(.fsComposeMode) .why-forest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode) .why-forest {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding-bottom: 3.4722vw;
  }
}

@media (min-width: 768px) {
  body:not(.fsComposeMode) .why-forest header {
    margin-right: 30px;
  }
}

body:not(.fsComposeMode) .why-forest header .fsElementHeaderContent {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

@media (min-width: 768px) {
  body:not(.fsComposeMode) .why-forest header .fsElementHeaderContent {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 0;
  }
}

body:not(.fsComposeMode) .why-forest header .fsElementHeaderContent strong {
  display: block;
  font-weight: inherit;
  font-size: 22px;
  line-height: 38px;
}

@media (min-width: 768px) {
  body:not(.fsComposeMode) .why-forest header .fsElementHeaderContent strong {
    font-size: 32px;
    line-height: 48px;
  }
}

body:not(.fsComposeMode) .why-forest .fsElementContent {
  color: #CFD9E2;
}

body:not(.fsComposeMode) .why-forest .fs_style_33 {
  color: #F8B51E;
}

body:not(.fsComposeMode) .why-forest .fs_style_33:after {
  color: #d6e9a9;
}

.horizontal-spacer {
  width: 100%;
  height: 1px;
  background: rgba(186, 228, 255, 0.3);
}

@media (min-width: 768px) {
  .horizontal-spacer {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .horizontal-spacer {
    margin-bottom: 0;
  }
}

.infographic-container {
  width: 100%;
}

@media (min-width: 1200px) {
  .infographic-container {
    padding-top: 3.4722vw;
  }
}

.infographic-container .slick-prev,
.infographic-container .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 20;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.infographic-container .slick-prev:before,
.infographic-container .slick-next:before {
  color: #BAE4FF;
  font-size: 20px;
  line-height: 1;
  display: block;
}

.infographic-container .slick-prev:hover:before,
.infographic-container .slick-prev:focus:before,
.infographic-container .slick-next:hover:before,
.infographic-container .slick-next:focus:before {
  -webkit-animation: 3s bounce ease-in-out infinite;
          animation: 3s bounce ease-in-out infinite;
}

.infographic-container .slick-prev {
  left: 0;
}

.infographic-container .slick-prev:before {
  content: "＜";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.infographic-container .slick-next {
  right: 0;
}

.infographic-container .slick-next:before {
  content: "＞";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.info-block {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .info-block {
    text-align: left;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 70px;
  }
}

@media (min-width: 1200px) {
  .info-block {
    padding: 0 50px;
  }
}

.info-block header {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .info-block header {
    margin-bottom: 0;
    margin-right: 50px;
  }
}

.info-block header .fsElementHeaderContent {
  margin-bottom: 0;
}

.info-block header .fsElementHeaderContent span {
  display: block;
}

.info-block .fsElementContent {
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .info-block .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.info-block .fsElementContent h3 {
  color: #CFD9E2;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
}

@media (min-width: 768px) {
  .info-block .fsElementContent h3 {
    width: 100%;
    margin-bottom: 0;
  }
}

.intro-text {
  text-align: center;
  padding: 20px 20px 28px;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.intro-text header .fsElementTitle {
  margin-bottom: 40px;
  text-align: center;
  color: var(--primary_color);
}

@media (min-width: 768px) {
  .intro-text header .fsElementTitle {
    font-size: 43px;
    line-height: 72px;
    font-weight: bold;
}
}

.intro-text header .fsElementTitle:after {
  background-position: 50% 50%;
  bottom: -16px;
}

.intro-text header .fsElementHeaderContent {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .intro-text {
    padding: 60px 50px 40px;
  }
}

@media (min-width: 1000px) {
  .intro-text {
    padding: 32px 100px;
  }
}

.calendar-panel {
  position: relative;
  margin-bottom: 0;
}

.calendar-panel > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1200px) {
  .calendar-panel > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.home-events {
  background: var(--standard_color2);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  padding: 28px 20px 50px;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .home-events {
    padding: 54px 100px 80px;
  }
}

@media (min-width: 1200px) {
  .home-events {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    width: 400px;
    height: calc(680px - -20px);
    padding: 54px 70px 80px 0;
    position: relative;
    z-index: 20;
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
}

.home-events:before {
  content: '';
  background: var(--standard_color2);
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
}

@media (min-width: 1200px) {
  .home-events:before {
    top: auto;
    left: 100%;
    bottom: 0;
    width: 30px;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .home-events:after {
    content: '';
    background: var(--standard_color2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
  }
}

.home-events .fsElementTitle {
  padding-bottom: 8px;
}

.home-events .fsElementTitle:after {
  background-image: url(images/white-dots.svg);
  opacity: .5;
}

.home-events article {
  padding-left: 106px;
}

.home-events .fsDate {
  background: #ffffff;
}

.home-events .fsTitle .fsCalendarEventLink:hover,
.home-events .fsTitle .fsCalendarEventLink:focus {
  color: #565656;
}

.home-events .fsTimeRange:before,
.home-events .fsLocation:before,
.home-events .fsAllDay:before {
  color: #ffffff;
}

.home-events footer .fsElementFooterContent {
  margin-top: 40px;
}

.home-events .fs_style_33 {
  color: #3A3A3A;
}

.home-events .fs_style_33:after {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .calendar-panel.stick-it .home-events {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.calendar-panel-photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 1200px) {
  .calendar-panel-photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 63.19444444444444%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
}

.calendar-panel-photo picture {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  display: block;
  height: 75vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1200px) {
  .calendar-panel-photo picture {
    height: 680px;
  }
}



@media (min-width: 1200px) {
  .calendar-panel.stick-it .calendar-panel-photo {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.panel-5 {
  padding: 50px 20px;
  background: #F7F7F7;
  border-bottom: dotted 4px #CFD9E2;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .panel-5 {
    padding: 60px 50px;
  }
}

@media (min-width: 1000px) {
  .panel-5 {
    padding: 92px 0 20px 0;
  }
}

.panel-5 .intro-text {
  margin-bottom: 30px;
  padding: 0;
}

@media (min-width: 1000px) {
  .circle-button-container {
    -webkit-transform: translateY(75px);
        -ms-transform: translateY(75px);
            transform: translateY(75px);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
}

.circle-button-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.circle-button-container .slick-list {
  overflow: visible;
}

.circle-button-container .circle-button {
  margin-bottom: 0;
}

.circle-button-container .circle-button header {
  display: none;
}

.circle-button-container .circle-button article {
  width: 270px;
}

.circle-button-container .circle-button .hover-text {
  height: 270px;
  width: 270px;
}

.circle-button-container .circle-button:first-child {
  margin-right: -40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 50;
}

.circle-button-container .circle-button:nth-child(2) {
  margin-right: -40px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 40;
}

.circle-button-container .circle-button:nth-child(3) {
  margin-right: -40px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  z-index: 30;
}

.circle-button-container .circle-button:nth-child(4) {
  margin-right: -40px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  z-index: 20;
}

.circle-button-container .circle-button:last-child {
  margin-right: -40px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  z-index: 10;
}

.circle-button-container .circle-button:hover,
.circle-button-container .circle-button:focus {
  z-index: 3000;
}

.circle-button-container .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 30px;
  margin-top: 20px;
}

.circle-button-container .slick-prev,
.circle-button-container .slick-next {
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 30;
}

.circle-button-container .slick-prev:before,
.circle-button-container .slick-next:before {
  color: #3A3A3A;
  font-size: 20px;
}

.circle-button-container .slick-prev:before {
  content: "＜";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.circle-button-container .slick-next:before {
  content: "＞";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 1000px) {
  .panel-5.stick-it .circle-button-container {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

body:not(.fsComposeMode) .testimonials-panel {
  padding: 50px 10px 30px 10px;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .testimonials-panel {
    padding: 60px 50px 40px;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode) .testimonials-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 100px 0;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode) .testimonials-panel.stick-it {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

body:not(.fsComposeMode) .testimonials-panel header {
  padding: 0 10px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .testimonials-panel header {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode) .testimonials-panel header {
    width: 280px;
  }
}

body:not(.fsComposeMode) .testimonials-panel header h2 {
  color: var(--primary_color);
  
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 700px) {
  
}

body:not(.fsComposeMode) .testimonials-panel header h2:after {
  content: none;
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode) .testimonials-panel > .fsElementContent {
    width: 880px;
  }
}

body:not(.fsComposeMode) .testimonials-panel .custom-quote {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body:not(.fsComposeMode) .testimonials-panel .custom-quote blockquote {
  padding: 25px 10px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .testimonials-panel .custom-quote blockquote {
    padding: 25px 60px 25px 0;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .testimonials-panel .custom-quote blockquote {
    padding: 25px 60px 25px 40px;
  }
}

body:not(.fsComposeMode) .testimonials-panel .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: calc(180px - 35px);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(180px + 84px);
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .testimonials-panel .button-container {
    left: 30px;
    right: auto;
    margin: 0;
    width: auto;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .testimonials-panel .button-container {
    left: 30px;
    top: calc(200px - 35px);
  }
}

body:not(.fsComposeMode) .testimonials-panel .slick-prev,
body:not(.fsComposeMode) .testimonials-panel .slick-next {
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 30;
}

body:not(.fsComposeMode) .testimonials-panel .slick-prev:before,
body:not(.fsComposeMode) .testimonials-panel .slick-next:before {
  color: #3A3A3A;
  font-size: 20px;
  display: block;
}

body:not(.fsComposeMode) .testimonials-panel .slick-prev:hover:before,
body:not(.fsComposeMode) .testimonials-panel .slick-prev:focus:before,
body:not(.fsComposeMode) .testimonials-panel .slick-next:hover:before,
body:not(.fsComposeMode) .testimonials-panel .slick-next:focus:before {
  -webkit-animation: 3s bounce ease-in-out infinite;
          animation: 3s bounce ease-in-out infinite;
}

body:not(.fsComposeMode) .testimonials-panel .slick-prev:before {
  content: "＜";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .testimonials-panel .slick-next:before {
  content: "＞";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.blog-container {
  padding: 20px;
}

.blog-container header .fsElementTitle {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .blog-container header .fsElementTitle {
    font-size: 60px;
    line-height: 72px;
  }
}

.blog-container header .fsElementTitle:after {
  background-position: 50% 50%;
  bottom: -16px;
}

.blog-container header .fsElementHeaderContent {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .blog-container {
    padding: 0 100px;
  }
}

@media (min-width: 1100px) {
  .blog-container {
    margin-bottom: 80px;
  }
}

.blog-container header .fsElementTitle {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .blog-container header .fsElementTitle {
    margin-bottom: 80px;
  }
}

.blog-container .custom-border {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .blog-container .custom-border {
    margin-bottom: 90px;
  }
}

.blog-slider .fsElementSlideshow[data-arrows*="true"] {
  padding: 0;
}

@media (min-width: 768px) {
  .blog-slider .slick-list {
    overflow: visible;
  }
}

.blog-slider .fsElementContent {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.blog-slider article {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}

@media (min-width: 768px) {
  .blog-slider article {
    padding: 0 15px;
  }
}

@media (min-width: 1100px) {
  .blog-slider article {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0 25px;
    overflow: hidden;
  }
}

.blog-slider article .fsThumbnail {
  margin-bottom: 0;
}

@media (min-width: 1100px) {
  .blog-slider article .fsThumbnail {
    max-width: 700px;
    width: 59.32203389830508%;
    margin: 30px 0;
  }
}

@media (min-width: 768px) {
  .blog-slider article .fsThumbnail .fsCroppedImage {
    padding-bottom: 70%;
    position: relative;
  }
}

@media (min-width: 1100px) {
  .blog-slider article .fsThumbnail .fsCroppedImage {
    padding-bottom: 0;
    width: 100%;
    max-height: 467px;
    height: 32vw;
  }
}

@media (min-width: 768px) {
  .blog-slider article .fsThumbnail .fsCroppedImage:after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
  }
}

.blog-slider article.slick-active.animate .fsCroppedImage:after {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .blog-slider article.slick-active.animate .text-wrap {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 1100px) {
  .blog-slider article.slick-active.animate .text-wrap {
    margin-left: -30px;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 1100px) {
  .blog-slider article.slick-slider-prev {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .blog-slider article.slick-slider-prev .text-wrap {
    display: none;
  }
}

.blog-slider article .text-wrap {
  background: rgba(165, 197, 89, 0.8);
  padding: 50px 17px 65px;
  margin-top: -20px;
  position: relative;
}

@media (min-width: 768px) {
  .blog-slider article .text-wrap {
    margin-top: -30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s ease, opacity .3s ease;
    transition: visibility .3s ease, opacity .3s ease;
  }
}

@media (min-width: 1100px) {
  .blog-slider article .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    max-width: 539px;
    width: 43.82113821138211%;
    padding: 0 70px;
    max-height: 530px;
    height: calc(32vw + 60px);
    max-width: none;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: visibility .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: visibility .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, visibility .3s ease, opacity .3s ease;
    transition: transform .3s ease, visibility .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  }
}

@media (min-width: 1100px) {
  .blog-slider article .fsTitle {
    font-size: 26px;
    line-height: 31px;
  }
}

.blog-slider article .fsAuthor {
  color: #3A3A3A;
  font-size: 18px;
  line-height: 22px;
}

.blog-slider article .fsDateTime {
  color: #3A3A3A;
}

.blog-slider article .fsSummary {
  line-height: 26px;
}

.blog-slider article .fsReadMoreLink {
  color: #3A3A3A;
  margin-top: 15px;
  display: inline-block;
}

.blog-slider article .fs_style_33 {
  color: #000000;
}

.blog-slider article .fs_style_33:after {
  color: #ffffff;
}

.blog-slider > footer {
  display: none;
}

.blog-slider .blog-buttons {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .blog-slider .blog-buttons {
    right: 30px;
  }
}

@media (min-width: 1100px) {
  .blog-slider .blog-buttons {
    left: 0;
    right: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 0 20px;
  }
}

.blog-slider .blog-buttons .slick-prev,
.blog-slider .blog-buttons .slick-next {
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 30;
}

.blog-slider .blog-buttons .slick-prev:before,
.blog-slider .blog-buttons .slick-next:before {
  color: #3A3A3A;
  font-size: 20px;
  display: block;
}

.blog-slider .blog-buttons .slick-prev:hover:before,
.blog-slider .blog-buttons .slick-prev:focus:before,
.blog-slider .blog-buttons .slick-next:hover:before,
.blog-slider .blog-buttons .slick-next:focus:before {
  -webkit-animation: 3s bounce ease-in-out infinite;
          animation: 3s bounce ease-in-out infinite;
}

.blog-slider .blog-buttons .slick-prev:before {
  content: "＜";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.blog-slider .blog-buttons .slick-next:before {
  content: "＞";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 768px) {
  .instagram-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 370px;
  }
}

.instagram-slider header {
  background-color: var(--primary_color);
  padding: 50px 20px 70px;
  position: relative;
}

@media (min-width: 768px) {
  .instagram-slider header {
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    height: 370px;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.instagram-slider header:before {
  content: "\E92C";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: rgba(255, 255, 255, 0.05);
  height: 100%;
  font-size: 370px;
  position: absolute;
  right: -30px;
  top: 10px;
  line-height: 1;
}

.instagram-slider header .fsElementTitle {
  color: #ffffff;
  
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

.instagram-slider header .fsElementTitle:after {
  content: none;
}

@media (min-width: 768px) {
  .instagram-slider header .fsElementTitle {
    font-size: 50px;
    line-height: 54px;
  }
}

.instagram-slider header .fsElementHeaderContent {
  color: #CFD9E2;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .instagram-slider header .fsElementHeaderContent {
    font-size: 18px;
    line-height: 28px;
  }
}

.instagram-slider header .fs_style_33 {
  color: #F8B51E;
}

.instagram-slider header .fs_style_33:after {
  color: #d6e9a9;
}

.instagram-slider .social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 768px) {
  .instagram-slider .social-buttons {
    position: absolute;
    right: 60px;
    bottom: 30px;
  }
}

.instagram-slider .slick-prev,
.instagram-slider .slick-next {
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 30;
}

.instagram-slider .slick-prev:before,
.instagram-slider .slick-next:before {
  color: #BAE4FF;
  font-size: 20px;
  display: block;
}

.instagram-slider .slick-prev:hover:before,
.instagram-slider .slick-prev:focus:before,
.instagram-slider .slick-next:hover:before,
.instagram-slider .slick-next:focus:before {
  -webkit-animation: 3s bounce ease-in-out infinite;
          animation: 3s bounce ease-in-out infinite;
}

.instagram-slider .slick-prev:before {
  content: "＜";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.instagram-slider .slick-next:before {
  content: "＞";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.instagram-slider .fsElementContent {
  padding: 0 20px;
  margin-top: -40px;
}

@media (min-width: 768px) {
  .instagram-slider .fsElementContent {
    width: calc(100% - 410px + 30px);
    margin-top: 0;
    padding-left: 0;
    margin-left: -30px;
  }
}

.instagram-slider .slick-list {
  overflow: visible;
}

.instagram-slider .feed-post {
  position: relative;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 280px;
  margin: 0 5px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 600px) {
  .instagram-slider .feed-post {
    max-width: none;
  }
}

.instagram-slider .feed-post:hover .feed-content,
.instagram-slider .feed-post:focus .feed-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.instagram-slider .feed-post:hover .feed-url,
.instagram-slider .feed-post:focus .feed-url {
  background-color: transparent;
}

.instagram-slider .feed-post.slick-slider-prev {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.instagram-slider .feed-image {
  visibility: hidden;
  opacity: 0;
  height: 320px;
}

.instagram-slider .feed-content {
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 22px;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.instagram-slider .feed-url {
  font-size: 0;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.instagram-slider .feed-url:before {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E922";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.cta-buttons {
  text-align: center;
  padding: 30px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.cta-buttons header .fsElementTitle {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .cta-buttons header .fsElementTitle {
    font-size: 60px;
    line-height: 72px;
  }
}

.cta-buttons header .fsElementTitle:after {
  background-position: 50% 50%;
  bottom: -16px;
}

.cta-buttons header .fsElementHeaderContent {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .cta-buttons {
    padding: 20px 50px 60px;
  }
}

@media (min-width: 1100px) {
  .cta-buttons {
    padding: 20px 130px 60px;
  }
}

.cta-buttons .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}


.cta-buttons .fsNavLevel1 li a {
  color: #3A3A3A;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .cta-buttons .fsNavLevel1 li a {
    font-size: 18px;
    line-height: 25px;
  }
}

.cta-buttons .fsNavLevel1 li a:before {
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 768px) {
  .cta-buttons .fsNavLevel1 li a:before {
    font-size: 60px;
  }
}

.cta-buttons .fsNavLevel1 li a:hover:before,
.cta-buttons .fsNavLevel1 li a:focus:before {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em;
}

/*! pages - style-guide v0.0.1 */

.colors ol {
  zoom: 1;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  width: 50%;
  min-width: 20%;
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
  }
}

.colors ol li:after {
  display: block;
  margin-top: 60px;
  background: #fff;
  padding-bottom: 20px;
}

@media (min-width: 800px) {
  .colors.main ol li {
    width: 7.69231%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #676767;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#676767";
}

.colors.main ol li:nth-of-type(2) {
  background: var(--primary_color);
}

.colors.main ol li:nth-of-type(2):after {
  content: "var(--primary_color)";
}

.colors.main ol li:nth-of-type(3) {
  background: var(--primary_color);
}
.section-title .h2 {
    font-size: 30px;
    color: var(--primary_color);
    font-weight: 700;
}
.colors.main ol li:nth-of-type(3):after {
  content: "var(--primary_color)";
}

.colors.main ol li:nth-of-type(4) {
  background: #BAE4FF;
}

.colors.main ol li:nth-of-type(4):after {
  content: "#BAE4FF";
}

.colors.main ol li:nth-of-type(5) {
  background: #5B7F95;
}

.colors.main ol li:nth-of-type(5):after {
  content: "#5B7F95";
}

.colors.main ol li:nth-of-type(6) {
  background: #6A923E;
}

.colors.main ol li:nth-of-type(6):after {
  content: "#6A923E";
}

.colors.main ol li:nth-of-type(7) {
  background: #d6e9a9;
}

.colors.main ol li:nth-of-type(7):after {
  content: "#d6e9a9";
}

.colors.main ol li:nth-of-type(8) {
  background: var(--standard_color);
}

.colors.main ol li:nth-of-type(8):after {
  content: "var(--standard_color)";
}

.colors.main ol li:nth-of-type(9) {
  background: #8B904B;
}

.colors.main ol li:nth-of-type(9):after {
  content: "#8B904B";
}

.colors.main ol li:nth-of-type(10) {
  background: #E7EDCD;
}

.colors.main ol li:nth-of-type(10):after {
  content: "#E7EDCD";
}

.colors.main ol li:nth-of-type(11) {
  background: #F8B51E;
}

.colors.main ol li:nth-of-type(11):after {
  content: "#F8B51E";
}

.colors.main ol li:nth-of-type(12) {
  background: #FF623E;
}

.colors.main ol li:nth-of-type(12):after {
  content: "#FF623E";
}

.colors.main ol li:nth-of-type(13) {
  background: #674492;
}

.colors.main ol li:nth-of-type(13):after {
  content: "#674492";
}

@media (min-width: 800px) {
  .colors.shade ol li {
    width: 10%;
  }
}

.colors.shade ol li:nth-of-type(1) {
  background: #000000;
}

.colors.shade ol li:nth-of-type(1):after {
  content: "#000000";
}

.colors.shade ol li:nth-of-type(2) {
  background: #3A3A3A;
}

.colors.shade ol li:nth-of-type(2):after {
  content: "#3A3A3A";
}

.colors.shade ol li:nth-of-type(3) {
  background: #676767;
}

.colors.shade ol li:nth-of-type(3):after {
  content: "#676767";
}

.colors.shade ol li:nth-of-type(4) {
  background: #ADADAD;
}

.colors.shade ol li:nth-of-type(4):after {
  content: "#ADADAD";
}

.colors.shade ol li:nth-of-type(5) {
  background: #CFD9E2;
}

.colors.shade ol li:nth-of-type(5):after {
  content: "#CFD9E2";
}

.colors.shade ol li:nth-of-type(6) {
  background: #ECF0F1;
}

.colors.shade ol li:nth-of-type(6):after {
  content: "#ECF0F1";
}

.colors.shade ol li:nth-of-type(7) {
  background: #F7F7F7;
}

.colors.shade ol li:nth-of-type(7):after {
  content: "#F7F7F7";
}

.colors.shade ol li:nth-of-type(8) {
  background: #e5e5e5;
}

.colors.shade ol li:nth-of-type(8):after {
  content: "#e5e5e5";
}

.colors.shade ol li:nth-of-type(9) {
  background: #f8f8f8;
}

.colors.shade ol li:nth-of-type(9):after {
  content: "#f8f8f8";
}

.colors.shade ol li:nth-of-type(10) {
  background: #ffffff;
}

.colors.shade ol li:nth-of-type(10):after {
  content: "#ffffff";
}

.fonts ol {
  padding: 0;
  list-style: none;
}

.fonts ol li:nth-of-type(1) {
  
}

.fonts ol li:nth-of-type(1):after {
  content: "poppins, sans-serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2) {
  
}

.fonts ol li:nth-of-type(2):after {
  content: "IcoMoon";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 56px / line-height: 60px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 36px / line-height: 43.2px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 28px / line-height: 23px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 24px / line-height: 28px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 20px / line-height: 24px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 13px / line-height: 15px";
}

@media (min-width: 700px) {
  .fsTwoColumnLayout.image-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnLayout.image-button-container > .fsDiv {
    padding: 0 10px;
    width: 50%;
  }
}

@media (min-width: 700px) {
  .fsThreeColumnLayout.image-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 700px) {
  .fsThreeColumnLayout.image-button-container > .fsDiv {
    padding: 0 10px;
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .fsThreeColumnLayout.image-button-container > .fsDiv {
    width: 33.33%;
  }
}

@media (min-width: 700px) {
  .fsFourColumnLayout.image-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 700px) {
  .fsFourColumnLayout.image-button-container > .fsDiv {
    padding: 0 10px;
    width: 50%;
  }
}

@media (min-width: 1100px) {
  .fsFourColumnLayout.image-button-container > .fsDiv {
    width: 25%;
  }
}

body:not(.fsComposeMode) .bpa-image-buttons-3 {
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 280px;
  color: #ffffff;
  width: 100%;
  padding-bottom: 100%;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content {
  padding: 20px 40px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header > .fsElementHeaderContent {
  margin-top: 5px;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header > .fsElementHeaderContent p {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > .fsElementContent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > .fsElementContent p:last-child {
  margin: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent {
  margin-top: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent p {
  margin: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-3:hover .image-button-content,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus .image-button-content {
  -ms-flex-line-pack: center;
      align-content: center;
}

body:not(.fsComposeMode) .bpa-image-buttons-3:hover .image-button-content header,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus .image-button-content header {
  margin-bottom: 15px;
}

body:not(.fsComposeMode) .bpa-image-buttons-3:hover .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-3:hover .image-button-content > footer,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus .image-button-content > footer {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 71, 114, 0.5)));
  background: linear-gradient(180deg, transparent 0%, rgba(0, 71, 114, 0.5) 50%);
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

body:not(.fsComposeMode) .bpa-image-buttons-3:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: rgba(0, 71, 114, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

body:not(.fsComposeMode) .bpa-image-buttons-3:hover:after,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}

body:not(.fsComposeMode) .bpa-image-buttons-3:hover .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-3:hover .image-button-content > footer,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus .image-button-content > footer {
  max-height: 280px;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header .fsElementHeaderContent {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > .fsElementContent {
  font-size: 16px;
  line-height: 22px;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent .fs_style_33 {
  color: #F8B51E;
}

body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent .fs_style_33:after {
  color: #d6e9a9;
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.11111em;
  margin-left: 1.11111em;
}

.margin-x-2x {
  margin-right: 2.22222em;
  margin-left: 2.22222em;
}

.margin-y {
  margin-top: 1.11111em;
  margin-bottom: 1.11111em;
}

.margin-y-2x {
  margin-top: 2.22222em;
  margin-bottom: 2.22222em;
}

.padding-x {
  padding-right: 1.11111em;
  padding-left: 1.11111em;
}

.padding-x-2x {
  padding-right: 2.22222em;
  padding-left: 2.22222em;
}

.padding-y {
  padding-top: 1.11111em;
  padding-bottom: 1.11111em;
}

.padding-y-2x {
  padding-top: 2.22222em;
  padding-bottom: 2.22222em;
}

.stretch-container {
  margin-right: -1.11111em;
  margin-left: -1.11111em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

h1 {
  margin-top: 0;
  font-weight: normal;
  color: var(--primary_color);
  
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  h1 {
    font-size: 56px;
    line-height: 60px;
  }
}

.landing h1 {
  color: #5B7F95;
  
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  
  font-size: 30px;
  line-height: 36px;
  color: #3A3A3A;
  position: relative;
  margin-bottom: 20px;
}

h2:after {
  content: '';
  background-image: url(images/h2-dotted_line.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 600px) {
  h2 {
    font-size: 24px;
    line-height: 43.2px;
}
}

h3 {
  margin-top: 0;
  font-weight: normal;
  color: var(--primary_color);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  h3 {
    font-size: 28px;
    line-height: 23px;
  }
}

h4 {
  margin-top: 0;
  font-weight: normal;
  color: var(--primary_color);
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  h4 {
    font-size: 24px;
    line-height: 28px;
  }
}


h6 {
  margin-top: 0;
  font-weight: normal;
  color: #3A3A3A;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}
.toper-student ul > li p + p {
    text-align: center !important;
}
body:not(.fsComposeMode) p:last-child {
    margin-bottom: 0;
}
.slick-slide p {
    text-align: center !important;
}
.fsElementContent p {
    text-align: left;
}
.data h3 {
    margin: 0 !important;
}
.news_card .inner-wrap .data .fs_style_33 {
    font-size: 12px;
    color: var(--primary_color);
    font-weight: normal;
}
.event_list h4 {
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    transition: all 0.3s ease-out;
    margin: 0;
}
.event_list h4 i {
    margin-right: 5px;
    transition: all 0.3s ease-out;
}
.event_list h4:hover i {
    color: var(--primary_color);
    margin-right: 10px;
    transition: all 0.3s ease-out;
}
.event_list h4:hover{
  color: var(--primary_color);
}
#fsEl_2206 p {
    text-align: center !important;
}
hr {
  margin: 0 auto 20px;
  border-width: 0;
  border-top: dotted 4px #CFD9E2;
}

a {
  text-decoration: none;
  color: #674492;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}


a:hover, a:focus {
    color: #674492;
    text-decoration: none;
    outline: none;
}
ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

table.fs_style_26 {
  margin-bottom: 20px;
}

table.fs_style_26 th,
table.fs_style_26 td {
  vertical-align: top;
  border-bottom: none;
}

table.fs_style_26 th {
  padding: 20px;
  background: #d6e9a9;
  color: #3A3A3A;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

table.fs_style_26 td {
  padding: 13.5px 20px;
  background: #F7F7F7;
  font-size: 15px;
  line-height: 22px;
}

table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: #ECF0F1;
}

table.fs_style_26 tr {
  border-bottom: solid 1px #ffffff;
}

table.fs_style_26 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

table.fs_style_26 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) table.fs_style_26:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: var(--standard_color2);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #f8b51e;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.fs_style_27 em {
  display: block;
  font-style: normal;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: rgba(165, 197, 89, 0.8);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #d6e9a9;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.fs_style_28 em {
  display: block;
  font-style: normal;
}

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: rgba(186, 228, 255, 0.8);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #bae4ff;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.fs_style_29 em {
  display: block;
  font-style: normal;
}

.fs_style_30 {
  font-size: 17px;
  line-height: 26px;
  padding: 24.5px 20px;
  max-width: 100%;
}

.fs_style_30 em {
  font-size: 15px;
  line-height: 23px;
  text-transform: none;
  font-weight: 400;
}

.fsBannerLeft .fs_style_30,
.fsBannerRight .fs_style_30,
.fsStyleOneThird .fs_style_30,
.fsTwoColumnLayout .fs_style_30,
.fsThreeColumnLayout > .fsDiv .fs_style_30,
.fsFourColumnLayout > .fsDiv .fs_style_30 {
  width: 100%;
  display: block;
}

@-webkit-keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }

  75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

@keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }

  75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

.fs_style_33 {
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fs_style_33:after {
  content: "➜";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #000000;
  margin-left: 8px;
  display: inline-block;
}

.fs_style_33:hover:after,
.fs_style_33:focus:after {
  -webkit-animation: 3s bounce ease-in-out infinite;
          animation: 3s bounce ease-in-out infinite;
}

.fs_style_31 {
  border-radius: 2px;
  background: #F7F7F7;
  border: solid 1px #CFD9E2;
  font-size: 16px;
  font-weight: 700;
  color: #674492;
  text-decoration: none !important;
  display: inline-block;
  padding: 14px 25px;
  line-height: 23px;
  position: relative;
  padding-left: 55px;
}

.fs_style_31:before {
  color: #FF623E;
  vertical-align: middle;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fs_style_31:hover,
.fs_style_31:focus {
  background: #fff;
}

.fsBannerLeft .fs_style_31,
.fsBannerRight .fs_style_31,
.fsStyleOneThird .fs_style_31,
.fsTwoColumnLayout .fs_style_31,
.fsThreeColumnLayout > .fsDiv .fs_style_31,
.fsFourColumnLayout > .fsDiv .fs_style_31 {
  width: 100%;
  display: block;
}

.fs_style_31:before {
  content: "\E901";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_32 {
  border-radius: 2px;
  background: #F7F7F7;
  border: solid 1px #CFD9E2;
  font-size: 16px;
  font-weight: 700;
  color: #674492;
  text-decoration: none !important;
  display: inline-block;
  padding: 14px 25px;
  line-height: 23px;
  position: relative;
  padding-left: 55px;
}

.fs_style_32:before {
  color: #FF623E;
  vertical-align: middle;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fs_style_32:hover,
.fs_style_32:focus {
  background: #fff;
}

.fsBannerLeft .fs_style_32,
.fsBannerRight .fs_style_32,
.fsStyleOneThird .fs_style_32,
.fsTwoColumnLayout .fs_style_32,
.fsThreeColumnLayout > .fsDiv .fs_style_32,
.fsFourColumnLayout > .fsDiv .fs_style_32 {
  width: 100%;
  display: block;
}

.fs_style_32:before {
  content: "\E900";
  
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: var(--standard_color2);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #f8b51e;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  display: block;
  margin: 0 auto;
}

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px 15px;
  background: var(--standard_color2);
  color: #3A3A3A;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #f8b51e;
  -webkit-transition: .3s;
  transition: .3s;
  color: #3A3A3A;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
}


.map-container {
  position: relative;
  overflow: hidden;
}

.map-container:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: .5s ease-in-out .3s;
  transition: .5s ease-in-out .3s;
  display: none;
}

@media (min-width: 900px) {
  .map-container:before {
    display: block;
  }
}

.map-container > header {
  position: relative;
}

body:not(.fsComposeMode) .map-container > header .fsElementTitle {
  display: none;
}

.map-container > header .fsElementHeaderContent {
  margin-bottom: 0;
}

.map-container > header .fsElementHeaderContent picture,
.map-container > header .fsElementHeaderContent img {
  display: block;
  width: 100%;
}

body:not(.fsComposeMode) .map-container > .fsElementContent {
  margin: 0 auto;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 540px;
  position: relative;
  max-height: 0;
  visibility: hidden;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-container > .fsElementContent {
    margin: 0;
    -webkit-transition: .3s ease-in-out .3s;
    transition: .3s ease-in-out .3s;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    max-height: none;
    z-index: 15;
    visibility: visible;
  }
}

body:not(.fsComposeMode) .map-container.active:before {
  opacity: .7;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .map-container.active > .fsElementContent {
  max-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform .5s ease-in-out .3s;
  transition: -webkit-transform .5s ease-in-out .3s;
  transition: transform .5s ease-in-out .3s;
  transition: transform .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
  z-index: 20;
  margin-top: 30px;
  width: 100%;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-container.active > .fsElementContent {
    margin-top: 0;
    -webkit-transition: width .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
    transition: width .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
    transition: transform .5s ease-in-out .3s, width .5s ease-in-out .3s;
    transition: transform .5s ease-in-out .3s, width .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
  }
}

.point-plotter .map-container {
  z-index: 10;
}

.point-plotter .map-container > header {
  opacity: .5;
}

.close-map {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: solid 2px #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  color: transparent;
  z-index: 30;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:before,
.close-map:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.close-map:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.close-map:hover,
.close-map:focus {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:hover:before,
.close-map:focus:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:hover:after,
.close-map:focus:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg);
          transform: translate3d(-50%, -50%, 0) rotate(-90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.active .close-map {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s ease-in .3s;
  transition: .5s ease-in .3s;
}

body:not(.fsComposeMode) .map-points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.point-plotter .map-points {
  z-index: -1;
}

body:not(.fsComposeMode) .map-points > header,
body:not(.fsComposeMode) .map-points > footer {
  display: none;
}

.map-points .fsStyleDefaultList {
  padding: 0;
  margin: 0;
}

.map-points .fsStyleDefaultList > li.fsListItem {
  border: none;
  padding: 0;
  position: absolute;
  margin: 0;
  display: block;
  counter-increment: li;
  z-index: 2;
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
  opacity: 0;
  visibility: hidden;
}

.map-points .fsStyleDefaultList > li.fsListItem:hover,
.map-points .fsStyleDefaultList > li.fsListItem:focus {
  z-index: 5;
}

.map-points .fsStyleDefaultList > li.fsListItem.active-point {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 900px) {
  .map-points .fsStyleDefaultList > li.fsListItem.active-point > a {
    background-color: var(--primary_color);
    color: inherit;
  }

  .map-points .fsStyleDefaultList > li.fsListItem.active-point > a > span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media (min-width: 900px) {
  .map-points .fsStyleDefaultList > li.fsListItem {
    opacity: 1;
    visibility: visible;
  }
}

body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem {
  position: relative;
}

.map-points .fsStyleDefaultList > li.fsListItem > a {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 71, 114, 0.3);
          box-shadow: 0 0 0 2px rgba(0, 71, 114, 0.3);
  background-color: var(--primary_color);
  text-align: center;
  white-space: nowrap;
  display: block;
}

body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem > a {
  color: #676767;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:before {
  display: none;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:after {
  content: counter(li);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  display: block;
  bottom: 30px;
  border-radius: 2px;
  background-color: var(--primary_color);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: var(--primary_color) transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: -6px;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:hover,
.map-points .fsStyleDefaultList > li.fsListItem > a:focus {
  background-color: var(--primary_color);
  color: inherit;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:hover > span,
.map-points .fsStyleDefaultList > li.fsListItem > a:focus > span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s;
  transition: .5s;
}

.map-slideshow-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 900px) {
  .map-slideshow-element {
    height: 100%;
  }
}

body:not(.fsComposeMode) .map-slideshow-element > header {
  display: none;
}

.map-slideshow-element > .fsElementContent {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out .5s;
  transition: .3s ease-in-out .5s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 900px) {
  .map-slideshow-element > .fsElementContent {
    height: 100%;
  }
}

.map-slideshow-element.show > .fsElementContent,
.map-slideshow-element.empty > .fsElementContent {
  -webkit-box-shadow: inset 0 0 0 1px #3A3A3A;
          box-shadow: inset 0 0 0 1px #3A3A3A;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.map-slideshow-element .fsElementEmpty {
  padding: 70px 30px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #3A3A3A;
}

.map-slideshow-element .fsListItems {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.map-slideshow-element .fsListItems.slick-initialized {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s ease-in-out .3s;
  transition: .5s ease-in-out .3s;
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems.slick-initialized {
    height: 100%;
  }
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems.slick-initialized article {
    overflow-y: auto;
  }
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems .slick-list {
    position: relative;
    height: 100%;
  }

  .map-slideshow-element .fsListItems .slick-list:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.8%, rgba(255, 255, 255, 0.85)), to(#FFFFFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #FFFFFF 100%);
    width: calc(100% - 2px);
    height: 100px;
    position: absolute;
    left: 1px;
    bottom: 0;
    z-index: 10;
    border-bottom: solid 1px #3A3A3A;
  }
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems .slick-track {
    height: 100%;
  }
}

.map-slideshow-element .fsListItems article {
  padding: 0 0 100px;
  margin: 0;
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems article {
    height: 100%;
  }
}

.map-slideshow-element .fsListItems article:first-child:last-child {
  padding-bottom: 30px;
}

.map-slideshow-element .fsListItems article .fsTitle {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 30px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}

.map-slideshow-element .fsListItems article .fsTitle > a {
  color: inherit;
  pointer-events: none;
}

.map-slideshow-element .fsListItems article .fsTitle.fsResourceName {
  display: none;
}

.map-slideshow-element .fsListItems article figure picture {
  display: block;
  position: relative;
}

.map-slideshow-element .fsListItems article figure picture img {
  width: 100%;
}

.map-slideshow-element .fsListItems article figcaption,
.map-slideshow-element .fsListItems article .fsDescription {
  margin: 0;
  padding: 30px 30px 0;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;

}

.map-slideshow-element .slick-arrow {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: auto;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.42);
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  line-height: 0;
  z-index: 20;
  border: none;
  cursor: pointer;
}

.map-slideshow-element .slick-arrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  height: auto;
}

.map-slideshow-element .slick-arrow:hover,
.map-slideshow-element .slick-arrow:focus {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
  outline: transparent;
}

.map-slideshow-element .slick-arrow:hover:before,
.map-slideshow-element .slick-arrow:focus:before {
  color: #fff;
}

.map-slideshow-element .slick-arrow.fsPrevButton,
.map-slideshow-element .slick-arrow.slick-prev {
  left: auto;
  right: 51px;
}

.map-slideshow-element .slick-arrow.fsPrevButton:before,
.map-slideshow-element .slick-arrow.slick-prev:before {
  content: "\E922";
 
  font-weight: normal;
  speak: none;
}

.map-slideshow-element .slick-arrow.slick-next:before {
  content: "\E921";
  
  font-weight: normal;
  speak: none;
}

.map-legend {
  position: relative;
}

.map-legend .fsStyleDefaultList {
  padding: 0;
  margin: 0;
}

@media (min-width: 600px) {
  .map-legend .fsStyleDefaultList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.map-legend .fsStyleDefaultList.small {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

@media (min-width: 1000px) {
  .map-legend .fsStyleDefaultList.large {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

.map-legend .fsStyleDefaultList > li.fsListItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border: none;
  position: relative;
  padding: 0;
  margin: 0 0 15px;
  display: block;
  counter-increment: li;
  
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  color: #676767;
}

.map-legend .fsStyleDefaultList > li.fsListItem:before {
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--primary_color);
  font-size: 16px;
  line-height: inherit;
}

.map-legend .fsStyleDefaultList > li.fsListItem > a {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: normal;
  word-break: normal;
  padding-left: 25px;
}

.map-legend .fsStyleDefaultList > li.fsListItem > a:hover,
.map-legend .fsStyleDefaultList > li.fsListItem > a:focus {
  color: var(--primary_color);
}

.map-legend .fsStyleDefaultList > li.fsListItem > a:before {
  display: none;
}

.coordinates-popup {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 50;
  background-color: #fff;
  color: #676767;
  padding: 10px;
}

@-webkit-keyframes slideshow-transition {
  0% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes slideshow-transition {
  0% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes radiate-point-1 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(2);
            transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: .8;
  }
}

@keyframes radiate-point-1 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(2);
            transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: .8;
  }
}

@-webkit-keyframes radiate-point-2 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
            transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
    padding: 5px;
  }
}

@keyframes radiate-point-2 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
            transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
    padding: 5px;
  }
}

.covid-banner {
                position: fixed;
                top: 0;
                width: 100%;
                height: 65px;
                background-color:var(--standard_color);
                color: var(--text-color);
                padding: 20px;
                text-align: center;
                transition: transform 0.25s;
                z-index: 999;
            }

            .covid-banner a {
                color: var(--link-color);
                font-weight: 700;
            }

            /*#fsHeader {
                margin-top: 65px;
            }*/


            @media (max-width: 520px) {
                .covid-banner {
                    padding: 10px 20px;
                }
            }

            body.fsAccountBarVisible .covid-banner {
                margin-top: 45px;
            }


/*custom style css*/
.topper-students {
    padding: 60px 0;
    overflow: hidden;
}
.toper-student ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.toper-student ul > li {
    width: 100%;
    text-align: center;
    position: relative;
/*    border-right: 2px solid #0000001a;*/
}
/*.toper-student ul > li:nth-last-child(1) {
    border: none;
}*/
.toper-student .other-link-align {
    height: 112px;
    float: left;
    width: 100%;
}
.toper-r b {
    color: #00b90e;
    display: block;
    font-size: 18px;
    text-align: center;
}
.toper-student ul > li img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    border: 3px solid var(--primary_color);
    object-fit: cover;
    object-position: top;
}
.toper-student ul > li span {
    font-size: 15px;
    margin: 2px 0;
    display: block;
    color: var(--primary_color);
    font-weight: bold;
}
.toper-student ul > li p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #956700;
}
.toper-student ul > li p + p {
    background-color: var(--standard_color);
    height: 30px;
    line-height: 30px;
    color: #000;
    border-radius: 30px;
    width: 115px;
    margin: 0 auto;
}
.toper-student ul > li:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    margin: 0 auto;
    background-color: #28a745;
    transition-duration: 0.4s;
    margin-top: 7px;
    border-radius: 5px;
}
.topper {
    font-size: 43px;
    line-height: 72px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
#wel-popup .close {
    width: 30px;
    background: #e9681f;
    height: 30px;
    padding: 0;
    border: none;
    line-height: normal;
    border-radius: 50%;
    color: white;
    position: absolute;
    right: -12px;
    z-index: 9;
    top: -12px;
}
#wel-popup .close span {
    position: relative;
    top: -1px;
}
.wel-pop .show {
    display: flex !important;
    align-items: center;
}

.marquee {
  width: 100%;
  overflow: hidden;
  background: #d6e9a9;
  padding: 10px 0;
  margin-bottom: 35px;
  margin-top: -30px;
}
.marquee .inner {
  width: 100%;
  display: flex;
  color: black;
  align-items: center;
  }
.marquee .inner > * {
  white-space: nowrap;
  /*padding: 0 4rem;*/
}
.notice-marque {
    width: 100%;
    overflow: hidden;
    background: #d6e9a9;
    padding: 10px 0;
    margin-bottom: 35px;
    margin-top: -30px;
    display: flex;
    align-items: center;
}
.notice-marque marquee a {
    color: red;
    margin-right: 20px;
}
.notice-marque marquee a:hover {
    color: var(--primary_color);
}
.marquee .inner p{
  margin: 0;
}
.marquee .inner p a:hover{
  color: blue;
}

.marquee .inner a {
  color: #f90000;
  font-size: 20px;
  margin-right: 2em;
  text-decoration: none;
  text-transform: capitalize;
}

.keywork p {
  color: #000;
  font-size: 14px;
}
#captchaBackground {
    width: 100%;
    background: #e7e7e7;
    height: 123px;
    padding: 1px 5px;
    margin: 0 auto;
    text-align: center;
}

span#refresh {
    background: var(--standard_color);
    padding: 3px 9px;
    font-size: 22px;
    position: relative;
    top: 2px;
    color: white;
    user-select: none;
    cursor: pointer;
}

div#captchaBackground label {
    font-size: 12px;
    line-height: 0;
}

#textBox {
    text-align: center;
    height: 36px;
    width: 65%;
    border: none;
    font-size: 20px;
    background: whitesmoke;
    padding: 5px;
    margin: 0 auto;
}

#refresh i {
    font-size: 17px;
    user-select: none;
    width: 22px;
    text-align: center;
    cursor: pointer;
    position: relative;
    left: 6px;
    top: 3px;
}

span#output {
    font-size: 13px;
    color: red;
}

#captcha {
    font-size: 25px;
    letter-spacing: 3px;
    margin: 8px auto 0 auto;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    font-family: system-ui;
    border: 2px dotted;
    width: fit-content;
    padding: 3px 14px;
    background: #ffffff69;
}
.services-area {
  padding: 0 0 40px;
}

.services-area .services-box {
  background: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 12px;
  padding: 36px 24px 32px;
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.services-area .services-box:hover {
  border-color: var(--primary_color);
  transform: translateY(-4px);
}

.services-area .services-box.active {
  border: 2px solid var(--primary_color);
}

.services-area .services-box .services-icon {
  width: 80px;
  height: 80px;
  background: #e6f1fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.services-area .services-box .services-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.services-area .services-box .services-content2 h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}

.services-area .services-box .services-content2 h5 a {
  color: #1a1a2e;
  text-decoration: none;
  transition: color 0.2s;
}

.services-area .services-box .services-content2 h5 a:hover {
  color: var(--primary_color);
}

.services-area .services-box .services-content2 p {
    font-size: 16px;
    color: var(--primary_color);
    margin: 0;
}
.tp-application-from-box {
    padding: 60px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 10px #02020238;
    margin-bottom: 50px;
}
.tp-application-from-box input[type="email"], 
.tp-application-from-box input[type="file"], 
.tp-application-from-box .datepicker, 
.tp-application-from-box input[type="date"], 
.tp-application-from-box input[type="number"], 
.tp-application-from-box input[type="password"], 
.tp-application-from-box input[type="tel"], 
.tp-application-from-box input[type="text"], 
.tp-application-from-box input[type="url"], 
.tp-application-from-box select,
.tp-application-from-box textarea,
.tp-application-from-box textarea.form-control {
    outline: none;
    width: 100%;
    height: 46px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 6px;
    border: 1px solid #e6e8f0;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(48, 54, 81, .06), inset 0 1px 3px rgba(48, 54, 81, .06);
    transition: all .3s ease-out 0s;
    color: #212529 !important;
}
input[type="file"] {
    line-height: 42px;
}
span.text-danger {
    font-size: 14px;
}
.contact-form .form-group {
    margin-bottom: 20px !important;
}
.tp-application-from-box textarea,
.tp-application-from-box textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}
.tp-application-from-box hr {
  margin: 20px auto 20px;
}
.tp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 30px;
  background: var(--primary_color);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid var(--primary_color);
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
small.req {
    color: #E91E63;
    font-weight: 700;
}
.datepicker {
    background: url('https://cdn-icons-png.flaticon.com/512/747/747310.png') no-repeat right 10px center !important;
    background-size: 20px !important;
    padding-right: 40px !important;
    cursor: pointer !important;
}
.tp-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.tp-btn:hover {
  background: transparent;
  color: var(--primary_color);
  transform: translateY(-2px);
}

.tp-btn:hover span {
  transform: translateX(4px);
}

.tp-btn:active {
  transform: translateY(0px) scale(0.98);
}
  .team-section {
    background: #f7f9ff;
  }

  .team-section .single-team {
    background: var(--color-background-primary, #fff);
    border-radius: 16px;
    border: 0.5px solid rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.25s ease;
    margin-bottom: 20px;
  }

  .team-section .single-team:hover {
    transform: translateY(-6px);
  }

  .team-section .team-thumb {
    position: relative;
    height: 260px;
    overflow: hidden;
  }

  .team-section .team-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .team-section .single-team:hover .team-thumb img {
    transform: scale(1.06);
  }

  .team-section .team-thumb .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, transparent 55%);
    pointer-events: none;
  }

  .team-section .team-num {
    position: absolute;
    top: 12px;
    left: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary_color);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .team-section .team-info {
    padding: 14px 16px 18px;
    border-top: 2.5px solid var(--primary_color);
  }

  .team-section .team-info h4 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
  }

  .team-section .team-info h4 a {
    color: var(--color-text-primary, #111);
    text-decoration: none;
  }

  .team-section .team-info h4 a:hover {
    color: var(--primary_color);
  }

  .team-section .team-info .badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
    background: color-mix(in srgb, var(--primary_color) 12%, white);
    color: var(--primary_color);
    letter-spacing: 0.2px;
  }
  .team-section {
    background: #f7f9ff;
  }

  .team-section .single-team {
    background: var(--color-background-primary, #fff);
    border-radius: 16px;
    border: 0.5px solid rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.25s ease;
  }

  .team-section .single-team:hover {
    transform: translateY(-6px);
  }

  .team-section .team-thumb {
    position: relative;
    height: 260px;
    overflow: hidden;
  }

  .team-section .team-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .team-section .single-team:hover .team-thumb img {
    transform: scale(1.06);
  }

  .team-section .team-thumb .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, transparent 55%);
    pointer-events: none;
  }

  .team-section .team-num {
    position: absolute;
    top: 12px;
    left: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary_color);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .team-section .team-info {
    padding: 14px 16px 18px;
    border-top: 2.5px solid var(--primary_color);
  }

  .team-section .team-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
  }

  .team-section .team-info h4 a {
    color: var(--color-text-primary, #111);
    text-decoration: none;
  }

  .team-section .team-info h4 a:hover {
    color: var(--primary_color);
  }

  .team-section .team-info .badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
    background: color-mix(in srgb, var(--primary_color) 12%, white);
    color: var(--primary_color);
    letter-spacing: 0.2px;
  }
ul.pagination {
    justify-content: center;
}
.page-item.active .page-link {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}
.page-link {
    color: var(--primary_color);
}
.page-link:focus {
    color: var(--primary_color);
    box-shadow: 0 0 0 .25rem var(--primary_color2);
}
.project-detail {
    position: relative;
    padding: 120px 0 120px;
}

.project-detail .upper-box {
    position: relative;
    margin-bottom: 40px;
}

.project-detail .upper-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    height: 550px;
}

.project-detail .upper-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-detail .single-item-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -50px;
}

.project-detail .single-item-carousel .owl-next,
.project-detail .single-item-carousel .owl-prev {
    position: absolute;
    left: 0;
    height: 100px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 18px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .single-item-carousel .owl-next {
    left: auto;
    right: 0px;
}

.project-detail .single-item-carousel .owl-next:hover,
.project-detail .single-item-carousel .owl-prev:hover {
    background-color: rgba(255, 255, 255, .5);
    color: #000000;
}

.project-detail .text-column {
    position: relative;
}

.project-detail .text-column .inner-column {
    position: relative;
}

.project-detail .text-column .inner-column .dropcap {
    float: left;
    background: var(--primary_color);
    border-radius: 20px;
    padding: 30px;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    margin-right: 20px;
}

.project-detail .text-column .inner-column p strong {
    color: #141b22;
}

.project-detail .pr-ul {
    margin-top: 10px;
    float: left;
    margin-bottom: 30px;
}

.project-detail .pr-ul li {
    display: flex;
    margin-bottom: 15px;
    float: left;
    width: 50%;
    align-items: center;
}

.project-detail .pr-ul .icon i {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: var(--primary_color);
}


/* Lower Content */
.project-detail .leactures li a {
    display: flex;
    margin-bottom: 15px;
    color: #777;
}

.project-detail .leactures li:last-child a {
    margin-bottom: 0;
}

.project-detail .leactures li a:hover {
    color: #000;
}

.project-detail .leactures li .text i {
    margin-right: 5px;
}

.project-detail .leactures li .text {
    font-weight: 600;
    font-size: 16px;
}

.project-detail .leactures li .time {
    text-align: right;
}

.project-detail .faq-wrap2 .faq-btn span {
    float: right;
    font-weight: 400;
    font-size: 15px;
}

.project-detail .faq-wrap2 .faq-btn {
    border: 2px solid #f7f8fc !important;
    background: #f7f8fc;
    padding: 15px 30px 15px 40px;
    font-weight: 600;

}

.project-detail .faq-wrap2 .card-header h2 button::after {
    right: inherit;
    left: 10px;
    width: auto;
    height: auto;
    border: none;
    line-height: 47px;
    color: #777;
    font-weight: 400;
}

.project-detail .faq-wrap2 .faq-btn span {
    float: right;
}

.project-detail .faq-wrap2 .card {
    margin-bottom: 15px;
    border: 2px solid #f7f8fc !important;
}

.project-detail .faq-wrap2 .card-body {
    padding: 30px;
}

.project-detail .leactures li div {
    width: 100%;
}

.project-detail .lower-content {
    position: relative;
}

.project-detail .lower-content h2 {
    position: relative;
    display: block;
    margin-bottom: 50px;
    font-size: 50px;
}

.project-detail .lower-content h3 {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.project-detail .lower-content h4 {
    position: relative;
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
}

.project-detail .lower-content p {
    position: relative;
    display: block;
    margin-bottom: 20px;
}


.project-detail .info-column {
    position: relative;
}

.project-detail .info-column .inner-column {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 2px solid #f5f5f5 !important;
}

.project-detail .info-column .inner-column2 {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 8.66px 58px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding-bottom: 30px;
    margin-top: -153px;
    border: 1px solid #e3e3e3;
    position: sticky;
    top: 67px;
}

.project-detail .info-column .inner-column2 h3 {
    background: var(--standard_color);
    color: #fff;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 15px;
}

.project-detail .info-column .inner-column3 {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 8.66px 58px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding-bottom: 30px;
    border: 1px solid #e3e3e3;
    position: sticky;
    top: 67px;
}

.project-detail .info-column .inner-column3 .footer-social a {
    background: var(--standard_color);
}

.project-detail .info-column .inner-column3 .footer-social a:hover {
    background: var(--primary_color);
}

.project-detail .info-column .inner-column3 h3 {
    background: var(--standard_color);
    color: #fff;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 15px;
}

.project-detail .project-info {
    position: relative;
    padding-left: 0;
}

.project-detail .project-info li .btn {
    width: 100%;
    color: #fff;
}

.project-detail .project-info li .slider-btn {
    width: 100%;
}

.project-detail .project-info li {
    position: relative;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 12px;
    padding-right: 13px;
    font-size: 14px;
}

.project-detail .project-info h5 {
    float: left;
}

.project-detail .project-info li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.project-detail .project-info li .icon {
    font-size: 15px;
    line-height: 20px;
    color: var(--primary_color);
}

.project-detail .project-info li strong {
    color: #141b22;
    line-height: 24px;
    display: inline-block;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

.project-detail .project-info .priceing {
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.project-detail .project-info .priceing strong {
    font-family: "DM Sans", serif;
    color: var(--primary_color);
    font-size: 24px;
}

.project-detail .project-info .priceing sub {
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: line-through;
}

.project-detail .project-info .priceing span {
    border-radius: 5px;
    position: absolute;
    background: var(--primary_color)3d;
    padding: 1px 12px;
    font-size: 14px;
    color: var(--primary_color);
    top: 6px;
    margin-left: 15px;
    font-weight: 600;
}


.project-detail .project-info li p {
    font-size: 15px;
    line-height: 24px;

    font-weight: 400;
    margin-bottom: 0;
}

.project-detail .project-info li p a {

    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .project-info li p a:hover {
    color: var(--primary_color);
}

.project-detail .lower-content th {
    background: var(--primary_color);
    color: #fff;
}
.input-preview {
    border-radius: 4px;
    width: 100%;
    height: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: ease-in-out 750ms;
    border: 1px solid #dddddd !important;
    cursor: pointer;
    background: #f6f4ee;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.input-preview__src {
    display: none !important;
}

.input-preview::after {
    position: absolute;
    top: 21%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(50%);
    content: "Click to upload your latest photograph...";
    font-style: italic;
    font-size: 13px;
}

.has-image::after {
    content: "Choose another file...";
    color: white;
    top: 77%;
    background: #0000007d;
}
section.about-area {
    background: #f5f5f5;
}
.animations-02 {
    position: absolute;
    right: 0;
    bottom: -10px;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}
.s-about-img {
    text-align: center;
}
.about-title h5 {
    color: var(--primary_color);
    font-size: 18px;
    margin-bottom: 10px;
}
.s-about-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.s-about-content p {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    font-size: 15px;
    line-height: 1.6;
}
.pb-100, .pb-120, .pb-50 {
    padding-bottom: 50px;
}
.pt-100, .pt-120, .pt-50 {
    padding-top: 50px;
}
section.steps-area {
    background-color: var(--standard_color);
}
.animations-10 {
    position: absolute;
    left: 0;
    bottom: 110px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}
.steps-area .h2, .steps-area h3 {
    color: #fff !important;
}
.section-title .h2 {
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 0px !important;
    position: relative;
    color: #0a144b;
}
.steps-area .section-title p {
    color: #ffffff;
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.6;
}
.s-about-img img {
    box-shadow: 0px -1px 25px 0px var(--standard_color) inset;
    padding: 22px;
    border-radius: 20px;
}
.blog-info .blog-share {
    display: flex;
    gap: 10px;
    align-items: center;
}
.blog-info .blog-share .share {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}
.social__media--list {
    display: flex;
    gap: 10px;
}
.social__media--list .media {
    height: 34px;
    width: 34px;
    border: 1px solid #e4e2e2;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: all 0.3s ease-in;
    font-size: 14px !important;
    color: #262626;
}
.blog-details__article-meta {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.rv-pages{
  padding: 50px 0;
}
.fsStyleAutoclear.fsPageBody.mb-5 {
    padding-top: 40px;
}










@media (min-width: 992px) {
body{
  zoom: 70%;
}







}
@media (min-width: 1200px) {
body{
  zoom: 80%;
}







}
@media (min-width: 1400px) {
body{
  zoom: 100%;
}







}
