#hero {
  width: 100%;
  height: 746px;
  background-image: url("../../assets/img/hero-img.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.last{
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
@media (min-width: 300px) {
  #hero {
    width: 100%;
    height: 450px;
    background-image: url("../../assets/img/hero-img.jpg");
    background-position: -549px top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 576px) {
  #hero {
    width: 100%;
    height: 530px;
    background-image: url("../../assets/img/hero-img.jpg");
    background-position: -395px top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) {
  #hero {
    width: 100%;
    height: 530px;
    background-image: url("../../assets/img/hero-img.jpg");
    background-position: -325px top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  #hero {
    width: 100%;
    height: 530px;
    background-image: url("../../assets/img/hero-img.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1200px) {
  #hero {
    width: 100%;
    height: 746px;
    background-image: url("../../assets/img/hero-img.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.hero-content {
  padding: 175px 0em;
  width: 100%;
}

@media (min-width: 300px) {
  .hero-content {
    padding: 50px 0em;
    width: 100%;
    max-width: 275px;
  }
}

@media (min-width: 576px) {
  .hero-content {
    padding: 50px 0em;
    width: 100%;
    max-width: 475px;
  }
}

@media (min-width: 768px) {
  .hero-content {
    padding: 50px 0em;
    width: 100%;
    max-width: 575px;
  }
}

@media (min-width: 992px) {
  .hero-content {
    padding: 50px 0em;
    width: 100%;
    max-width: 575px;
  }
}

@media (min-width: 1200px) {
  .hero-content {
    padding: 175px 0em;
    width: 100%;
    max-width: 560px;
  }
}

#hero .my-h1 {
  color: #18225e;
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

h1.header {
  color: #18225e;
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
#cur-hero-section h1.header {
  color: #fff;
}


@media (min-width: 300px) {
  #hero .my-h1 {
    color: #18225e;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
}

@media (min-width: 576px) {
  #hero .my-h1 {
    color: #18225e;
    font-size: 38px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  #hero .my-h1 {
    color: #18225e;
    font-size: 38px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  #hero .my-h1 {
    color: #18225e;
    font-size: 38px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
}

@media (min-width: 1200px) {
  #hero .my-h1 {
    color: #18225e;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
}

.lead .small-title {
  color: #18225e;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

@media (min-width: 300px) {
  .lead.small-title {
    color: #18225e;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
}

@media (min-width: 576px) {
  .lead .small-title {
    color: #18225e;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .lead .small-title {
    color: #18225e;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .lead .small-title {
    color: #18225e;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
}

@media (min-width: 1200px) {
  .lead .small-title {
    color: #18225e;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
}

.hero-paragraph {
  color: #18225e;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media (min-width: 300px) {
  .hero-paragraph {
    color: #18225e;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
  }
}

@media (min-width: 576px) {
  .hero-paragraph {
    color: #18225e;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
  }
}

#hero .get-start-btn {
  background-color: #24459c;
  padding: 15px 60px;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid #24459c;
}
#hero .get-start-btn:hover {
  background-color: #2a3864;
  padding: 15px 60px;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid #2a3864;
}

@media (min-width: 300px) {
  #hero .get-start-btn {
    background-color: #24459c;
    padding: 7px 30px;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #24459c;
  }
}

@media (min-width: 576px) {
  #hero .get-start-btn {
    background-color: #24459c;
    padding: 15px 60px;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #24459c;
  }
}

@media (min-width: 768px) {
  #hero .get-start-btn {
    background-color: #24459c;
    padding: 15px 60px;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #24459c;
  }
}

@media (min-width: 992px) {
  #hero .get-start-btn {
    background-color: #24459c;
    padding: 15px 60px;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #24459c;
  }
}

@media (min-width: 1200px) {
  #hero .get-start-btn {
    background-color: #24459c;
    padding: 15px 60px;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #24459c;
  }
}

.overlapping-content {
  background-color: #fff;
  color: #637093;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  padding: 50px 50px 30px;
  border-radius: 30px;
  margin-top: -70px;
  line-height: 2;
}

#features-section {
  position: relative;
  padding-top: 70px;
}

.features-box {
  padding: 20px;
  border: 1px solid #ececec;
  text-align: center;
}

.features-heading {
  color: #363636;
  font-size: 20px;
  padding-top: 20px;
}

.features-content {
  font-size: 18px;
  color: #637093;
  line-height: 1.5;
}

