.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  line-height: 25px;
}

.top-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

._90-wrapper {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

._90-wrapper.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._90-wrapper.bc {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
}

.branding {
  margin-bottom: 5px;
}

.logo-img {
  width: 290px;
}

.navbar {
  padding: 10px 30px 15px;
  background-color: #fff;
  box-shadow: 0 1px 9px 0 rgba(12, 74, 120, 0.3);
}

.div-block {
  display: block;
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.nav-menu {
  position: relative;
  padding-left: 10px;
  float: none;
}

.search-hero-wrapper {
  position: absolute;
  top: -10px;
  right: 0px;
  bottom: 0px;
  width: 24%;
  margin-top: 20px;
  margin-left: 5%;
  float: right;
}

.form-filed {
  background-color: #f5f5f5;
  color: #0c4a78;
}

.form-filed:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 74, 120, 0.25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 200, 42, 0.15)), to(rgba(208, 200, 42, 0.15)));
  background-image: linear-gradient(180deg, rgba(208, 200, 42, 0.15), rgba(208, 200, 42, 0.15));
}

.form-filed:active {
  border-color: rgba(12, 74, 120, 0.25);
}

.form-filed:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 74, 120, 0.25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 200, 42, 0.15)), to(rgba(208, 200, 42, 0.15)));
  background-image: linear-gradient(180deg, rgba(208, 200, 42, 0.15), rgba(208, 200, 42, 0.15));
}

.form-filed.search-filed {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.3);
  border-radius: 50px;
  background-color: rgba(42, 50, 208, 0.05);
  color: #333;
  font-size: 12px;
}

.form-filed.search-filed:focus {
  color: #0c4a78;
}

.form-filed.search-filed::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.form-filed.search-filed:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.form-filed.search-filed::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.form-filed.search-filed::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.form-filed.search-filed.result-search {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-filed.search-filed-ft {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.3);
  border-radius: 50px;
  background-color: #f5f5f5;
}

.form-filed.form-filed-comments {
  height: 130px;
}

.search-icon {
  position: absolute;
  right: 0px;
  bottom: -8px;
  display: inline-block;
  height: 100%;
  margin-right: 3%;
  margin-left: 0%;
  padding: 0px 5px;
}

.search-img {
  width: 20px;
}

.top-number-link {
  margin-right: 20px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.8;
  color: #333;
  text-decoration: none;
}

.top-number-link:hover {
  opacity: 1;
}

.government-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.gm {
  width: 30px;
  float: left;
}

.nav-link {
  margin-top: 12px;
  margin-right: 0px;
  padding: 8px 6px;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #000;
  font-size: 14px;
  text-transform: none;
}

.nav-link:hover {
  color: #0c4a78;
  text-decoration: none;
}

.nav-link:active {
  text-decoration: none;
}

.nav-link.w--current {
  margin-top: 10px;
  color: #0c4a78;
  text-decoration: underline;
  text-transform: none;
}

.nav-link.home {
  padding-left: 0px;
  text-decoration: none;
}

.nav-link.home.w--current {
  margin-top: 12px;
}

.nav-link.drop {
  margin-right: 0px;
  padding-right: 20px;
}

.nav-link.drop:hover {
  text-decoration: none;
}

.hero-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  height: 93vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px none #0c4a78;
  color: #fff;
}

.div-block-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-services {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -9%;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #0c4a78;
  box-shadow: 4px -4px 8px 0 hsla(0, 0%, 100%, 0.07);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 2px solid #fff;
}

.link-wrapper {
  width: 100%;
  border: 1px none #000;
  color: #fff;
  text-decoration: none;
}

.link-wrapper.blog-link {
  position: relative;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(208, 200, 42, 0.5);
  color: #333;
}

.link-wrapper.blog-link:hover {
  border-width: 1px;
  border-color: #d0c82a;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.departments-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid hsla(0, 0%, 100%, 0.06);
  text-align: center;
}

.div-block-3:hover {
  background-color: rgba(14, 93, 151, 0.95);
}

.hero-text-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 90%;
  margin: 0% auto 21px;
  padding: 0px 60px 84px;
}

.hero-text-wrapper.hide-text {
  display: none;
}

.heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 48px;
  text-shadow: 1px 1px 6px #000;
}

._50-text {
  width: 65%;
  margin-top: 6%;
}

.g-button {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0px;
  float: none;
  border: 1px solid #333;
  border-radius: 20px;
  background-color: transparent;
  color: #333;
}

.g-button.white {
  border-color: #fff;
  color: #fff;
}

.g-button.white:hover {
  background-color: #fff;
  color: #333;
}

.g-button.white.hide-button {
  display: none;
}

.button {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0px;
  float: none;
  border: 1px solid transparent;
  border-radius: 20px;
  background-color: #d0c82a;
  color: #333;
}

.button:hover {
  background-color: #0c4a78;
  color: #fff;
}

.button.white:hover {
  background-color: #fff;
  color: #0c4a78;
}

.button.blue {
  border-color: #0c4a78;
  background-color: transparent;
  color: #0c4a78;
}

