/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

/*.gfield_label {
  display: none;
}*/

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  overflow-x: hidden;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #935EA0;
  color: #fff;
  font-family: "museo-sans", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #754b80;
}

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

.row {
  max-width: 1890px;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #151515;
  font-family: "museo-sans", sans-serif;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "museo-slab", sans-serif;
  color: inherit;
}

h1 {
  /*basic heading styles*/
}

h2 {
  /*basic heading styles*/
  font-size: 48px;
  font-weight: 500;
}

h3 {
  /*basic heading styles*/
  font-size: 36px;
  color: #935EA0;
  font-weight: 500;
}

h4 {
  /*basic heading styles*/
  font-size: 26px;
  font-weight: 500;
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

.page h2 {
  font-family: "museo-slab", sans-serif;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 14px;
}

.page p {
  font-family: "museo-sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}

p {
  /*basic paragraph styles*/
  font: "museo-sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #935EA0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #583860;
  outline: none;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 99px 0 16px 0;
}
ul.pagination li {
  margin-right: 8px;
  display: inline-block;
}
ul.pagination .pagination {
  margin: 0;
  font-weight: bold;
  font-size: 19px;
  border-radius: 0 0 8px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  color: #935EA0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #935EA0;
  display: block;
}
ul.pagination .prev,
ul.pagination .next {
  display: none;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide, .image-blur, .header-image, .our-story, .who-we-serve .wws-slide, .careers .careers-image, .ipage-header, .more-pages .more-pages-image, .contact-photo, .training .training-image {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: "museo-slab", sans-serif;
  line-height: 46px;
  border-radius: 0 0 8px 0;
  padding: 0 16px 0 16px;
  text-transform: uppercase;
}

.btn-white {
  border: 1px solid #fff;
  background-color: #fff;
  color: #935EA0;
}

.btn-main {
  border: 1px solid #935EA0;
  background-color: #935EA0;
  color: #fff;
}
.btn-main:hover {
  background-color: #fff;
  color: #935EA0;
}

.btn-white-transparent {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-white-transparent:hover {
  background-color: #fff;
  color: #935EA0;
}

.btn-main-transparent {
  border: 1px solid #935EA0;
  background-color: transparent;
  color: #935EA0;
}
.btn-main-transparent:hover {
  background-color: #935EA0;
  color: #fff;
}

.light-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  z-index: -1;
}

.image-blur {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  -webkit-filter: blur(11px);
  -moz-filter: blur(11px);
  -o-filter: blur(11px);
  -ms-filter: blur(11px);
  filter: blur(11px);
  margin: -20px;
  background-position: top center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  z-index: 0;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.home .header {
  background-color: transparent;
  padding-bottom: 0;
}
.home .header .bottom-menu .logo img {
  max-height: 87.4px;
}

.header-line {
  height: 170px;
}

.page-title {
  background-color: rgba(147, 94, 160, 0.91);
  padding: 29.5px 15px;
}
.page-title h1 {
  font-size: 48px;
  font-family: "museo-slab", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.header {
  min-height: 170px;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(26, 26, 26, 0.62);
  padding-bottom: 33px;
}
.header .top-menu {
  vertical-align: middle;
  font-size: 16px;
  line-height: 42px;
}
.header .top-menu a {
  color: #fff;
}
.header .top-menu a:hover {
  text-decoration: underline;
}
.header .top-menu ul {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.header .top-menu ul li {
  display: inline-block;
  vertical-align: middle;
}
.header .top-menu-col {
  border-bottom: 1px solid #95989A;
}
.header .top-menu-left {
  display: inline-block;
  vertical-align: middle;
}
.header .top-menu-left li:first-child:after {
  content: " |";
}
.header .top-menu-right {
  display: inline-block;
  vertical-align: top;
  float: right;
}
.header .top-menu-right .menu-secondary-navigation-container {
  display: inline-block;
  text-transform: uppercase;
}
.header .top-menu-right .menu-secondary-navigation-container li {
  margin: 0 8px;
  font-size: 16px;
  letter-spacing: -0.5px;
  vertical-align: top;
  line-height: 30px;
  font-weight: 500;
}
.header .top-menu-right .socials {
  display: inline-block;
  margin-right: 2px;
}
.header .top-menu-right .socials li {
  vertical-align: top;
  margin-left: 11px;
  line-height: 30px;
}
.header .top-menu-right .socials i {
  display: inline-block;
  font-size: 20px;
}
.header .bottom-menu .logo {
  margin-top: 17px;
}
.header .bottom-menu .logo img {
  max-height: 76px;
}
.header .bottom-menu .primary-navigation {
  text-align: right;
  margin-top: 32px;
}
.header .bottom-menu .top-bar {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.header .bottom-menu .search-form {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 25px;
  cursor: pointer;
}
.header .bottom-menu #search-btn {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 10px 0;
  cursor: pointer;
}
.header .bottom-menu #search-btn i {
  font-size: 20px;
}
.header .bottom-menu #searchform {
  position: absolute;
  right: 0;
  top: 54px;
  min-width: 428px;
}
.header .bottom-menu #searchform #s {
  background-color: rgba(147, 94, 160, 0.81);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: "museo-slab", sans-serif;
  padding: 0 22px;
  height: 0px;
  line-height: 62px;
  transition: .5s;
}
.header .bottom-menu #searchform #s::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
  font-family: "museo-slab", sans-serif;
  color: #5F326A;
}
.header .bottom-menu #searchform #s::-moz-placeholder {
  color: #5F326A;
  font-family: "museo-slab", sans-serif;
  text-transform: uppercase;
}
.header .bottom-menu #searchform #s:-ms-input-placeholder {
  color: #5F326A;
  font-family: "museo-slab", sans-serif;
  text-transform: uppercase;
}
.header .bottom-menu #searchform #s:-moz-placeholder {
  color: #5F326A;
  font-family: "museo-slab", sans-serif;
  text-transform: uppercase;
}
.header .bottom-menu #searchform #s::placeholder {
  color: #5F326A;
  font-family: "museo-slab", sans-serif;
  text-transform: uppercase;
}
.header .bottom-menu #searchform #s.open {
  height: 62px;
  transition: .5s;
}
.header .bottom-menu #searchform #searchsubmit {
  display: none;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #935EA0;
}
.not-found .label:hover {
  background-color: #7b4f86;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.header-image {
  -webkit-transition: all 0.4s ease-out 0.4s;
  -moz-transition: all 0.4s ease-out 0.4s;
  -o-transition: all 0.4s ease-out 0.4s;
  transition: all 0.4s ease-out 0.4s;
}

