/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}


/******************************** Home page *****************************/

/**************************** banner Section ******************/
.main-banner {
  position: relative;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 0px 0px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #7A7A7A;
}
.main-banner:before{
  content: "";
  display: block;
  background: url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/Images/home-intro-overlay-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.main-banner:after{
  content: "";
  display: block;
  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/wave-overlay-bottom.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -400px;
  pointer-events: none;
  z-index: 2;
}
.main-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 800px;
}
.banner-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-left-sec {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  max-width: 700px;
  margin-left: auto;
}
.banner-right-sec {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
}
.banner-sec-inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-sec-inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.banner__heading {
  width: 100%;
}
.banner__heading h2 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family: "Inter", Sans-serif;
  color: #FFFFFF;
  font-size: 44px;
  line-height: 52px;
}
.banner__subHeading h2 {
  padding: 0;
  margin: 0;
  color: #A2A7AA;
  font-size: 44px;
  line-height: 52px;
}
.banner__listing {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.banner__listing ul {
  list-style-type: none;
  padding: 0;
  margin: 40px 0px 50px 0px;
}
.banner__listing ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
  border-top: 2px solid rgba(133, 140, 144, 0.42);
  padding-top: 10px;
}
.banner__listing ul li:not(:last-child) {
  padding-bottom: calc(25px/2);
}
.banner__listing ul li:not(:first-child) {
  margin-top: calc(25px/2);
}
.banner_button.watch_video {
  display: none;
}
.banner_button {
  position: relative;
  width: 173px;
  max-width: 173px;
  margin-bottom: 10px;
}
.banner_button a {
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 4px 4px 4px 4px;
  border-width: 2px 2px 2px 2px;
  font-family: "Inter", Sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 21px;
  color: #FFFFFF;
  width: 100%;
  height: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  position: relative;
  z-index: 1;
  background-color: rgba(2, 1, 1, 0);
  border-style: solid;
  border-color: #FFFFFF;
  padding: 12px 10px 12px 10px;
  display: inline-block;
}
.banner-btn-cntnt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-btn-icon {
  display: none;
}
.banner-btn-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.banner_button a:hover {
  background-color: #E50A47;
  border-color: #E50A47;
  color: #fff;
}
.banner__listing ul li span {
  display: inline-block;
  color: #FFFFFF;
}
.banner-right-sec .banner-sec-inner {
  padding: 0px 0px 0px 30px;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}
.banner-image {
  cursor: pointer;
  text-align: center;
  height: 100%;
}
.banner-image:before {
  content: "";
  background: rgba(0, 0, 0, 0.40);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.banner-image img {
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -355px -90px;
} 
.banner-sec-img {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  right: -80px;
  bottom: -85px;
  width: 631px;
  height: 631px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: auto;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.40);
}
.banner-sec-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.banner-sec-img:after {
  content: "";
  display: block;
  background: url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/Images/watch-yt-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 124px;
  height: 124px;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
  animation-name: pulse_animation;
  animation-duration: 5000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes pulse_animation {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.08); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.05); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}

.banner-left-sec:before{
  content: "";
  display: block;

  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/white-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  width: 628px;
  height: 628px;
  position: absolute;
  left: -375px;
  top: -60px;
  pointer-events: none;
  opacity: 0.06;
}

.banner-left-sec:after{
  content: "";
  display: block;
  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/white-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 244px;
  height: 244px;
  position: absolute;
  left: -185px;
  bottom: 50px;
  pointer-events: none;
  opacity: 0.06;
}

.documentation_wrapper .dnd-section {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 50px 100px 50px !important;
  position: relative;
  z-index: 2;
  background-color: #F4F6F7;
}
.services-header {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 1070px;
  margin: 0 auto;
}
.services-header h2 {
  padding: 0;
  margin: 0;
  color: #0E3E67;
  font-family: "Inter", Sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 41px;
}

.services_listing {
  position: relative;
  width: 100%;
  margin-top: 130px;
  margin-bottom: 100px;
}
.services_listing_inner {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-left: calc(-20px/2);
  margin-right: calc(-20px/2);
  width: auto;
}
.services-item {
  position: relative;
  width: 33.33%;
  padding-right: calc(20px/2);
  padding-left: calc(20px/2);
}
.services-item-container {
  padding: 30px 30px 30px 30px;
  background-color: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.services-infobox-content {
  width: 100%;
}
.services-module-content {
  margin: -90px 0px 30px 0px;
}

.services-icon-wrap {
  text-align: center;
}
span.uael-icon {
  display: inline-block;
  height: 148px;
  width: 148px;
  line-height: 148px;
}
.uael-icon img {
  max-width: 100%;
  max-width: 148px;
  width: 100%;
}
.services-infobox-title-wrap, .services-infobox-text-wrap {
  width: 100%;
}
.services-infobox-title-wrap h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #121738;
  margin: 0px 0px 10px 0px;
}
.services-infobox-title-wrap:after {
  content: "";
  display: block;
  background: #1C4EBE;
  width: 38px;
  height: 2px;
  margin: 20px 0;
  pointer-events: none;
}
.services-infobox-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #121738;
  margin: 0px 0px 0px 0px;
}



.two-column-program {
  width: 100%;
  position: relative;
}
.two-column-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program-img-sec {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}
.program-img-inner {
  padding: 0px 30px 0px 0px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program-image {
  text-align: center;
  width: 100%;
}
.program-image img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  max-width: 390px;
}
.program-content-sec {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
.program-content-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.program-heading {
  position: relative;
  width: 100%;
  color: #0E3E67;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  margin: 0px 0px 30px 0px;
}
.program-heading p {
  margin-bottom: 0;
  font-weight: bold;
}
.program-heading p strong {
  font-weight: bold;
  color: #1C4EBE;
}
.program-content {
  position: relative;
  width: 100%;
  margin: 0px 0px 35px 0px;
}
.program-content p {
  font-weight: bold;
}
.program-button {
  position: relative;
  width: 100%;
  max-width: 396px;
}
.program-button a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  border-width: 2px 2px 2px 2px;
  border-color: #E50A47;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 10px 15px 10px;
  font-family: "Inter", Sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 21px;
  color: #FFFFFF;
  background-color: #E50A47;
  width: 100%;
  height: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  position: relative;
  z-index: 1;
  border-style: solid;
}
.program-button a:hover {
  color: #FFFFFF;
  background-color: #121738;
  border-style: solid;
  border-color: #121738;
}
.program-content p:last-child {
  margin-bottom: 0;
}



/***********************************  ***************************************/


.include_section {
  position: relative;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 330px 50px 75px 50px;
  background-image: url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/Images/home-cdia-association-bg-1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.include_section:before {
  content: "";
  display: block;

  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/blue-gradient-overlay-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  right: -10px;
  top: 10px;
  pointer-events: none;
}
.include_section:after {
  content: "";
  display: block;

  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/black-circle.svg);
  background-size: cover;

  background-repeat: no-repeat;
  background-position: right top;
  width: 427px;
  height: 427px;
  position: absolute;
  right: -250px;
  top: 500px;
  pointer-events: none;
  opacity: 0.05;
}

.include_section .program-heading {
  color: #fff;
}
.include_section p {
  color: #fff;
}
.include_section .program-button {
  max-width: 315px;
}
.include_section .program-button a:hover {
  color: #E50A47;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.include__header_in {
  margin: 150px 0px 30px 0px;
}
.include__header h2 {
  padding: 0;
  margin: 0;
  font-family: "Inter", Sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: initial;
  position: relative;
  z-index: 999;
}
.include__section {
  position: relative;
  z-index: 9;
}
.include__body_inner {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc( -30px/2 );
  margin-right: calc( -30px/2 );
  width: calc(100% + 30px);
}
.include_box {
  position: relative;
  width: 33.33%;
  padding-right: calc( 30px/2 );
  padding-left: calc( 30px/2 );
  padding-bottom: 30px;
}
.include-flip-box {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 149px;
}
.include-flip-box__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  background: transparent;
  border-radius: 6px;
}
.include-flip-box__front {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: rgba(255, 255, 255, 0.61);
}
.include-flip-box__back {
  opacity: 0;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #E50A47;
}
.include-flip-box__layer__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  padding: 35px;
}
.include-flip-box__front .include-flip-box__layer__overlay {
  padding: 30px 30px 30px 30px;
  text-align: left;
}
.include-flip-box__layer__inner {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
h3.include-flip-box__layer__title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
}
.include-icon {
  text-align: center;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
  font-size: 80px;
  margin-right: 20px;
}
/* .include-icon img {
max-width: 100%;
} */
.include-flip-box:hover .include-flip-box__front {
  opacity: 0;
}
.include-flip-box:hover .include-flip-box__back {
  opacity: 1;
}
.include-flip-box__back .include-flip-box__layer__overlay {
  padding: 20px 20px 20px 20px;
  text-align: left;
  justify-content: center;
}

.include-flip-box__layer__description {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  line-height: 21px;
  min-height: 50px;
  max-height: 109px;
  overflow-y: auto;
}

.include_section .dnd-column {
  position: relative;
  width: 100%;
}
.include_section .dnd-column:before {
  content: "";
  display: block;
  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/white-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  width: 628px;
  height: 628px;
  position: absolute;
  left: -360px;
  top: 245px;
  pointer-events: none;
  opacity: 0.06;
}
.include_section .dnd-column:after {
  content: "";
  display: block;
  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/white-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  width: 244px;
  height: 244px;
  position: absolute;
  left: -200px;
  top: 800px;
  pointer-events: none;
  opacity: 0.06;
}
.include_section .program-content p {
  font-weight: normal;
}


.home__slider {
  padding: 75px 50px 0px 50px;
  position: relative;
}
.home__slider:before {
  content: "";
  display: block;
  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/stethoscope-white-gradient-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  right: 0;
  bottom: -250px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.our-clients-heading {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.our-clients-heading h2 {
  padding: 0;
  color: #0E3E67;
  font-family: "Inter", Sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  line-height: 41px;
}
.clients-slider-img {
  text-align: center;
  height: 100%;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 0!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 75px 0 0;
  max-width: none;
  min-height: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-right: 20px;
}
.clients-slider-img img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: -ms-transform all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
  width: 100%;
}
.our-clients-wrap {
  position: relative;
  z-index: 999;
}
.counter-wrapper {
  position: relative;
  z-index: 999;
}
.counter-wrapper {
  position: relative;
  z-index: 999;
  width: 100%;
  padding: 75px 0px 100px 0px;
}
.counter-content {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.6);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 50px 50px 50px;
  background-color: #0E3E67;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.number_counter {
  position: relative;
  width: 100%;
  max-width: 226px;
}
.number_counter-number-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 89px;
  font-weight: bold;
  line-height: 89px;
}
.number_counter-number-prefix, .number_counter-number-suffix {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: pre-wrap;
}
span.number_counter-number-prefix {
  text-align: right;
}
span.number_counter-number-suffix {
  text-align: left;
}
.counter_text {
  max-width: 100%;
  width: auto;
}
.counter_text h2 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 500;
  line-height: 43px;
  margin: 0px 0px 0px 40px;
}
.slick-initialized .slick-slide:focus {
  outline: none !important;
}
.clients-slider-img img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}


/********************************** Cdia community ***************************************/


.cdia-community-banner .advance-banner.banner-area:before {
  background-image: url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/Images/page-title-blue-gradient-overlay.svg) !important;
}
.cdia-community-banner .banner-col-image img {
  max-width: 100%;
}
.cdia-community-banner .title h1, .cdia-community-banner .sub-title h4 {
  color: #fff;
}
.cdia-community-banner .sub-title h4 {
  font-family: "Inter", Sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 34px;
}
.cdia-community-banner .advanced_content h3 {
  font-family: "Inter", Sans-serif;
  font-size: 22px;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 30px;
}
.cdia-community-banner .advanced_content {
  margin: 15px 0px 30px 0px;
}
.cdia-community-banner .sub-title {
  margin: 20px 0px 0px 0px !important;
}
.cdia-community-banner .button {
  width: 280px;
  max-width: 280px;
}
.what-included {
  position: relative;
  padding: 75px 50px 130px 50px;
}
.what-included .include__header {
  text-align: center;
}
.what-included .include__header_in {
  margin: 0px 0px 50px 0px;
}
.what-included .include__header h2 {
  color: #0E3E67;
}
.what-included .include-flip-box {
  background-color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
}








@media (max-width: 1400px){
  .banner-sec-img {
    right: -65px;
  }

}




@media (max-width: 1300px){
  .banner-sec-img {
    width: 550px;
    height: 550px;
  }




}


@media (max-width: 1100px){
  .banner-sec-img:before {
    height: 50px;
    bottom: 115px;
  }
  .banner-sec-img {
    right: 0;
  }
  .banner-left-sec:before {
    width: 400px;
    height: 400px;
    left: -240px;
    top: -40px;
  }
  .banner-left-sec:after {
    width: 150px;
    height: 150px;
    left: -135px;
    top: 330px;
  }




}



@media (max-width: 1100px) and (min-width: 1024px){
  .banner__heading h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .banner__subHeading h2 {
    font-size: 38px;
    line-height: 45px;
  }





}


