@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --p1l1: #B79834;
  --p1: #A88C30;
  --p1d1: #8B7427;
  --p2: #1A9FA0;
  --p2d1: #158484;
  --p2d2: #137676;
  --p3: #2B71B8;
  --p4: #1D3260;
  --f1: "gothambook";
  --f1b1: "gothambold";
  --f1b1i: "gothambold_italic";
  --f1b2: "gothamblack";
  --f1m: "gothammedium";
  --f2: "Myriad";
  --f2p1: "myriad_proregular";
  --f2b1: "MyriadBold";
  --f2b2: "MyriadPro-BlackSemiExt";
  --f3: jubilat, serif;
  --t-time: .4s;
  --easing: cubic-bezier(0.24, 0.96, 0.46, 1);
  --content-spacing: 15px;
  --group-spacing-offset: 10px;
  --section-spacing: 50px;
  --section-spacing-offset: 35px;
}

.header {
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.03em;
  color: #0f2d40;
  border-bottom: 1px solid #179ca3;
  padding-bottom: 9px;
  margin-bottom: 15px;
  display: block;
}

.secondary-header {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 8px;
  padding-right: 15px;
  margin-top: 10px;
}

.tertiary-header {
  font-weight: 600;
  font-size: 17px;
  display: block;
  padding: 0;
  margin-top: 8px;
}

.accent-color {
  color: #179ca3;
} /*TEAL*/
.accent-link {
  color: #179ca3;
  text-decoration: none;
}

.accent-link:hover {
  color: #117176;
  text-decoration: none;
  border-bottom: 1px solid #ebebeb;
}

.lowercase {
  text-transform: lowercase;
}