.features-btn {
  color: #43b6d8;
  font-size: 16px;
  font-weight: bold;
  font-family: "Helvetica Neue" , sans-serif;
}
.features-btn:hover {
  text-decoration:none;
  color: #43b6d8;
  font-size: 16px;
  font-weight: bold;
  font-family: "Helvetica Neue" , sans-serif;
}
.sept {
  background-color: #43b6d8;
  margin: 25px auto;
  height: 1px;
  width: 30px;
}
.text-center.features-main-title {
  font-size: 46px;
  color: #18225e;
  font-weight: bold;
}
@media (min-width: 300px) {
  .text-center.features-main-title {
    font-size: 35px;
    color: #18225e;
    font-weight: bold;
  }
}

@media (min-width: 1200px) {
  .text-center.features-main-title {
    font-size: 46px;
    color: #18225e;
    font-weight: bold;
  }
}

.text-center.features-main-subtitle {
  font-size: 18px;
  color: #637093;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 70px;
  max-width: 765px;
}

.video-left-side {
  padding: 0;
}

.video-left-col {
  padding: 0px;
}

.video-right-col {
  background: rgb(67,182,216);
  background: linear-gradient(260deg, rgba(67,182,216,1) 10%, rgba(36,69,156,1) 100%);
  height: auto;
  color: #fff;
  padding: 30px 80px!important;
}

@media (min-width: 300px) {
  .video-right-col {
    background: rgb(67,182,216);
    background: linear-gradient(260deg, rgba(67,182,216,1) 10%, rgba(36,69,156,1) 100%);
    height: auto;
    color: #fff;
    padding: 50px 30px!important;
  }
}

@media (min-width: 576px) {
  .video-right-col {
    background: rgb(67,182,216);
    background: linear-gradient(260deg, rgba(67,182,216,1) 10%, rgba(36,69,156,1) 100%);
    height: auto;
    color: #fff;
    padding: 50px 50px!important;
  }
}

@media (min-width: 768px) {
  .video-right-col {
    background: rgb(67,182,216);
    background: linear-gradient(260deg, rgba(67,182,216,1) 10%, rgba(36,69,156,1) 100%);
    height: auto;
    color: #fff;
    padding: 50px 70px!important;
  }
}

@media (min-width: 1200px) {
  .video-right-col {
    background: rgb(67,182,216);
    background: linear-gradient(260deg, rgba(67,182,216,1) 10%, rgba(36,69,156,1) 100%);
    height: auto;
    color: #fff;
    padding: 30px 80px!important;
  }
}

.video-inner-content {
  width: 100%;
  max-width: 480px;
}

@media (min-width: 300px) {
  .video-inner-content {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .video-inner-content {
    width: 100%;
    max-width: 480px;
  }
}

.msg-logo {
  padding: 0 0 30px 0;
  max-width: 190px;
}

.msg-btn {
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  padding: 8px 30px;
  margin-top: 30px;
}
.msg-btn:hover {
  text-decoration:none;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  padding: 8px 30px;
  margin-top: 30px;
}

#video-section {
  padding: 70px 0;
  position: relative;
}

@media (min-width: 300px) {
  #video-section {
    padding: 40px 0;
    position: relative;
  }
}

.btn .btn-link .play-icon {
  background-image: url(../../assets/img/play-icon.png);
  background-position: center;
  width: 106px;
  height: 106px;
  border: none;
}

.play-div {
  position: absolute;
  right: 46.8%;
  top: 45%;
  z-index: 99;
}

@media (min-width: 300px) {
  .play-div {
    position: absolute;
    right: 35%;
    top: 8%;
    z-index: 99;
  }
}

@media (min-width: 576px) {
  .play-div {
    position: absolute;
    right: 40%;
    top: 25%;
    z-index: 99;
  }
}

@media (min-width: 768px) {
  .play-div {
    position: absolute;
    right: 40%;
    top: 25%;
    z-index: 99;
  }
}

@media (min-width: 992px) {
  .play-div {
    position: absolute;
    right: 45%;
    top: 45%;
    z-index: 99;
  }
}

@media (min-width: 1200px) {
  .play-div {
    position: absolute;
    right: 46.8%;
    top: 45%;
    z-index: 99;
  }
}

#about-section {
  position: relative;
  padding: 70px 0;
}

@media (min-width: 300px) {
  #about-section {
    position: relative;
    padding: 0px 0;
  }
}

@media (min-width: 1200px) {
  #about-section {
    position: relative;
    padding: 70px 0;
  }
}

.abt-btn {
  border-radius: 50px;
  padding: 7px 35px;
  background-color: #24459c;
  border: 1px #24459c;
  font-weight: 600;
  font-size: 18px;
}
.abt-btn:hover {
  border-radius: 50px;
  padding: 7px 35px;
  background-color: #2a3864;
  border: 1px #24459c;
  font-weight: 600;
  font-size: 18px;
}