@media (max-width: 1024px){
  .program-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .program-button a {
    font-size: 16px;
    line-height: 20px;
  }

  .program-img-inner {
    padding: 0px 40px 0px 0px;
  }
  .main-banner {
    padding: 30px 0px 0px 30px;
  }
  .main-banner-inner {
    min-height: 645px;
  }
  .banner-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-sec-inner {
    padding: 0px 0px 50px 0px;
  }
  .banner__heading h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .banner__subHeading h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .banner__listing ul {
    margin: 30px 0px 40px 0px;
  }
  .banner__listing ul li {
    font-size: 16px;
    line-height: 20px;
  }
  .banner_button a {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-sec-img {
    width: 400px;
    height: 400px;
    right: -45px;
    bottom: -55px;
  }
  .banner-sec-img:before {
    height: 60px;
    bottom: 65px;
  }
  .banner-sec-img:after {
    width: 90px;
    height: 90px;
  }
  .banner-image img {
    object-position: -200px -90px;
  }
  .main-banner:after {
    bottom: -315px;
  }
  .services-header h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .documentation_wrapper .dnd-section {
    padding: 30px 30px 75px 30px !important;
  }
  .services_listing {
    margin-top: 120px;
    margin-bottom: 75px;
  }
  .services_listing_inner {
    margin-left: calc(-30px/2);
    margin-right: calc(-30px/2);
  }
  .services-item {
    width: 50%;
    padding-right: calc(30px/2);
    padding-left: calc(30px/2);
    padding-bottom: 100px;
  }
  .services-infobox-content {
    text-align: center;
  }
  .services-infobox-title-wrap:after {
    margin: 20px auto;
  }
  .services-item:last-child {
    padding-bottom: 0px;
  }
  .include_section {
    padding: 280px 30px 75px 30px;
  }
  .include_section .dnd-column:before {
    width: 400px;
    height: 400px;
    left: -300px;
    top: 130px;
  }
  .include_section .dnd-column:after{
    display: none;
  }
  .include__header_in {
    margin: 75px 0px 30px 0px;
  }
  .include__body_inner {
    margin-left: calc( -20px/2 );
    margin-right: calc( -20px/2 );
    width: calc(100% + 20px);
  }
  .include_box {
    padding-right: calc( 20px/2 );
    padding-left: calc( 20px/2 );
    padding-bottom: 20px;
    width: 50%;
  }
  h3.include-flip-box__layer__title {
    font-size: 16px;
    line-height: 20px;
  }
  .include-icon {
    max-width: 70px !important;
  }

  .include-flip-box__front .include-flip-box__layer__overlay {
    padding: 20px 20px 20px 20px;
  }
  .include__header h2 {
    font-size: 25px;
    line-height: initial;
  }
  .banner-sec-img {
    right: 0;
    bottom: -65px;
  }
  .counter-wrapper {
    padding: 75px 0px 75px 0px;
  }
  .counter-content {
    padding: 30px 30px 30px 30px;
  }
  .number_counter {
    max-width: 150px;
  }
  .number_counter-number-wrapper {
    font-size: 55px;
    line-height: 55px;
  }
  .counter_text h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0px 0px 0px 20px;
  }
  .home__slider {
    padding: 40px 30px 0px 30px;
  }
  .our-clients-heading {
    max-width: 500px;
  }
  .our-clients-heading h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .home__slider:before {
    bottom: -200px;
  }
  .clients-slider-img {
    padding: 50px 0 0;
  }





}

@media (max-width: 767px){
  .two-column-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .program-img-sec {
    width: 100%;
  }

  .program-content-sec {
    width: 100%;
  }

  .program-img-inner {
    padding: 0px 0px 30px 0px;
  }

  .program-image img {
    max-width: 233px;
  }

  .program-content-inner {
    justify-content: center;
    text-align: center;
  }

  .program-heading {
    font-size: 20px;
    line-height: 25px;
    margin: 0px 0px 15px 0px;
  }

  .program-content {
    margin: 0px 0px 25px 0px;
  }

  .program-button a {
    font-size: 14px;
    line-height: 18px;
    padding: 13px 10px 13px 10px;
  }
  .main-banner {
    padding: 125px 30px 125px 30px;
  }
  .main-banner:after {
    background-image: url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/Images/wave-overlay-bottom-mobile.svg);
    bottom: -295px;
  }
  .banner-right-sec {
    display: none;
  }
  .banner-left-sec {
    width: 100%;
  }
  .banner-left-sec:before {
    width: 250px;
    height: 250px;
    left: -150px;
    top: -30px;
  }
  .banner-left-sec:after {
    top: 195px;
  } 
  .banner-sec-inner {
    padding: 0px 0px 0px 0px;
  }
  .main-banner-inner {
    min-height: 400px;
  }
  .banner__listing ul li:not(:last-child) {
    padding-bottom: calc(15px/2);
  }
  .banner__listing ul li:not(:first-child) {
    margin-top: calc(15px/2);
  }
  .banner_button.watch_video {
    width: 153px;
    max-width: 153px;
    margin: 0 20px 10px 0!important;
    display: block;
  }
  .banner_button.watch_video a {
    background-color: rgba(2, 1, 1, 0);
    border-style: solid;
    border-color: #E50A47;
    padding: 12px 10px 12px 10px;
  }
  .watch_video .banner-btn-icon {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    display: flex;
  }
  .banner_button a {
    font-size: 14px;
    line-height: 18px;
  }
  .banner_button.find_out_more {
    width: 153px;
    max-width: 153px;
  }
  .documentation_wrapper .dnd-section {
    padding: 0px 30px 50px 30px !important;
  }
  .services-header h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .services_listing {
    margin-top: 90px;
    margin-bottom: 50px;
  }
  .services_listing_inner {
    max-width: 500px;
    margin: 0 auto;
  }
  .services-item {
    width: 100%;
    padding: 0 0 80px;
  }
  .services-module-content {
    margin: -70px 0px 20px 0px;
  }
  span.uael-icon {
    height: 99px;
    width: 99px;
    line-height: 99px;
  }
  .program-button {
    width: 230px;
    max-width: 230px;
  }
  .include_section {
    padding: 130px 30px 50px 30px;
  }
  .include_section:after{
    display: none;
  }
  .include_section .dnd-column:before {
    width: 300px;
    height: 300px;
    left: -199px;
  }
  .include__header_in {
    margin: 50px 0px 30px 0px;
  } 
  .include__header h2 {
    line-height: initial;
    font-size: 20px;
    text-align: center;
  }
  .include-flip-box {
    height: 130px;
  }
  .include-icon {
    max-width: 55px !important;
  }
  .include-icon img {
    width: 55px !important;
  }
  .services-item-container {
    padding: 20px 20px 20px 20px;
  }
  .include_section .program-button {
    width: 230px;
    max-width: 230px;
  }
  .our-clients-heading h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .counter-wrapper {
    padding: 30px 0px 50px 0px;
  }
  .counter-content {
    padding: 30px 20px 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .counter_text h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 15px 0px 0px 0px;
  }
  .home__slider:before {
    height: 700px;
    bottom: 500px;
  }
  .clients-slider-img {
    padding: 30px 0 0;
  }


  .our-clients-logo .slick-list {
    margin: 0 0 70px;
  }
  .our-clients-logo .slick-prev, .our-clients-logo .slick-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%;
    outline: none;
    top: 105%;
    left: 0;
    right: 0;
    margin: 10px;
    width: 25px;
    height: 25px;
    bottom: -40px;
    transform: none;
    transform: translateX(50%);
    left: 50%;
    opacity: 1 !important;
  }
  .our-clients-logo .slick-prev {
    background-image: url(https://7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/Images/carousel-arrow-icon.svg) !important;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    transform: scaleX(-1) translateX(50%); 
    margin-left: -20px;
  }
  .our-clients-logo .slick-prev:hover {
    background-image: url(https://7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/Images/carousel-arrow-icon.svg) !important;
  }
  .our-clients-logo .slick-next {
    background-image: url(https://7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/Images/carousel-arrow-icon.svg) !important;
    margin-left: -5px;
  }
  .our-clients-logo .slick-next:hover {
    background-image: url(https://7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/Images/carousel-arrow-icon.svg) !important;
  }
  .our-clients-logo .slick-arrow:before{
    display: none !important;
  }


}


@media (max-width: 700px){
  .include_box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .include_box:last-child {
    padding-bottom: 0px;
  }



}
@media (max-width: 600px){
.main-banner:after {
    bottom: -330px;
}
}
@media (max-width: 479px){
  .main-banner {
    background-position-x: 60%!important;
    padding: 120px 20px 100px;
  }
  .main-banner:before {
    background-position: center bottom;
  }
  .main-banner:after {
    bottom: -320px;
    height: 700px;
  }
  .banner__heading h2,.banner__subHeading h2 {
    font-size: 20px;
    line-height: 27px;
  }
  .banner__listing ul {
    margin: 20px 0px 30px 0px;
  }
  .banner__listing ul li span {
    font-size: 14px;
    line-height: 18px;
  }
  .documentation_wrapper .dnd-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .services-module-content * {
    font-size: 14px;
    line-height: 20px;
  }
  .services-infobox-title-wrap h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .services-infobox-text {
    font-size: 14px;
    line-height: 20px;
  }
  .include_section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home__slider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .number_counter-number-wrapper {
    font-size: 41px;
    line-height: 41px;
  }
  .counter_text h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .home__slider:before {
    background-size: 100%;
    height: 550px;
  }



}






/******************************** Home page End *****************************/


@media(min-width: 768px){
  .cdia_association .banner-section, .cdia_association_channel .banner-section {
    display: none;
  }

}

@media(max-width: 1199px){
  .cdia_association .dnd-section > .row-fluid, 
  .cdia_association_channel .dnd-section > .row-fluid{
    max-width: 800px !important;
  }


}


@media(max-width: 991px){
  .cdia_association .dnd-section > .row-fluid,
  .cdia_association_channel .dnd-section > .row-fluid{
    max-width: 600px !important;
  }


}


@media(max-width: 767px){
  .cdia_association .dnd-section > .row-fluid,
  .cdia_association_channel .dnd-section > .row-fluid{
    max-width: 500px !important;
  }
  .cdia_association .body-container-wrapper,
  .cdia_association_channel .body-container-wrapper{
    margin-top: 40px;
  }


}


@media(max-width: 575px){
  .cdia_association .dnd-section > .row-fluid,
  .cdia_association_channel .dnd-section > .row-fluid{
    padding-right: 10px !important;
    padding-left: 10px !important;
  }


}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.dnd-section {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1024px){
  .dnd-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 479px){
  .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/Fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/Fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/Fonts/FontAwesome5Free-Solid.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"),
    url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/Fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/Fonts/FontAwesome5Brands-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: eicons;
  src: url("//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/Fonts/eicons.eot") format("embedded-opentype"),
    url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/Fonts/eicons.woff) format("woff"),
    url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/Fonts/eicons.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
      scroll-behavior: smooth;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: .9rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.18;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.07;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.36;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.35;
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
}

h6 {
  font-size: .9rem;
  line-height: 1.2;
}
@media (max-width: 1024px){
  h1 {
    line-height: 1.14;
  }

  body {
    line-height: 1.44;
  }

  h2 {
    line-height: 1.25;
  }

  h3 {

    line-height: 1.35;
  }

  h4 {
    line-height: 1.42;
  }

}

@media(max-width:767px){
  body {
    line-height: 1.45;
  }
  h3 {
    line-height: 1.42;

  }
}
strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}



/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;

}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  min-width: 170px;
  min-height: auto;
  font-size: 19px;
  font-weight: bold;
  border-style: solid;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  
  text-decoration: none;
  margin: 15px 0;
  text-align:center;
}
.hs-button {
  white-space: normal;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label,.systems-page label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 10px ;
  color: #000000;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}

.hs-input ,input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height: 42px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px 0px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #fafafa;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  padding: 12px 10px;
  font-family:Inter, sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  background-color: #fafafa;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder ,input#hs-pwd-widget-password:-moz-placeholder{
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder,input#hs-pwd-widget-password::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus ,input#hs-pwd-widget-password:focus{
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto !important;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 25px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
@media(max-width:767px){
  form{
    max-width:100%;
  }
}

.submitted-message{
 clear: both; 
  text-align: center;
  color:  #494a52;
}
#hs_cos_wrapper_main-section-module-4 select{
    padding: 0 22px 0 0 !important;
  }
select.hs-input {
    padding: 0 10px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* rk hubdb job page css*/
.body-wrapper.content {
  display: block;
}
.job-detail-page {
  margin: 0 auto;
  max-width: 680px;
}
.uael-rbs-toggle {
  text-align: center;
}
.uael-rbs-toggle > div {
  display: inline-block;
}
.active-job-type {
  text-align: center;
}
/* above added new*/

.job-card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 20px 20px 20px;
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 30px;
}
.card2 .job-card{
  margin-bottom: 0px;
}
.job-title h2 {
  font-size: 26px;
  margin: 0;
  line-height: initial;
}