.line-under-text {
  color: #0f2d40;
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #179ca3;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.anchor-links {
  padding: 20px 0px 10px 0px;
  margin: 30px 0px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.anchor-links a, .anchor-links a:link, .anchor-links a:visited {
  font-size: 12px;
  color: #179ca3;
  font-weight: bold;
  line-height: 108%;
  display: block;
  padding-bottom: 10px;
  text-decoration: none;
}

.anchor-links a:hover {
  color: #117176;
  text-decoration: none;
}

.divider {
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  padding-bottom: 20px;
}

/*.normal-text { font-size: 16px; font-family: "Source Sans Pro", Helvetica, sans-serif; line-height: 1.42857143; color: #333; text-decoration: none; font-style: normal; font-weight: 400; }*/
.lined {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.lined li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}

.lined li:last-child {
  border-bottom: 0;
}

.lined li a {
  display: block;
  font-size: 16px;
  color: #179ca3;
}

.lined li a:hover {
  color: #117176;
}

.lined li a p {
  margin-bottom: 0;
}

/*Long Lists on Pagebuilder pages*/
.item-lists {
  padding-left: 0px;
  list-style-type: none;
  margin-top: 17px;
  margin-bottom: 17px;
}

.item-lists li {
  margin-bottom: 5px;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.item-lists li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  margin-right: 8px;
  color: #179ca3;
  font-size: 8px;
  position: relative;
  top: -2px;
}

.item-lists li ul {
  padding-left: 0px;
  list-style-type: none;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.item-lists li ul li:before {
  content: "\f096";
}

.item-lists li ul li ul li:before {
  content: "\f111";
}

.item-lists li ul li ul li ul li:before {
  content: "\f10c";
}

.item-lists li ul li ul li ul li ul li:before {
  content: "\f105";
}

.item-lists li ul li ul li ul li ul li ul li:before {
  content: "\f101";
}

.oph-button-view-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #68468d;
  color: white;
  text-decoration: none;
  padding: 15px 23px;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
}
.oph-button-view-all::after {
  content: "\f061";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.oph-button-view-all:hover {
  color: white;
  background-color: #857BA8;
}

#tinymce .oph-button-view-all::after {
  content: ">";
  font: bolder normal normal 14px/1 sans-serif;
}

/*.item-lists a { color:#179ca3; text-decoration:none;}
	.item-lists li ul li a { color:#179ca3; text-decoration:none;}
	.item-lists a:hover { color:#117176; text-decoration:none;}*/
/*LEGACY STYLE REQUESTED BY CLIENT*/
.wysiwyg-subbar {
  font-weight: bold;
  line-height: 108%;
  background: #ebebeb;
  padding: 4px 6px;
  display: block;
  margin: 20px 0px 10px 0px;
}

.wysiwyg-subbar-dark {
  font-weight: bold;
  line-height: 108%;
  padding: 4px 6px;
  display: block;
  margin: 20px 0px 10px 0px;
  color: white;
  background-color: #0f2d40;
}

@font-face {
  font-family: "myriad_proregular";
  src: url(/webfonts/myriadpro-regular-webfont.eot);
  src: url(/webfonts/myriadpro-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/webfonts/MyriadPro-Regular.ttf) format("truetype"), url(/webfonts/myriadpro-regular-webfont.woff2) format("woff2"), url(/webfonts/myriadpro-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gothamblack";
  src: url(/webfonts/gotham-black-webfont.eot);
  src: url(/webfonts/gotham-black-webfont.eot?#iefix) format("embedded-opentype"), url(/webfonts/Gotham-Black.ttf) format("truetype"), url(/webfonts/gotham-black-webfont.woff2) format("woff2"), url(/webfonts/gotham-black-webfont.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "gothambold";
  src: url(/webfonts/gotham-bold-webfont.eot);
  src: url(/webfonts/gotham-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/webfonts/Gotham-Bold.ttf) format("truetype"), url(/webfonts/gotham-bold-webfont.woff2) format("woff2"), url(/webfonts/gotham-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "gothambook";
  src: url(/webfonts/gotham-book-webfont.eot);
  src: url(/webfonts/gotham-book-webfont.eot?#iefix) format("embedded-opentype"), url(/webfonts/gotham-book-webfont.woff2) format("woff2"), url(/webfonts/Gotham-Book.ttf) format("truetype"), url(/webfonts/gotham-book-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gothammedium";
  src: url(/webfonts/gotham-medium-webfont.eot);
  src: url(/webfonts/gotham-medium-webfont.eot?#iefix) format("embedded-opentype"), url(/webfonts/Gotham-Medium.ttf) format("truetype"), url(/webfonts/gotham-medium-webfont.woff2) format("woff2"), url(/webfonts/gotham-medium-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MyriadBold";
  src: url(/webfonts/MyriadBold.eot);
  src: url(/webfonts/MyriadBold.eot?#iefix) format("embedded-opentype"), url(/webfonts/MyriadBold.woff2) format("woff2"), url(/webfonts/MyriadBold.woff) format("woff"), url(/webfonts/MyriadBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MyriadPro-BlackSemiExt";
  src: url("../../webfonts/MyriadPro-BlackSemiExt.eot");
  src: url("../../webfonts/MyriadPro-BlackSemiExt.eot?#iefix") format("embedded-opentype"), url("../../webfonts/MyriadPro-BlackSemiExt.woff2") format("woff2"), url("../../webfonts/MyriadPro-BlackSemiExt.woff") format("woff"), url("../../webfonts/MyriadPro-BlackSemiExt.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
#tinymce [class*=prim-] a {
  color: var(--p4);
}
#tinymce [class*=prim-] li a {
  color: var(--p3);
}
#tinymce [class*=sec-] a {
  color: var(--p3);
}

[class*=sec-] a, [class*=sec-] button {
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
[class*=sec-] h1 {
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  color: var(--p1);
  font-weight: 900;
  line-height: 1em;
}
[class*=sec-] h2 {
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  color: var(--p3);
  font-weight: 500;
  line-height: 1.2;
}
[class*=sec-] h3 {
  font-family: "gothamblack";
  font-size: 22px;
  color: var(--p2);
  line-height: 1.2;
  padding-bottom: 30px;
}
[class*=sec-] h4 {
  font-family: "gothamblack";
  font-size: 18px;
  color: var(--p3);
  line-height: 1.2;
  padding-bottom: 20px;
}
[class*=sec-] p {
  font-family: "gothammedium";
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}
[class*=sec-] .btn-green {
  background-color: var(--p2);
  color: #fff;
  font-family: "MyriadBold";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 18px 7px 2px;
  border: 1px solid transparent;
  letter-spacing: 0.8px;
}
[class*=sec-] .btn-green:hover {
  background-color: transparent;
  border-color: var(--p2);
}
[class*=sec-] .btn-green:hover svg path {
  fill: #FFF;
}
[class*=sec-] .btn-blue {
  background-color: var(--p3);
  color: #fff;
  font-family: "gothambold";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 7px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-align: center;
}
[class*=sec-] .btn-blue:hover {
  background-color: transparent;
  border-color: var(--p3);
  color: var(--p3);
}
[class*=sec-] .btn-yellow {
  background-color: var(--p1);
  color: #fff;
  font-family: "gothambold";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 7px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-align: center;
}
[class*=sec-] .btn-yellow:hover {
  background-color: transparent;
  border-color: var(--p1);
  color: var(--p1);
}
[class*=sec-] ul {
  list-style-type: none;
}
[class*=sec-] ul li {
  position: relative;
  padding-left: 25px;
}
[class*=sec-] ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--p4);
  height: 8px;
  width: 8px;
  border-radius: 100%;
  top: 0;
}
[class*=sec-] .head-blk {
  border-bottom: 1.15px solid var(--p1);
  margin-bottom: 30px;
  padding-bottom: 20px;
}
[class*=sec-] .head-text p {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 30px;
  font-family: "gothambook";
}
[class*=sec-] .head-text p a {
  color: var(--p3);
  border-bottom: 1px solid;
  display: inline;
}
[class*=sec-] .head-text p a:hover {
  border-bottom: 1px solid transparent;
}
[class*=sec-] ul.common_ul li {
  font-size: 18px;
  line-height: 1.7;
  font-family: "gothambook";
  color: #000000;
  padding-left: 35px;
  display: block;
}
[class*=sec-] ul.common_ul li a {
  font-size: 18px;
  line-height: 1.7;
  font-family: "gothambook";
  color: var(--p3);
  border-bottom: 1px solid;
  display: inline;
}
[class*=sec-] ul.common_ul li:before {
  width: 5px;
  height: 5px;
  top: 13px;
  left: 20px;
  background-color: var(--p1);
}
[class*=sec-] ul.common_ul li:last-child {
  padding-bottom: 0;
}
[class*=sec-] ul.common_ul li a:hover {
  border-bottom: 1px solid transparent;
}

/*Banner CSS*/
.sec-banner {
  padding: 90px 0;
  background-color: var(--p4);
  margin-bottom: 40px;
}

.sec-banner .main {
  max-width: 1000px;
}

.sec-banner .banner-slider {
  overflow-x: hidden;
}

.sec-banner .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sec-banner .inner .right {
  width: 48%;
  text-align: center;
}

.sec-banner .inner .left {
  width: 52%;
  text-align: center;
  padding: 40px 15px 80px;
}

.sec-banner .banner-slider .item.green .head-text h1 {
  color: var(--p2);
}

.sec-banner .banner-slider .item.yellow .head-text h1 {
  color: var(--p1);
}

.sec-banner .banner-slider .right {
  position: relative;
  padding-left: 15px;
  align-self: flex-end;
}

.sec-banner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
}

.sec-banner h1 {
  padding-bottom: 40px;
}

.sec-banner p {
  font-size: 18px;
  line-height: 2.1;
  color: #FFFFFF;
  font-family: "gothambold";
  padding-bottom: 40px;
  letter-spacing: 0.53px;
}

.sec-banner p a {
  color: var(--p3);
  border-bottom: 1px solid;
  display: inline;
  transition: all 0.5s;
}

.sec-banner p a:hover {
  border-bottom: 1px solid transparent;
}

.sec-banner p:last-child {
  padding-bottom: 0;
}

/*Sec2 CSS*/
.sec-sec2 {
  position: relative;
  padding: 40px 0;
}

.sec-sec2 .main {
  max-width: 1000px;
}

.sec-sec2 .common_ul {
  padding-bottom: 30px;
}

.sec-sec2 .common_ul:last-child {
  padding-bottom: 0;
}

.sec-sec2 .head-text p {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 30px;
  font-family: "gothambook";
}

.sec-sec2 .head-blk {
  border-bottom: 1.15px solid var(--p1);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.sec-sec2 .head-text:last-child p:last-child {
  padding-bottom: 0;
}

.sec-sec2 .head-text p a {
  color: var(--p3);
  border-bottom: 1px solid;
  display: inline;
  transition: all 0.5s;
}

.sec-sec2 .head-text p a:hover {
  border-bottom: 1px solid transparent;
}

/*Sec3 CSS*/
.sec-sec3 {
  padding: 40px 0;
  position: relative;
}

.sec-sec3 .main {
  max-width: 1000px;
}

.sec-sec3 .head-blk {
  border-bottom: 1.15px solid var(--p1);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.sec-sec3 h4 a {
  color: var(--p3);
  border-bottom: 1px solid;
  display: inline;
  transition: all 0.5s;
}

.sec-sec3 h4 a:hover {
  border-bottom: 1px solid transparent;
}

.sec-sec3 .common_ul {
  padding-bottom: 30px;
}

.sec-sec3 .common_ul:last-child {
  padding-bottom: 0;
}

/*Sec4 CSS*/
.sec-sec4 {
  padding: 40px 0;
  background-color: #F2EEE0;
}

.sec-sec4 .main {
  max-width: 1000px;
}

.sec-sec4 .sec4_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.sec-sec4 .sec4_wrap .sec4_left {
  width: 50%;
  padding-right: 15px;
}

.sec-sec4 .sec4_wrap .sec4_right {
  width: 50%;
  padding-left: 15px;
  position: relative;
}

.sec-sec4 h3 {
  font-size: 23px;
  font-family: "gothambold";
  line-height: 1.5;
}

.sec-sec4 p {
  font-size: 22px;
  color: #1A1A1A;
}

.sec-sec4 .sec4_left p span {
  display: inline-block;
  width: 100%;
  font-style: italic;
}

.sec-sec4 p:last-child {
  padding-bottom: 0;
}

.sec-sec4 .img_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 55px;
  z-index: 99;
}

.sec-sec4 .img_text p {
  font-size: 61px;
  font-family: "gothamblack";
  color: #FFFFFF;
  line-height: 0.9;
  letter-spacing: 2px;
}

.sec-sec4 .img_text .text p {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sec-sec4 .img_text .italic {
  font-size: 30px;
  font-family: "gothambook";
  font-style: italic;
}

/*Sec5 CSS*/
.sec-sec5 {
  padding: 80px 0 40px;
}

.sec-sec5 .main {
  max-width: 1000px;
}

.sec-sec5 .common_ul {
  padding-top: 0;
}

.sec-sec5 h4 a {
  color: var(--p3);
  border-bottom: 1px solid;
  display: inline;
}

.sec-sec5 h4 a:hover {
  border-bottom: 1px solid transparent;
}

.sec-sec5 .common_ul {
  padding-bottom: 30px;
}

.sec-sec5 .common_ul:last-child {
  padding-bottom: 0;
}

/*Sec6 CSS*/
.sec-sec6 {
  padding: 40px 0;
}

.sec-sec6 .main {
  max-width: 1000px;
}

.sec-sec6 .common_ul li:last-child {
  padding: 5px 0 0 50px;
}

.sec-sec6 ul.common_ul li:last-child:before {
  left: 35px;
  background-color: #4D4D4D;
  top: 18px;
}

.sec-sec6 .common_ul strong {
  font-family: "gothambold";
  color: var(--p3);
}

/*Sec7 CSS*/
.sec-sec7 {
  padding: 40px 0 80px;
}

.sec-sec7 .main {
  max-width: 1000px;
}

.sec-sec7 .common_ul li {
  padding-left: 10px;
}

.sec-sec7 .common_ul li:before {
  width: 5px;
  height: 5px;
  top: 13px;
  left: 0;
  background-color: var(--p3);
}

.sec-sec7 ul.common_ul li a {
  font-family: "myriad_proregular";
}

[class*=prim-] {
  /*Reset Css*/
  /*Page Css*/
}
[class*=prim-] * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[class*=prim-] html, [class*=prim-] body, [class*=prim-] div, [class*=prim-] span, [class*=prim-] applet, [class*=prim-] object, [class*=prim-] iframe, [class*=prim-] h1, [class*=prim-] h2, [class*=prim-] h3, [class*=prim-] h4, [class*=prim-] h5, [class*=prim-] h6, [class*=prim-] p, [class*=prim-] blockquote, [class*=prim-] pre, [class*=prim-] a, [class*=prim-] abbr, [class*=prim-] acronym, [class*=prim-] address, [class*=prim-] big, [class*=prim-] cite, [class*=prim-] code, [class*=prim-] del, [class*=prim-] dfn, [class*=prim-] em, [class*=prim-] font, [class*=prim-] img, [class*=prim-] ins, [class*=prim-] kbd, [class*=prim-] q, [class*=prim-] s, [class*=prim-] samp, [class*=prim-] small, [class*=prim-] strike, [class*=prim-] strong, [class*=prim-] sub, [class*=prim-] sup, [class*=prim-] tt, [class*=prim-] var, [class*=prim-] dl, [class*=prim-] dt, [class*=prim-] dd, [class*=prim-] ol, [class*=prim-] ul, [class*=prim-] li, [class*=prim-] fieldset, [class*=prim-] form, [class*=prim-] label, [class*=prim-] legend, [class*=prim-] table, [class*=prim-] caption, [class*=prim-] tbody, [class*=prim-] tfoot, [class*=prim-] thead, [class*=prim-] tr, [class*=prim-] th, [class*=prim-] td, [class*=prim-] select, [class*=prim-] input, [class*=prim-] option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
[class*=prim-] html {
  -webkit-text-size-adjust: none;
}
[class*=prim-] nav ul, [class*=prim-] ol li {
  list-style: none;
  list-style-image: none;
}
[class*=prim-] button, [class*=prim-] input, [class*=prim-] select, [class*=prim-] textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  box-shadow: none;
}
[class*=prim-] textarea {
  overflow: auto;
  vertical-align: top;
}
[class*=prim-] input[type=button], [class*=prim-] input[type=submit] {
  -webkit-appearance: none !important;
}
[class*=prim-] :focus {
  outline: 0;
}
[class*=prim-] img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
}
[class*=prim-] a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
[class*=prim-] a:hover {
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
[class*=prim-] a:focus {
  text-decoration: none;
  outline: none;
}
[class*=prim-] body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
[class*=prim-] .wrapper {
  width: 100%;
}
[class*=prim-] .main {
  max-width: 1286px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
[class*=prim-] a, [class*=prim-] button {
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
[class*=prim-] h1 {
  font-family: "MyriadPro-BlackSemiExt";
  font-size: 58px;
  color: var(--p1);
  font-weight: 900;
  line-height: 1em;
}
[class*=prim-] h2 {
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  color: var(--p3);
  font-weight: 500;
  line-height: 1.2;
}
[class*=prim-] h3 {
  font-family: "gothamblack";
  font-size: 22px;
  color: var(--p2);
  line-height: 1.1;
}
[class*=prim-] p {
  font-family: "gothammedium";
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}
[class*=prim-] .btn-green {
  background-color: var(--p2);
  color: #fff;
  font-family: "MyriadBold";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 18px 7px 2px;
  border: 1px solid transparent;
  letter-spacing: 0.8px;
}
[class*=prim-] .btn-green:hover {
  background-color: transparent;
  border-color: var(--p2);
}
[class*=prim-] .btn-green:hover svg path {
  fill: #FFF;
}
[class*=prim-] .btn-blue {
  background-color: var(--p3);
  color: #fff;
  font-family: "gothambold";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 7px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-align: center;
}
[class*=prim-] .btn-blue:hover {
  background-color: transparent;
  border-color: var(--p3);
  color: var(--p3);
}
[class*=prim-] .btn-yellow {
  background-color: var(--p1);
  color: #fff;
  font-family: "gothambold";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 7px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-align: center;
}
[class*=prim-] .btn-yellow:hover {
  background-color: transparent;
  border-color: var(--p1);
  color: var(--p1);
}
[class*=prim-] ul {
  list-style-type: none;
}
[class*=prim-] ul li {
  position: relative;
  padding-left: 25px;
}
[class*=prim-] ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--p4);
  height: 8px;
  width: 8px;
  border-radius: 100%;
  top: 0;
}
[class*=prim-] .head-blk {
  border-bottom: 1.15px solid var(--p1);
  margin-bottom: 30px;
  padding-bottom: 20px;
}
[class*=prim-] .head-text p {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 30px;
  font-family: "gothambook";
}
[class*=prim-] .common_ul li {
  font-size: 18px;
  line-height: 1.7;
  color: var(--p3);
  padding-left: 10px;
  font-family: "gothambold";
  display: block;
}
[class*=prim-] .common_ul li a {
  font-size: 18px;
  line-height: 1.7;
  font-family: "gothambook";
  color: var(--p3);
  border-bottom: 1px solid;
  display: inline;
}
[class*=prim-] .common_ul li:before {
  width: 5px;
  height: 5px;
  top: 13px;
  background-color: var(--p3);
}
[class*=prim-] .common_ul li:last-child {
  padding-bottom: 0;
}
[class*=prim-] .common_ul li a:hover {
  border-bottom: 1px solid transparent;
}

/*Banner CSS*/
.prim-banner {
  padding: 0 0 0;
}

.prim-banner .main {
  max-width: 1440px;
  position: relative;
  z-index: 1;
}

.prim-banner .banner-slider {
  overflow-x: hidden;
}

.prim-banner .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.prim-banner .inner .right {
  width: 48%;
  text-align: center;
}

.prim-banner .inner .left {
  width: 52%;
  text-align: center;
  padding: 40px 15px 80px;
}

.prim-banner .banner-slider .right {
  position: relative;
  padding-left: 15px;
  display: flex;
  align-self: flex-end;
}

.prim-banner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
}

.prim-banner .item {
  z-index: auto;
  position: relative;
  background-color: var(--p3);
  padding: 50px 0 0;
}

.prim-banner .item1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/immunization/slider-primary/slider_bg_img1.jpg);
  opacity: 0.81;
  mix-blend-mode: multiply;
  z-index: auto;
}

.prim-banner .item2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/immunization/slider-primary/slider_bg_img2.jpg);
  opacity: 0.69;
  mix-blend-mode: multiply;
  z-index: auto;
}

