body, html, mark {
  font-family: 'Montserrat', sans-serif;
  color: #003C70;
  overflow-x: hidden;
}
html { overflow-x:hidden; scroll-behavior: smooth;}

/* body .stickem-container {
	font-family:"SofiaProExtraLight", Arial, sans-serif;
	color:#707070;font-size:15px;line-height:22px;
	width:100%;
} */
body {
  margin: 0;
}

/* body {
  width: 100%;
  overflow-x: hidden;
} */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1, h2 {
  font-weight: 800;
}

h1, .h1 {
  font-size: 3rem;
}

h3 {
  font-size: 1.3em;
  font-weight: 300;
}

h4 {
  font-size: 1.1em;
  font-weight: 500;
}

h5 {
  font-size: 1.1em;
  font-weight: 300;
}

p {
  font-size: 1.2em;
  line-height: 1.6rem;
  font-weight: 300;
  font-family: helvetica;
}

b, strong {
  font-weight: 700;
}

.font-weight-bolder {
  font-weight: 900!important;
}

/* #colors
	================================================== */

.red {
  color: #FF4060;
}

.red-bk {
  background-color: #FF4060 !important;
}

.beige-bk {
  background-color: #F8F4EC;
}

.yellow-bk {
  background-color: #FFDA99;
}

.si-blue {
  color: #003C70;
}

.si-blue-bk {
  background-color: #003C70;
}

.separator {
  width: 50px;
  height: 7px;
  border-radius: 7px;
  background-color: #FF4060;
  margin: 0px 0 7px 0;
  display: inline-block;
}

/* #Links
================================================== */

a, a:visited, .input-group-addon {
  color: #003C70;
}

a:hover {
  color: #FF4060 !important;
  text-decoration: none;
}

p a, p a:visited {
  line-height: inherit;
}

.btn.white-bk {
  border: 2px solid #FF4060;
}

.si-light {
  background-color: #E5EDF7;
}

/* page-styles */

.careers-hero .row {
  min-height: 90vh;
}

.careers-hero {
  background: url("../../assets/img/careers-hero-img.jpg") top;
  background-repeat: no-repeat;
  background-size: cover;
}

.careers-list .list-group-item {
  border: 2px solid #EEF2F5;
}

.careers-list .list-group-item:hover {
  background: #F8FBFF;
}

.careers-list .list-group-item span {
  border: 1px solid #EEF2F5;
  font-size: 0.9em;
  padding: 4px 13px;
  border-radius: 57px;
  display: inline-block;
}

.green {
  color: #9AD8A6;
}

.orange {
  color: #E8B77E;
}

.light-blue {
  color: #95BFE3;
}

.purple {
  color: #A86DBE;
}

.pink {
  color: #E3A6A6;
}

.sales-list li {
  position: relative;
  padding-left: 34px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0F3D72 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #EEF2F5;
  border-radius: 0;
}

.form-control:placeholder {
  color: #0F3D72 !important;
}

.form-control:focus {
  color: #0F3D72 !important;
  background-color: #fff;
  border-color: #0F3D72 !important;
  outline: 0;
  box-shadow: none;
}

.modal-header .close {
  padding: 0.5rem;
  position: absolute;
  right: -10px;
  top: 46%;
  background: #D3DBE2;
  opacity: 1;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.close {
  float: none;
  font-size: 2.7rem;
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  line-height: 0.5;
  margin: auto;
}

.modal-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.si-life span {
  width: 40px;
  border-bottom: 1px solid #003c70;
  display: inline-block;
  margin-right: 9px;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.text-center {
  text-align: center;
}
a {
  /* color: #428bca; */
  text-decoration: none;
}

/*Header*/
#header {
  position: relative;
  background-color: #fafafa;
  border-bottom: 1px solid #e9e9e9;
}
#header {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
#header .header-info {
  float: left;
  color: #a9a9a9;
  font-size: 14px;
  border-left: 1px solid #e9e9e9;
}

#header .header-info span {
  float: left;
  padding: 11px 15px;
  border-right: 1px solid #e9e9e9;
}

#header .header-info span i {
  color: #f05574;
  margin-right: 8px;
}

#header .social {
  float: left;
}

#header .social a {
  float: left;
  width: 52px;
  color: #d0d0d0;
  font-size: 18px;
  text-align: center;
  padding: 11px 0px;
  border-left: 1px solid #e9e9e9;
}

#header .social a:hover {
  color: #FFF;
  background-color: #303030;
}

#header .social a.link-facebook:hover {
  background-color: #4862a3;
  border-left: 1px solid #4862a3;
}

#header .social a.link-twitter:hover {
  background-color: #34a8d3;
  border-left: 1px solid #34a8d3;
}

#header .social a.link-google-plus:hover {
  background-color: #e15b45;
  border-left: 1px solid #e15b45;
}