.abt-left-side {
  background-image: url(../../assets/img/abt-bg.jpg);
  background-position: right top;
  background-repeat: repeat-y;
  padding-bottom: 0;
}

@media (min-width: 300px) {
  .abt-left-side {
    background-image: url(none);
    background-position: right top;
    background-repeat: repeat-y;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .abt-left-side {
    background-image: url(../../assets/img/abt-bg.jpg);
    background-position: right top;
    background-repeat: repeat-y;
    padding-bottom: 0px;
  }
}

.video-thumb {
  margin: 45px 0;
  max-width: initial;
}

@media (min-width: 300px) {
  .video-thumb {
    margin: 0;
    max-width: inherit;
  }
}

@media (min-width: 576px) {
  .video-thumb {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .video-thumb {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .video-thumb {
    margin: 75px 0;
    max-width: initial;
  }
}

@media (min-width: 1200px) {
  .video-thumb {
    margin: 45px 0;
    max-width: initial;
  }
}

.about-left-content {
  padding: 80px 60px 80px 0;
}

@media (min-width: 300px) {
  .about-left-content {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .about-left-content {
    padding: 80px 60px 80px 0;
  }
}

.about-heading {
  color: #2a3864;
  font-weight: bold;
  font-size: 40px;
}

.about-content {
  font-size: 18px;
  line-height: 2;
  color: #637093;
  font-weight: 400;
}

#footer .footer-p {
  color: #bfc8cf;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

#footer .copy-p {
  color: #bfc8cf;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 300px) {
  #footer .copy-p {
    color: #bfc8cf;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  #footer .copy-p {
    color: #bfc8cf;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
  }
}

#footer a.link-email {
  color: #bfc8cf;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

#footer {
  background-color: #0b102f;
  padding: 70px 0 0 0;
  margin-top: 0px;
}

@media (min-width: 300px) {
  #footer {
    background-color: #0b102f;
    padding: 70px 0 0 0;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  #footer {
    background-color: #0b102f;
    padding: 70px 0 0 0;
    margin-top: 0;
  }
}

h4.widget-title {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

#footer a.footer-link {
  color: #bfc8cf;
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  text-decoration: none;
}

#footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#footer ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#footer .green-icon {
  color: #7ccaad;
}

#footer .contact-title {
  color: #fff;
}

#footer .footer-sept {
  background-color: #1e233f;
  width: 100%;
  height: 1px;
  margin: 40px auto 0;
}

#footer .copy-seciton {
  margin: 20px 0 5px;
}

#footer .copy-link-right {
  float: right;
  line-height: 2;
}

#footer .copy-link {
  font-size: 15px;
  color: #bfc6ce;
  font-weight: normal;
  padding: 0 10px;
}

#footer .copy-link.line-v {
  border-left: 1px solid #1e233f;
  border-right: 1px solid #1e233f;
}

.small-div {
  padding: 0;
}

@media (min-width: 300px) {
  .small-div {
    padding: 20px 0;
  }
}

@media (min-width: 1200px) {
  .small-div {
    padding: 0;
  }
}

ul.checkmark {
	padding-inline-start: 10px;
}

ul.checkmark li {
	font-size: 16px;
	margin-bottom: 0.8em;
	list-style-type: none;
	padding: .20em 0 0 2.5em;
	position: relative;

}
ul.checkmark li:before {
		content: " ";
		display: block;
		border: solid .8em #0db3f1;
		border-radius: .8em;
		height: 0;
		width: 0;
		position: absolute;
		left: .5em;
		top: 40%;
		margin-top: -.5em;
}
ul.checkmark li:after {
	content: " ";
	display: block;
	width: .4em;
	height: .6em;
	border: solid #fff;
	border-width: 0 .2em .2em 0;
	position: absolute;
	left: 1.1em;
	top: 45%;
	margin-top: -.2em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

		
.text-small {
	color: #7f7f7f;
	font-size: 11px;
}

#inner-hero {
  height: 427px;
  text-align: right;
  color: #18225e;
  position: relative;
}
#cur-inner-hero {
  height: 300px;
  text-align: right;
  color: #18225e;
  position: relative;
}

.carrers-hero-section {
  background-image: url(../../assets/img/careers-hero-img.jpg);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 195px;
  background-size: cover;
  width: 100%;
  height: 427px;
}

#leadership-hero-section {
  background-image: url(../../assets/img/leadership-hero.jpg);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 125px;
  background-size: cover;
  width: 100%;
  height: 427px;
}

#cur-hero-section {
  background-image: url(../../assets/img/curbg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 125px;
  background-size: cover;
  width: 100%;
	  height: 300px;
}