.header-image-top {
  background-color: rgba(26, 26, 26, 0.76);
  color: #fff;
  padding-top: 269px;
  padding-bottom: 256px;
}
.header-image-top .home-content p {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  font-size: 51px;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 0;
}
.header-image-top .page-links {
  text-align: center;
  margin-top: 52px;
}
.header-image-top .page-links ul {
  padding: 0;
  margin: 0;
}
.header-image-top .page-links ul li {
  list-style: none;
  display: inline-block;
  font-size: 36px;
  color: #fff;
}
.header-image-top .page-links ul li a {
  font-size: 36px;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
}
.header-image-top .page-links ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.header-image-top .page-links ul li:after {
  content: "/";
  font-weight: 100;
  padding: 0 25px;
}
.header-image-top .page-links ul li:last-child:after {
  display: none;
}

.header-image-bottom {
  background-color: rgba(147, 94, 160, 0.91);
  position: relative;
  padding-top: 163px;
  padding-bottom: 69px;
  text-align: center;
}
.header-image-bottom .scott-lawson-photo {
  position: absolute;
  width: 270px;
  height: 270px;
  background-color: #79756b;
  border-radius: 50%;
  top: -155px;
  right: 50%;
  margin-right: -135px;
  background-position: 100% 100%;
}
.header-image-bottom .scott-lawson-text {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 7px;
}
.header-image-bottom .scott-lawson-text p {
  color: #fff;
  font-family: "museo-slab", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 18px;
}
.header-image-bottom .lawson-signature img {
  max-width: 140px;
}