.job-title {
  margin: 0px 0px 20px 0px;
}

.content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.job-card_left {
  width: 80.015%;
}

.job-card_right {
  width: 19.948%;
  align-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* width: 100%; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.organisation p {
  font-size: 15px;
  font-weight: 500;
  line-height: initial;
  margin: 0;
}

.organisation {
  margin: 0px 0px 10px 0px;
}

.location p {
  font-size: 15px;
  line-height: initial;
  margin: 0;
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

i.fas.fa-map-marker-alt {
  color: #E50A47;
}

.location {
  margin: 0px 0px 10px 0px;
}
.image.mob{
  display:none
}
.description p {
  color: #54595F;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}

.description {
  margin: 0px 0px 10px 0px;
}

.job .read-more {
  padding-bottom: 0;
}

.job-date h2 {
  color: #E50A47;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  margin: 0;
}

.job-card_right {}

.image img {
  width: 200px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.image {
  text-align: right;
}
@media (max-width: 767px){


  .job-title h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .job-card_left {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .job-card_right {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    width: 100%;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }


  .image.mob {
    display: block;
  }

  .image img {
    width: 120px;
    max-width: 100%;
  }

  .job-date {
    width: 100%;
  }


  .job-date h2 {
    font-size: 15px;
  }

  .job-title {
    margin: 0px 0px 8px 0px;
  }

  .job .read-more {
    width: auto;
    margin: 0px 0px 8px 0px;
  }

  .image.mob {
    width: auto;
  }

  .job-info-wrap {
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .organisation {
    width: 100%;
  }
}
/*job page checkbox toggle css */
.uael-toggle {
  display: block;
  position: relative;
  background: 0 0;
  width: 3.8em;
}
.uael-switch-round-2 {
  visibility: hidden;
  margin: 0!important;
  padding: 0!important;
  opacity: 0;
  display: none;
}
.uael-toggle input[type=checkbox]+label {
  position: relative;
  display: inline-block;
  top: 0;
  left: .2em;
  padding-left: 0;
  color: #000;
  cursor: pointer;
  width: 2.28em;
  height: 1.3em;
}


.elementor-263 .elementor-element.elementor-element-fb991c5 .uael-toggle input[type="checkbox"] + label:after {
  border: 0.3em solid #0E3E67;
  background-color: #FFFFFF;
}

.image.desk {
  text-align: left;
  margin: 0px 0px 15px 0px;
}

.job-detail-page h3 {
  margin: 0px 0px 13px 0px;
  font-size: 26px;
  text-transform: capitalize;
  line-height: 32px;
}

.job-detail-page tbody {
  border: none;
  border-spacing: -6px;
}

.job-detail-page th, .job-detail-page td {
  border: 0;
  padding: 0;
  padding-bottom: 9px;
}

.job-detail-page table {
  border: 0;
}
.job-detail-page table {
  border: 0;
  max-width: 100%;
  width: 100%;
  margin-left: -2px;
}
.job-detail-page td + td {
  width: 100%;
  padding-left: 1px;
}
.job-detail-page td {
  width: 40%;
  font-weight: normal;
  line-height: 24px;
  border-bottom: 1px solid #ddd;
}
.job-detail-page tr:not(:first-child) td{
  padding-top: 8px;
}
.job-detail-page tr:last-child td {
  border: 0;
}
.job-detail-page td a {
  color: #000;
}
.job-detail-page table.job-table {
  margin: 0px 0px 19px 0px;
  margin-left: -2px;
}

.job-detail-page h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  margin: 0;
  margin: 0px 0px 10px 0px;
}

.elementor-widget-container {
  color: #000000;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;
  padding: 0px 0px 15px 0px;
}

.elementor-widget-container p:not(:first-child) {
  margin-top: 1.5em;
}
main.job-container {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 50px 0px 50px;
}

main.job-container span.share-btn__icon {

  margin-top: -1px;
}
.elementor-widget-container p:last-child {
  margin-bottom: 0;
}

.job-check-box-heading {
  padding-top: 10px;
}

.job-check-box-heading h3 {
  color: #54595F;
  font-weight: 400;
  font-size: 25px;
  line-height: initial;
  text-align: center;
  margin: 0px 0px 30px 0px;
}


.uael-toggle input[type=checkbox]+label:after {
  border: 0.3em solid #0E3E67;
  background-color: #FFFFFF;
}

.uael-sec-1 {
  margin-right: 5%;
}

.uael-sec-2 {
  margin-left: 5%;
}

.uael-rbs-toggle>div h5 {
  margin: 0;
}
.uael-main-btn {
  font-size: 15px;
}
.uael-rbs-toggle {
  text-align: center;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  padding: 0px 0px 30px 0px;
  margin-bottom: 10px;
}
.uael-rbs-toggle input:checked[type="checkbox"]:before {
  -webkit-transform: translateX(2.5em);
  -ms-transform: translateX(2.5em);
  transform: translateX(2.5em);
  border: 0.3em solid #E50A47;
}
input.job-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: -3px;
  left: 3px;
  content: '';
  width: 3.5em;
  height: 1em;
  background-color: #767676;
  -webkit-border-radius: .5em;
  border-radius: .5em;
  background-color: #0e3e67;
  cursor:pointer;
  outline: none;
}
.uael-toggle input[type=checkbox]+label{
  display: none;
}
.uael-sec-2 h5 {
  color: #E50A47;
}

h5.expire-job {
  color: #E50A47;
}
.active-job-type h5 {
  margin: 0px 0px 15px 0px;
}
.job-card .image.desk {
  margin: 0;
}
input.job-filter:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.45,1.8,.5,.75),;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);
  transition: -webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);
  transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
  transition: transform .4s cubic-bezier(.45,1.8,.5,.75),-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);
  position: absolute;
  top: -6px;
  left: -.2em;
  width: 2.4em;
  height: 2.4em;
  content: '';
  font-size: .75em;
  -webkit-border-radius: 500em;
  border-radius: 500em;
  border: .3em solid #767676;
  border: .3em solid #0e3e67;
  background-color: #fff;
}

.job-info-wrap .read-more {
  padding: 0;
}

.uael-rbs-toggle input:checked[type="checkbox"] {
  background-color: #E50A47;
  outline: none;
}
.job-card_right {
  text-align: right;
}

.job-card_right {
  justify-content: flex-end;
}

.job-title h2 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
main.body-container-wrapper.job-container.jobs {
  padding: 50px 50px 50px 50px;
  margin: 0;
}


.job-item:last-child .job-card {
  margin: 0;
}

.job-check-box-heading {
  padding: 0;
}
@media(max-width:1024px){
  .job-check-box-heading h3 {
    font-size: 20px;
    line-height: initial;
  }
  main.body-container-wrapper.job-container.jobs {
    padding: 40px 30px 0px 30px;
    margin: 0;
  }
  .job-check-box-heading {
    padding: 0;
  }



  .job-item:last-child {
    margin: 0;
  }

  .job-item:last-child .job-card:last-child {
    margin: 0;
  }
}
@media(max-width:767px){
  main.job-container {
    padding: 0px 20px 0px 20px;
  }

  .image img {
    width: 200px;
    max-width: 100%;
  }

  .job-detail-page h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .image.desk {
    margin: 0px 0px 20px 0px;
  }

  table.job-table {
    line-height: 23px;
  }

  .job-detail-page td {
    width: 50% !important;
    padding-bottom: 8px;
  }

  .job-detail-page tr:not(:first-child) td {
    padding-top: 8px;
  }

  .job-detail-page h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .elementor-widget-container {
    font-size: 18px;
    line-height: 28px;
  }
  table.job-table {
    line-height: 23px;
  }
  .elementor-widget-container p:not(:first-child) {
    margin-top: 1.2em;
  }
  .job-card_right .image.desk {
    display: none;
  }

  .image.mob img {
    width: 120px;
    max-width: 100%;
  }

  .job-check-box-heading h3 {
    font-size: 17px;
  }

  .uael-rbs-toggle {
    padding: 2px 0px 32px 0px;
  }

  .uael-rbs-toggle>div h5 {
    font-size: 16px;
  }

  .uael-main-btn {
    font-size: 8px;
  }

  input.job-filter:before {
    top: -4px;
    top: -4px;
  }

  input.job-filter {
    top: 0;
    left: 0;
  }
  .job-info-wrap .read-more {
    margin: 0px 0px 8px 0px;
}
}
@media(max-width:326px){
  tr {
    display: table;
    width: 100%;
    vertical-align: middle;
  }

  .job-detail-page tr:not(:first-child) td {
    padding-top: 7px;
  }
  .job-detail-page td {
    padding-bottom: 8px;
    line-height: 23px;
  }
  .job-detail-page td+td {
    padding-left: 2px;
  }
  .job-detail-page td+td {
    padding-left: 4px;
  }
  .job-detail-page table.job-table {
    margin: 0px 0px 19px 0px;
    margin-left: -4px;
    margin-top: -2px;
  }
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.body-container__website .dnd-section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 50px 0px 50px;
}
.container-fluid.body-container.body-container__website h3 {
  margin-top: 30px;
  margin-bottom: 5px;
}

.container-fluid.body-container.body-container__website .hs_cos_wrapper_type_rich_text>div>h3:first-of-type {
  margin-top: 0;
}
.container-fluid.body-container.body-container__website p:last-child {
  margin-bottom: 0;
}

.container-fluid.cds-certification-heading .dnd-section {
  padding-bottom: 0;
  padding-top: 75px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}

.container-fluid.cds-certification-heading h3 {
  line-height: 34px;
  margin: 0;
}
.container-fluid.certification-level .widget-type-custom_widget {
  margin-top: 20px;
  margin-bottom: 10px;
}