#header .social a.link-linkedin:hover {
  background-color: #0077b5;
  border-left: 1px solid #0077b5;
}

#header .social a.link-instagram:hover {
  background-color: #3c6c94;
  border-left: 1px solid #3c6c94;
}

#header .social a.link-pinterest:hover {
  background-color: #cc1e25;
  border-left: 1px solid #cc1e25;
}

#header .social .tooltip.bottom {
  margin-top: 1px;
}

#header form {
  float: left;
  margin: 0px;
}

#header form input[type="text"] {
  float: left;
  width: 200px;
  height: 44px;
  padding: 0px 10px;
  margin: 0px;
  border: 1px solid #FFF;
  border-left: 1px solid #e9e9e9;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#header form input[type="text"]:focus {
  border: 1px solid #57b9e1;
}

#header form input[type="submit"] {
  float: left;
  width: 50px;
  height: 44px;
  color: #FFF !important;
  text-shadow: none;
  background: #57b9e1 url(../images/icon-form-search.png) no-repeat center center;
  padding: 0px;
  margin: 0px 0px 0px -1px;
  border: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -ms-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}

#header form input[type="submit"]:hover {
  background-color: #73cef3;
}

#header .header-info a {
  color: #f05574 !important;
  font-weight: bold !important;
}

#header .header-info a:hover {
  text-decoration: underline;
}

#header .header-info span {
  padding: 11px;
}

#header form input[type="text"] {
  width: 140px;
}

#header .header-info span {
  padding: 11px;
}

#header .social {
  display: none;
}

#header form input[type="text"] {
  width: 140px;
}

@media (max-width: 767px) {
  #header {
    text-align: center;
  }

  #header .header-info {
    float: none;
    padding-top: 5px;
    border-left: 0px;
  }

  #header .header-info span {
    display: block;
    /* float:none;
		padding:0px; */
    border-right: 0px;
    font-size: 12px;
  }

  #header .header-info .email-header-1 {
    display: none;
  }

  #header .pull-right {
    float: none !important;
  }

  #header .social {
    float: none;
    padding-top: 10px;
  }

  #header .social a {
    display: inline-block;
    float: none;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bababa;
    background-color: #f0f0f0;
    padding: 0px;
    margin-bottom: 5px;
    border-left: 0px;
  }

  #header form {
    overflow: hidden;
    float: none;
    width: 350px;
    padding: 15px 0px;
    margin: 0px auto;
  }

  #header form input[type="text"] {
    width: 300px;
    border: 1px solid #e9e9e9;
    border-right: 0px;
  }

  @media (max-width: 480px) {
    #header form {
      width: auto;
    }

    #header form input[type="text"] {
      width: 80%;
    }

    #header form input[type="submit"] {
      width: 20%;
    }
  }
}

@media (max-width: 300px) {
  #header form input[type="text"] {
    width: 74%;
  }

  #header form input[type="submit"] {
    width: 26%;
  }
}

/*Navigation*/
#navigation {
  position: relative;
  /* height:100px; */
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#navigation .navigation-wrap {
  /* position:absolute; */
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #FFF;
  z-index: 400;
}

#navigation .logo {
  float: left;
  padding: 25px 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#navigation .logo img {
  height: 48px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#navigation .menu {
  float: right;
  font-family: "SofiaProExtraLight", Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  /* text-transform:uppercase; */
  margin: 0px;
}

#navigation .menu li {
  list-style-type: none;
  position: relative;
  float: left;
}

#navigation .menu>li {
  padding: 0px 20px;
}

#navigation .menu>li:first-child {
  padding-left: 0px;
}

#navigation .menu>li:last-child {
  padding-right: 0px;
}

#navigation .menu>li a {
  float: left;
  color: #003E6B;

}

#navigation .menu>li a i {
  color: #d0d0d0;
  font-size: 10px;
  margin-left: 6px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#navigation .menu>li>a:hover,
#navigation .menu>li.current>a,
#navigation .menu>li>a:hover i,
#navigation .menu>li.current>a i {
  color: #003E6B;
}

#navigation .menu>li>a {
  font-weight: bold;
  padding: 42px 2px 25px;
  border-bottom: 3px solid #FFF;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#navigation .menu>li>a:hover,
#navigation .menu>li.current>a {
  border-bottom: 3px solid #003E6B;
}

#navigation .menu>li ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  float: left;
  width: 180px;
  /* font-family:"SofiaProExtraLight", Arial, sans-serif;
				font-size:13px; */
  text-transform: none;
  background-color: #f7f7f7;
  padding: 0px;
  /* margin:0px 0px 0px 32px; */
  border-top: 1px solid #f7f7f7;
  z-index: 1000;
  /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				filter:alpha(opacity=0);
				opacity:0;
				-webkit-transition:opacity .2s ease-in-out;
				-moz-transition:opacity .2s ease-in-out;
				-ms-transition:opacity .2s ease-in-out;
				-o-transition:opacity .2s ease-in-out;
				transition:opacity .2s ease-in-out; */
}