.what-we-do {
  position: relative;
  padding-top: 127px;
  padding-bottom: 100px;
}
.what-we-do .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
  z-index: 0;
}
.what-we-do .what-we-do-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.what-we-do .what-we-do-content .what-we-do-card {
  max-width: 405px;
  display: block;
  margin: 0 auto;
}
.what-we-do .what-we-do-content .what-we-do-card h4 {
  font-family: "museo-slab", sans-serif;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 13px;
}
.what-we-do .what-we-do-content .what-we-do-card p {
  font-family: "museo-sans", sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: 100;
  letter-spacing: -0.1px;
}
.what-we-do .what-we-do-content .what-we-do-card .btn {
  margin-top: 2px;
  margin-bottom: 50px;
}
.what-we-do .what-we-do-header {
  text-align: center;
}
.what-we-do .what-we-do-header h2 {
  font-family: "museo-slab", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 71px;
  height: 71px;
  color: #fff;
  display: inline-block;
  z-index: 999;
  padding: 0 192px;
  position: relative;
  margin-bottom: 72px;
}
.what-we-do .what-we-do-header h2:after, .what-we-do .what-we-do-header h2:before {
  content: '';
  width: 152px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 62%;
  margin-top: -7.5px;
}
.what-we-do .what-we-do-header h2:after {
  right: 10px;
}
.what-we-do .what-we-do-header h2:before {
  left: 10px;
}

.our-story {
  position: relative;
  background-position: top center;
}
.our-story .our-story-card {
  max-width: 714px;
  background-color: rgba(255, 255, 255, 0.91);
  padding: 138px 135px 137px 120px;
}
.our-story .our-story-card h2 {
  font-size: 48px;
  font-weight: 500;
  color: #935EA0;
  margin-bottom: 24px;
}
.our-story .our-story-card p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  color: #292929;
  letter-spacing: -0.2px;
}
.our-story .our-story-card .btn {
  margin-top: 18px;
}

.testimonial {
  padding-top: 254px;
  padding-bottom: 98px;
  color: #fff;
  background-color: #5E8CA0;
  background-image: url("../images/quotes.png");
  background-repeat: no-repeat;
  background-position: 50% 41px;
}
.testimonial .testimonial-slider-item {
  text-align: center;
}
.testimonial .testimonial-content {
  max-width: 1500px;
  display: block;
  margin: 0 auto;
  margin-bottom: 26px;
}
.testimonial .testimonial-content p {
  font-family: "museo-slab", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 10px;
}
.testimonial .testimonial-author {
  max-width: 1500px;
  display: block;
  margin: 0 auto;
}
.testimonial .testimonial-author p {
  font-family: "museo-slab", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.who-we-serve {
  position: relative;
}
.who-we-serve .wws-slider-pages {
  position: absolute;
  top: 0;
  left: 8%;
  height: 868px;
  width: 603px;
  background-color: rgba(0, 0, 0, 0.62);
}
.who-we-serve .wws-slider-pages a {
  color: #fff;
  font-family: "museo-slab", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 50px;
  padding-left: 115px;
  padding-right: 15px;
}
.who-we-serve .wws-slider-pages .slick-current {
  background-color: #fff;
}
.who-we-serve .wws-slider-pages .slick-current a > span {
  color: #935EA0;
}
.who-we-serve .wws-slider-pages .slick-current a > span:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 10px;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #935EA0;
  font-size: 28px;
}
.who-we-serve .wws-slider-pages .wws-slider-pages-wrapper {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-bottom: 51px;
}
.who-we-serve .wws-slider-pages .wws-slider-pages-wrapper h2 {
  position: relative;
  font-family: "museo-slab", sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  margin-left: 115px;
  margin-right: 15px;
  margin-bottom: 32px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 77px;
}
.who-we-serve .wws-slider-pages .wws-slider-pages-wrapper h2:after {
  content: "";
  width: 77px;
  height: 4px;
  background-color: #935EA0;
  position: absolute;
  bottom: 0;
  left: 6px;
}
.who-we-serve .wws-slider-pages .slick-track {
  width: 100% !important;
}
.who-we-serve .wws-slide {
  position: relative;
  height: 868px;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.who-we-serve .wws-slide .wws-slide-caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.9);
}
.who-we-serve .wws-slide .wws-slide-caption a > span {
  color: #935EA0;
  font-family: "museo-slab", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
}
.who-we-serve .wws-slide .wws-slide-caption a > span:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 10px;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #935EA0;
  font-size: 18px;
}
.who-we-serve .wws-slider-page-slide {
  width: 100% !important;
  float: none;
  margin-bottom: 9px;
}
.who-we-serve .slick-prev {
  top: 46.4%;
  left: 24px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 90px;
  width: 30px;
  overflow: visible;
}
.who-we-serve .slick-prev:before {
  content: "\f104";
  font-size: 80px;
}
.who-we-serve .slick-next {
  top: 46.4%;
  right: 24px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 90px;
  width: 30px;
  overflow: visible;
}
.who-we-serve .slick-next:before {
  content: "\f105";
  font-size: 80px;
}