.button.blue:hover {
  border-color: #0c4a78;
  background-color: #0c4a78;
  color: #fff;
}

.button.hide-button {
  display: none;
}

.body {
  font-family: 'Century gothic', sans-serif;
  font-size: 15px;
}

.sect {
  padding: 90px 30px;
}

.sect.r {
  position: relative;
  padding-top: 134px;
  padding-bottom: 80px;
}

.sect.inner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sect._404-sect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.para {
  margin-bottom: 25px;
  line-height: 25px;
}

.para.fag-para {
  overflow: hidden;
  max-height: 150px;
  min-height: 150px;
}

.para.summary {
  overflow: hidden;
  height: 175px;
  margin-bottom: 15px;
}

.ft-wrapper {
  background-image: url('../images/skyscrapers-looking-up_925x.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.blog-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform 400ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 400ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 400ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 400ms cubic-bezier(.77, 0, .175, 1);
  color: #333;
}

.blog-wrapper:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 200, 42, 0.15)), to(rgba(208, 200, 42, 0.15)));
  background-image: linear-gradient(180deg, rgba(208, 200, 42, 0.15), rgba(208, 200, 42, 0.15));
  opacity: 1;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dummy-button {
  position: absolute;
  display: inline-block;
  margin-top: 5px;
  padding: 0px;
  opacity: 1;
  color: #0c4a78;
  text-align: left;
}

.blog-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}

.ft-top {
  padding: 40px 30px;
  background-color: #d0c82a;
}

.div-block-5 {
  padding-bottom: 0px;
  background-color: #0c4a78;
}

.div-block-6 {
  overflow: hidden;
  height: 100%;
  border-bottom: 2px none #0c4a78;
  background-image: url('../images/adult-american-blond-1282268.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-7 {
  height: auto;
  padding: 30px 40px;
  color: #fff;
}

.search-hero-wrapper--ft {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  margin-top: 0px;
  margin-left: 5%;
  float: right;
}

.div-block-8 {
  padding: 50px 30px 20px;
  background-color: #0c4a78;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 74, 120, 0.85)), to(rgba(12, 74, 120, 0.85))), url('../images/pexels-photo-401685.jpeg');
  background-image: linear-gradient(180deg, rgba(12, 74, 120, 0.85), rgba(12, 74, 120, 0.85)), url('../images/pexels-photo-401685.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  color: #fff;
}

.ft-copyright-wrapper {
  text-align: left;
}

.copyright-link {
  margin-right: 10px;
  margin-left: 0px;
  float: none;
  opacity: 0.7;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.copyright-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.copyright-text {
  display: block;
  margin-left: 0px;
  float: none;
  font-size: 12px;
  line-height: 20px;
}

.ft-divider-line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #333;
  opacity: 0.05;
}

.ft-wrapper-2 {
  margin-bottom: 30px;
}

.ft-text {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
}

.ft-link {
  display: block;
  margin-bottom: 15px;
  opacity: 0.71;
  color: #fff;
  text-decoration: none;
}

.ft-link:hover {
  opacity: 1;
  color: #d0c82a;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.ft-link.w--current {
  opacity: 1;
  color: #d0c82a;
  font-weight: 600;
  text-decoration: underline;
}

.div-block-9 {
  padding-right: 20px;
}

.organizational-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.organizational-img:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56));
}

.socialmedia-link-wrapper {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #0c4a78;
  opacity: 0.5;
}

.socialmedia-link-wrapper:hover {
  opacity: 1;
}

.image {
  width: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.dropdown-icon {
  margin-right: 2px;
}

.dropdown-menu.w--open {
  margin-top: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 74, 120, 0.25);
  background-color: #005fa5;
}

.dropdown-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  color: #fff;
  font-size: 14px;
}

.dropdown-link:hover {
  border-bottom-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
}

.dropdown-link.w--current {
  border-bottom-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
}

.h2 {
  color: #333;
  font-size: 32px;
  line-height: 42px;
}

.g-text {
  margin-left: 5px;
  padding: 0px;
  color: #000;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
}

.nav-sub-link {
  margin-right: 15px;
  padding: 0px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #0c4a78;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-sub-link.hide-link {
  display: none;
}

.inner-hero {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c4a78;
  background-image: none;
  background-position: 0px 0px;
  color: #fff;
}

.h1-internal {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #0c4a78;
  font-size: 42px;
  line-height: 42px;
}

.h1-internal.h1-404 {
  width: 100%;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 60px;
}

.pagination-wrapper {
  margin-top: 20px;
}

.link {
  display: inline-block;
  margin-right: 8px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 74, 120, 0.5);
  color: #0c4a78;
  text-decoration: none;
}

.link:hover {
  background-color: rgba(12, 74, 120, 0.25);
}

.link.w--current {
  background-color: #0c4a78;
  color: #fff;
}