#navigation .menu>li:hover>ul,
#navigation .menu>li>ul>li:hover>ul {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#navigation .menu>li ul li {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

#navigation .menu>li ul li a {
  width: 100%;
  color: #003E6B !important;
  padding: 10px 20px;
  font-weight: bold;
}

#navigation .menu>li>ul>li>a i {
  float: right;
  color: #b0b0b0;
  margin: 4px -5px 0px 0px;
}

#navigation .menu>li ul li a:hover,
#navigation .menu>li ul li.current a {
  color: #4a4a4a;
  background-color: #fafafa;
}

#navigation .menu>li>ul>li>ul {
  top: -1px;
  left: 100%;
  margin: 0px;
}

#navigation .menu>li>ul>li>ul ul {
  display: none;
}

#navigation.stickit,
#navigation.stickit-end {
  height: 70px;
}

#navigation.stickit .navigation-wrap,
#navigation.stickit-end .navigation-wrap {
  position: fixed;
  /* background-color:rgba(255,255,255,.95); */
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .12);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .12);
}

#navigation.stickit .logo,
#navigation.stickit-end .logo {
  padding: 15px 0px;
}

/* DEPRECATED TO AVOID SQUISHING LOGO */
/* #navigation.stickit .logo img, #navigation.stickit-end .logo img { height:40px; } */
#navigation.stickit .menu>li>a,
#navigation.stickit-end .menu>li>a {
  padding: 27px 2px 24px;
}

.ie #navigation .menu>li ul {
  visibility: visible;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.ie #navigation .menu>li:hover>ul,
.ie #navigation .menu>li>ul>li:hover>ul {
  display: block;
}

.ie #navigation.stickit .navigation-wrap,
.ie #navigation.stickit-end .navigation-wrap {
  border-bottom: 1px solid #e0e0e0;
}

nav#navigation .btn-section {
  float: right;
  box-shadow: none;
  padding-left: 20px;
  padding-top: 30px;
  vertical-align: middle;
}

#navigation .navigation-wrap ul.menu li a.btn-account {
  box-shadow: none;
  border: solid #f05574 3px;
  outline: none;
  color: #f05574 !important;
  text-align: center;
}

#navigation .navigation-wrap ul.menu li a.btn-account {
  margin-top: 30px;
  padding: 12px 8px 12px;
}

#navigation.stickit .navigation-wrap ul.menu li a.btn-account {
  margin-top: 15px;
  padding: 10px;
}

#navigation .navigation-wrap ul.menu li a.btn-account:hover {
  color: #fff !important;
  background: #f05574
}

#navigation .menu li ul.ml0 {
  margin-left: 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #navigation .logo {
    float: none;
    text-align: center;
    padding: 30px 0px 12px;
    max-width: 15%;
    float: left;
  }

  #navigation .logo img {
    height: auto;
    /*max-width:15%;*/
    margin-top: 5%;
  }

  #navigation .menu>li {
    padding: 0px 13px;
  }

  #navigation .menu>li ul {
    margin-left: 16px;
  }

  #navigation .menu>li ul {
    width: 168px;
  }

  #navigation .menu>li ul li a {
    padding: 10px 14px;
  }

  #navigation .menu>li>ul>li>a i {
    margin-right: -3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #navigation .logo {
    float: none;
    text-align: center;
    padding: 30px 0px 12px;
    max-width: 15%;
    float: left;
  }

  #navigation .logo img {
    height: auto;
    /*max-width:15%;*/
    margin-top: 10%;
  }

  #navigation ul.menu {
    padding-inline-start: 0px;
  }

  #navigation .menu>li {
    padding: 0px 6px;
  }

  #navigation .menu>li>a i {
    display: none;
  }

  #navigation .menu>li ul {
    margin-left: 5px;
  }

  #navigation .menu>li ul {
    width: 156px;
  }

  #navigation .menu>li ul li a {
    padding: 10px 8px;
  }

  #navigation .menu>li>ul>li>a i {
    margin-right: -1px;
  }
}

@media (max-width: 767px) {

  #navigation,
  #navigation .logo,
  #navigation .logo img,
  #navigation .menu>li>a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  #navigation {
    position: static;
    height: auto;
  }

  #navigation .navigation-wrap {
    position: static;
    top: auto;
    left: auto;
    width: auto;
  }

  #navigation .menu {
    display: none;
  }

  #navigation .logo {
    float: none;
    text-align: center;
    padding: 25px 0px 25px;
  }

  #navigation .logo img {
    height: auto;
    max-width: 60%;
  }

  #navigation.stickit,
  #navigation.stickit-end {
    height: auto;
  }

  #navigation.stickit .navigation-wrap,
  #navigation.stickit-end .navigation-wrap {
    position: static;
    background-color: #FFF;
    border-bottom: 0px;
  }

  #navigation.stickit .logo,
  #navigation.stickit-end .logo {
    padding: 30px 0px 12px;
  }

  #navigation.stickit .logo img,
  #navigation.stickit-end .logo img {
    height: auto;
  }
}