.latest-post {
  position: relative;
  padding-top: 114px;
  padding-bottom: 154px;
}
.latest-post .latest-post-content .latest-post-left {
  width: 22.1%;
  float: left;
  padding: 23px 52px 20px 15px;
  text-align: right;
}
.latest-post .latest-post-content .latest-post-left h2 {
  display: inline-block;
  max-width: 300px;
  font-family: "museo-slab", sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  color: #935EA0;
  margin-bottom: 33px;
}
.latest-post .latest-post-content .latest-post-right {
  width: 77.9%;
  float: left;
  border-left: 2px solid #95989A;
}
.latest-post .latest-post-content .latest-post-right .row {
  max-width: 1368px;
}
.latest-post .latest-post-content .latest-post-right .post-content {
  max-width: 625px;
  padding-left: 220px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 70px;
  margin-left: 10px;
}
.latest-post .latest-post-content .latest-post-right .post-content .last-post-header {
  margin-bottom: 18px;
}
.latest-post .latest-post-content .latest-post-right .post-content h3 {
  font-size: 28px;
  line-height: 34px;
  font-family: "museo-slab", sans-serif;
  font-weight: 500;
  color: #935EA0;
}
.latest-post .latest-post-content .latest-post-right .post-content p {
  max-width: 370px;
  color: #2C2C2C;
  font-family: "museo-sans", sans-serif;
  font-size: 22px;
  line-height: 27px;
}
.latest-post .latest-post-content .latest-post-right .post-content img {
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 0 0 20px 0;
}
.latest-post .latest-post-content .latest-post-right .post-content .btn {
  margin-top: 36px;
}

/* ------------------------------------
    Careers Page Styles
------------------------------------- */
.careers {
  position: relative;
}
.careers .light-back {
  opacity: 0.22;
}
.careers .careers-image {
  width: 38.8%;
  min-height: 825px;
  float: right;
  background-position: 58% 50%;
}
.careers .careers-content {
  width: 61.2%;
  float: left;
  min-height: 825px;
  height: auto;
  position: relative;
  padding-top: 111px;
}
.careers .careers-content .careers-content-wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 885px;
  padding: 0 15px;
}
.careers .careers-content h2 {
  color: #935EA0;
  margin-bottom: 40px;
}
.careers .careers-content p {
  color: #292929;
}
.careers .careers-content .careers-bottom-list {
  position: relative;
  padding-top: 40px;
}
.careers .careers-content .list-item {
  max-width: 45%;
  display: inline-block;
  float: left;
  padding-left: 32px;
  padding-right: 15px;
  position: relative;
  line-height: 22px;
  margin-bottom: 38px;
}
.careers .careers-content .list-item:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 10px;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #935EA0;
  font-size: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.careers .careers-content .list-item:nth-child(even) {
  float: right;
  padding-right: 0px;
}