@media (min-width: 300px) {
  #leadership-hero-section {
    background-image: url(../../assets/img/leadership-hero.jpg);
    background-repeat: no-repeat;
    /* background-position: -1000px top; */
    padding-top: 125px;
    background-size: cover;
    width: 100%;
    height: 300px;
  }
  #cur-hero-section {
    background-image: url(../../assets/img/curbg.jpg);
    background-repeat: no-repeat;
    /* background-position: -1000px top; */
    padding-top: 125px;
    background-size: cover;
    width: 100%;
    height: 300px;
  }
}

@media (min-width: 1200px) {
  #leadership-hero-section {
    background-image: url(../../assets/img/leadership-hero.jpg);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 125px;
    background-size: cover;
    width: 100%;
    height: 427px;
  }
  cur-hero-section {
    background-image: url(../../assets/img/curbg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 125px;
    background-size: cover;
    width: 100%;
    height: 427px;
  }
}

#breadcrumb {
  background-image: url(../../assets/img/breadcrumb-bg.jpg);
  background-repeat: repeat-x;
  background-position: top;
  padding: 0px 0;
  height: 39px;
  line-height: 2.5;
}

#breadcrumb .breadcrumb-link {
  font-size: 16px;
  color: #0db3f1;
}
#breadcrumb .breadcrumb-link:hover {
  text-decoration:none;
  font-size: 16px;
  color: #0db3f1;
}

#breadcrumb .breadcrumb-link .home-icon {
  font-size: 22px;
  color: #000;
  padding: 0 5px;
}
#breadcrumb .breadcrumb-link .home-icon:hover {
	 text-decoration:none;
  font-size: 22px;
  color: #000;
  padding: 0 5px;
}

#breadcrumb .arrow-right {
  font-size: 10px;
  color: #000;
  padding: 0 5px;
}

.h2, h2 {
  font-size: 40px;
  font-weight: bold;
  color: #18225e;
}

p {
  font-size: 22px;
  color: #637093;
  line-height: 1.5;
  font-family: "Helvetica Neue";
  font-weight: 300;
}

.msgsafe {
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  font-family: "Helvetica Neue";
  font-weight: 300;
}

.right-line {
  border-right: 1px solid #e7e7e7;
}

#content-section {
  padding: 40px 0;
}

@media (min-width: 300px) {
  #content-section {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {
  #content-section {
    padding: 40px 0;
  }
}

.content-text {
  padding: 0 60px;
}

@media (min-width: 300px) {
  .content-text {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .content-text {
    padding: 0 60px;
  }
}

#job-list {
  background-color: #f5f6fa;
  padding: 70px 0;
}

#job-stats {
}

.apply-btn {
  background-color: #7ccaad;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.apply-btn:hover {
	text-decoration:none;
  background-color: #469d7a;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.job-description {
  font-size: 17px;
  color: #465376;
  font-family: "Helvetica Neue";
}

.job-content li {
  font-size: 17px;
  color: #465376;
  font-family: "Helvetica Neue";
  font-weight: 300;
}

h3.job-title {
  font-size: 25px;
  color: #2a3864;
  font-weight: bold;
  font-family: "Helvetica Neue";
}

.tb-line {
  border-top: 1px solid #dedfe2;
  padding: 30px 0;
  vertical-align: middle;
}

.tb-line-first {
  border-top: 1px solid #dedfe2;
  padding: 30px 0;
  vertical-align: middle;
}

.tb-line-last {
  border-bottom: 1px solid #dedfe2;
  padding: 30px 0;
  vertical-align: middle;
}

.title-space {
  padding: 0px 0 50px;
}

.job-content {
  vertical-align: middle;
  display: table;
}

.content-align-tb {
  width: 100%;
  max-width: 400px;
  float: right;
  text-align: left;
}

.box-shadow-content {
  background-color: #fff;
  padding: 40px 40px 30px 40px;
  border-radius: 25px;
  box-shadow: 0px 10px 25px rgba(17,40,102,0.1);
  color: #637093;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: normal;
}

.box-content {
  color: #637093;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: normal;
  line-height: 2;
}

#box-shadow-section {
  padding: 70px 0;
}

h2.leadership {
  font-family: "Helvetica Neue";
  color: #2a3864;
  font-size: 40px;
}

.dec-leadership {
  font-family: "Helvetica Neue";
  color: #0db3f1;
  font-size: 18px;
}