/*Footer*/
#footer {
  color: #8a8a8a;
  text-align: center;
  background-color: #111;
  padding: 25px 0px;
  border-top: 1px solid #2a2a2a;
}

#footer p {
  font-family: "SofiaProExtraLight", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  /* text-transform:uppercase; */
  font-weight: 700;
  margin: 0px;
}

#footer a {
  color: #FFF;
}

#footer a:hover {
  color: #57b9e1;
}

section#footer .creds {
  margin-bottom: 40px;
}

section#footer .creds p img {
  width: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

section#footer .contact {
  margin-bottom: 40px;
}

section#footer .contact p {
  width: 30%;
  float: left;
  margin-right: 5%;
  font-size: 1.1em;
}

section#footer .contact p span {
  margin-bottom: 10px;
  display: inline-block;
}

section#footer .contact .email2 {
  margin-right: 0;
}

section#footer .address {
  font-size: 1.1em;
  margin-bottom: 30px;
}

section#footer .legalese {
  font-size: 1.1em;
}

section#footer span.ftspc {
  padding-top: 30px;
  margin-left: -5%;
}

@media (max-width: 767px) {
  section#footer .contact p {
    margin-right: 3%;
    font-size: 1em;
  }

  section#footer .address {
    font-size: 1em;
  }

  @media (max-width: 680px) {
    section#footer .contact p {
      width: 100%;
      float: none;
      margin: 0;
    }

    section#footer .phone,
    section#footer .email {
      padding-bottom: 25px;
    }
  }
}

/*Tooltip*/
.custom-tooltip {
  position: relative;
  display: inline-block;
}

.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 270px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 999;
  top: 150%;
  left: 10%;
  margin-left: -60px;
}

.custom-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.custom-tooltip:hover .tooltiptext {
  visibility: visible;
}

.badge1[data-badge]:after {
  content: attr(data-badge);
  font-size: .9em;
  background: #00396f;
  color: white;
  text-align: center;
  /* line-height: 23px; */
  border-radius: 13%;
  box-shadow: 0 0 1px #333;
  padding: 5px;
}

.btn-custom, input[type="button"], input[type="submit"], input[type="reset"], button {
	font-family:"SofiaProExtraLight", Arial, sans-serif;
	color:#f05574 !important;font-size:14px;
	line-height:44px;text-align:center;
	/* text-transform:uppercase; */
	font-weight:400;background-color:#ffffff;
	padding:14px 20px;border:solid #f05574 3px;outline:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-transition:background-color .2s ease;
	-moz-transition:background-color .2s ease;
	-ms-transition:background-color .2s ease;
	-o-transition:background-color .2s ease;
	transition:background-color .2s ease;
}

.box {
	border-radius: 150px;
	background:#fff;
	position:relative;
	overflow: hidden;
	text-align:center;
}
.box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    border-radius: 150px;
    box-shadow: inset 0 0 25px rgba(0,0,0,0.30);
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #dc3545 0%, #f05574 100%);
}
.box:hover:before {
    width: 100%;
}
.box:hover .image-wrapper {
	padding:0;
}
.box:hover .box-desc {
	color:#fff;
}
.box:hover .social li a {
	background:#fff;
	background-image: none;
	color:#000;
}
.box:hover .social li a:hover {
	background:#1d1d1d;
	color:#fff;
}
.image-wrapper {
    position: relative;
	max-width: 210px;
    max-height: 210px;
	margin:0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px;
    transition: all 0.5s ease;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20);
}
.image-wrapper img {
    border-radius: 50%;
    transition: all 500ms ease;
}
.box-desc {
	position:relative;
}
ul.social {
	padding:0;
}
ul.social li {
	display:inline-block;
	list-style-type:none;
}
ul.social li a {
	position:relative;
	width: 36px;
    height: 36px;
	background-image: linear-gradient(to right, #dc3545 0%, #f05574 100%);
	display:inline-block;
	line-height:36px;
	border-radius:50%;
	color:#fff;
	transition: all .5s ease;
}
/*DISTINCT OF SALES ACADEMY PAGE*/
.sales_hero .row {
  min-height: 90vh;
}
.sales_hero {
  background: url("../../assets/img/sales-career-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.training {
  background: url("../../assets/img/training.jpg");
  height: 77vh;
  background-size: cover;
  background-repeat: no-repeat;
}