.current-openings {
  position: relative;
  padding-top: 104px;
  padding-bottom: 164px;
  background-size: 100% 100%;
}
.current-openings .row {
  max-width: 1268px;
}
.current-openings .careers-list {
  z-index: 1;
  position: relative;
  color: #fff;
}
.current-openings .careers-list h2 {
  text-align: center;
  margin-bottom: 22px;
}
.current-openings .careers-list h4 {
  margin-bottom: 4px;
}
.current-openings .careers-list p {
  margin-bottom: 11px;
  padding-left: 3px;
}
.current-openings .careers-list article {
  padding-top: 49px;
  padding-bottom: 51px;
  border-bottom: 1px solid #B9B9B9;
}
.current-openings .careers-list .careers-items .columns:last-child article {
  border-bottom: none;
}
.current-openings .careers-list .careers-items .columns {
  padding-left: 3px;
  padding-right: 27px;
}

/* ------------------------------------
    Information Page Styles
------------------------------------- */
.header {
  z-index: 10;
}

.ipage-header {
  position: relative;
  font-size: 0;
  z-index: 8;
}
.ipage-header .image-blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 8;
}
.ipage-header .page-title {
  position: relative;
  z-index: 10;
}
.ipage-header .row {
  max-width: 1066px;
}
.ipage-header .ipage-video {
  position: relative;
  display: block;
  margin-top: -8px;
  bottom: -100px;
  z-index: 10;
}
.ipage-header .ipage-video .flex-video, .ipage-header .ipage-video .responsive-embed {
  margin-bottom: 0;
}
.ipage-header .ipage-video .flex-video.widescreen, .ipage-header .ipage-video .responsive-embed.widescreen {
  padding-bottom: 51.16%;
}

.ipage-content-wrapper {
  position: relative;
  padding: 188px 0 72px 0;
  z-index: 6;
}
.ipage-content-wrapper .ipage-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ipage-content-wrapper .overlay {
  z-index: 2;
}
.ipage-content-wrapper .row {
  position: relative;
  max-width: 1066px;
  z-index: 4;
}
.ipage-content-wrapper .ipage-content {
  color: #fff;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 92px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 92px;
  /* Firefox */
  column-gap: 92px;
  margin-bottom: 60px;
}
.ipage-content-wrapper .download-brochure {
  text-align: center;
}

.more-pages {
  position: relative;
}
.more-pages .light-back {
  opacity: 0.22;
}
.more-pages .more-pages-image {
  width: 50%;
  float: left;
  min-height: 703px;
}
.more-pages .more-pages-content {
  width: 50%;
  float: right;
  min-height: 703px;
  position: relative;
}
.more-pages .mp-content-wrap {
  position: relative;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 126px;
  padding-right: 15px;
  width: 100%;
}
.more-pages .mp-content-wrap h2 {
  max-width: 570px;
  line-height: 50px;
  color: #935EA0;
  margin-bottom: 38px;
  padding-top: 23px;
}
.more-pages .mp-content-wrap ul {
  margin: 0;
  padding: 0;
  max-width: 400px;
}
.more-pages .mp-content-wrap ul li {
  list-style: none;
}
.more-pages .mp-content-wrap ul li > a {
  font-family: "museo-slab", sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: #5E8CA0;
}

/* ------------------------------------
    Our Story Page Styles
------------------------------------- */
.story-header-image {
  position: relative;
  height: 538px;
  z-index: -1;
  overflow: hidden;
}

.our-history {
  position: relative;
  display: block;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 150px;
}
.our-history h2 {
  font-family: "museo-slab", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 14px;
}

.our-history-header {
  position: relative;
  z-index: 1;
  text-align: center;
}