.text-leadership {
  font-family: "Helvetica Neue";
  color: #637093;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.text-policy {
  font-family: "Helvetica Neue";
  color: #5b5b5f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

ol.text-policy {
  font-family: "Helvetica Neue";
  color: #5b5b5f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

ol.text-policy li {
  font-family: "Helvetica Neue";
  color: #5b5b5f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  padding-bottom: 10px;
}

h4.policy, h6.policy {
	margin-top: 15px;
}

.leadership-line-spacer {
  width: 100%;
  background-color: #ededf3;
  height: 1px;
  margin: 70px 0;
}

.leadership-social-icon {
  background-color: #8489a4;
  padding: 10px;
  border: 2px solid #5e6384;
  color: #fff;
  margin-right: 5px;
}

.leadership-social-text {
  color: #0db3f1;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: normal;
}

#contact-hero-section {
  background-image: url(../../assets/img/contact-hero.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 195px;
  width: 100%;
  height: 427px;
  text-align: left;
}

@media (min-width: 300px) {
  #contact-hero-section {
    background-image: url(../../assets/img/contact-hero.jpg);
    /* background-position: -1200px top; */
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 195px;
    width: 100%;
    height: 427px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #contact-hero-section {
    background-image: url(../../assets/img/contact-hero.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 195px;
    width: 100%;
    height: 427px;
    text-align: left;
  }
}

#report-hero-section {
  background-image: url(../../assets/img/report-abuse-hero.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 195px;
  width: 100%;
  height: 427px;
  text-align: left;
}

#faq-hero-section {
  background-image: url(../../assets/img/faqs-hero.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 195px;
  width: 100%;
  height: 427px;
  text-align: left;
}

#news-hero-section {
  background-image: url(../../assets/img/news-hero.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 195px;
  width: 100%;
  height: 427px;
  text-align: right;
}

#dv-hero-section {
  background-image: url(../../assets/img/ssl-dv-hero.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  width: 100%;
  height: 427px;
  text-align: left;
}

#wc-hero-section {
  background-image: url(../../assets/img/ssl-wc-hero.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  width: 100%;
  height: 427px;
  text-align: left;
}

.dv-title {
  width: 100%;
  max-width: 500px;
}

.ov-title {
  width: 100%;
  max-width: 650px;
}

.enterprise-title {
  width: 100%;
  max-width: 600px;
}

#ov-hero-section {
  background-image: url(../../assets/img/ssl-ov-hero.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  width: 100%;
  height: 427px;
  text-align: left;
}

#reseller-program-hero-section {
  background-image: url(../../assets/img/partners-reseller-program-hero.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 190px;
  width: 100%;
  height: 427px;
  text-align: left;
}

#enterprise-hero-section {
  background-image: url(../../assets/img/ssl-enterprise-hero.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  width: 100%;
  height: 427px;
  text-align: left;
}

.contact-info {
  width: 700px;
  margin: 40px auto 0;
}

.center-sept {
  border-left: 1px dashed #cdd0de;
  width: 1px;
}

@media (min-width: 300px) {
  .center-sept {
    border-left: 1px dashed #cdd0de;
    width: 1px;
  }
}

.center-sept {
  border-left: 1px dashed #cdd0de;
  width: 1px;
}

.contact-phone-icon {
  color: #7ccaad;
  font-size: 70px;
  float: left;
}

.contact-small-text {
  font-size: 16px;
  color: #6f7b9b;
  padding: 10px 0 0 0;
  margin: 0;
}

.contact-small-number {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding: 0px;
}

.question-text {
  font-size: 16px;
  color: #6f7b9b;
  font-family: "Helvetica Neue";
  font-weight: normal;
  margin-top: 50px;
}

.help-center-link {
  color: #0db3f1;
  font-size: 16px;
  font-family: "Helvetica Neue";
}

#form-section {
  background-color: #f7f8fb;
  padding: 70px 0;
}

#news-section {
  padding: 70px 0;
}

#news-section h2.news-title {
  padding: 0;
  color: #2a3864;
  font-size: 24px;
  font-weight: bold;
}

#news-section p {
  padding: 0;
  color: #637093;
  font-size: 18px;
  font-family: "Helvetica Neue";
  font-weight: normal;
}

#news-section p.strong {
  padding: 0;
  color: #253358;
  font-size: 18px;
  font-family: "Helvetica Neue";
  font-weight: 500;
  padding-bottom: 30px;
}

#news-section .news-div {
  padding: 0 0 20px;
  border-bottom: 1px solid #ededf3;
  margin-bottom: 20px;
}

#news-section .news-readmore-btn {
  color: #0db3f1;
  font-size: 15px;
}

#news-section a.page-link {
  color: #0db3f1;
  font-size: 15px;
}

#news-section .date {
  font-size: 15px;
  color: #465376;
}

#news-section .date a {
  font-size: 15px;
  color: #0db3f1;
}