.prim-banner .item3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/immunization/slider-primary/slider_bg_img3.jpg);
  opacity: 0.64;
  mix-blend-mode: multiply;
  z-index: auto;
}

.prim-banner .item4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/immunization/slider-primary/slider_bg_img4.jpg);
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: auto;
}

.prim-banner h1 {
  padding-bottom: 40px;
}

.prim-banner p {
  font-size: 21px;
  line-height: 2.1;
  color: #FFFFFF;
  font-family: "gothamblack";
  padding-bottom: 40px;
  letter-spacing: 0.53px;
}

.prim-banner p:last-child {
  padding-bottom: 0;
}

/*Sec2 CSS*/
.prim-sec2 {
  position: relative;
  padding: 90px 0;
}

.prim-sec2 .main {
  max-width: 945px;
}

.prim-sec2 .head-text h3 {
  line-height: 2.21;
  padding-bottom: 30px;
}

.prim-sec2 .head-text p {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 30px;
  font-family: "gothambook";
}

.prim-sec2 .head-blk {
  border-bottom: 1.15px solid var(--p1);
}

.prim-sec2 .head-text:last-child p:last-child {
  padding-bottom: 0;
}

/*Sec3 CSS*/
.prim-sec3 {
  padding: 90px 0;
  background-color: #F2EEE0;
  position: relative;
}