.container-fluid.certification-level .dnd-section {
  padding: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.container-fluid.certification-button .dnd-section {
  padding: 0;
  padding-bottom: 100px;
}

.container-fluid.certification-button .dnd-section .hs-button {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 21px;
  width: 100%;
  width: 400px;
  max-width: 400px;
  padding: 15px 10px 15px 10px;
  text-align: center;
}
.contact-us {}

.contact-us .span7 {
  width: 60%;
}

.contact-us .span5 {
  width: 39.96%;
  margin: 0;
  position: relative;
  /* width: 100%; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: flex !important;
  justify-content: unset !important;
}

.contact-us .span5>div {
  padding: 0px 0px 0px 100px;
  text-align: center;
}

.contact-us .span5 img {
  width: 209px;
  height: 209px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 15px -5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 15px -5px;
  box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 15px -5px;
  vertical-align: middle;
  display: inline-block;
}

.contact-us .span5 h3 {
  margin: 25px 0px 15px 0px;
  line-height: 34px;
}

.contact-us .span5 h4 {
  color: #121738;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  margin: 0px 0px 15px 0px;
}

.contact-us .span5 a {
  text-align: center;
  justify-content: center;
  align-items: baseline;
}
.contact-us form {
  max-width: 100%;
}

.contact-us fieldset,.container-fluid.Bottom-form fieldset{
  max-width: 100% !important;
}

.contact-us .span7>div {
  padding: 0px 50px 0px 0px;
}
span.hs-form-required  {
  margin-left: 4px;
  color: #E50A47;
}
.contact-us .input,.container-fluid.Bottom-form  .input{
  margin-right: 0 !important;
}
.hs_enquiry {
  padding: 0 !important;
}
.contact-us .hs_title_group .hs-input,.container-fluid.Bottom-form .hs_title_group .hs-input {
  max-width: 250px;
}

.contact-us .field:first-child ,.container-fluid.Bottom-form .field:first-child{
  padding-right: 10px;
}
.container-fluid.Bottom-form .form-columns-1 .field:first-child{
  padding-right: 0;
  padding-left: 0;
}

.contact-us .field:last-child,.container-fluid.Bottom-form .field:last-child {
  padding-left: 10px;
}

.contact-us .hs_title_group,.container-fluid.Bottom-form .hs_title_group  {
  padding: 0 !important;
}
span.hs-form-required {
  margin-left: 4px;
  color: #E50A47;
}

.contact-us  textarea.hs-input ,.container-fluid.Bottom-form textarea.hs-input {
  height: 117px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px 0px;
}

.contact-us  .hs_submit.hs-submit,.container-fluid.Bottom-form .hs_submit.hs-submit,.body-container__website .hs_submit.hs-submit{
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  width: auto;
  float: right;
  margin-top: -62px;
  padding: 16px 0 10px 0;
}

.contact-us  .grecaptcha-badge ,.container-fluid.Bottom-form .grecaptcha-badge ,.body-container__website  .grecaptcha-badge {
  margin: 30px 0 0!important;
  width: auto;

}

.contact-us  .hs_enquiry.field.hs-form-field ,.container-fluid.Bottom-form .hs_enquiry.field.hs-form-field {
  margin-bottom: 0;
}
.container-fluid.Bottom-form .hs-form label {
  color: #fff;
}
.contact-us  .hs_recaptcha.hs-recaptcha.field.hs-form-field ,
.container-fluid.Bottom-form  .hs_recaptcha.hs-recaptcha.field.hs-form-field ,
.body-container__website .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: auto;
  clear: both;
  margin-bottom: 0px;
}

.contact-us .hs-button,.container-fluid.Bottom-form .hs-button ,.body-container__website .hs-button {
  margin: 0;
  line-height: 24px;
  border-width: 2px;
}
.jobs h1.banner-title {
  padding-left: 65px !important;
}

.jobs .simple-title:before {
  content: '' !important;
  width: 48px;
  height: 49px;
  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/latest-jobs-ico.svg);
  background-size: 48px 49px;
  float: left;
  position: absolute;
  left: 0;
  top: -5px;
}
.container-fluid.job .dnd-section {
  padding: 50px 50px 50px 50px;
}
.job .dnd-section>.row-fluid {
  max-width: 680px;
}
.container-fluid.Pursuit-Program h3 {
  line-height: 34px;
  margin: 0;
  position: relative;
  z-index: 88888;
}

.container-fluid.Pursuit-Program .dnd-section:before {
  content: "";
  display: block;
  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/stethoscope-white-gradient-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  right: 0;
  bottom: -200px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.container-fluid.Pursuit-Program .dnd-section {
  position: relative;
  padding-bottom: 0;
  padding-bottom: 29px;
}
.container-fluid.Bottom-form .hs_cos_wrapper_type_form {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  display: block;
}

.container-fluid.Bottom-form .dnd-section {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 250px 50px 75px 50px;
  position: relative;
  overflow:hidden;
}

.container-fluid.Bottom-form .dnd-section:before {
  content: "";
  display: block;
  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/blue-gradient-overlay-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  /* width: calc(100% + 20px); */
  width: 100%;
  height: calc(100% + 30px);
  position: absolute;
  /* right: -10px; */
  bottom: -10px;
  left: 0;
  pointer-events: none;
  z-index:-1;
}
input.hs-input.error {
  border: 1px solid #E50A47;
}

.container-fluid.Bottom-form  label.hs-error-msg,.contact-us  label.hs-error-msg {
  display: none;
}

.hs_error_rollup label {
  color: #E50A47 !important;
  border-color: #E50A47 !important;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  padding: 10px 10px 10px 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 64px;
  clear: both;
  width: 100%;
  text-align: center;
}
.container-fluid.Bottom-form  h3.form-title {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
  margin: 0 0 50px;
}
.body-container__website form  label.hs-error-msg {
  color: #E50A47 !important;
  margin-top: 16px!important;
  margin-bottom: 8px;
}
.container-fluid.our-mission .dnd-section {
  padding: 50px 50px 50px 30px;
}

.container-fluid.our-mission .dnd-section>.row-fluid {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 29px -14px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 29px -14px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 0px 29px -14px rgba(0, 0, 0, 0.20);
  /* display: block !important; */
}

.span6 {}

.container-fluid.our-mission .dnd-section>.row-fluid .span6.dnd-column {
  width: 50%;
  margin: 0;

}
.container-fluid.our-mission .dnd-section>.row-fluid .span6 + .span6.dnd-column {
  background-color: #0e3e67;
}
.container-fluid.our-mission .span6 {

  /* padding: 20px 30px 20px 30px; */
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.container-fluid.our-mission .span6 .widget-type-rich_text {
  padding: 20px 30px 20px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.container-fluid.our-mission .dnd-section>.row-fluid .span6.dnd-column div {
  height: 100%;
}




.container-fluid.our-mission .span6 .widget-type-rich_text h3 {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  margin: 0;
}

.container-fluid.our-mission .span6 .widget-type-rich_text h2 {
  color: #FFFFFF;
  line-height: 36px;
  font-family: "Inter", Sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  margin: 10px 0px 0px 0px;
}

.container-fluid.our-mission .span6 .widget-type-rich_text div {
  margin: 40px 0px 0px 0px;
}

.container-fluid.our-mission .dnd-section>.row-fluid .span6.dnd-column div ul {
  padding: 0;
  list-style: none;
}

.container-fluid.our-mission .dnd-section>.row-fluid .span6.dnd-column div ul li:not(:last-child) {
  padding-bottom: calc(25px/2);
}

.container-fluid.our-mission .dnd-section>.row-fluid .span6.dnd-column div ul li {
  border-top: 2px solid #B4BBBF;
  padding-top: 10px;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
}



.container-fluid.our-mission .dnd-section>.row-fluid .span6.dnd-column div ul li:not(:first-child) {
  margin-top: calc(25px/2);
}

.container-fluid.our-mission .dnd-section>.row-fluid .span6.dnd-column img {
  vertical-align: middle;
  display: inline-block;
}
.container-fluid.Our-story {
  background-color: #F4F6F7;
}

.container-fluid.Our-story .dnd-section {
  padding: 50px 50px 250px 50px;
}

.container-fluid.Our-story .dnd-section h3 {
  margin: 0px 0px 100px 0px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}

.container-fluid.team-members .dnd-section {
  padding: 75px 50px 75px 50px;
  position: relative;
}
.container-fluid.team-members h3 {
  font-size: 32px;
  line-height: 36px;
  z-index: 9999;
  position: relative;
  margin: 0;
}
.container-fluid.team-members .dnd-section:before {
  content: "";
  display: block;

  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/white-wave-overlay.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: -130px;
  pointer-events: none;
}

.container-fluid.values .dnd-section {
  padding: 100px 50px 100px 50px;
  background-color: #F4F6F7;
}

.container-fluid.values .dnd-section .span6 {
  width: 50%;
  margin: 0;
}
.container-fluid.body-container.body-container__website span.hs-form-required {
  color: #790000;
  margin-left: 4px;
}
.container-fluid.values .dnd-section .span6>Div {
  padding: 0px 15px 0px 0px;
}

.container-fluid.values .dnd-section .span6 + .span6>Div {
  padding: 0px 0px 0px 15px;
}

.container-fluid.values .dnd-section .span6 div {
  height: 100%;
}

.container-fluid.values .dnd-section .span6 div.corevalue_wrap {
  height: auto;
}
.container-fluid.contact-us.ph_number .span12 {
  min-height: 0;
}
.body-container__website .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-top: 8px;
}
.hs_organisation_logo_optional_.field.hs-form-field {
  padding-bottom: 24px;
  margin-bottom: 0;
}
.body-container__website .hs_submit.hs-submit {
  margin-top: -80px;
}
.body-container__website .hs-button{
  border-width: 2px;
  padding-top: 13px;
  padding-bottom: 14px;
}
.body-container__website .hs_submit.hs-submit{
  padding: 16px 0 30px 0;
}
.body-container__website .hs-input {
  height: auto !important;
  border-width: 1px;
  background-color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;

}
.body-container__website .field {
  margin-bottom: 18px;
  padding-right: 16px;
}

.body-container__website  .hs-form label {
  margin-bottom: 8px;
  color: #121738 !important;
}
.body-container__website form h2 {
  padding-right: 16px;
  margin-top: 16px;
  padding-top: 0;
  margin: 28px 16px 30px 0;
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
  font-weight: 700;
  font-size: 1.25em;
  font-size: 25px;
  line-height: 36px;
  margin-top: 16px;
}
.body-container__website .hs-input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity .5s;
  color: rgb(117, 117, 117);
}
.body-container__website .hs_job_type > label {

  margin-bottom: 3px !important;
}
.body-container__website .inputs-list li:last-child label {
  margin-bottom: 18px !important;
}
.body-container__website ul.inputs-list.multi-container{
  margin: 0 0 6px;
}
.body-container__website .hs-input[type=checkbox] {
  margin: 0;
  margin-left: 1px;
  margin-right: 6px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}
.body-container__website .inputs-list li label {
  margin-bottom: 9px !important;
}
.body-container__website .inputs-list li label span {
  line-height: 23px;
  font-size: 15px;
  font-weight: normal;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
}
.container-fluid.Pursit-program-card .dnd-section {
  padding: 50px 50px 100px 50px;
}
.container-fluid.Pursit-program-card .program-button {
  width: 409px;
  max-width: 409px;
}
.container-fluid.Bottom-form .hs-button:hover {
  color: #E50A47;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.container-fluid.certification-button .dnd-section .hs-button {
  border-width: 2px;
}
.body-container__website .hs_error_rollup .inputs-list  li label {
  margin-bottom: 80px !important;
  color: #e61d50 !important;
  border: 0;
  border-top: 2px solid #e61e50;
  border-bottom: 2px solid #e61d50;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 16px 0 16px 0;
}
.clinical_documentation_audits .container-fluid.Pursuit-Program .dnd-section:before {

  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/white-overlay-bottom-curve.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  right: 0;
  bottom: -115px;
  width: 100%;
  height: 173px;
  pointer-events: none;
  z-index: 2;
}

.clinical_documentation_audits .container-fluid.Pursuit-Program p {
  margin: 30px 0px 0px 0px;
  text-align: center;
  color: #121738;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.clinical_documentation_audits  .container-fluid.Bottom-form .dnd-section:before {
  content: "";
  display: block;
  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/cdia-audits-contact-overlay-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: calc(100% + 20px);
  height: calc(100% + 30px);
  position: absolute;
  right: -10px;
  bottom: -10px;
  pointer-events: none;
}
.clinical_documentation_audits .container-fluid.Bottom-form .dnd-section {
  padding: 150px 50px 75px 50px;
}

.clinical_documentation_audits .container-fluid.Bottom-form h3.form-title {
  padding: 50px 0px 0px 0px;
  width: 100%;
  float: left;
  color: #0E3E67;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
}

.clinical_documentation_audits .container-fluid.Bottom-form h3.form-title span {
  color: #1C4EBE;
}

.clinical_documentation_audits .container-fluid.Bottom-form .hs-form label {
  color: #000000;
}

.clinical_documentation_audits .container-fluid.Bottom-form  .hs-input {
  height: 42px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 15px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 15px 0px !important;
}

.clinical_documentation_audits .hs-button {
  padding: 14px 10px 14px 10px;
  border-style: solid;
  border-color: #1C4EBE;
  border-radius: 5px 5px 5px 5px;
  background-color: #1C4EBE;
  min-width: 185px;
  min-height: auto;
}

.clinical_documentation_audits .container-fluid.Bottom-form .hs-button:hover {
  color: #FFFFFF;
  border-color: #E50A47;
  background-color: #E50A47;
}

.clinical_documentation_audits a.hs-watch-button:hover {
  color: #FFFFFF;
  background-color: #1C4EBE;
  border-color: #1C4EBE;
}

.clinical_documentation_audits a.hs-watch-button:hover span svg path:first-child {
  fill: #1c4ebe;
}

.clinical_documentation_audits a.hs-watch-button:hover span svg path:last-child {
  fill: #FFFFFF;
}

.clinical_documentation_audits .container-fluid.Pursuit-Program .dnd-section {
  padding-bottom: 0;

}
.body-container__website .hs-input:focus::-webkit-input-placeholder {
  opacity: 0;
}


.cdia-community-page {}

.cdia-community-page h3.include-flip-box__layer__title {
  color: #121738;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.cdia-community-page .include-icon img {
  /* vertical-align: top; */
  height: 1em;
  margin-top: 6px;
}

.cdia-community-page .include-flip-box__back {
  position: relative;
  background: #0E3E67;
  border-radius: 6px;
  height: 149px;
  border: 0;
}

.cdia-community-page .include-flip-box__front {
  border: 0;
}
.cdia-community-page .container-fluid.two-col-section.slider .dnd-section {
  padding: 80px 50px 75px 50px;
  position: relative;
  background-color: #F4F6F7;
}

.cdia-community-page .container-fluid.two-col-section.slider .dnd-section:before {
  content: "";
  display: block;
  pointer-events: none;
  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/wave-overlay-bottom.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -949px;
  left: 0;
  top: -348px;
  width: 100%;
  height: 100%;
  z-index: -99;
}

.cdia-community-page .container-fluid.two-col-section .dnd-section .span6 {
  width: 50%;
  margin: 0;
  display: block !important;
}

.cdia-community-page .container-fluid.two-col-section .dnd-section .span6>div {
  padding: 0px 30px 0px 0px;
}

.cdia-community-page .container-fluid.two-col-section .dnd-section .span6 + .span6 >div {
  margin-left: 0;
  padding-left: 0;
  margin: 0px 0px 50px 30px;
}
.cdia-community-page .container-fluid.two-col-section .dnd-section .span6 div {
  height: 100%;
}

.cdia-community-page .container-fluid.two-col-section .dnd-section .span6 div.main-rec_post div {
  height: auto;
}
.cdia-community-page .container-fluid.two-col-section.slider .dnd-section {
  padding-bottom: 0;
}

.cdia-community-page .container-fluid.two-col-section .dnd-section {
  background-color: #f4f6f7;
}

.cdia-community-page .container-fluid.two-col-section .dnd-section .span6>div {
  padding-bottom: 50px;
  padding-right: 30px;
}

.cdia-community-page .container-fluid.two-col-section .dnd-section .span6+.span6>div {
  margin-bottom: 0;
  padding-right: 0;
}

.container-fluid.two-col-section.blog .dnd-section {
  padding-bottom: 0;
}

.container-fluid.two-col-section.job .dnd-section {
  padding-bottom: 75px;
}
.clinical_documentation_audits .container-fluid.Pursuit-Program p a:hover { 
  color: rgba(204,51,102,1.0);
}
.container-fluid.Bottom-form .hs_cos_wrapper_type_form{
  display:block;
}

.container-fluid.body-container.account_page .dnd-section {
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0px 50px 0px 50px;
}

.container-fluid.body-container.account_page .dnd-section .hs_cos_wrapper_type_rich_text>div {
  margin: 44px 0 30px;
  padding: 20px 0 40px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.container-fluid.body-container.account_page .dnd-section>.row-fluid {}

.container-fluid.body-container.account_page .dnd-section .hs_cos_wrapper_type_rich_text>div p {
  max-width: 860px;
  margin: 0 auto;
}

.container-fluid.button-section .dnd-section {
  padding: 0;
  padding-bottom: 90px;
}

.container-fluid.button-section .hs-button {
  margin: 0;
  padding: 10px;
  width: 191px;
  border-width: 2px;
  line-height: 21px;
}

.container-fluid.button-section .hs_cos_wrapper_type_text {
  color: #0E3E67;
  font-family: "Inter", Sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 34px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.cdia-community-page .include-flip-box__layer__description::-webkit-scrollbar {
  background: transparent;
  width: 1em;
  height: 2em;
}

.cdia-community-page .include-flip-box__layer__description::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border: solid #0e3e67 4px;
}
.fn-date-picker td .pika-button:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.fn-date-picker td.is-selected .pika-button {
  background: #fff!important;
  color: #000;
  border-radius: 0;
  box-shadow: none;
}
.dialog-close-button:hover {
  color: var(--lightbox-ui-color-hover);
}
.fn-date-picker .pika-table thead th {
  color: #fff !important;
  border: 0;
}
.blog-pagination__link.blog-pagination__next-link:hover,a.blog-pagination__link.blog-pagination__number-link.has-link-active:hover,a.blog-pagination__link.blog-pagination__prev-link.has-link-active:hover {
  color: #336;
}
.counter_text h2 {
  text-align: center;
}
@-moz-document url-prefix() {
  * {
    scrollbar-color: #0d3353 rgba(14, 62, 103, 0.39);
    scrollbar-width: thin;
  }
  .menu-open .header-top {
    z-index: 0;
  }
}
abbr[title] {
  text-decoration: none;
}
@media (max-width: 1200px) and (min-width: 1024px){
  .container-fluid.our-mission .span6 .widget-type-rich_text h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .container-fluid.our-mission .dnd-section>.row-fluid .span6.dnd-column div ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .container-fluid.our-mission .span6 .widget-type-rich_text {
    padding: 10px 25px;
  }

  .container-fluid.our-mission .span6 .widget-type-rich_text div {
    margin-top: 30px;
  }

}
@media (max-width: 1200px){


  .container-fluid.team-members .dnd-section:before {
    background-size: 100% 100%;
    height: 340px;
  }
}
@media (max-width: 1024px){
  .body-container__website .dnd-section {
    padding: 0px 30px 0px 30px;
  }
  .container-fluid.cds-certification-heading .dnd-section {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-fluid.certification-level .dnd-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-fluid.cds-certification-heading h3 {
    line-height: 27px;
  }

  .container-fluid.certification-level .widget-type-custom_widget {
    margin-top:20px;
    margin-bottom: 15px;
  }

  .container-fluid.certification-button .dnd-section {
    padding-bottom: 75px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-fluid.certification-button .dnd-section .hs-button {
    font-size: 16px;
    line-height: 20px;
    width: 350px;
    max-width: 350px;
  }
  .contact-us .dnd-section>.row-fluid {
    max-width: 600px;
    display: block !important;
  }

  .contact-us {}

  .contact-us .span7 {
    width: 100%;
  }

  .contact-us .span5 {
    display: block;
    width: 100%;
  }

  .contact-us .span7>div {
    padding: 0px 0px 30px 0px;
  }

  .contact-us .dnd-section {
    padding: 60px 30px 50px 30px;
  }

  .contact-us .span5>div {
    padding: 0;
    width: 100%;
  }

  .contact-us .span5 h3 {
    line-height: 27px;
  }

  .contact-us .span5 h4 {
    line-height: 24px;
  }
  .container-fluid.job .dnd-section {
    padding: 40px 30px 0px 30px;
  }
  .contact-us .span5 a {
    font-size: 25px;
    line-height: 34px;
  }
  .container-fluid.Bottom-form h3.form-title {
    font-size: 30px;
    line-height: 35px;
  }

  .container-fluid.Bottom-form .dnd-section {
    padding: 170px 30px 75px 30px;
  }


  .container-fluid.Pursuit-Program .dnd-section:before {
    bottom: -130px;
  }

  .container-fluid.Pursuit-Program .dnd-section {
    padding-bottom: -18px;
  }

  .container-fluid.Pursuit-Program .dnd-section {
    padding: 40px 30px 25px  30px;
  }

  .container-fluid.Pursuit-Program .dnd-section h3 {
    line-height: 27px;
  }
  .container-fluid.our-mission .dnd-section>.row-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
  }
  .container-fluid.our-mission .dnd-section>.row-fluid .span6.dnd-column{
    width:100%;
  }
  .container-fluid.our-mission .dnd-section {
    padding: 50px 30px 50px 30px;
  }

  .container-fluid.our-mission .span6 .widget-type-rich_text h2 {
    line-height: 30px;
    font-size: 25px;
  }
  .clinical_documentation_audits .container-fluid.Pursuit-Program .dnd-section:before{
    bottom: -60px;
  }
  .container-fluid.our-mission .dnd-section>.row-fluid .span6.dnd-column div ul li {
    font-size: 16px;
    line-height: 20px;
  }

  .container-fluid.our-mission .span6 .widget-type-rich_text {
    padding: 30px 30px 30px 30px;
  }

  .container-fluid.our-mission .span6 .widget-type-rich_text div {
    margin: 30px 0px 0px 0px;
  }

  .container-fluid.Our-story .dnd-section {
    padding: 50px 30px 200px 30px;
  }

  .container-fluid.values .dnd-section {
    padding: 50px 30px 50px 30px;
  }

  .container-fluid.team-members .dnd-section {
    padding: 30px 30px 75px 30px;
  }
  .container-fluid.our-mission .span6 .widget-type-rich_text h3 {
    margin-top: -2px;
  }
  .inputs-list:first-child {
    padding-top: 7px;
  }
  .body-container__website form h2 {
    line-height: 30px;
    font-weight: 700;
    font-size: 1.25em;
    font-size: 21.25px;
  }

  .body-container__website .inputs-list li label {
    margin: 0 0 7px 0 !important;
    line-height: 1.3;
  }

  .body-container__website .hs_job_type>label {
    margin-bottom: 0px !important;
  }

  .body-container__website .hs-input[type=checkbox] {
    margin-right: 5px;
  }

  .body-container__website .hs_job_type>label {
    margin-top: -1px;
  }
  .clinical_documentation_audits .container-fluid.Pursuit-Program p {
    font-size: 18px;
  }
  .clinical_documentation_audits .container-fluid.Bottom-form .dnd-section {
    padding: 50px 30px 75px 30px;
  }
  .clinical_documentation_audits .container-fluid.Bottom-form h3.form-title {
    font-size: 30px;
    line-height: 35px;
  }
  .cdia-community-page h3.include-flip-box__layer__title {
    font-size: 16px;
    line-height: 20px;
  }
  .container-fluid.what-included {
    padding: 50px 30px 130px 30px;
  }
  .include_box.box1 img {
    width: 70px !important;
  }
  .cdia-community-page .container-fluid.two-col-section.slider .dnd-section {
    padding: 30px 30px 75px 30px;
  }

  .cdia-community-page .container-fluid.two-col-section .dnd-section .span6>div {
    padding-right: 10px;
    padding-bottom: 30px;
  }

  .cdia-community-page .container-fluid.two-col-section .dnd-section .span6+.span6>div {
    margin-left: 10px;
  }

  .cdia-community-page .container-fluid.two-col-section .dnd-section .span6>div {}

  .posts-heading h2 {
    line-height: 1.2em;
    line-height: 1.2em;
    font-size: 17px;
  }

  a.more-link {
    margin: 0px 0px 20px 20px;
  }

  .rec-posts-group.clearfix {
    margin: 20px 20px 100px 20px;
  }
  .container-fluid.body-container.account_page .dnd-section {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0px 30px 0px 30px;
  }

  .container-fluid.button-section .dnd-section {
    padding-bottom: 80px;
  }
}

.button .hs-button {
  border-width: 2px;
}


@media (max-width: 767px){
  .body-container__website .dnd-section {
    padding: 0px 20px 0px 20px;
  }
  .container-fluid.cds-certification-heading .dnd-section {
    padding-top: 40px;
  }

  .container-fluid.cds-certification-heading h3 {
    line-height: 24px;
  }

  .container-fluid.certification-level .widget-type-custom_widget {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-fluid.certification-button .dnd-section .hs-button {
    font-size: 14px;
    line-height: 18px;
    padding: 13px 10px 13px 10px;
    width: 100%;
    max-width: 300px;
  }
  .container-fluid.certification-button .dnd-section>.row-fluid .hs_cos_wrapper_type_module {
    max-width: 300px;
    width: 300px;
  }
  .container-fluid.certification-button .dnd-section {
    padding-bottom: 60px;
  }
  .contact-us  .dnd-section {
    padding: 50px 30px 50px 30px;
  }

  .contact-us  .hs-form label,.container-fluid.Bottom-form .hs-form label {
    font-size: 14px;
  }

  .contact-us  .field,.container-fluid.Bottom-form .field{
    margin-bottom: 15px;
  }

  .post_a_job .body-container__website .dnd-section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 20px 0px 20px;
  }

  .body-container__website form h2 {
    line-height: 25px;
    font-size: 20px;
  }

  .body-container__website form h2 {margin-bottom: 29px;}

  .body-container__website .inputs-list li label {
    margin: 0 0 14px 0 !important;
    line-height: 1.2;
  }

  .inputs-list:first-child {
    padding-top: 6px;
    /* margin: 0 0 19px; */
  }

  .body-container__website ul.inputs-list.multi-container {
    margin: 0px 0 -1px;
  }
  .jobs .simple-title:before {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    top: -2px;
  }

  .jobs  h1.banner-title {
    padding-left: 48px !important;
  }

  .contact-us .hs-button,.container-fluid.Bottom-form .hs-button{
    font-size: 16px;
    min-width: 145px;
    padding: 10px 10px 10px 10px;
  }
  .container-fluid.Pursuit-Program .dnd-section h3 {
    line-height: 24px;
  }

  .contact-us .span5 h3 {
    line-height: 24px;
  }
  .container-fluid.Bottom-form .dnd-section {
    padding: 150px 30px 50px 30px;
  }

  .container-fluid.Bottom-form .grecaptcha-badge ,.hs_submit.hs-submit .grecaptcha-badge {
    margin: 48px 0 0 !important;
  }
  .container-fluid.Pursuit-Program .dnd-section:before {
    height: 700px;
    bottom: -100px;
  }
  .container-fluid.Bottom-form .hs_submit.hs-submit {
    margin-top: -80px;
  }
  .container-fluid.our-mission .dnd-section {
    padding: 40px 30px 40px 30px;
  }

  .container-fluid.our-mission .span6 .widget-type-rich_text h2 {
    line-height: 25px;
    font-size: 20px;
  }

  .container-fluid.our-mission .span6 .widget-type-rich_text {
    padding: 30px 20px 30px 20px;
  }

  .container-fluid.our-mission .span6 .widget-type-rich_text div {
    margin: 20px 0px 0px 0px;
  }
  .container-fluid.team-members .dnd-section {
    padding: 30px 30px 30px 30px;
  }
  .container-fluid.team-members h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .container-fluid.team-members .dnd-section:before {
    height: 250px;
    background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/white-wave-overlay-mobile.svg);
  }
  .container-fluid.values .dnd-section {
    padding: 40px 30px 40px 30px;
  }
  .container-fluid.Pursit-program-card .dnd-section {
    padding: 0px 30px 50px 30px;
  }

  .container-fluid.values .dnd-section .span6 {
    width: 100%;
  }

  .container-fluid.values .dnd-section .span6>Div {
    padding: 0;
  }

  .container-fluid.values .dnd-section .span6+.span6>Div {
    padding: 0;
  }
  .container-fluid.Pursit-program-card .program-button {
    width: 230px;
    max-width: 230px;
  }
  .body-container__website .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    float: none;
  }
  main.job-container span.share-btn__icon {
    margin-top: 0;
  }
  .body-container__website .hs_submit.hs-submit {
    float: none;
    margin: 30px 0 50px;
    padding: 16px 0 10px 0;
  }


  .clinical_documentation_audits .container-fluid.Pursuit-Program p {
    font-size: 16px;
    line-height: 22px;
  }


  .clinical_documentation_audits .container-fluid.Pursuit-Program .dnd-section:before {
    bottom: -50px;
  }

  .clinical_documentation_audits .container-fluid.Bottom-form .dnd-section {
    padding: 50px 30px 50px 30px;
  }

  .container-fluid.what-included {
    padding: 40px 30px 130px 30px;
  }

  .what-included .include__header_in {
    margin: 0px 0px 40px 0px;
  }

  .include_box.box1 img {
    width: 55px !important;
  }

  .cdia-community-page .container-fluid.two-col-section.slider .dnd-section {
    padding: 30px 30px 30px 30px;
  }

  .cdia-community-page .container-fluid.two-col-section .dnd-section .span6 {
    max-width: 100%;
    width: 100%;
  }

  .cdia-community-page .container-fluid.two-col-section .dnd-section .span6>div {
    padding-right: 0;
  }

  .cdia-community-page .container-fluid.two-col-section .dnd-section .span6>div {
    margin: 0px 0px 35px 0px !important;
    padding: 0;
  }

  .cdia-community-page .container-fluid.two-col-section .dnd-section .span6+.span6>div {
    margin: 0;
  }
  .container-fluid.two-col-section.job .dnd-section {
    padding-bottom: 30px;
  }
  .container-fluid.body-container.account_page .dnd-section {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0px 20px 0px 20px;
  }

  .container-fluid.button-section .dnd-section {
    padding-bottom: 70px;
  }


  .banner-section.account-banner h1.banner-title {
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .banner-section.account-banner .container {
    text-align: center;
    justify-content: center;
    font-size: 22px;
    line-height: 30px;
  }
  .cdia-community-page h3.include-flip-box__layer__title {
    font-size: 16px;
    line-height: 20px;
  }
  .cdia-community-page .include-flip-box__back {
    height: 130px;
  }
  .contact-us .hs_title_group .hs-input, .container-fluid.Bottom-form .hs_title_group .hs-input {
    max-width: 100%;
  }
}

@media (max-width: 700px){
  .contact-us .hs_submit.hs-submit,.container-fluid.Bottom-form .hs_submit.hs-submit {
    float: none;
    margin: 0;
    margin: 30px 0 50px;
  }
  .contact-us .span7>div {
    margin: 0px 0px 30px 0px;
  }
}

@media only screen and (max-width: 640px){
  .contact-us .field:last-child,.contact-us .field:first-child,.container-fluid.Bottom-form .field:first-child,.container-fluid.Bottom-form .field:last-child {
    padding-left: 0px;
    padding-right: 0;
  }
  .contact-us .field,.container-fluid.Bottom-form .field{
    width:100% !important;
  }
}
@media (max-width: 600px){
  .container-fluid.Our-story .dnd-section {
    padding-bottom: 170px;
  }
  .clinical_documentation_audits .container-fluid.Pursuit-Program .dnd-section:before {
    bottom: -35px;
  }
}
@media(max-width:640px){
  .body-container__website .field {
    padding-right: 0;
  }
}
@media (max-width: 500px){
  .container-fluid.Our-story .dnd-section {
    padding-bottom: 130px;
  }
}

@media (max-width: 479px){
  .container-fluid.cds-certification-heading .dnd-section ,  .container-fluid.certification-button .dnd-section,  .container-fluid.certification-level .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-us .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid.Pursuit-Program .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .clinical_documentation_audits .container-fluid.Bottom-form .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clinical_documentation_audits .container-fluid.Bottom-form h3.form-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .container-fluid.Pursuit-Program .dnd-section:before {
    background-size: 100%;
    height: 550px;
  }

  .container-fluid.Bottom-form .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 150px;
  }

  .container-fluid.Bottom-form h3.form-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .container-fluid.team-members .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid.values .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid.our-mission .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-fluid.our-mission .dnd-section>.row-fluid .span6.dnd-column div ul li {
    font-size: 14px;
    line-height: 18px;
  }

  .container-fluid.Our-story .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid.Pursit-program-card .dnd-section,.cdia-community-page .container-fluid.two-col-section.slider .dnd-section 
  ,.container-fluid.two-col-section.job .dnd-section{
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid.what-included {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cdia-community-page .include-icon img {
    /* margin: 0; */
  }

  .cdia-community-page .include-flip-box__layer.include-flip-box__back {
    height: 115px;
  }
  .cdia-community-page  .include-flip-box__layer__description {
    max-height: 90px;
    overflow-y: auto;
  }


  .cdia-community-page .include-flip-box {
    height: 115px;
  }
}

/* Events Page Styles */
a.event-item {
  display: block;
  text-decoration: none;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  color: #121738;
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);

  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-bottom: 20px;
  height: 100%;
}
a.event-item:hover {
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.46);
}
.event-copy {
  padding: 0px 20px 0px 20px;
}
p.event-name {
  color: #0E3E67;
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 11px;
  margin-bottom: 3px;
}
.event-copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-copy li {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  padding-top: 5px;
}
.event-copy li i {
  color: #E50A47;
  font-size: 15px;  
  display: inline-block;
  margin-right: 5px;
}
.event-copy li:first-child i {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.event-copy li:first-child i:before {
  content: "\f073";
}
.event-copy li:nth-child(2) i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.event-copy li:nth-child(2) i:before {
  content: "\f017"
}
.event-copy li:nth-child(3) i {
  display: block;
  float: left;
  margin-bottom: 10px;
  position: relative; 
  top: 4px;
}

.detail-page .share-event a i {
  position: relative;
  top: 9px;
  left: -1px; 
}

.blog-search-content select{
    position: relative;
    padding-bottom: 10px!important;
    padding-top: 10px!important;
  }

/*.styled-select input::-webkit-calendar-picker-indicator { display: none; }*/
.styled-select {
  border: 1px solid #666;
  box-sizing: border-box;
  border-radius: 3px;  
  overflow: hidden;
  position: relative;
  height: 44px!important;
}
.styled-select, .styled-select input { width: 100%;}
.styled-select input {
  border: 0!important;
  min-height: auto!important;
  height: 44px!important;
}
.styled-select input:focus { outline: none; }
.styled-select input{
  padding: 5px 0 5px 5px;
  background: transparent;
  border: none;
  
 -webkit-appearance: none; 
}

@-moz-document url-prefix(){
  .styled-select input { width: 110%; }
}

 .styled-select input::-ms-expand { display: none; } 


_:-o-prefocus, .selector {
  .styled-select { background: none; }
  }
}
.styled-select {
	position: relative;
}
.styled-select:after {
	content: " ";
	position: absolute;
    top: 4px;
  top: 10px;
    right: 12px;
	display: inline-block; 
	width: 17px;
	height: 22px; 
	background: url('https://7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/Cdia_July2020/calendar-icon.png') top center no-repeat;
}
.chrome .styled-select:after {
  display: none; 
}

@media screen and (max-width: 767px) {
  .blog-post .pink-btn a,
  .detail-page .pink-btn a
  {
    background-color: rgba(229,10,71,1.0)!important;
    color: rgba(255,255,255,1.0)!important;
    display: inline-block!important;
  } 
  .blog-post .pink-btn a:hover,
  .detail-page .pink-btn a
  {
    background-color: #1c4ebe!important; 
  }
  .blog-post h1 {
    text-align: center; 
  }
}
@media screen and (max-width: 628px) {
  .article-date-from {
    margin-top: 0!important; 
  }
  .topics {
    margin-top: 0!important; 
  }
}
@media screen and (max-width: 767px) {
  .blog-search-content input, .blog-search-content select 
  {
    width: 100%!important; 
    margin-bottom: 20px!important;
    margin-top: 0!important;
    display: block!important;
  }
  .styled-select {
    margin-bottom: 20px; 
  }
  .article-date-to {
    margin-top: 0!important; 
  }
  .filter-submit input {
    margin-top: 29px!important; 
  }
  .search-input {
    display: block!important; 
  }
  .inner-blog-search-content {
    display: block!important; 
  }
  .search-input {
    padding-right: 0!important; 
  }
  .topics {
    display: block!important; 
    margin-right: 0!important;
    padding-right: 0!important;
  }
  .article-date-to {
    margin-right: 0!important; 
  }
  .topics input {
    display: block;
  }
}

#topics-select {
  position: relative; 
}
#topics-select:after {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url('https://7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/arrow-down.png') top center no-repeat;
  position: absolute;
  top: 12px;
  right: 5px;
  top: 65%;
  right: 18px;
}
#topics-select select {
  -webkit-appearance: menulist-button;
  -webkit-appearance: none;
  height: 44px!important;
}