.content-box {
  padding: 70px 0;
}

.content-box .sbold-text {
  font-size: 18px;
  color: #637093;
  font-weight: 600;
  font-family: 'Open Sans';
}

.content-box .r-normal-text {
  font-size: 18px;
  color: #637093;
  font-weight: normal;
  font-family: 'Open Sans';
}

.accourdion-box {
  width: 100%;
  max-width: 945px;
  padding: 70px 0;
  margin: 0 auto;
}

.accourdion-heading {
  font-size: 27px;
  color: #18225e;
  font-weight: 500;
  font-family: 'Open Sans';
  padding-bottom: 40px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  margin: 0 0 15px 0;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.card-header a.collapsed {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  display: block;
  color: #232428;
  font-size: 17px;
  font-weight: bold;
}

.card-header a {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  display: block;
  color: #232428;
  font-size: 17px;
  font-weight: bold;
}

.card-text {
  color: #637093;
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
}

.card-body {
  border: 1px solid #e3e3e3;
  border-top: 0px none;
}

.content-section .text-left-side-enterprise {
  background-image: url(../../assets/img/abt-bg.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  padding-bottom: 0;
  padding-left: 40px;
  padding: 7px 0 0 40px;
}

@media (min-width: 300px) {
  .content-section .text-left-side-enterprise {
    background-image: url(none);
    background-position: left top;
    background-repeat: repeat-y;
    padding-bottom: 0;
    padding-left: 40px;
    padding: 60px 0 0 0px;
  }
}

@media (min-width: 1200px) {
  .content-section .text-left-side-enterprise {
    background-image: url(../../assets/img/abt-bg.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    padding-bottom: 0;
    padding-left: 40px;
    padding: 7px 0 0 40px;
  }
}

.content-section .text-left-side {
  background-image: url(../../assets/img/abt-bg.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  padding-bottom: 0;
  padding-left: 40px;
  padding: 60px 0 0 40px;
}

.content-section .text-left-side {
  background-image: url(../../assets/img/abt-bg.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  padding-bottom: 0;
  padding-left: 40px;
  padding: 60px 0 0 40px;
}

@media (min-width: 300px) {
  .content-section .text-left-side {
    background-image: url(none);
    background-position: left top;
    background-repeat: repeat-y;
    padding-bottom: 0;
    padding-left: 40px;
    padding: 60px 0 0 0px;
  }
}

@media (min-width: 1200px) {
  .content-section .text-left-side {
    background-image: url(../../assets/img/abt-bg.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    padding-bottom: 0;
    padding-left: 40px;
    padding: 60px 0 0 40px;
  }
}

@media (min-width: 1200px) {
  .content-section .text-left-side-2 {
    background-image: url(../../assets/img/abt-bg.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    padding-bottom: 0;
    padding-left: 40px;
    padding: 40px 0 0 40px;
  }
}

@media (min-width: 300px) {
  .content-section .text-left-side-2 {
    background-image: url(none);
    background-position: left top;
    background-repeat: repeat-y;
    padding-bottom: 0;
    padding-left: 40px;
    padding: 20px 0 0 0px;
  }
  .max-img {
	  max-width: 60%;
	  height: auto;
  }
  .center {
	  text-align: center;
  }
}

@media (min-width: 900px) {
	.max-img {
	  max-width: 100%;
	  height: auto;
  }
}

@media (min-width: 1200px) {
  .content-section .text-left-side-2 {
    background-image: url(../../assets/img/abt-bg.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    padding-bottom: 0;
    padding-left: 40px;
    padding: 40px 0 0 40px;
  }
}

.content-section .content-heading {
  font-size: 30px;
  color: #2a3864;
  font-family: "Helvetica Neue";
  font-weight: bold;
}

.content-section p {
  font-size: 18px;
  color: #637093;
  font-family: "Helvetica Neue";
  font-weight: 300;
  line-height: 2;
}

.content-section p.blue {
  font-size: 18px;
  color: #0db3f1;
  font-family: "Helvetica Neue";
  font-weight: 300;
  line-height: 2;
}

#dv-service-section {
  padding: 70px;
}

#dv-service-section {
  padding: 40px;
}

@media (min-width: 300px) {
  #dv-service-section {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {
  #dv-service-section {
    padding: 40px;
  }
}

#dv-service-section .serviec-title {
  font-size: 24px;
  color: #2a3864;
  font-family: "Helvetica Neue";
  font-weight: bold;
  padding: 25px 0 0 0;
}

.validated-title {
  font-size: 24px;
  color: #2a3864;
  font-family: "Helvetica Neue";
  font-weight: bold;
  text-align: left;
  padding: 25px 0 0 0;
}

.p-text {
  font-size: 16px;
  color: #637093;
  font-family: "Helvetica Neue";
  font-weight: normal;
  text-align: left;
  padding: 0;
  line-height: 1.7;
}

.serviec-text {
  font-size: 16px;
  color: #637093;
  font-family: "Helvetica Neue";
  font-weight: 300;
  line-height: 1.7;
  padding: 0 30px;
}

.service-title {
  font-size: 40px;
  color: #2a3864;
  font-family: "Helvetica Neue";
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 30px;
}

@media (min-width: 300px) {
  .service-title {
    font-size: 30px;
    color: #2a3864;
    font-family: "Helvetica Neue";
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .service-title {
    font-size: 40px;
    color: #2a3864;
    font-family: "Helvetica Neue";
    font-weight: bold;
    line-height: 1.7;
    padding-bottom: 30px;
  }
}

.validated-light-blue {
  color: #0db3f1;
  font-size: 18px;
  font-family: "Helvetica Neue";
  font-weight: 400;
}

.value-added-box {
  background: rgb(36,69,156);
  background: linear-gradient(90deg, rgba(36,69,156,1) 0%, rgba(67,182,216,1) 100%);
  border-radius: 30px;
  padding: 30px;
  margin: 40px 0;
  text-align: center;
}

.value-added-box .title {
  text-align: center;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 34px;
}

.value-added-box p {
  text-align: center;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 18px;
}

.value-added-box .apple-button {
  text-align: center;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 16px;
  background-color: #7ccaad;
  border-radius: 50px;
  padding: 7px 30px;
  border: 1px solid #7ccaad;
  /*box-shadow: 0 0 0 .2rem rgba(124,202,255,.5);*/
}
.value-added-box .apple-button:hover {
  text-align: center;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 16px;
  background-color: #469d7c;
  border-radius: 50px;
  padding: 7px 30px;
  border: 1px solid #469d7c;
  /*box-shadow: 0 0 0 .2rem rgba(124,202,255,.5);*/
}

#affiliates-section {
  background-image: url(../../assets/img/reseller-light-gray-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

#affiliates-section .affiliate-title {
  color: #2a3864;
  font-size: 40px;
  font-weight: bold;
  font-family: "Helvetica Neue";
}

#affiliates-section .affiliate-text {
  color: #637093;
  font-size: 19px;
  font-weight: 300;
  font-family: "Helvetica Neue";
}

.tick-box {
  background-color: #fff;
  padding: 15px 30px;
  color: #637093;
  font-family: "Helvetica Neue";
  font-size: 18px;
  border-radius: 30px;
  width: 100%;
  max-width: 180px;
  text-align: center;
  float: left;
  margin: 20px 20px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@media (min-width: 300px) {
  .tick-box {
    background-color: #fff;
    padding: 15px 30px;
    color: #637093;
    font-family: "Helvetica Neue";
    font-size: 18px;
    border-radius: 30px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    float: none;
    margin: 20px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  }
}

@media (min-width: 1200px) {
  .tick-box {
    background-color: #fff;
    padding: 15px 30px;
    color: #637093;
    font-family: "Helvetica Neue";
    font-size: 18px;
    border-radius: 30px;
    width: 100%;
    max-width: 180px;
    text-align: center;
    float: left;
    margin: 20px 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  }
}

.tick-box .text {
  color: #637093;
  font-family: "Helvetica Neue";
  font-size: 18px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 0 0;
}

#commission-structure {
  padding: 40px 0;
}

#commission-structure .commission-heading {
  color: #2a3864;
  font-size: 40px;
  font-weight: bold;
  font-family: "Helvetica Neue";
}

#commission-structure .commission-text {
  color: #637093;
  font-size: 18px;
  font-weight: 300;
  font-family: "Helvetica Neue";
}

.commission-table {
  background: rgb(36,69,156);
  background: linear-gradient(90deg, rgba(36,69,156,1) 0%, rgba(67,182,216,1) 100%);
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

#commission-tables {
  width: 100%;
  max-width: 925px;
  margin: 0 auto;
}

table.minimalistBlack {
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.minimalistBlack td, table.minimalistBlack th {
  border: 1px solid #CFCFCF;
  padding: 10px 10px;
}
table.minimalistBlack tbody td {
  font-size: 13px;
}
table.minimalistBlack td:nth-child(even) {
  background: #FFFFFF;
}
table.minimalistBlack tfoot td {
  font-size: 14px;
}

.msgsafe-strong {
  color: #fff;
}

#partner-program {
  margin: 0px;
  padding: 40px;
  background-image: url(../../assets/img/partners-reseller-bg-2.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.program-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 30px;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  box-shadow: 0px 5px 20px rgba(17,40,102,0.1);
  text-align: left;
}

@media (min-width: 300px) {
  .program-box {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0px 5px 20px rgba(17,40,102,0.1);
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .program-box {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0px 5px 20px rgba(17,40,102,0.1);
    text-align: left;
  }
}

.program-box .icon {
  margin-right: 15px;
  height: 70px;
  float: left;
}

@media (min-width: 300px) {
  .program-box .icon {
    margin-right: 15px;
    height: 70px;
    float: none;
  }
}

@media (min-width: 1200px) {
  .program-box .icon {
    margin-right: 15px;
    height: 70px;
    float: left;
  }
}

.program-box .program-text-1 {
  font-size: 18px;
  color: #363636;
  font-weight: bold;
  font-family: "Helvetica Neue";
  float: left;
  margin: 0;
  padding: 8px 0 0 0;
  text-align: left;
}

@media (min-width: 300px) {
  .program-box .program-text-1 {
    font-size: 18px;
    color: #363636;
    font-weight: bold;
    font-family: "Helvetica Neue";
    float: none;
    margin: 0;
    padding: 8px 0 0 0;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .program-box .program-text-1 {
    font-size: 18px;
    color: #363636;
    font-weight: bold;
    font-family: "Helvetica Neue";
    float: left;
    margin: 0;
    padding: 8px 0 0 0;
    text-align: left;
  }
}

.program-box .program-text-2 {
  font-size: 18px;
  color: #363636;
  font-weight: bold;
  font-family: "Helvetica Neue";
  float: left;
  margin: 0;
  padding: 8px 0 0 0;
  text-align: left;
}

@media (min-width: 300px) {
  .program-box .program-text-2 {
    font-size: 18px;
    color: #363636;
    font-weight: bold;
    font-family: "Helvetica Neue";
    float: none;
    margin: 0;
    padding: 8px 0 0 0;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .program-box .program-text-2 {
    font-size: 18px;
    color: #363636;
    font-weight: bold;
    font-family: "Helvetica Neue";
    float: left;
    margin: 0;
    padding: 8px 0 0 0;
    text-align: left;
  }
}

.program-heading {
  font-size: 40px;
  color: #2a3864;
  font-family: "Helvetica Neue";
  font-weight: bold;
  padding: 20px 0 40px 0;
}

.trustcor-partner {
  background: rgb(36,69,156);
  background: linear-gradient(90deg, rgba(36,69,156,1) 0%, rgba(67,182,216,1) 100%);
  text-align: center;
  padding: 70px 0;
}

.trustcor-partner .trustcor-heading {
  padding: 5px 0 25px;
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-weight: 500;
}

.trustcor-partner .trustcor-btn {
  padding: 8px 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #7ccaad;
  border-radius: 50px;
  border: 1px solid #7ccaad;
}
.trustcor-partner .trustcor-btn:hover {
  padding: 8px 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
   background-color: #469d7c;
  border-radius: 50px;
  border: 1px solid #469d7c;
}

.fill-out-text {
  font-size: 15px;
  color: #2a3864;
  font-family: 'Open Sans';
  text-align: center;
  font-weight: normal;
}

a {
  color: #0db3f1;
}

.table-small-heading {
  font-size: 18px;
  color: #2a3864;
  font-weight: normal;
  padding: 15px 0;
  margin: 0;
}

.table-col-left {
  background-color: #f5f6fa;
  border: 1px solid #bebebe;
  border-top: none;
}

.table-col-right {
  background-color: #f5f6fa;
  border: 1px solid #bebebe;
  border-top: none;
  border-left: none;
}

.table-volume-text {
  font-size: 18px;
  color: #2a3864;
  padding: 20px 0;
  font-family: "Helvetica Neue";
  text-align: center;
  font-weight: 400;
}

.mb-0 > a {
  display: block;
  position: relative;
}

.mb-0 > a:after {
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  right: 30px;
}

@media (min-width: 300px) {
  .mb-0 > a:after {
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
  }
}

@media (min-width: 992px) {
  .mb-0 > a:after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
  }
}

@media (min-width: 1200px) {
  .mb-0 > a:after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
  }
}

.mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
}

@media (min-width: 300px) {
  .mb-0 > a[aria-expanded="true"]:after {
    content: "";
  }
}

@media (min-width: 992px) {
  .mb-0 > a[aria-expanded="true"]:after {
    content: "\f068";
  }
}

@media (min-width: 1200px) {
  .mb-0 > a[aria-expanded="true"]:after {
    content: "\f068";
  }
}