.prim-sec3 .sec3_wrap {
  z-index: 1;
  position: relative;
}

.prim-sec3::before {
  content: "";
  position: absolute;
  background-image: url(../../images/immunization/sec3_bg_img.png);
  right: 0;
  bottom: 0;
  width: 1180px;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
}

.prim-sec3 h2 {
  color: var(--p4);
}

.prim-sec3 .main {
  max-width: 945px;
}

.prim-sec3 .head-blk {
  border-bottom: 1.15px solid var(--p1);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.prim-sec3 .accordion_main {
  width: 100%;
  padding: 50px 0;
}

.prim-sec3 .accordion_blk {
  padding: 0px;
  margin-bottom: 15px;
  width: 100%;
}

.prim-sec3 .acco_title {
  position: relative;
  font-size: 18px;
  line-height: 2;
  color: var(--p4);
  font-family: "gothamblack";
  cursor: pointer;
}

.prim-sec3 .acco_title:before {
  background: url("../../images/immunization/sec3_arrow.png") no-repeat right center;
  background-size: 24px auto;
  width: 24px;
  height: 15px;
  left: -40px;
  top: 13px;
  position: absolute;
  content: "";
  transition: 0.3s;
}

.prim-sec3 .accordion_blk.active .acco_title:before {
  background: url("../../images/immunization/sec3_arrow.png") no-repeat right center;
  background-size: 25px auto;
  transform: rotate(180deg);
  transition: 0.3s;
  opacity: 0.38;
}

.prim-sec3 .acco_content {
  width: 100%;
}

.prim-sec3 .acco_content .c_inner {
  padding: 23px 30px;
  display: inline-block;
  width: 100%;
  background-color: var(--p2);
  border-radius: 10px;
}

.prim-sec3 .acco_content p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.38px;
  font-family: "gothammedium";
}