.our-history-content {
  padding-top: 55px;
  position: relative;
  display: block;
  width: 70.6%;
  float: left;
  z-index: 1;
  padding-left: 90px;
  padding-right: 106px;
}
.our-history-content p {
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}
.our-history-content .columns {
  padding-right: 42px;
  padding-left: 45px;
}

.our-history-photo {
  position: relative;
  width: 29.4%;
  float: right;
  display: block;
  z-index: 1;
}

.our-culture {
  position: relative;
}
.our-culture .light-back {
  opacity: 0.22;
}
.our-culture .our-culture-image {
  width: 37%;
  min-height: 1116px;
  float: left;
  background-size: auto 100%;
  background-position: 30% 0;
}
.our-culture .our-culture-content {
  width: 63%;
  float: right;
  min-height: 1116px;
  position: relative;
}
.our-culture .our-culture-content .oc-content-wrap {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 880px;
  padding: 0 15px;
  padding-top: 24px;
}
.our-culture .our-culture-content h2 {
  color: #935EA0;
  margin-bottom: 47px;
}
.our-culture .our-culture-content p {
  color: #292929;
}
.our-culture .our-culture-content .oc-bottom-list {
  padding-top: 40px;
  position: relative;
}
.our-culture .our-culture-content .list-item {
  max-width: 45%;
  float: left;
  padding-left: 32px;
  padding-right: 15px;
  position: relative;
  line-height: 22px;
  margin-bottom: 38px;
}
.our-culture .our-culture-content .list-item:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 10px;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #935EA0;
  font-size: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.our-culture .our-culture-content .list-item:nth-child(even) {
  float: right;
  padding-right: 0px;
}

.workplace-text {
  padding: 180px 0 190px 0;
}
.workplace-text .row {
  max-width: 1160px;
}
.workplace-text .row .main-content.columns {
  padding-right: 70px;
  padding-left: 35px;
}
.workplace-text h2 {
  text-align: center;
  color: #935EA0;
  margin-bottom: 68px;
}

.wti {
  position: relative;
}
.wti .light-back {
  opacity: 0.08;
}
.wti-image {
  width: 37.2%;
  min-height: 923px;
  float: right;
  background-size: auto 100%;
  background-position: 50% 0;
  z-index: 1;
}
.wti-content {
  width: 62.8%;
  float: left;
  min-height: 923px;
  position: relative;
}
.wti-content-wrap {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 783px;
  padding: 0 15px;
}
.wti-content h2 {
  color: #3B3B3B;
  margin-bottom: 48px;
  padding-top: 18px;
}
.wti-content p {
  color: #3B3B3B;
}
.wti .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(94, 140, 160, 0.58);
}

/* ------------------------------------
    Blog Page Styles
------------------------------------- */
.blog-page {
  padding-top: 96px;
  padding-bottom: 112px;
}
.blog-page .row {
  max-width: 1470px;
}
.blog-page h3 {
  margin-bottom: 5px;
  font-weight: 500;
}
.blog-page p {
  color: #151515;
}
.blog-page img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  float: right;
  margin-top: 14px;
}
.blog-page .post-date {
  font-family: "museo-slab", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #5E8CA0;
  margin-top: 10px;
  margin-bottom: 0px;
}
.blog-page .post-author {
  font-family: "museo-slab", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #5E8CA0;
}
.blog-page .posts-list article {
  border-bottom: 1px solid #95989A;
  margin-top: 32px;
  padding-bottom: 38px;
  margin-right: 10px;
}
.blog-page .btn {
  margin-top: 3px;
  margin-bottom: 20px;
}