@media screen and (min-width: 768px) {  
  .events-page .row-fluid {
    display: flex!important;  
    flex-wrap: wrap!important;
  }
  .events-page .row-fluid .span4:nth-child(3n+1)
  {
    margin-left: 0!important;
  }
  .events-page .row-fluid .span4 {
   margin-top: 30px; 
  }
}

@media (max-width:767px){
  .events-page .row-fluid .span4{
    margin-bottom:30px;
  }
}

@-moz-document url-prefix() { 
  #tinynav1 select {
     position: relative;
     top: 2px;
     height: 48px!important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header__container {
  max-width: 1240px !important;
  margin: 0 auto;
}

.header-top {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 50px 0px 50px;
}

.btn-wrap {
  align-content: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pink-btn a {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  background-color: #E50A47;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 15px 10px 15px;
  color: #FFFFFF;
  width: 100%;
  display: inline-block;
  height: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

}

.pink-btn a:hover {}

.blue-btn a {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  background-color: #0E3E67;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 15px 10px 15px;
  color: #FFFFFF;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
header {
  left: 0px;
  position: fixed;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
  z-index: 9999999999;
}
.blue-btn {
  margin-left: 15px;
}

.pink-btn a:hover {
  background-color: #121738;
  color: #fff;
}

.blue-btn a:hover {
  background-color: #1C4EBE;
  color: #fff;
}
.header-bottom {
  padding: 12px 50px 12px 50px;
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.logo {
  margin-right: auto;
}

.logo img {
  width: 100%;
  max-width: 134px;
  vertical-align: middle;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper ul ul {
  visibility: hidden;
  opacity: 0;
  position:absolute;
  transition: all .3s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper >ul >li:not(:last-child) {
  margin-right: 5px;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper >ul >li>a {
  color: #4C4C4C;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: "Inter", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.custom-menu-primary .hs-menu-wrapper >ul >li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper ul {
  margin: 0px 0px 5px 0px;
}

/* Commenting out login
.custom-menu-primary .hs-menu-wrapper >ul >li:last-child {
  position: relative;
  padding-left: 25px;
  margin-left: 10px;
}

.custom-menu-primary .hs-menu-wrapper >ul >li:last-child:before {
  content: "";
  display: block;
  background: #B4BBBF;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.custom-menu-primary .hs-menu-wrapper >ul >li:last-child a {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:before {
  content: "";
  display: block;
  background:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/lock-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
}

span.sub-arrow {
  font-size: 16px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

i.fa {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
*/
span.sub-arrow i.fa:before {
  content: "";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>a:hover {
  background: #EFF2F4;
  border-radius: 4px;
  color: #0E3E67;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover {
  color: #0E3E67;
}
.custom-menu-primary .hs-menu-wrapper ul ul {
  background-color: #EFF2F4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 17px !important;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  display: block;
  left: 0;
}

.custom-menu-primary .hs-menu-wrapper ul ul li a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  width: auto;
  max-width: 1000px;
  white-space: nowrap;
  line-height: 20px;
}
.mobile-wrapper {
  display: none;
}
.header-wrapper {
    min-height: 113px;
}

.wrap-up.wrap-new {
    display: flex;
}
.download-btn, .country-btn {
  width: 214px;
    min-width: 214px;
/*  margin-left: 170px; */
    text-align: center;
  white-space: nowrap;
   margin-right: 15px;
}
.download-btn a, .country-btn a {
  font-family: "Inter",Sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #a2a7aa;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 15px 10px 15px;
  width: 100%;
  display: inline-block;
  height: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #a2a7aa;
}
.download-btn a:hover, .country-btn a:hover {
    background-color: #0270e0;
    color: #fff;
}
.country-btn{
  margin-right: 0;
  margin-left: 15px;
  width: auto;
  min-width: 1px;
  display: none;
}
.country-btn a{
width: 100%;
    padding: 10px 26px 10px 26px;
    background-color: #1b8341;
    border-color: #1b8341;
    border-radius: 0px 0px 5px 5px;
}

@media all and (-ms-high-contrast:none){
  .main-header{
    justify-content: space-between;
  }
  .header-wrapper {height: 113px;}
  .banner-sec-inner{ padding-top: 113px;}
  .banner-right-sec .banner-sec-inner{
    position: relative;
    top: 100px;
  }
}

@media (max-width: 1270px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    font-size: 16px;
    padding: 7px 11px;
  }
}
@media (max-width: 1200px){

  .custom-menu-primary .hs-menu-wrapper>ul>li>a,.custom-menu-primary .hs-menu-wrapper ul ul li a{
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li{
    margin-right: 2px!important;
  }
}
@media (max-width: 1200px){
  .blue-btn a,.pink-btn a, .download-btn a, .country-btn a {
    font-size: 13px;
  }
}
@media(max-width:1100px){
  .mobile-wrapper {
    display: block;
  }
.blue-btn, .country-btn {
    margin-left: 10px;
}
  .download-btn{
  margin-right: 10px;
  }

  .custom-menu-primary {
    display: none;
  }

  .menu-tooggle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    color: #4C4C4C;
  }

  span.text {
    color: #4C4C4C;
    line-height: 21px;
    line-height: 21px;
    font-size: 19px;
  }

  span.button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    flex-direction: row-reverse;
    align-items: center;
  }

  span.icon-right {
    margin-left: 20px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* display: flex; */
  }


  span.icon-right svg {
    width: 28px;
  }

  a.trigger {
    line-height: 21px;
    cursor: pointer;
  }
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    background: rgba(0,0,0,0.75);
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .menu-open .overlay {
    opacity: 1;
    visibility: visible;
  }



  .slide-menu {
    position: fixed;
    width: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #fff;
    background: #fff;
    visibility: hidden;
    z-index: 99999;
    width: 300px;
    right: -300px;
    -webkit-box-shadow: inset 7px 0 8px -9px rgba(0,0,0,.5);
    box-shadow: inset 7px 0 8px -9px rgba(0,0,0,.5);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .menu-open .slide-menu {
    right: 0px;
    visibility: visible;
  }

  .mob-menu {
    padding: 55px 0px 0px 0px;
    margin-top: 10px;
  }

  .mob-menu .hs-menu-wrapper ul li a {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4C4C4C;
    line-height: 20px;
  }

  .mob-menu .hs-menu-wrapper ul ul {
    display: none;
  }

  .close-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: auto;
    overflow: visible;
  }

  span.uael-offcanvas-close {
    display: block;
    float: right;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    /* font-size: 0; */
    background-color: #E50A47;
    padding: 4px 10px 7px 10px;
    z-index: 99999;
    visibility: visible;
    height: 100%;
    overflow: visible;
    /* display: flex; */
    /* align-items: center; */
  }

  span.uael-offcanvas-close-icon {
    height: calc( 10px + 5px );
    width: calc( 10px + 5px );
    font-size: calc( 10px + 5px );
    line-height: calc( 10px + 5px );
    cursor: pointer;
  }

  .fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .fa-times:before {
    content: "\f00d";
  }
  .mob-menu .hs-menu-wrapper ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  i.fas.fa-times {
    color: #FFFFFF;
  }
  .mob-menu .hs-menu-wrapper>ul>li:last-child {
    background: #0E3E67;
    margin-top: 100px;
  }

  .mob-menu .hs-menu-wrapper >ul >li:last-child >a {
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 600;
  }
/* Commenting out login
  .mob-menu .hs-menu-wrapper >ul >li:last-child >a:before {
    content: "";
    display: block;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='9.43' height='13.471' viewBox='0 0 9.43 13.471'><path d='M11.735,7.393H7.694V5.373a2.021,2.021,0,1,1,4.041,0Zm-1.347,4.528v1.534H9.041V11.921a1.347,1.347,0,1,1,1.347,0Zm2.694-4.528V5.373a3.368,3.368,0,1,0-6.735,0V7.393A1.348,1.348,0,0,0,5,8.74v5.388a1.348,1.348,0,0,0,1.347,1.347h6.735a1.348,1.348,0,0,0,1.347-1.347V8.74A1.348,1.348,0,0,0,13.083,7.393Z' transform='translate(-5 -2.005)' fill='%23b4bbbf' fill-rule='evenodd' style='&%2310; fill: %23fff;&%2310;'/></svg>");

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    bottom: 1px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    pointer-events: none;
    opacity: 1;;
  }
  .mob-menu .hs-menu-wrapper >ul >li:not(:last-child) >a:hover,    .mob-menu .hs-menu-wrapper ul ul li a:hover {
    background-color: #EFF2F4;
    color: #0E3E67;
  }
*/  .mob-menu .hs-menu-wrapper ul ul li a {
    border-left: 8px solid transparent;
  }
  .mob-menu .hs-menu-wrapper {
    background: #fff;
  }

  .mob-menu .hs-menu-wrapper ul li.active-branch>a {
    color: #0E3E67;
    background-color: #EFF2F4;
  }
  .mob-menu .hs-menu-wrapper ul ul li.active-branch>a {
    color: #0E3E67;
    background-color: transparent;
  }
  .menu-open.firefox.menu-open {
    overflow: hidden!important;
  }
}

@media (max-width: 1024px){
  .header-bottom {
    padding: 12px 30px 12px 30px;

  }
  header {
    position: relative;
  }
  .header-top {
    padding: 0px 30px 0px 30px;

  }

  
  
  .download-btn{
    width: 186px;
    min-width: 186px;
  }

  .pink-btn a {}

  span.text {
    font-size: 17px;
    line-height: 17px;
  }
  .slide-menu {
    width: 250px;
  }
  a.trigger {
    font-size: 17px;
    line-height: 17px;
  }

}
@media(max-width: 991px){
  .blue-btn a, .pink-btn a, .download-btn a, .country-btn a {
    font-size: 12px;
    padding: 8px 6px !important;
  }
}
@media (max-width: 767px){
  .download-btn{
    display: none;
  }
  .header-top {
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    padding: 0px 0px 0px 0px;
    height: 100%;
    display:none;
  }

  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    height: 100%;
  }

  .header-bottom {
    width: 100%;
    padding: 0px 0px 0px 0px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.17);
    padding: 8px 30px 8px 30px;
  }

  .logo img {
    width: 100% !important;
    max-width: 89px;
    height: auto;
  }

  .main-header {
    align-content: center;
    align-items: center;
  }

  a.trigger {
    font-size: 12px;
    line-height: 12px;
  }

  span.text {
    font-size: 12px;
    line-height: 12px;
    margin-top: 1px;
  }

  .btn-wrap {
    align-content: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .pink-btn {}

  .btn-wrap>div {
    width: 100%;
    max-width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* margin-left: 5px; */
    height: 100%;
  }
  body.no-banner .header-top {
    margin-bottom: 0;
  }
  .pink-btn a {
    background-color: #1C4EBE !important;
    min-height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 11px 10px 10px 10px;
    text-align: center;
    height: 100%;
  }

  .blue-btn a {
    width: 100%;
    min-height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 11px 10px 10px 10px;
    text-align: center;
    height: 100%;
  }
  .pink-btn a:hover {
    background-color: #E50A47 !important;
  }
  .blue-btn {
    margin-left: 5px;
  }
  .wrap-up {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-wrap>div>div {
    height: 100%;
    width: 100%;
  }
  .header-bottom {
    z-index: 99;
  }

  i.fas.fa-times {
    margin-top: 6px;
  }

  .close-button {
    height: 35px;
  }
}
@media (max-width: 531px){
  .pink-btn a{
    padding: 10px 10px 10px 10px;
  }
}
@media (max-width: 479px){
  .header-bottom{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 415px){
  .blue-btn a{
    padding: 10px 10px 10px 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;

}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}
footer.footer {
  /* padding: 0px 50px 0px 50px; */
}

.footer-wrapper {
  padding: 0px 50px 0px 50px;
  background-color: #1D1D1D;
}
.ph_number a:hover, .footer_col.two ul li a:hover,.footer_col.three .hs-menu-wrapper>ul>li>a:hover,.footer_col.three .hs-menu-wrapper>ul ul>li a:hover {
  color: #e50a47;
}
.footer__copyright {
  padding: 15px 50px 15px 50px;
  background-color: #FFFFFF;
  text-align: center;
  color: #858C90;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
}

.footer__container {
  padding: 0;
  max-width: 1240px !important;
}

.footer__copyright a {
  color: #858C90;
  text-decoration: underline;
}

.footer__copyright a:hover {
  text-decoration: none;
}
.footer_col_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_col.one {
  width: 25.467%;
}

.footer_col.two {
  width: 18.344%;
}

.footer_col.three {
  width: 36.866%;
}

.footer_col.four {
  width: 19.308%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.inner-column {
  padding: 0px 20px 0px 0px;
}

.footer_logo img {
  width: 100%;
  max-width: 132px;
  vertical-align: middle;
  display: inline-block;
}

.footer_logo {
  margin: 0px 0px 20px 0px;
}

.footer-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ph_number a {
  font-size: 25px;
  line-height: 34px;
  fill: #E50A47;
  color: #E50A47;
  background-color: rgba(6, 44, 77, 0);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ph_number a i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 6px;
}

.ph_number a i:before {
  content: "\f879";
}
.footer_col.three .hs-menu-wrapper>ul>li>a {
  display: block;
  width: auto;
  float: left;
  clear: both;
}

.footer_col.three .hs-menu-wrapper>ul ul {
  clear: both;
}
.footer_col.two ul li:not(:last-child) {
  padding-bottom: calc(10px/2);
}
.footer_col.two ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer_col.two ul li:not(:first-child) {
  margin-top: calc(10px/2);
}

.footer_col.two ul li a {
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  color: #B4BBBF;
}

.footer_col.three {}

.footer_col.three .hs-menu-wrapper>ul>li>a {
  margin: 0px 0px 10px 0px;
  color: #B4BBBF;
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
}

.footer_col.three .hs-menu-wrapper>ul ul>li:not(:last-child) {
  padding-bottom: calc(5px/2);
}

.footer_col.three .hs-menu-wrapper>ul ul>li:not(:first-child) {
  margin-top: calc(5px/2);
}

.footer_col.three .hs-menu-wrapper>ul ul>li a {
  color: #FFFFFF;
  padding-left: 0px;
  font-family: "Inter", Sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer_col.two ul li a {
  width: auto;
}
.footer_col.three .hs-menu-wrapper>ul ul {
  column-count: 2;
}
@-moz-document url-prefix() {
  .footer_col.three .hs-menu-wrapper>ul ul>li{
    display: block;
    word-break: unset;
  }

}
.footer_col.three .hs-menu-wrapper>ul ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_col.three .inner-column {
  padding: 0;
}

.footer_col.four img {
  width: 100% !important;
  max-width: 132px;
  vertical-align: middle;
  display: inline-block;
}

.footer_col.four .inner-column {
  padding: 0px 0px 0px 20px;
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  justify-content: flex-end;
  /* height: 100%; */
}

.Right_img2 {
  margin: 20px 0px 0px 0px;
}

.footer_col.four .Right_img2 img {
  width: 115px !important;
  max-width: 132px;
}
@media (max-width: 1024px){
  .ph_number a{
    font-size: 18px;
  }
  .footer-wrapper,.footer__copyright{
    padding-left: 30px;
    padding-right: 30px;
  }
  .inner-column {
    padding: 0px 20px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }
  .footer_col.three .inner-column {
    padding: 0;
    height: 100%;
    display: block;
  }
  .footer_col {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }
}
@media (max-width: 767px){
  .footer_col {
    width: 100% !important;
  }

  .footer_col_wrapper {
    display: block;
  }

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

  .inner-column {
    display: block;
    width: 100%;
    padding: 0;
  }

  .ph_number a {
    text-align: center;
    justify-content: center;
  }
  .footer_col.two ul li {
    justify-content: center;
  }

  .footer_col.three .hs-menu-wrapper>ul>li>a {
    float: none;
  }
  .footer_col.three .hs-menu-wrapper>ul ul {
    column-count: 1;
    text-align: center;
  }

  .footer_col.three .hs-menu-wrapper>ul ul>li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    display: inline-block;
  }

  .footer_col.three .hs-menu-wrapper>ul ul>li {
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_col.four .inner-column {
    display: block;
    padding: 0;
  }

  .footer__copyright {
    font-size: 11px;
    line-height: 17px;
  }

  .footer_col.four {
    display: block;
    padding: 40px 0px 0px 0px;
  }

  .footer_col.four img {
    width: auto !important;
  }

  .footer_col.three .hs-menu-wrapper>ul ul>li {}

  .footer_col.two {
    padding: 40px 0px 40px 0px;
  }

  .footer_col.two ul li:not(:last-child) {
    padding-bottom: calc(5px/2);
  }

  .footer_col.two ul li:not(:first-child) {
    margin-top: calc(5px/2);
  }

  .footer_col.one .inner-column {
    padding: 0px 20px 0px 0px;
  }

  .ph_number a {
    font-size: 25px;
  }
}




/*pop-up*/

.custom-pop-up {
  --lightbox-ui-color: hsla(0,0%,93.3%,0.9);
  --lightbox-ui-color-hover: #fff;
  --lightbox-text-color: var(--lightbox-ui-color);
  --lightbox-header-icons-size: 20px;
  --lightbox-navigation-icons-size: 25px;
}

.custom-pop-up {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 9999999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .5s;
  display:none;
}

.inner-pop-up {
  background-color: #fff;
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
  box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
  box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
  overflow: hidden;
  top: 0px;
  left: 0px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
}

.dialog-close-button {
  color: var(--lightbox-ui-color);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  font-size: var(--lightbox-header-icons-size);
  right: .75em;
  margin-top: 13px;
  padding: .25em;
  z-index: 2;
  line-height: 1;
}

.dialog-message.animated.zoomIn {
  height: 100%;
  text-align: center;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  min-height: 50px;
  font-size: 12px;
  line-height: 1.5;
  animation-name: zoomIn;
}
@keyframes zoomIn{
  0% {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }

}


.elementor-video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 75%;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.3), 0 0 8px -5px rgba(0,0,0,.3);
  box-shadow: 0 0 30px rgba(0,0,0,.3), 0 0 8px -5px rgba(0,0,0,.3);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.elementor-fit-aspect-ratio {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.elementor-fit-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background-color: #000;
}

[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eicon-close:before {
  content: '\e87f';
}
@media (max-width: 1024px){
  .elementor-video-container {
    width: 100%;
  }
}

  .address-col {
    width: 25%!important;
  }

.address {
  color: rgba(180,187,191,1.0); 
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .address-col {
    width: 35%!important;
  }
} 
@media screen and (max-width: 767px) {
  .address-col {
    width: 100%!important;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700;900&display=swap');

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.comment-date{
  display:block !important;
}
.simple-banner {
  padding: 0px 50px 0px 50px;
  background-color: transparent;
  background-image: linear-gradient(270deg, #0E3E67 0%, #062C4D 100%);
}

.container {
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

h1.banner-title {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  padding-left: 65px;
  margin: 0;
}
.resources .simple-title:before {
  background-image:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/publications-ico.svg);
  width: 46px;
  height: 46px;
  background-size: 46px 46px;
  float: left;
  position: absolute;
  left: 0;
  top: -8px;
}
.simple-title:before {
  content: '';
  width: 50px;
  height: 50px;
  background:url(//7743902.fs1.hubspotusercontent-na1.net/hubfs/7743902/raw_assets/public/Cdia_July2020/images/prof-dev-ico.svg);
  background-size: 50px 50px;
  float: left;
  position: absolute;
  left: 0;
  top: -7px;
}
.read-more a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.read-more a:hover {
  color: #fff;
  color: #FFFFFF;
  background-color: #121738;
  border-style: solid;
  border-color: #121738;
}
.simple-title {
  position: relative;
}
.blog-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 50px 0px 50px;
}

.content-wrapper.container-fluid {
  max-width: 1240px !important;
  padding: 0;
}
a.blog-pagination__link.blog-pagination__number-link.has-link-active {
  color: #c36;
}

a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active.has-link-active {
  color: #121738;
}
a.blog-pagination__link.blog-pagination__prev-link.has-link-active {
  color: rgba(204,51,102,1.0);
}

a.blog-pagination__link.blog-pagination__next-link.blog-pagination__next-link--disabled {
  color: #121738;
}
.post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template-columns: repeat(3,1fr);
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.IE .post-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featured-image-wrapper.span4 img {
  width: 100% !important;
}
@media(min-width: 767px){
  .featured-image-wrapper.span4 img {
    height: 200px !important;
    object-fit: cover;
  }
}
.post-item .read-more {
    margin-top: 20px;
}
.post-item {
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);

}
.IE .post-item {
  width:33.33%;
  padding:0 15px;
  margin-bottom:35px;
  box-shadow:none;
}
.IE .post-item:hover{
  box-shadow:none;
}
.IE .page-clearfix{
  box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.16);
  height:100%;
}
.IE .page-clearfix:hover{
  box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.3);
}
.IE .post-wrapper{
  margin:0 -15px;
}
img.featured-image {
  vertical-align: middle;
  display: inline-block;
}

.featured-image-wrapper.span4 {
  margin: 0px 0px 15px 0px;
}

.post-description.span8 {
  padding: 0px 20px 0px 20px;
}

.post-description.span8 h2 {
  margin: 0px 0px 10px 0px;
  color: #0E3E67;
  font-size: 21px;
  line-height: 28px;
  color: #0E3E67;
  font-size: 21px;
  line-height: 28px;
}

.post-description.span8 h2 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.auhtor {
  color: #7A7A7A;
  font-size: 13px;
  line-height: 25px;
}

span.author-name {
  padding-right: calc(20px/2);
  font-size: 13px;
  line-height: 25px;
  display: inline-block;
}

span.author-name:after {
  border-left-style: solid;
  border-left-width: 1px;
  border-color: #ddd;
  content: "";
  right: calc(-20px/2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  height: 75%;
}

span.date {
  margin-left: calc(20px/2);
  display: inline-block;
}

.post-bdy-content.clearfix {
  color: #000000;
  font-size: 17px;
  line-height: 23px;
  margin: 0px 0px 10px 0px;
}

.read-more a {
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px 5px 10px;
  color: #FFFFFF;
  background-color: #E50A47;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #E50A47;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  font-weight: bold;
}
.read-more a:hover {
  color: #FFFFFF;
}

.post-item:hover {
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
}
.read-more {
  padding-bottom: 20px;
}
.blog-pagination.span12 {
  text-align: center;
  margin-top: 40px;
}
.inner-blog-search-content {
  display: flex;
  flex-wrap: wrap;
}
.post-item:last-child {
  margin: 0;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 20px;
  font-size: 12px;
}
.blog-pagination.span12 a:not(:last-child) {
  margin-right: calc( 10px/2 );
}

.blog-pagination.span12 a:not(:first-child) {
  margin-left: calc( 10px/2 );
}

.blog-pagination__link.blog-pagination__link--active {
  color: #c36;
}

.blog-pagination__link.blog-pagination__next-link {
  color: #c36;
}
.blog-wrapper .content-wrapper {
  padding: 0;
  max-width: 1000px;
}

.blog-post h1 {
  font-family: "Georgia", Sans-serif;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #0E3E67;
}
.blog-wrapper .content-wrapper {
  padding: 0;
  max-width: 1000px;
}

.blog-post h1 {
  font-family: "Georgia", Sans-serif;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #0E3E67;
  margin: 0;
  margin-bottom: 10px;
}

section.meta-info {
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #EAEAEA;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px 0px 10px 0px;
}

.blog-post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.auhtor-img img {
  width: 40px !important;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  display: inline-block;
}

.auhtor-img {
  margin: 0px 15px 0px 0px;
  height: auto;
}

.auhtor {
  font-size: 13px;
  line-height: 19px;
  margin-top: -1px;
}

span.author-name {
  font-size: 13px;
  line-height: 19px;
}

.blog-post__meta span.author-name:after {
  right: -8px;
}

span.date {
  margin-left: 2px;
}

img.featured-post-image {
  height: auto;
  max-width: 100%;
  width: 100% !important;
  vertical-align: middle;
}

.post-image {
  margin: 0px 0px 30px 0px;
}

.blog-post__body {
  font-family: medium-content-title-font, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;
}

.blog-post__body:after {
  content: '';
  width: 100%;
  height: 50px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  position: absolute;
  bottom: 0;
}

.blog-post__body {
  position: relative;
}
section.meta-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  align-content: center;
  align-items: center;
}

.social.share:before {
  content: "Share article"; 
  font-size: 14px;
  display: inline-block;
  color: #7A7A7A;
  margin-right: 10px;
  margin-top: -4px;
}

.blog-post__meta {
  width: 50%;
}

.social.share {
  width: 50%;
}
.blog-post__body p{
  font-family: medium-content-title-font,Georgia,Cambria,"Times New Roman",Times,serif;
  font-family: 'Inter', sans-serif;
}
.share-btn {
  margin-right: calc(6px / 2);
  margin-left: calc(6px / 2);
  margin-bottom: 0px;
  font-size: calc(0.6px * 10);
  height: 27px;
  border-radius: 99.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.share-btn.facebook {
  background-color: #3b5998;
}

span.share-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.5em;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  justify-content: center;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-facebook:before {
  content: "\f09a";
}

.share-btn.twitter {
  background-color: #1da1f2;
}
.fa-twitter:before {
  content: "\f099";
}

.share-btn.linkedin {
  background-color: #0077b5;
}
.fa-linkedin:before {
  content: "\f08c";
}
.share-btn:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}
.share-btn.email {
  background-color: #ea4335;
  margin-right: 0;
}
.fa-envelope:before {
  content: "\f0e0";
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

span.share-btn__icon i {
  font-size: 13px;
  color: #fff;
}

.share-item {
  word-break: break-word;
  min-width: 0;
  height: auto;
  margin-top: -1px;
}
p.elementor-heading-title.elementor-size-default {
  color: #E50A47;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  margin: 5px 5px 5px 5px;
  text-align: center;
}

.social.share.bottom .social.share {
  width: 100%;
}

.social.share.bottom {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social.share.bottom:before {
  content: none;
}

.social.share.bottom .share-item {
  margin: 0;
}

.social.share.bottom .share-btn {
  margin-right: calc(10px / 2);
  margin-left: calc(10px / 2);
  margin-bottom: 9px;
  font-size: calc(0.8px * 10);
  border-radius: 99.9em;
  height: 4.5em;
}

.social.share.bottom span.share-btn__icon i {
  font-size: 2.2em;
}

.social.share.bottom .share-btn.email {
  margin-right: calc(10px / 2);
}

ul.l_tinynav1 {
  display: none;
}
.blog-searchbar-section {
  margin: 0px 0px 30px 0px;
}

span.icon-left {
  float: left;
  text-align: left;
  margin-right: 10px;
  display: inline-block;
  width: 1em;
}

span.icon-closed {
  display: block;
}

.fa-search:before {
  content: "\f002";
  color: #E50A47;
}

a.toggle-title, a.toggle-title:active,a.toggle-title:hover{
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

.blog-search-title {
  border-width: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 700;
  line-height: 1;
  cursor:pointer
}

span.icon-opened {
  display: none;
  color: #E50A47;
}

.fa-window-close:before {
  content: "\f410";
}
.blog-search-title.open span.icon-closed {
  display: none;
}



.blog-search-title.open span.icon-opened {
  display: block;
}
.blog-search-content {
  background-color: #F7F7F7;
  padding: 15px;
  border-bottom: 1px solid #d4d4d4;
  border-width: 0px;
}

.search-input {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

.topics {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

.search-input label,.topics h3 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 22px;
  color: #0E3E67;
  font-family: "Inter", Sans-serif;
  font-weight: bold;
  display: block;
}

.blog-search-content input,.blog-search-content select {
  min-height: 44px;
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

.blog-search-content input::-webkit-input-placeholder {
  opacity: .5;
}

.blog-search-content input:focus {
  border: 1px solid #666;
  outline: none;
}
.outer-blog-search-content{
  display: none;
}
@media (max-width: 1024px){
  .simple-banner {
    padding: 0px 30px 0px 30px;
  }

  .blog-wrapper {
    padding: 0px 30px 0px 30px;
  }
  .header-wrapper {
    min-height: auto !important;
  }
  .post-wrapper {
    grid-template-columns: repeat(2,1fr);
    display: grid;
  }
}
@media only screen and (max-width: 767px){

  .post-wrapper {
    grid-template-columns: repeat(1,1fr);
    display: grid;
  }

  .simple-banner {
    padding: 100px 30px 20px 30px;
  }
  .blog-post__body {
    font-size: 18px;
    line-height: 28px;
  }
  .container {
    min-height: 0;
  }

  .blog-search-content {
    padding: 12px 10px;
  }
  h1.banner-title {
    padding-left: 48px;
    font-size: 20px;
    line-height: 28px;
  }
  .header-top{
    margin-bottom: -80px;
  }
  .simple-title:before {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    top: -2px;
  }
  .blog-pagination__link {
    font-size: 16px;
    line-height: 23px;
  }

  .blog-wrapper {
    padding: 0px 20px 0px 20px;
  }

  .blog-pagination__prev-link {
    display: inline;
  }
  .blog-post h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .auhtor-img {
    /* width: 100%; */
    /* max-width: 100%; */
    margin: 0;
    margin: 0px 0px 5px 0px;
  }

  .auhtor {
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 5px 0px;
  }

  .blog-post__meta {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
  }

  .social.share {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    margin-top: 5px;
  }

  section.meta-info {
    display: block;
  }
  .resources .simple-title:before{
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
  .share-item {
    margin: 0;
  }

}
@media only screen and (max-width: 628px){
  .topics {
    margin-top: 20px;
  }
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto; 
    overflow-y: hidden !important;
    margin: 10px 0;
  }
  .blog-post__body img {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
.error-content-wrapper {
  margin: 0 auto;
}

.page-header h1 {
  line-height: 52px;
}



@media (min-width: 576px){
  .error-content-wrapper {
    max-width: 500px;
  }
}
@media (min-width: 768px){
  .error-content-wrapper{
    max-width: 600px;
  }
}

@media (min-width: 992px){
  .error-content-wrapper {
    max-width: 800px;
  }
}
@media (min-width: 1200px){
  .error-content-wrapper {
    max-width: 960px;
  }

}
@media (max-width: 768px){
  .error-content-wrapper {
    margin: 0 auto;
    padding:0 20px;
  }

}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  font-size: 40vw;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.systems-page label {
  display: inline-block;
}
ul.no-list {
  padding: 0;
}
@media screen and (min-width: 1100px){
.error-page:before {
  font-size: 20rem;
}
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}