.prim-sec3 .acco_content p a {
  color: var(--p4);
  font-family: "gothambold";
  text-transform: uppercase;
  border-bottom: 1px solid;
  display: inline;
}

.prim-sec3 .acco_content p a:hover {
  border-bottom: 1px solid transparent;
}

/*Sec4 CSS*/
.prim-sec4 {
  padding: 90px 0 45px;
}

.prim-sec4 .main {
  max-width: 945px;
}

.prim-sec4 p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "gothambook";
  padding-bottom: 30px;
}

.prim-sec4 .head-text p:last-child {
  padding-bottom: 0 !important;
}

.prim-sec4 h3 {
  padding-bottom: 30px;
}

.prim-sec4 .common_ul {
  padding-top: 60px;
}

.prim-sec4 .common_ul li:nth-child(3) {
  padding: 30px 0;
}

.prim-sec4 .common_ul li:nth-child(3):before {
  display: none;
}

/*Sec5 CSS*/
.prim-sec5 {
  padding: 45px 0;
}

.prim-sec5 .main {
  max-width: 945px;
}

.prim-sec5 .common_ul {
  padding-top: 0;
}

/*Sec6 CSS*/
.prim-sec6 {
  padding: 45px 0 90px;
}

.prim-sec6 .main {
  max-width: 945px;
}

.prim-sec6 ul.common_ul li a {
  font-family: "myriad_proregular";
}
/*# sourceMappingURL=wysiwyg.css.map */