.blog-single-page {
  padding-top: 52px;
  padding-bottom: 4px;
}
.blog-single-page .row {
  max-width: 1428px;
}
.blog-single-page h2 {
  margin-bottom: 5px;
  font-weight: 500;
  color: #935EA0;
  margin-left: -4px;
}
.blog-single-page p {
  color: #151515;
  margin-bottom: 28px;
}
.blog-single-page img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  float: right;
  margin-top: 3px;
  margin-left: 40px;
  margin-bottom: 30px;
}
.blog-single-page .post-date {
  font-family: "museo-slab", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #5E8CA0;
  margin-top: 10px;
  margin-bottom: 0px;
}
.blog-single-page .post-author {
  font-family: "museo-slab", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #5E8CA0;
  margin-bottom: 25px;
}
.blog-single-page .posts-list article {
  border-bottom: none;
  margin-top: 32px;
  padding-bottom: 38px;
}
.blog-single-page .btn {
  margin-top: 3px;
}

/* ------------------------------------
    Contact Template Styles
------------------------------------- */
.contact-content {
  position: relative;
  color: #fff;
  padding-bottom: 164px;
  padding-top: 104px;
}
.contact-content .row {
  max-width: 850px;
}
.contact-content .contact-content-wrapper {
  z-index: 1;
  position: relative;
}
.contact-content p {
  padding: 0 36px;
  margin-bottom: 32px;
}
.contact-content .gfield:nth-child(odd) {
  float: left;
  padding-right: 18.3px;
}
.contact-content .gfield:nth-child(even) {
  float: right;
  padding-left: 18.3px;
}
.contact-content .gfield {
  position: relative;
  width: 50%;
  margin-bottom: 32px;
}
.contact-content .gfield:last-child {
  width: 100%;
  padding: 0 0 0 0;
}
.contact-content .gform_footer {
  text-align: center;
}
.contact-content input {
  height: 60px;
}
.contact-content input,
.contact-content textarea {
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 0 4px 0 22px;
  position: relative;
}
.contact-content input:-moz-placeholder,
.contact-content textarea:-moz-placeholder {
  color: #9B9B9B;
}
.contact-content input::-moz-placeholder,
.contact-content textarea::-moz-placeholder {
  color: #9B9B9B;
}
.contact-content input:-ms-input-placeholder,
.contact-content textarea:-ms-input-placeholder {
  color: #9B9B9B;
}
.contact-content input::-webkit-input-placeholder,
.contact-content textarea::-webkit-input-placeholder {
  color: #9B9B9B;
}
.contact-content textarea {
  padding-top: 22px;
}
.contact-content .validation_error {
  display: none;
}
.contact-content .gform_confirmation_wrapper {
  font-size: 18px;
  color: #fff;
}
.contact-content .btn {
  margin-top: 67px;
}
.contact-content .gform_body {
  zoom: 1;
}
.contact-content .gform_body:before, .contact-content .gform_body:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.contact-content .gform_body:after {
  clear: both;
}
.contact-content .validation_message {
  display: none;
}
.contact-content .gform_confirmation_message {
  text-align: center;
}

.contact-photo {
  height: 517px;
  width: 100%;
  background-position: 50% 80%;
}