.text-img {
  width: 330px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.block-quote {
  margin-top: 20px;
  margin-bottom: 20px;
  border-left-color: #0c4a78;
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
}

.links {
  display: block;
  margin-bottom: 10px;
  padding-right: 4px;
  padding-bottom: 10px;
  padding-left: 4px;
  float: none;
  border-bottom: 1px solid rgba(12, 74, 120, 0.12);
  opacity: 0.8;
  color: #0c4a78;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.links:hover {
  opacity: 1;
  color: #0c4a78;
  text-decoration: none;
}

.links.w--current {
  opacity: 0.9;
  text-decoration: none;
}

.side-link {
  margin-bottom: 25px;
  padding: 0px;
  border-left: 1px none rgba(0, 0, 0, 0.06);
  opacity: 1;
  text-align: right;
}

.side-link:hover {
  opacity: 0.94;
}

.col-right {
  padding-right: 0px;
  padding-left: 20px;
}

.col-right.col-right-downloads {
  padding-left: 10px;
}

.col-left {
  padding-right: 20px;
  padding-left: 0px;
}

.textblock {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
}

.list-item {
  margin-bottom: 12px;
}

.unordered-list {
  list-style-type: square;
}

.results-link-wrapper {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(42, 50, 208, 0.1);
  opacity: 0.8;
  color: #333;
  text-decoration: none;
}

.results-link-wrapper:hover {
  opacity: 1;
}

.results-heading {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.results-heading:hover {
  color: #0c4a78;
  font-weight: 700;
  text-decoration: none;
}

.results-search-wrapper {
  margin-bottom: 60px;
}

.col-none {
  padding-right: 0px;
  padding-left: 0px;
}

.form-button {
  background-color: #0c4a78;
}

.form-button:hover {
  background-color: #d0c82a;
  color: #0c4a78;
}

.form-button.result-button {
  width: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #0c4a78;
}

.form-button.result-button:hover {
  background-color: #d0c82a;
  color: #0c4a78;
}

.item-wrapper {
  margin-bottom: 30px;
}

.textblock-heading {
  margin-bottom: 20px;
  color: #0c4a78;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.textblock-2 {
  margin-bottom: 5px;
  font-size: 13.5px;
}

.number-link {
  color: #333;
  font-size: 14.5px;
  text-decoration: none;
}

.number-link:hover {
  color: #0c4a78;
  text-decoration: underline;
}

.email-link {
  color: #333;
  font-size: 14.5px;
  text-decoration: none;
}

.email-link:hover {
  color: #0c4a78;
}

.form-label {
  font-weight: 400;
}

.col-center {
  position: static;
  padding-right: 20px;
  padding-left: 20px;
}

.col-center.col-downloads {
  padding-right: 5px;
  padding-left: 5px;
}

.col-left-2 {
  padding-left: 0px;
}

.downlod-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 0px;
  height: 100%;
  padding: 2px;
  background-color: #0c4a78;
  color: transparent;
}

.download-wrapper-2 {
  overflow: hidden;
  border: 1px none #d0c82a;
  border-radius: 0px;
  background-color: rgba(246, 248, 250, 0.55);
  -webkit-transition: box-shadow 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: box-shadow 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 400ms cubic-bezier(.645, .045, .355, 1), box-shadow 400ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 400ms cubic-bezier(.645, .045, .355, 1), box-shadow 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
}

.download-wrapper-2:hover {
  border-style: none;
  background-color: #f5f5f5;
  box-shadow: 0 0 6px 3px rgba(136, 154, 166, 0.18);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.download-inner-wrapper-2 {
  position: relative;
  padding: 20px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.05);
  background-color: transparent;
}

.div-block-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dotted rgba(62, 80, 124, 0.15);
  background-color: rgba(12, 74, 120, 0.25);
}

.download-effect-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 0px;
  background-color: #0c4a78;
}

.download-text {
  position: relative;
  z-index: 100;
  color: #fff;
}

.link-wrapper-3 {
  color: #333;
  text-decoration: none;
}

.link-wrapper-3.space {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(208, 200, 42, 0.5);
}

.link-wrapper-3.space:hover {
  border-width: 1px;
  border-color: #d0c82a;
}

.link-wrapper-3.space.left {
  width: 100%;
  margin-left: 0px;
}

.link-wrapper-3.space.right {
  margin-right: 0px;
  margin-left: 0px;
}

.link-wrapper-3.fa-general-wrapper {
  display: block;
  width: 96%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(208, 200, 42, 0.5);
  opacity: 0.8;
}

.link-wrapper-3.fa-general-wrapper:hover {
  border-width: 1px;
  border-color: #d0c82a;
  opacity: 1;
}

.link-wrapper-3.fa-general-wrapper.right {
  margin-right: 0px;
  margin-left: 0px;
  float: right;
}

.link-wrapper-3.fa-general-wrapper.ag-g-left {
  float: left;
}

.download-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0c4a78;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.intial-toggle-content-wrapper {
  overflow: hidden;
}

.second-toggle-wrapper {
  margin-bottom: 20px;
}