.location {
  padding-top: 134px;
  padding-bottom: 128px;
}
.location h2,
.location h3,
.location h4,
.location h5 {
  color: #935EA0;
}
.location h2 {
  margin-bottom: 48px;
}
.location h5 {
  font-family: "museo-sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
.location p {
  margin-bottom: 33px;
}
.location .row {
  max-width: 876px;
}

/* ------------------------------------
    Events Styles
------------------------------------- */
div.css-search {
  display: none;
}

.em-wrapper p:last-of-type {
  display: none;
}

.training {
  position: relative;
}
.training .training-image {
  width: 40.1%;
  min-height: 924px;
  float: right;
  background-position: 58% 50%;
}
.training .training-content {
  width: 59.9%;
  float: left;
  min-height: 924px;
  height: auto;
  position: relative;
  padding-top: 113px;
  padding-bottom: 40px;
}
.training .training-content .training-content-wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}
.training .training-content h3 {
  color: #935EA0;
  margin-bottom: 0px;
  line-height: 42px;
}
.training .training-content p {
  color: #151515;
  margin-bottom: 0;
}
.training .training-content .training-time {
  color: #5E8CA0;
  margin-bottom: 0px;
  font-family: "museo-slab", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.training .training-content .training-date {
  color: #5E8CA0;
  margin-bottom: 0px;
  font-family: "museo-slab", sans-serif;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
}
.training .row {
  max-width: 1024px;
}
.training .t-content {
  position: relative;
}
.training .t-content article {
  border-bottom: 1px solid #95989A;
  padding-top: 30px;
  padding-bottom: 30px;
}
.training .t-content .css-events-list {
  margin-left: 15px;
}
.training .t-content .css-events-list article:last-child {
  border-bottom: none;
}

.event h4 {
  color: #935EA0;
  margin-top: 20px;
}
.event .training-item p {
  color: #5E8CA0;
  margin-bottom: 0px;
  font-family: "museo-slab", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.event .training-item .training-date {
  font-size: 24px;
  font-weight: 700;
}
.event .training-map {
  float: right;
  margin: 0px 0px 15px 15px;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-color: #935EA0;
  text-align: center;
  color: #fff;
  padding-top: 87px;
  padding-bottom: 52px;
}
.footer .footer-logo {
  margin-bottom: 36px;
}
.footer .footer-logo img {
  max-height: 76px;
}
.footer .footer-copyright {
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 42px;
}
.footer .footer-copyright p,
.footer .footer-copyright a {
  color: #fff;
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 27px;
}
.footer .footer-copyright a {
  text-decoration: none;
}
.footer .footer-copyright a:hover {
  text-decoration: underline;
}
.footer .footer-copyright-img img {
  max-width: 125px;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 106px;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  color: #fff;
  display: block;
  padding: 5px 15px;
  font-family: "museo-slab", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.footer-menu li a:hover {
  color: rgba(255, 255, 255, 0.5);
}



.hs-form-field label:not(.hs-error-msg) {
    color: #fff !important;
}

.hs-form-77ac5f00-9c29-4ab0-a0a4-f7d2d46f8c29_2bca0933-9006-42a1-aada-6e97ada34074 .hs-form-field label:not(.hs-error-msg) {
    color: #fff !important;
}

#hs-form-style77ac5f00-9c29-4ab0-a0a4-f7d2d46f8c29_2bca0933-9006-42a1-aada-6e97ada34074 label {
	color: #fff !important;
}


/*Waqas CSS*/
.hbspt-form .hs-error-msgs {
	margin-left: 0;
}
.hbspt-form .hs-error-msg {
	color: red;
}
.hbspt-form .hs-form-required {
	color: red;
	margin-left: 5px
}
.hbspt-form .hs-form-field select {
	height: 60px;
}
.hbspt-form textarea {
    padding-top: 22px;
    min-height: 100px;
    margin-bottom: 20px;
}
.hbspt-form .hs-button.primary.large {
    padding: 10px 25px;
}
.hbspt-form .hs-form-field {
    margin-bottom: 15px;
}
.hbspt-form .submitted-message {
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 5px;
	text-align: center;
	max-width: 350px;
	padding: 10px 10px;
}

.ipage-header {
	font-size: 18px;
}
.page-id-17847 .contact-content {
    padding-top: 70px;
}
.hs-main-font-element {
color: #fff ;
}
.page-id-17847 .contact-content-wrapper p {
    margin-bottom: 0px;
}

/*Added by Asim*/
.header .top-menu a:hover {
	text-decoration: none;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
	display:none;
}
.top-menu .menu-item a {
	padding: 0.6em 1.5em;
}	
.top-menu .menu-item.has-dropdown  a:hover , .top-menu .menu-item.has-dropdown a:active, .top-menu .menu-item.has-dropdown a:focus {
	background: #935EA0;
    border-radius: 5px;
    color: #fff;
}
.top-menu .submenu {
	padding:1em!important;
}
.top-menu .submenu li > a {
	font-size: 14px!important;
    white-space: nowrap;
}
.header .top-menu-right .menu-secondary-navigation-container li {
	margin: 0;
}