.intial-accordion-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 45px;
  height: 45px;
  margin-right: 12px;
  border-radius: 0px;
  background-color: #0c4a78;
  background-image: url('../images/arrow-point-to-right.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.third-accordion-icon {
  width: 45px;
  height: 45px;
  margin-right: 12px;
  border-radius: 0px;
  background-color: #0c4a78;
  background-image: url('../images/arrow-point-to-right.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.second-accodion-icon {
  width: 45px;
  height: 45px;
  margin-right: 12px;
  border-radius: 0px;
  background-color: #0c4a78;
  background-image: url('../images/arrow-point-to-right.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.text-accordion {
  font-family: 'Droid Sans', sans-serif;
}

.toggle-link {
  position: relative;
  display: block;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.toggle-link:hover {
  color: #0c4a78;
}

.space-wrapper {
  padding: 0px 20px 20px 8%;
  border-radius: 5px;
  background-color: #fff;
}

.intial-toggle-wrapper {
  margin-bottom: 20px;
}

.third-toggle-content-wrapper {
  overflow: hidden;
}

.second-toggle-content-wrapper {
  overflow: hidden;
}

.third-toggle-wrapper {
  margin-bottom: 20px;
}

.heading-sub {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #0c4a78;
  font-size: 20px;
  line-height: 25px;
}

.div-block-17 {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: rgba(42, 50, 208, 0.05);
}

.div-block-18 {
  margin-bottom: 20px;
  padding: 0px 9px 5px;
  color: #fff;
}

.related-links-wrapper {
  padding: 0px 5px 5px;
  float: right;
}

.related-links {
  opacity: 0.7;
  color: #0c4a78;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.if-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(208, 200, 42, 0.6);
}

.iframe-inner-wrapper {
  position: relative;
  display: block;
  overflow: scroll;
  width: 90%;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  background-color: #f5f5f5;
}

.close-link {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px 30px 10px 10px;
  opacity: 0.8;
  color: #0c4a78;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.lightbox-wrapper {
  position: relative;
  display: block;
  width: 95%;
  height: 300px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('../images/skyscrapers-looking-up_925x.jpg');
  background-position: 0px 0px;
  background-size: 462px;
  color: #000;
}

.lightbox-wrapper.right {
  margin-right: 0px;
}

.lightbox-wrapper.right.img-1 {
  background-image: url('../images/pexels-photo-932397.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-wrapper.right.img-5 {
  background-image: url('../images/business-man-1125324_1280.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-wrapper.left {
  margin-left: 0px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-wrapper.left.img-4 {
  background-image: url('../images/group-of-lawyers-creating-a-law-firm-website.jpg');
  background-size: cover;
}

.lightbox-wrapper.img {
  background-image: url('../images/pexels-photo-428341.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-wrapper.img-3 {
  background-image: url('../images/pexels-photo-447186.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-effect-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(12, 74, 120, 0.25);
  color: #fff;
}

.gallery-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.textblock-3 {
  margin-bottom: 15px;
}

.textblock-3.italic {
  color: #fff;
  font-style: italic;
}

.click-wrapper {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: hsla(0, 0%, 100%, 0.95);
}

.plus {
  color: #0c4a78;
  font-size: 30px;
  line-height: 30px;
}

.minus {
  color: #0c4a78;
  font-size: 30px;
  line-height: 30px;
}

.grid-9 {
  display: none;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.media-icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(208, 200, 42, 0.15);
}

.media-icon {
  width: 35px;
}

.divider {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.35;
}

.div-block-19 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._404-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.text-link {
  display: inline-block;
  color: #0c4a78;
}

.div-block-20 {
  min-height: 45px;
  padding: 10px;
}

.heading-2 {
  line-height: 45px;
}

.div-block-21 {
  height: 542px;
}

.structure-wrapper {
  position: static;
  overflow: visible;
  width: 98%;
  margin-bottom: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.attorney-name {
  color: #0c4a78;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.structure-img {
  position: relative;
  overflow: hidden;
  height: 300px;
  margin-bottom: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: url('../images/business-woman-2697954_640.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.structure-img.img-2 {
  width: 100%;
  background-image: url('../images/pexels-photo-401685.jpeg');
}

.title-textblock-copy {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 12px;
}

.heading-search {
  width: 220px;
  float: right;
}

.fag-img-wrapper {
  width: 100%;
}

.date-wrapper {
  font-size: 10px;
}

.date-wrapper.big {
  font-size: 13px;
}

.month {
  display: inline-block;
}

.date-divider {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}

.day {
  display: inline-block;
}

.year {
  display: inline-block;
}

.fag-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0c4a78;
  font-size: 20px;
  line-height: 30px;
}

.faginner-wrapper {
  position: relative;
  padding: 20px 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.05);
  background-color: transparent;
}

.fag-textblock {
  margin-bottom: 20px;
  font-size: 14px;
}

.read-more-dummy {
  position: absolute;
  display: inline-block;
  font-size: 12px;
}

.read-more-dummy:hover {
  color: #0c4a78;
}

.structure-mine-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: rgba(246, 248, 250, 0.55);
  -webkit-transition: box-shadow 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: box-shadow 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 400ms cubic-bezier(.645, .045, .355, 1), box-shadow 400ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 400ms cubic-bezier(.645, .045, .355, 1), box-shadow 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
}

.structure-mine-wrapper:hover {
  border-style: none;
  background-color: #f5f5f5;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.year-started {
  display: inline-block;
  margin-right: 0px;
}

.year-ended {
  display: inline-block;
}

.to {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.fag-img {
  width: 450px;
  max-width: none;
  margin-bottom: 15px;
}

.slider {
  height: 95vh;
}

.slider1.img-bk-2 {
  padding-right: 30px;
  padding-left: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/1_QVlNLoyOPLA9GZr6zwEUKg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1_QVlNLoyOPLA9GZr6zwEUKg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blog-inner {
  position: relative;
  height: auto;
  padding: 20px 20px 40px;
}

.img {
  width: 100%;
}

.blog-img {
  overflow: auto;
  width: 100%;
  height: auto;
  min-height: auto;
}

.div-block-22 {
  padding: 0px 20px;
  background-color: #0c4a78;
}

.col-none-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.2);
}

.ft-copyright-wrapper-right {
  text-align: right;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
}

.pane {
  padding-top: 0px;
}

.slider2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/adults-agreement-application-1059109.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/adults-agreement-application-1059109.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slider3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/group-of-lawyers-creating-a-law-firm-website.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/group-of-lawyers-creating-a-law-firm-website.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.right-arrow {
  opacity: 0.2;
}

.right-arrow:hover {
  opacity: 1;
}

.left-arrow {
  opacity: 0.2;
}

.left-arrow:hover {
  opacity: 1;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.lightbox-wrapper-hp {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: url('../images/skyscrapers-looking-up_925x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.hppic-col-1 {
  padding-right: 0px;
  padding-left: 0px;
  border-left: 1px solid #fff;
}

.hppic-col-2 {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-23 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgba(12, 74, 120, 0.25);
}

.tabs {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tab-menu {
  width: 25%;
  margin-right: 10px;
  padding-right: 25px;
  float: left;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.event-date {
  opacity: 0.75;
  font-size: 13px;
}

.tab-month {
  display: block;
  margin-right: 9px;
  margin-bottom: 5px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.08);
  background-color: transparent;
  opacity: 0.7;
}

.tab-month:hover {
  background-color: rgba(208, 200, 42, 0.15);
  color: #0c4a78;
}

.tab-month.w--current {
  margin-right: 10px;
  margin-bottom: 5px;
  padding-left: 9px;
  background-color: #0c4a78;
  opacity: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.tab-menus {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-description-para {
  overflow: hidden;
  height: 100px;
  margin-bottom: 19px;
  opacity: 0.75;
}

.event-title {
  margin-bottom: 15px;
  color: #0c4a78;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

.hyphan-text {
  margin-right: 5px;
  margin-left: 5px;
}

.tab-contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 20px 20px 40px;
  border: 1px none #d0c82a;
  background-color: #f5f5f5;
  opacity: 0.8;
}

.tab-wrapper:hover {
  opacity: 1;
}

.event-time {
  opacity: 0.75;
  font-size: 13px;
}

.calander-link {
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(208, 200, 42, 0.5);
  color: #333;
  text-decoration: none;
}

.calander-link:hover {
  border-width: 1px;
  border-color: #d0c82a;
}

.full-link {
  display: inline-block;
  opacity: 0.85;
  color: #354046;
  text-decoration: none;
  text-transform: capitalize;
}

.full-link:hover {
  opacity: 1;
  color: #624ca7;
}

.tab-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.time-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  padding-left: 0px;
}

.event-details-wrapper {
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.flex-div-wrapper {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-h3 {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #0c4a78;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.date-duration-text {
  display: block;
  margin-bottom: 5px;
  line-height: 25px;
}

.event-text {
  margin-bottom: 5px;
}

.event-link {
  opacity: 0.8;
  color: #0c4a78;
}

.event-link:hover {
  opacity: 1;
}

.downloads-related-links {
  display: block;
  width: auto;
  margin-bottom: 10px;
  padding: 0px 0px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid rgba(12, 74, 120, 0.12);
  background-color: transparent;
  opacity: 0.7;
  color: #0c4a78;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

.downloads-related-links:hover {
  opacity: 1;
}

.downloads-related-links.w--current {
  display: block;
  width: auto;
  border-bottom-color: rgba(12, 74, 120, 0.12);
  background-color: transparent;
  opacity: 1;
  font-style: normal;
}

.downloads-related-links.w--current:hover {
  opacity: 1;
}

.text-block-2 {
  display: block;
  font-style: normal;
}

.text-block-3 {
  display: block;
}

.tab-pane-tab-6 {
  z-index: -10;
  height: 0px;
}

.tabs-content {
  width: 70%;
  float: right;
}

.related-links-dw {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 0.7;
  color: #0c4a78;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.div-block-24 {
  padding-left: 20px;
}

.organizatonal-mine-wrapper {
  overflow: hidden;
  width: 98%;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(208, 200, 42, 0.5);
  border-radius: 0px;
  background-color: rgba(246, 248, 250, 0.55);
  -webkit-transition: box-shadow 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: box-shadow 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 400ms cubic-bezier(.645, .045, .355, 1), box-shadow 400ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 400ms cubic-bezier(.645, .045, .355, 1), box-shadow 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
}

.organizatonal-mine-wrapper:hover {
  border-style: none;
  background-color: #f5f5f5;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.organizatonal-mine-wrapper.right {
  width: 98%;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(208, 200, 42, 0.5);
}

.organizatonal-mine-wrapper.center {
  margin-right: auto;
  margin-left: auto;
}

.organizatonal-mine-wrapper.left {
  float: left;
}

.rich-text-block {
  font-family: 'Droid Sans', sans-serif;
}

.ag-signature-img {
  width: 130px;
  height: 101px;
}

.coat-of-arms-saintlucia-img {
  width: 90px;
  height: auto;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.content-replacements-img {
  width: 1000px;
  height: auto;
  margin-bottom: 15px;
}

.emagine-copyright {
  display: block;
  margin-left: 0px;
  float: none;
  opacity: 0.5;
  font-size: 12px;
  line-height: 20px;
}

.emagine-copyright:hover {
  opacity: 0.8;
}

.content-divider {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 20px 0px 20px 5px;
  border: 1px none #000;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0.35;
}

.scroll-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 60px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 165px;
  margin-left: auto;
}

.scroll-link {
  width: 60px;
  height: 50px;
  opacity: 0.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.scroll-text {
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
}

.former-img {
  width: 100%;
  min-height: 230.03px;
}

.former-img.dummy-img {
  min-height: 230.04px;
}

.ordered-list {
  margin-bottom: 26px;
  list-style-type: decimal;
}

.home-breadcrumb-link {
  display: inline-block;
  margin-right: 0px;
  opacity: 0.35;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  text-decoration: none;
}

.home-breadcrumb-link:hover {
  opacity: 0.7;
}

.home-breadcrumb-link.w--current {
  opacity: 0.7;
}

.second-breadcrumb-link {
  display: inline-block;
  margin-right: 0px;
  opacity: 0.35;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  text-decoration: none;
}

.second-breadcrumb-link:hover {
  opacity: 0.7;
}

.second-breadcrumb-link.w--current {
  opacity: 0.7;
}

.third-breadcrumb-link {
  display: inline-block;
  margin-right: 0px;
  opacity: 0.35;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  text-decoration: none;
}

.third-breadcrumb-link:hover {
  opacity: 0.7;
}

.third-breadcrumb-link.w--current {
  opacity: 0.7;
}

.fourth-breadcrumb-link {
  display: inline-block;
  margin-right: 0px;
  opacity: 0.35;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  text-decoration: none;
}

.fourth-breadcrumb-link:hover {
  opacity: 0.7;
}

.fourth-breadcrumb-link.w--current {
  opacity: 0.7;
}

.fifth-breadcrumb-link {
  display: inline-block;
  margin-right: 0px;
  opacity: 0.35;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  text-decoration: none;
}

.fifth-breadcrumb-link:hover {
  opacity: 0.7;
}

.fifth-breadcrumb-link.w--current {
  opacity: 0.7;
}

.info-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.92);
}

.infor {
  overflow: hidden;
  width: 60%;
  height: 600px;
  max-height: 600px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.info-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  min-height: 50px;
  padding: 20px 20px 20px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
}

.if-inner-content {
  overflow: scroll;
  height: 100%;
  padding: 30px 30px 80px;
}

.page-number-text-block {
  display: inline-block;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="intial-icon"] {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

html.w-mod-js *[data-ix="hidden-text"] {
  height: 0px;
}

html.w-mod-js *[data-ix="fade-text"] {
  opacity: 0.42;
}

@media (max-width: 991px) {
  ._90-wrapper {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .nav-menu {
    position: absolute;
    padding-left: 0px;
    background-color: #d0c82a;
  }
  .search-hero-wrapper {
    width: 50%;
  }
  .nav-link {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    padding: 20px;
    border-bottom-color: rgba(12, 74, 120, 0.25);
  }
  .nav-link:hover {
    border-bottom-color: rgba(208, 200, 42, 0.15);
    background-color: #0c4a78;
    color: #d0c82a;
  }
  .nav-link.w--current {
    margin-top: 0px;
    border-bottom-color: rgba(208, 200, 42, 0.15);
    background-color: #0c4a78;
    color: #d0c82a;
  }
  .nav-link.home {
    padding-left: 20px;
  }
  .nav-link.home.w--current {
    margin-top: 0px;
    padding-left: 20px;
    color: #d0c82a;
  }
  .nav-link.drop {
    padding-right: 35px;
  }
  .hero-wrapper {
    height: auto;
    padding-top: 0px;
    padding-bottom: 1px;
  }
  .hero-text-wrapper {
    margin-top: 0%;
    margin-bottom: 0px;
    padding-top: 203px;
  }
  .heading {
    font-size: 35px;
    line-height: 35px;
  }
  ._50-text {
    width: 100%;
    margin-top: 0%;
  }
  .sect {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sect.r {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .para.fag-para {
    height: auto;
    max-height: 75px;
  }
  .para.summary {
    height: auto;
    max-height: 75px;
  }
  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-heading {
    min-height: auto;
  }
  .search-hero-wrapper--ft {
    width: 100%;
  }
  .dropdown-icon {
    margin-right: 20px;
  }
  .dropdown-menu.w--open {
    margin-top: 0px;
  }
  .dropdown-link {
    padding-left: 35px;
    border-bottom: 1px solid rgba(12, 74, 120, 0.25);
  }
  .dropdown-link:hover {
    border-bottom-color: rgba(208, 200, 42, 0.15);
    background-color: #000;
    color: #d0c82a;
  }
  .dropdown-link.w--current {
    border-bottom-color: rgba(208, 200, 42, 0.15);
    background-color: #000;
    color: #d0c82a;
  }
  .menu-button {
    background-color: #000;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #d0c82a;
  }
  .h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .h1-internal {
    font-size: 38px;
  }
  .text-img {
    width: 50%;
  }
  .col-right.col-right-downloads {
    padding-left: 0px;
  }
  .results-search-wrapper {
    width: 100%;
  }
  .form-button.result-button {
    width: 100%;
  }
  .columns {
    width: 100%;
  }
  .col-center {
    padding-left: 0px;
  }
  .col-center.col-downloads {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-left-2 {
    padding-right: 0px;
  }
  .link-wrapper-3.space {
    width: 100%;
  }
  .link-wrapper-3.space.left {
    width: 100%;
  }
  .link-wrapper-3.fa-general-wrapper {
    width: 100%;
  }
  .download-heading {
    height: auto;
    max-height: 100px;
  }
  .lightbox-wrapper.right.img-1 {
    width: 100%;
  }
  .lightbox-wrapper.right.img-5 {
    width: 100%;
  }
  .lightbox-wrapper.left {
    width: 100%;
  }
  .lightbox-wrapper.left.img-4 {
    width: 100%;
  }
  .lightbox-wrapper.img {
    width: 100%;
  }
  .lightbox-wrapper.img-3 {
    width: 100%;
  }
  .lightbox-effect-wrapper {
    display: none;
  }
  .lightbox-effect-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(208, 200, 42, 0.15);
  }
  .gallery-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .click-wrapper {
    display: none;
  }
  .click-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .media-icon-wrapper {
    display: none;
  }
  .div-block-19 {
    width: 89%;
  }
  .div-block-20 {
    display: inline-block;
  }
  .div-block-21 {
    height: 800px;
  }
  .slider {
    height: 60vh;
  }
  .div-block-22 {
    padding: 20px;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-menu {
    display: block;
    overflow: scroll;
    margin-bottom: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .event-description-para {
    height: 130px;
  }
  .scroll-wrapper {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  ._90-wrapper {
    display: block;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  ._90-wrapper.center {
    display: inline-block;
    width: 100%;
    background-color: transparent;
  }
  .branding {
    width: 100%;
    text-align: center;
  }
  .form-filed.search-filed.result-search {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .hero-wrapper {
    overflow: hidden;
    height: auto;
    margin-right: 0px;
    padding: 0px;
  }
  .hero-text-wrapper {
    margin-bottom: 0px;
    padding-top: 148px;
    padding-right: 30px;
    padding-left: 30px;
  }
  ._50-text {
    width: 100%;
    margin-top: 0%;
  }
  .sect {
    padding: 40px 20px;
  }
  .sect.r {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sect.inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .para {
    position: static;
  }
  .ft-wrapper {
    position: relative;
  }
  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .blog-heading {
    display: block;
    min-height: 0px;
  }
  .search-hero-wrapper--ft {
    width: 100%;
  }
  .div-block-8 {
    position: relative;
  }
  .ft-copyright-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }
  .ft-wrapper-2 {
    width: 100%;
    text-align: center;
  }
  .div-block-9 {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .menu-button {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
  }
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .inner-hero {
    overflow: hidden;
  }
  .h1-internal {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
  }
  .text-img {
    width: 100%;
  }
  .col-right {
    padding-left: 0px;
  }
  .col-right.col-right-downloads {
    padding-left: 0px;
  }
  .col-left {
    padding-right: 0px;
  }
  .form-button.result-button {
    margin-top: 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .div-block-15 {
    margin-bottom: 30px;
  }
  .col-center {
    padding-right: 0px;
  }
  .col-center.col-downloads {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-left-2 {
    padding-right: 0px;
  }
  .link-wrapper-3.space {
    width: 100%;
  }
  .link-wrapper-3.space.left {
    width: 100%;
    margin-right: 0px;
  }
  .link-wrapper-3.fa-general-wrapper {
    width: 100%;
  }
  .file-type {
    margin-bottom: 5px;
  }
  .second-toggle-wrapper {
    margin-bottom: 5px;
  }
  .space-wrapper {
    padding: 8px;
  }
  .column-wrapper {
    margin-bottom: 45px;
  }
  .intial-toggle-wrapper {
    margin-bottom: 5px;
  }
  .third-toggle-wrapper {
    margin-bottom: 5px;
  }
  .lightbox-wrapper.right.img-1 {
    width: 100%;
  }
  .lightbox-wrapper.right.img-5 {
    width: 100%;
  }
  .lightbox-wrapper.left {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .lightbox-wrapper.left.img-4 {
    width: 100%;
  }
  .lightbox-wrapper.img-3 {
    width: 100%;
  }
  .grid-9 {
    display: none;
  }
  .div-block-19 {
    position: static;
    width: 100%;
    height: auto;
    padding: 5px;
    border-radius: 0px;
  }
  .form-block {
    margin-bottom: 30px;
  }
  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }
  .div-block-21 {
    height: 300px;
  }
  .up-arrow-link {
    position: fixed;
    right: 0px;
    bottom: 0%;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 57px;
    padding: 15px 0px 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    text-decoration: none;
  }
  .image-2 {
    position: relative;
    right: -6px;
    width: 28px;
    max-width: auto;
  }
  .fag-img {
    width: 450px;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
    padding-left: 0px;
  }
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-menu {
    width: 100%;
  }
  .tab-month {
    display: inline-block;
  }
  .tab-menus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tab-event {
    display: block;
  }
  .event-details-wrapper {
    width: 80%;
  }
  .tabs-content {
    width: 100%;
  }
  .emagine-copyright {
    text-align: center;
  }
}

@media (max-width: 479px) {
  ._90-wrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  ._90-wrapper.bc {
    width: 95%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .branding {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-wrapper {
    height: auto;
    padding: 0px;
  }
  .hero-text-wrapper {
    padding-top: 46px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .heading {
    font-size: 30px;
  }
  ._50-text {
    margin-top: 0%;
  }
  .g-button.white {
    width: 100%;
    text-align: center;
  }
  .button {
    width: 100%;
    border-radius: 60px;
    text-align: center;
  }
  .sect {
    padding: 40px 20px;
  }
  .sect.r {
    padding: 40px 20px;
  }
  .sect.inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .para.fag-para {
    max-height: 150px;
  }
  .para.summary {
    max-height: 150px;
  }
  .ft-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-block-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .copyright-text {
    margin-top: 15px;
    margin-left: 0px;
  }
  .h2 {
    text-align: left;
  }
  .inner-hero {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h1-internal {
    font-size: 30px;
    line-height: 35px;
  }
  .col-right {
    padding-left: 0px;
  }
  .col-left {
    padding-right: 0px;
  }
  .div-block-15 {
    margin-bottom: 15px;
  }
  .link-wrapper-3.space {
    width: 100%;
  }
  .link-wrapper-3.space.left {
    width: 100%;
  }
  .link-wrapper-3.fa-general-wrapper {
    width: 100%;
  }
  .download-heading {
    max-height: 150px;
  }
  .second-toggle-wrapper {
    margin-bottom: 5px;
  }
  .second-accodion-icon {
    width: 49px;
    height: 49px;
  }
  .toggle-link {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .intial-toggle-wrapper {
    margin-bottom: 5px;
  }
  .third-toggle-wrapper {
    margin-bottom: 5px;
  }
  .lightbox-wrapper.right.img-1 {
    margin-left: 0px;
  }
  .gallery-heading {
    text-align: center;
  }
  .click-wrapper {
    width: 40px;
    height: 40px;
  }
  .plus {
    font-size: 20px;
    line-height: 20px;
  }
  .minus {
    font-size: 20px;
    line-height: 20px;
  }
  .grid-9 {
    display: none;
  }
  .div-block-19 {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .fag-img {
    width: 230px;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .event-description-para {
    display: none;
  }
  .event-details-wrapper {
    width: 100%;
  }
  .emagine-copyright {
    margin-top: 15px;
    margin-left: 0px;
  }
}

#w-node-93d76127a62a-e73c78e6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d673b6437fd1-e73c78e6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a421f995e007-e73c78e6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1c965ac2fbb4-e73c78e6 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e56965541300-e73c78e6 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-94def561ccfd-e73c78e6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 0;
  grid-row-start: 0;
  -ms-grid-row-span: 1;
  grid-row-end: 1;
}

#w-node-b4993097a0db-e73c78e6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ad07f9851572-e73c78e6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-04e596a49093-e73c78e6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-51403baa9513-e73c78e6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1263e0865e3a-3ef89161 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f14796dd72df-3ef89161 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fb88bd1ac566-3ef89161 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a2e819c30a39-3ef89161 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c407eea17da3-3ef89161 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-190659048678-3ef89161 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@font-face {
  font-family: 'Gothic';
  src: url('../fonts/GOTHIC.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothicb0';
  src: url('../fonts/GOTHICB0.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothicbi';
  src: url('../fonts/GOTHICBI.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothicb';
  src: url('../fonts/GOTHICB.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothici';
  src: url('../fonts/GOTHICI.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/CenturyGothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}