@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("defaults.css");
@font-face {
  font-family: "prox";
  src: local("?"), url("../fonts/proximanova.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova.woff") format("woff"), url("../fonts/proximanova.ttf") format("truetype"), url("../fonts/proximanova.svg#proximanova") format("svg");
}
/*//////////// FOUNDATION OVERRIDES /////////////*/
[class*=block-grid-] {
  /*reset uneeded width margin*/
  margin: 0;
  /*padding hack for left & right positioning*/
  /*no need for a columns wrapper on a list*/
  padding-left: 0.46875em;
  padding-right: 0.46875em;
}

/*////////////////////// HTML //////////////////////*/
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #f6f6f6;
  line-height: 1.6rem;
  font-size: 1rem;
  color: #888;
}

body.login {
  background: #2F2F2F;
}

.row {
  max-width: 100%;
}

img {
  margin: auto;
  max-width: 100%;
}

/*////////////////////// H TAGS SCALED TO MAJOR THIRD //////////////////////*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.4rem;
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h1, .h1 {
  font-size: 3.441rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 3.8rem;
}

h1 span, .h1 span {
  font-size: 1.25rem;
  color: #888;
}

h2, .h2 {
  font-size: 1.953rem;
}

h3, .h3 {
  font-size: 1.563rem;
}

h3.icon, .h3.icon {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

h3 i, .h3 i {
  margin-right: 1rem;
  color: #67727A;
}

h4, .h4 {
  font-size: 1.35rem;
}

h4 span, .h4 span {
  color: #222;
}

h4 span.small, .h4 span.small {
  font-size: 1rem;
}

h4 span.small i, .h4 span.small i {
  margin: 0 0.5rem 0 0.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

a, a:focus, a:active {
  color: #e6458b;
  text-decoration: none;
}

a:hover {
  color: #ae1759;
}

p {
  margin-bottom: 0;
  min-height: 1.3rem;
  font-size: 1.2rem;
}

span.bad {
  color: #C13E4D;
}

span.good {
  color: #55B778;
}

span.box {
  color: #e6458b;
  background: #fff;
  padding: 0.5rem 0.75rem;
  border: 1px solid #eee;
  display: inline-block;
  margin: 0 0.25rem;
}

span.light {
  color: #c8c8c8;
}

span.strikethrough {
  text-decoration: line-through;
  color: #e6458b !important;
}

hr {
  border-color: #eee;
}

ul li, ol li, dl li {
  font-size: 1.2rem;
}

ul li ul {
  margin-left: 0;
}

.font-size-5 {
  font-size: 5rem;
}

strong, b {
  font-weight: normal;
  color: #000;
  font-weight: 600;
}

/*////////////////////// INPUTS //////////////////////*/
label, textarea, select, input[type=text], input[type=password], input[type=submit] {
  float: left;
  width: 100%;
  /*margin: 0;*/
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
}

label {
  font-weight: normal;
  line-height: 25px;
  color: #222;
  cursor: default;
  margin-bottom: 1rem;
}

input[type=text], input[type=password], input[type=date] {
  height: 50px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  text-indent: 0.75rem;
  border-radius: 0.25rem;
  font-size: 1.2rem;
  box-shadow: none;
  margin-bottom: 2rem !important;
}

input[type=submit] {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: auto;
  background: #e6458b none repeat scroll 0 0;
  border: 1px solid #e6458b;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1.25rem;
  transition: background-color 0.3s ease 0s;
}

input[type=submit]:hover {
  background: #fff none repeat scroll 0 0;
  color: #e6458b;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, textarea:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

textarea {
  height: 150px;
  padding: 1rem 0.75rem;
  background-color: #fff;
  border: 1px solid #ddd;
  max-width: 1074px;
  border-radius: 0.25rem;
}

select {
  cursor: pointer;
  height: 50px;
  padding: 0;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1) inset;
  text-indent: 0.75rem;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
}

option {
  padding: 0.5rem 0;
  text-indent: 0.75rem;
}

#registrant_form p {
  margin-bottom: 3rem;
}

#registrant_form i {
  color: #e6458b;
}

#registrant_form ul.auto {
  margin-top: 50px;
  margin-bottom: 2rem;
}

#registrant_form .tox .tox-statusbar {
  display: none;
}
#registrant_form .tox-tinymce {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

#registrant_form .custom-fields li:nth-child(-n+3) ul.auto {
  margin-top: 0;
  margin-bottom: 2rem;
}

@media screen and (max-width: 64.063em) {
  #registrant_form .custom-fields li:nth-child(-n+3) ul.auto {
    margin-top: 50px;
  }
  #registrant_form .custom-fields li:nth-child(-n+2) ul.auto {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
/*////////////////////// STRUCTURE //////////////////////*/
/* you can interchange the markup to wrap the entire site */
/* or keep it in 100% sections - header, jumbo, footer etc*/
#site_wrap {
  height: 100%;
  position: relative;
}

.full_width {
  float: left;
  width: 100%;
}

.site_auto {
  margin: auto;
  max-width: 1100px;
}

#top_wrap #google_translate_element .goog-te-gadget {
  font-size: 1px;
  color: #fff;
}
#top_wrap #google_translate_element .goog-logo-link {
  display: none;
}
#top_wrap #google_translate_element select {
  width: auto;
}
#top_wrap #google_translate_element img {
  display: none;
}
#top_wrap #google_translate_element .goog-te-combo {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  background-position: right 0.375rem center;
  background-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #888;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  margin: 0;
  max-width: 100%;
  padding: 0 2.25rem 0 0.25rem;
  /*position: absolute;
  right: 0;*/
  text-align: center;
  text-transform: uppercase;
}
#top_wrap #google_translate_element .goog-te-combo:hover {
  background-color: #f6f6f6;
}
#top_wrap .accessibility {
  float: right;
}
#top_wrap .accessibility ul {
  float: right;
  margin-top: 45px;
}
#top_wrap .accessibility ul a {
  background-color: #fff;
  background-position: right 0.375rem center;
  background-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #888;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  margin: 0;
  max-width: 100%;
  padding: 0 1rem;
  /*position: absolute;
  right: 0;*/
  text-align: center;
  text-transform: uppercase;
}
#top_wrap .accessibility ul a:hover {
  background-color: #f6f6f6;
}

@media screen and (max-width: 40.063em) {
  #top_wrap #google_translate_element .goog-te-combo {
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  #top_wrap .accessibility ul {
    margin-top: 12px;
  }
  #top_wrap .accessibility ul li {
    margin-right: 0;
  }
  #top_wrap .accessibility ul a {
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
/* should be site specific, need total control - only for content body */
#site_body {
  /*max-width: 1600px;
  max-width: 1300px;
  padding: 0 0.5rem;
  /*padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;*/
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  /*border-left:$border;
  border-right:$border;*/
}

/*///////////////// FLEX LIST ///////////////////*/
.flex_list {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

#top_contact {
  background: #fff;
  padding: 1.25rem 0 0;
  font-size: 1.2rem;
  color: #e6458b;
}

#top_contact li {
  width: auto;
  float: right;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #e6458b;
}

#top_contact li i {
  margin-right: 5px;
}

#top_contact li:last-child {
  border: none;
}

.register_link {
  position: absolute;
  top: 104px;
  right: 0.9375rem;
}

.register_link a {
  font-size: 1.3rem;
  background: #4ab93b;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid #4ab93b;
  display: block;
  font-weight: 600;
}

.register_link a:hover {
  background: #fff;
  color: #4ab93b;
}

.register_link a:hover i {
  color: #4ab93b;
}

@media screen and (max-width: 750px) {
  .logo_wrapper .register_link {
    display: none;
  }

  .pushy ul .register_link {
    position: relative;
    top: 0;
    right: 0;
    margin: 1rem;
  }
}
#nav_wrap {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#side_nav {
  background: #fff none repeat scroll 0 0;
  min-height: 100%;
  text-align: center;
  position: relative;
  font-family: "Open Sans", sans-serif;
  width: auto;
  float: left;
}

#side_nav ul.side_nav {
  width: auto;
  display: inline;
  float: left;
}

#side_nav ul.side_nav li {
  width: auto;
  display: inline-block;
  margin: 0.9375rem 1.5rem 0.9375rem 0.9375rem;
}

#side_nav ul.side_nav li a {
  color: #222;
  display: block;
  font-size: 1.15rem;
  line-height: 40px;
  transition: color 0.3s ease;
}

#side_nav ul.side_nav li a:hover {
  color: #e6458b;
  text-decoration: none;
}

#side_nav ul.side_nav li a.btn_link {
  color: #fff;
  padding: 0 1rem;
  line-height: 40px;
  transition: background-color 0.3s ease;
  margin-left: 1.5rem;
}

#side_nav ul.side_nav li a.btn_link:hover, #side_nav ul.side_nav li a.btn_link:focus {
  background: #fff;
  color: #e6458b;
}

.btn_link {
  border: 1px solid #e6458b;
  background: #e6458b;
  padding: 0.75rem 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
  line-height: 20px;
}

.btn_link:hover {
  background: #fff;
  color: #e6458b;
}

.cta {
  border: 1px solid #A053ED;
  background: #A053ED;
  padding: 1rem 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.35rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
  border-radius: 2.5rem;
  transition: background-color 0.3s ease;
}

.cta:hover {
  background: #fff;
  color: #A053ED;
}

#logo {
  float: left;
}

/*@media screen and (max-width: 750px) {
  #logo {
    float: none;
  }
  }*/
#banner_wrap {
  background: #611d74;
}

#banner_wrap h1 {
  color: #fff;
}

#banner_wrap .intro {
  background: #611d74;
  position: relative;
  padding: 3rem 0 3.5rem;
  z-index: 999;
  color: #fff;
}

#banner_wrap .intro p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

#banner_wrap .intro .btn_link {
  margin-top: 1rem;
  margin-bottom: 0;
}

#banner h1 {
  color: #fff;
  margin-bottom: 1rem;
  line-height: 4rem;
}

#banner .btn_link, #banner input[type=submit] {
  background-color: #4ab93b;
  border-color: #4ab93b;
  color: #fff;
}

#banner .btn_link:hover, #banner input[type=submit]:hover {
  background: none;
}

#banner .intro {
  background: #611d74;
  position: relative;
  padding: 5rem 2.5rem;
  z-index: 999;
}

#banner .intro p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2.5rem;
}

#banner .intro .btn_link {
  margin-top: 1rem;
}

#page_wrap {
  background: #fff;
  padding-bottom: 2rem;
}

#page_intro, .job-advert .intro {
  padding: 0 0 3rem 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  color: #222;
  line-height: 2.2rem;
}

#page_intro p, .job-advert .intro p {
  font-size: 1.4rem;
  color: #222;
  line-height: 2.2rem;
}

.wrap {
  padding: 4rem 0;
}

.highlight_wrap {
  padding: 3rem 0 3rem;
  background-color: #e6458b;
  color: #fff;
  text-align: center;
}

.highlight_wrap h5 {
  color: #fff;
}

.white_wrap {
  padding: 3rem 0 3rem;
  background-color: #fff;
  text-align: center;
}

#partners_wrap {
  padding: 4rem 0 2.75rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eee;
}

#partners_wrap img {
  border: 1px solid #eee;
}

#partners_second-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 40.063em) {
    #partners_second-row {
        display: block;
    }
}

#footer_wrap {
  padding: 4rem 0;
  background-color: #222;
  box-shadow: 0px 500px 0px 500px #222;
}

#footer_wrap h5 {
  color: #e6458b;
  font-size: 1.2rem;
}

#footer_wrap ul {
  margin-bottom: 2rem;
}

#footer_info {
  color: #fff;
  font-size: 0.9rem;
}

#footer_info p {
  font-size: 0.8rem;
  margin: 0;
  line-height: 1rem;
}

#footer_info ul {
  margin-bottom: 0.25rem;
}

#footer_info ul li {
  width: auto;
  border-right: 1px solid #fff;
  padding-right: 1rem;
  margin-right: 1rem;
}

#footer_info ul li a {
  color: #fff;
}
#footer_info ul li a:hover {
  color: #e6458b;
}

#footer_info ul li a i {
  font-size: 1.3rem;
  margin: 0.25rem 0 0 0.35rem;
}
#footer_info ul li a i:hover {
  color: #e6458b;
}

#footer_info ul.footer {
  width: auto;
  float: right;
}

#footer_info ul.footer li {
  border: none;
  padding-right: 0;
}

#footer_info ul.footer li #justrecruit {
  padding-top: 3px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  #footer_info ul li {
    border-right: 0;
  }
}
@media screen and (max-width: 40.063em) {
  #footer_info ul li {
    margin-bottom: 0.5rem;
  }

  #footer_info ul li.small-fw {
    width: 100%;
  }
}
/*////////////////////// MENU //////////////////////*/
.contain-to-grid .top-bar {
  max-width: 100%;
}

.top-bar-section ul {
  width: 100%;
}

.top-bar-section ul li {
  width: auto;
}

.top-bar .title-area {
  display: none;
}

.top-bar.expanded .toggle-topbar a span {
  display: none;
}

/*////////////////////// LISTS //////////////////////*/
ul.data li {
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #eee;
}

ul.data li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

ul.data li.columns:first-child {
  padding-left: 0;
  padding-right: 0;
}

ul.data li.columns:last-child {
  padding-top: 0.5em;
}

ul.auto {
  width: auto;
  list-style: none;
  margin: 0px;
}

ul.auto li {
  width: auto;
  margin-right: 1em;
  padding: 0;
}

ul.auto li:last-child {
  margin-right: 0px;
}

ul.bullet {
  list-style: disc;
}

ul.bullet li {
  display: list-item;
}

.bullet ul {
  list-style: disc;
}

.bullet ul li {
  display: list-item;
}

/*////////////////////// FORMS //////////////////////*/
.form-wrap {
  float: left;
  width: 100%;
}

.form-row {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

button, .button {
  font-family: "Open Sans", sans-serif;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 6px 1rem 2px;
  background: #222;
  line-height: 40px;
  border: 1px solid #222;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

button i, .button i {
  font-size: 1.5rem;
  line-height: 40px;
}

button:hover, .button:hover {
  background-color: #fff;
}

button:hover i, .button:hover i {
  color: #222;
}

.edit-forms {
  float: left;
  width: 100%;
  padding: 2rem 0 0.75rem;
  background: #f7f8f8;
}

.edit-forms li {
  margin-bottom: 1.25rem;
}

.edit-forms label {
  float: left;
  margin-right: 10px;
  width: 105px;
  line-height: 35px;
  font-size: 1.1rem;
}

.edit-forms .entry {
  float: left;
  width: calc(100% - 120px);
}

.edit-forms .entry .cb_list {
  margin: 0;
}

.edit-forms .entry .cb_list .entry {
  width: 100%;
}

.edit-forms .entry .cb_list input[type=checkbox] {
  margin-top: 10px;
  float: left;
  margin-right: 10px;
}

.section.sliced {
  height: 300px;
}

.section.sliced img.background {
  left: 40%;
}

/*////////////////////// SLIDER //////////////////////*/
#slider-bg {
  background: url("../images/site/slider-bg.jpg") center center no-repeat;
  margin-top: 2rem;
}

#slider {
  height: 500px;
  max-width: 1100px;
  text-align: center;
}
#slider h1 {
  color: #fff;
  margin-bottom: 1rem;
  line-height: 4rem;
}

#slider .site_auto {
  max-width: 1100px;
}

#slider .btn_link, #slider input[type=submit] {
  padding: 1.5rem 3rem;
  background: #4ab93b;
  border: 1px solid #4ab93b;
  margin: 0;
  font-size: 1.4rem;
}

#slider .btn_link:hover, #slider input[type=submit]:hover {
  background: none;
  color: #fff;
}

#slider .slide {
  height: 500px;
  background-position: center center !important;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: top center;
  color: #fff;
  outline: 0;
}

#slider .slide .slide-content {
  padding-top: 130px;
}
#slider .slide .slide-content p {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 40.063em) {
  #slider, #slider .slide {
    height: 350px;
  }
  #slider h1, #slider .slide h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  #slider p, #slider .slide p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  #slider .btn_link, #slider .slide .btn_link {
    padding: 1rem 2rem;
  }

  #slider .slide .slide-content {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #slider .slide .slide-content p {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: rgba(255, 255, 255, 0.6);
  }

  div.next {
    right: 10px !important;
  }

  div.prev {
    left: 10px !important;
  }
}
/*////////////////////// PAGER //////////////////////*/
.pager-wrap {
  background-color: #611d74;
  color: #fff;
  float: left;
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  width: 100%;
}

ul.pager-list li:first-child {
  margin-right: 1rem;
}

ul.pager-list li {
  float: left;
  line-height: 26px;
  margin-right: 0.25rem;
  width: auto;
}

ul.pager-list li:last-child {
  margin-right: 0;
}

ul.pager-list li a {
  color: #fff;
  display: block;
  height: 26px;
  text-align: center;
  width: 26px;
}

ul.pager-list li a:hover {
  background: #4A0B5E none repeat scroll 0 0;
  border-radius: 13px;
  color: #fff;
  text-decoration: none;
}

ul.pager-list li a.active {
  background: #2B0138 none repeat scroll 0 0;
  border-radius: 13px;
  color: #fff;
}

#resources ul li ul li img {
  width: 200px;
  float: left;
  border: 1px solid #ccc;
}

#resources ul li ul li .details {
  float: left;
  width: calc(100% - 200px);
  padding-left: 1.5rem;
  padding-top: 1rem;
}

#resources .accordion__trigger {
  cursor: pointer;
}

#resources .accordion__trigger i {
  float: left;
  width: 30px;
  font-size: 1.2rem;
  line-height: 3.6rem;
  color: #611d74;
}

#resources .resource-category {
  line-height: 3.6rem;
  font-family: "Karla", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

#resources .accordion__content{
  overflow: hidden;
}

#resources .accordion__content ul {
  margin-left: 0;
  padding-top: 1.5rem;
}

#resources .accordion__content ul li {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dotted #ccc;
}

#resources .accordion__content ul li p {
  margin-bottom: 1rem;
}

#resources i {
  color: #ccc;
}

#resources .link {
  margin-bottom: 1rem;
}

#resources .link i {
  margin-right: 5px;
}

#resources .email {
  margin-bottom: 0.25rem;
}

#resources .email i {
  margin-right: 5px;
}

#resources .phone {
  margin-bottom: 0.25rem;
}

#resources .phone i {
  margin-right: 5px;
}

@media screen and (max-width: 700px) {
  #resources ul li ul li img {
    width: 200px;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
  }

  #resources ul li ul li .details {
    width: 100%;
    padding-left: 0;
  }
}
/*//////////////// TESTIMONIALS ///////////////////*/
.testimonial-bg {
  background: url("../images/site/tile-bg.jpg") center top repeat;
  padding: 3rem 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-bg h4 {
  color: #e6458b;
  text-transform: capitalize;
}

.testimonial-bg .avatar {
  text-align: center;
  margin-bottom: 2rem;
}

.testimonial-bg .avatar img {
  border-radius: 50px;
  height: 100px;
  text-align: center;
  width: 100px;
}

.testimonial-bg .quote {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
  max-width: 340px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial-bg .name {
  color: #e6458b;
  text-transform: capitalize;
  margin: 0;
  font-size: 1.2rem;
}

.testimonial-bg p {
  font-size: 1rem;
}

.testimonial_full {
  background: url("../images/site/testimonial_full_banner.jpg") center top no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}

.testimonial_full .content {
  width: 40%;
  margin: 80px 0 0;
  float: right;
  text-align: left;
  display: block;
}

.testimonial_full blockquote {
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.8rem;
  padding-right: 90px;
  margin-bottom: 2rem;
}

.testimonial_full .name {
  color: #e6458b;
  text-transform: capitalize;
  margin: 0;
  font-size: 1.2rem;
}

.testimonial_full p {
  font-size: 1rem;
  color: #fff;
  margin: 0;
}

.testimonial_full .play_btn {
  border: 1px solid #fff;
  border-radius: 10rem;
  width: 7rem;
  display: inline-block;
  text-align: center;
  padding: 2rem 1.75rem 2rem 2.25rem;
  margin-bottom: 2rem;
  cursor: pointer;
}

.testimonial_full .play_btn i {
  color: #fff;
  font-size: 3rem;
}

.testimonial_full .play_btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 900px) {
  .testimonial_full {
    background: url("../images/site/testimonial_mobile_banner.jpg") right bottom no-repeat;
    height: auto;
    width: 100%;
  }

  .testimonial_full .content {
    width: 100%;
    margin: 5rem 0;
    float: none;
    text-align: center;
    display: block;
  }

  .testimonial_full blockquote {
    color: #fff;
    font-size: 2.2rem;
    line-height: 2.8rem;
    padding-right: 60px;
    padding-left: 60px;
    margin-bottom: 2rem;
  }

  .testimonial_full .name {
    color: #e6458b;
    text-transform: capitalize;
    margin: 0;
    font-size: 1.2rem;
  }

  .testimonial_full p {
    font-size: 1rem;
    color: #fff;
    margin: 0;
  }

  .testimonial_full .play_btn {
    border: 1px solid #fff;
    border-radius: 10rem;
    width: 6rem;
    display: inline-block;
    text-align: center;
    padding: 1.75rem 1.75rem 1.75rem 2.25rem;
    margin-bottom: 2rem;
  }

  .testimonial_full .play_btn i {
    color: #fff;
    font-size: 2.5rem;
  }

  .testimonial_full .play_btn:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
/*///////////////// NEWS ///////////////////*/
.news-list .details {
  padding: 1.5rem 0 1rem 1rem;
}

.news-list .details .date {
  color: #999;
}

.news-list li {
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
}

.news-list li:first-child {
  padding-top: 0;
}

.news-list li:last-child {
  border: none;
  padding-bottom: 0;
}

.article-image {
  margin: 0;
  display: inline-block;
  margin-bottom: 1rem;
}

.social_links {
  float: right;
  width: auto;
  margin-top: 5px;
}

.social_links li {
  float: left;
  margin-left: 10px;
  width: auto;
}

.social_links li a {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #fff;
}

.social_links li.twitter a {
  background: #55acee;
}

.social_links li.twitter a:hover {
  background: #2795e9;
}

.social_links li.facebook a {
  background: #3b5998;
}

.social_links li.facebook a:hover {
  background: #2d4373;
}

.social_links li.linkedin a {
  background: #007bb5;
}

.social_links li.linkedin a:hover {
  background: #005882;
}

@media screen and (max-width: 40.063em) {
  .news-list .details {
    padding-left: 0;
    padding-right: 0;
  }
}
.crop-height {
  /* max-width: 1200px; /* native or declared width of img src (if known) */
  height: 220px;
  /* lt ie8 */
  overflow: hidden;
  margin-bottom: 0;
  background-position: center center;
  background-size: cover;
}

ul#article-list li {
  position: relative;
  width: 33.3333%;
  float: left;
  height: auto;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}

ul#article-list li .inside {
  border: 1px solid #ccc;
}

ul#article-list li h3 {
  margin: 0;
}

ul#article-list li:nth-child(-n+2) {
  width: 50%;
}

ul#article-list li:nth-child(-n+2) .crop-height {
  height: 320px;
}

ul#article-list li .info-bar {
  background: #eee;
  padding: 0 1rem;
  line-height: 40px;
  border-top: 1px dotted #ccc;
  border-style: dotted;
  margin: 0;
  color: #222;
  font-weight: 300;
  font-size: 1.1rem;
}

ul#article-list li .details {
  padding: 1.5rem 1rem;
}

.home ul#article-list li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.25rem;
}

.home ul#article-list li .crop-height {
  height: 280px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  ul#article-list li:nth-child(odd) {
    padding-right: 0.4375rem;
    width: 50%;
  }

  ul#article-list li:nth-child(even) {
    width: 50%;
    margin-right: 0;
    padding-left: 0.4375rem;
  }

  ul#article-list li .crop-height {
    height: 220px !important;
  }
}
@media screen and (max-width: 40.063em) {
  ul#article-list li {
    width: 100% !important;
  }

  ul#article-list li .crop-height {
    height: auto !important;
  }
}
/*///////////////// SUCCESS ///////////////////*/
.success-list {
  padding: 0 0.46875rem;
}

.success-list li .inside {
  border: 1px solid #ccc;
}

.success-list li .inside .details {
  padding: 1.25rem 1rem 1rem;
  background: #fff;
  min-height: 80px;
}

.success-list li .inside .details h3 {
  text-transform: none;
  margin-bottom: 0;
}

.success-list li .inside .details h5 {
  margin: 0;
}

.success-list li .inside .info-bar {
  background: #eee;
  padding: 0 1rem;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  border-style: dotted;
  margin: 0;
  color: #000;
}

.success-list li .details p {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}

.success-list li:last-child {
  border: none;
}

.success-list .crop-height {
  height: 180px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 40.063em) {
  ul.success-list li .crop-height {
    height: auto !important;
  }
}
/*////////////////////// TERMS PAGE //////////////////////*/
.agree_terms {
  font-size: 1.2rem;
  text-align: left;
  background-color: #f6f6f6;
  width: 100%;
  display: block;
  padding: 1.5rem 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
}

.agree_terms label {
  margin: 0;
}

.agree_terms input {
  margin-top: 3px;
  margin-bottom: 0;
}

.agree_terms .tickbox {
  width: 25px;
  float: left;
}

.agree_terms .tickbox_label {
  width: calc(100% - 25px);
  float: left;
}

.terms-page p, .terms-page ul li, .terms-page ol li {
  font-size: 1rem;
}

.terms-page ul {
  margin-bottom: 1.4rem;
}

.terms-page h3 {
  font-size: 1.2rem;
}

/*////////////////////// JOB LIST PAGE //////////////////////*/
#jobsrc-form {
  background: #ededed;
  border: 1px solid #ccc;
  padding: 1rem 0.9375rem 0;
  margin-bottom: 1.5rem;
}

#jobsrc-form input[type=text] {
  margin-bottom: 0.9375rem !important;
}

#jobsrc-form [class*=column] + [class*=column]:last-child {
  float: left;
}

#jobsrc-form .columns {
  padding-left: 0;
}

#jobsrc-form select {
  margin-bottom: 0.9375rem;
}

#jobsrc-form button {
  margin-bottom: 0.9375rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.home-jobs-list {
  margin-bottom: 2rem;
}

.jobs-list > li, .home-jobs-list > li {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  background: #fff;
  font-size: 1rem;
}

.jobs-list > li p:last-child, .home-jobs-list > li p:last-child {
  margin: 0;
}

.jobs-list > li h3, .home-jobs-list > li h3 {
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

.jobs-list > li span, .home-jobs-list > li span {
  color: #8bc650;
  display: inline-block;
}

.jobs-list > li i, .home-jobs-list > li i {
  color: #8bc650;
  margin-right: 10px;
}

.jobs-list > li.no_data, .home-jobs-list > li.no_data {
  padding: 1rem;
}

.jobs-list > li .inside, .home-jobs-list > li .inside {
  padding: 1.5rem 1rem;
}

.jobs-list > li .details, .home-jobs-list > li .details {
  width: calc(100% - 100px);
  padding-left: 1.5rem;
  float: left;
}

.jobs-list > li .details p, .home-jobs-list > li .details p {
  margin-bottom: 0;
}

.jobs-list > li .details ul, .home-jobs-list > li .details ul {
  margin-bottom: 0.25rem;
  padding-bottom: 0.5rem;
  margin-left: 0;
  margin-bottom: 0.75rem;
}

.jobs-list > li .details ul li, .home-jobs-list > li .details ul li {
  float: left;
  width: auto;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  color: #611d74;
}

.jobs-list > li .details ul li:last-child, .home-jobs-list > li .details ul li:last-child {
  border-right: none;
}

.jobs-list > li .details ul.info-bar, .home-jobs-list > li .details ul.info-bar {
  background: #eee;
  padding: 0 1rem;
  line-height: 40px;
  border-top: 1px solid #ccc;
  border-style: dotted;
  margin: 0;
}

.jobs-list > li .featured-logo, .home-jobs-list > li .featured-logo {
  width: 100px;
  float: left;
}

@media screen and (max-width: 750px) {
  .jobs-list > li .featured-logo, .home-jobs-list > li .featured-logo {
    width: 150px;
  }
}
.jobs-list > li ul.info-bar, .home-jobs-list > li ul.info-bar {
  background: #eee;
  padding: 0 1rem;
  line-height: 40px;
  border-top: 1px solid #ccc;
  border-style: dotted;
  margin: 0;
}

.jobs-list > li ul.info-bar li, .home-jobs-list > li ul.info-bar li {
  width: auto;
  float: left;
  margin-right: 1rem;
  color: #000;
  font-size: 1.1rem;
  /*&:last-child {
      float: right;
      margin-right: 0;
      }*/
}

.jobs-list > li ul.info-bar li:not(:first-child), .home-jobs-list > li ul.info-bar li:not(:first-child) {
  line-height: 40px;
}

.jobs-list > li ul.info-bar li i, .home-jobs-list > li ul.info-bar li i {
  color: #000;
  margin-right: 10px;
}

.jobs-list > li ul.info-bar li span, .home-jobs-list > li ul.info-bar li span {
  color: #222;
  font-weight: 300;
}

.jobs-list > li.no-results, .home-jobs-list > li.no-results {
  border: none;
  font-size: 1.2rem;
  padding: 1rem 0;
}

@media screen and (max-width: 750px) {
  .jobs-list > li .details, .home-jobs-list > li .details {
    width: 100%;
    padding-left: 0;
  }

  .jobs-list > li ul.info-bar, .home-jobs-list > li ul.info-bar {
    font-size: 0.9rem;
  }
}
.homepage.jobs-list > li .details ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .jobs-list li .details, .home-jobs-list li .details {
    width: 100%;
    float: right;
  }

  .jobs-list li .featured-logo, .home-jobs-list li .featured-logo {
    float: left;
    margin-bottom: 1rem;
  }
}
.home-jobs-list > li {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}

.home-jobs-list > li .inside {
  padding: 1.5rem 1rem;
  background: #fff;
}

.home-jobs-list > li:first-child {
  padding-left: 0;
}

.home-jobs-list > li:last-child {
  padding-right: 0;
}

.home-jobs-list > li ul.info-bar {
  /*border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
}

@media screen and (max-width: 526px) {
  .home-jobs-list > li {
    padding: 1rem 0 0;
    margin-top: 0;
  }
}
/*////////////////////// PAGE CONTENT //////////////////////*/
#page_content ul {
  list-style: outside none none;
  float: none;
  display: inline-block;
  margin-bottom: 1.4rem;
}

#page_content ul li {
  margin: 0 0 0 10px;
  padding: 0 0 0 25px;
  position: relative;
}

#page_content ul li::before {
  background: #e6458b none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 6px;
}

#page_content ul li:nth-child(2n+1)::before {
  background-color: #e6458b;
}

#page_content ul li:nth-child(2n+2)::before {
  background-color: #e6458b;
}

#page_content .img_holder {
  background: rgba(0, 0, 0, 0.05);
}

/*////////////////////// JOB ADVERT PAGE //////////////////////*/
ul.posted-details {
  margin-bottom: 0;
}

ul.posted-details li {
  font-size: 1rem;
}

.advert-details li {
  color: #fff;
  width: auto;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
}

i {
  color: #fff;
  width: 20px;
}

.ref-num {
  color: #555;
}

.apply {
  background: #222;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

.apply h2, .apply h3 {
  color: #fff;
}

.apply label {
  color: #fff;
  font-size: 1.2rem;
}

.apply input[type=text]:focus {
  box-shadow: none;
}

.apply .cv-upload input[type=file] {
  width: auto;
  cursor: pointer !important;
}

/*////////////////////// OUR TEAM //////////////////////*/
#our-team > li {
  margin-bottom: 2rem;
}

#our-team > li img {
  margin-bottom: 2rem;
}

#our-team > li .team-bio {
  padding: 1rem 0 2rem;
}

#our-team > li .team-bio h3 {
  margin-bottom: 0.5rem;
}

#our-team > li .team-bio h4 {
  margin-bottom: 1rem;
}

#our-team > li .team-bio i {
  color: #333;
  font-size: 1.3rem;
  text-align: center;
}

#our-team > li .team-bio i.fa-phone {
  font-size: 1.2rem;
}

#our-team > li .team-bio a i:hover {
  color: #e6458b;
}

#our-team > li .team-bio ul.auto li {
  border-left: 1px solid #eee;
  padding-left: 1rem;
}

#our-team > li .team-bio ul.auto li:first-child {
  border: none;
  padding-left: 0;
}

/*//////////////// CONTACT ///////////////////*/
#contact-form input[type=text], #contact-form select {
  margin-bottom: 1rem !important;
}

.social_links, .follow_us {
  padding: 2rem 0 1.5rem 0;
}

.social_links ul, .follow_us ul {
  width: 210px;
  margin: auto;
  float: none;
}

.social_links ul li, .follow_us ul li {
  float: left;
  margin: 0.5rem 10px;
  width: auto;
  text-align: center;
}

.social_links ul li a, .follow_us ul li a {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #fff;
}

.social_links ul li.twitter a, .follow_us ul li.twitter a {
  background: #55acee;
}

.social_links ul li.twitter a:hover, .follow_us ul li.twitter a:hover {
  background: #2795e9;
}

.social_links ul li.facebook a, .follow_us ul li.facebook a {
  background: #3b5998;
}

.social_links ul li.facebook a:hover, .follow_us ul li.facebook a:hover {
  background: #2d4373;
}

.social_links ul li.linkedin a, .follow_us ul li.linkedin a {
  background: #007bb5;
}

.social_links ul li.linkedin a:hover, .follow_us ul li.linkedin a:hover {
  background: #005882;
}

.social_links ul li.youtube a, .follow_us ul li.youtube a {
  background: #ff0000;
}

.social_links ul li.youtube a:hover, .follow_us ul li.youtube a:hover {
  background: #cc0000;
}

.social_links ul li.instagram a, .follow_us ul li.instagram a {
  background: #C13584;
}

.social_links ul li.instagram a:hover, .follow_us ul li.instagram a:hover {
  background: #aa276f;
}

@media screen and (max-width: 526px) {
  .social_links li a, .follow_us li a {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
  }
}
.follow_us {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.follow_us ul {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}

.follow_us ul li {
  margin: 0 10px 1rem 0;
  float: left;
}

.follow_us ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
}

/*//////////////// CV BUILDER ///////////////////*/
.cv-builder-experience, .cv-builder-education, .cv-builder-skill {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.cv-builder-experience:last-child, .cv-builder-education:last-child, .cv-builder-skill:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.cv-add {
  position: absolute;
  right: 1.875rem;
  top: 0;
}
.cv-add i {
  font-size: 2.4rem;
  color: #e6458b;
}

.info-label i, .remove-skill i {
  color: #e6458b;
}
.info-label i:hover, .remove-skill i:hover {
  color: #ae1759;
}

.cv-border-btm {
  margin: 0 0 2rem;
  border-bottom: 1px solid #eee;
}

/*//////////////// OVERRIDES ///////////////////*/
.invisible {
  visibility: hidden;
}

.auto {
  margin: auto;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.hide-l {
  display: none;
}

.hide-l-m {
  display: none;
}

.no-pad {
  padding: 0 !important;
}

.no-pad-btm {
  padding-bottom: 0 !important;
}

.no-pad-left {
  padding-left: 0;
}

.no_pad_left_m {
  padding-left: 0;
}

.no_pad_right_m {
  padding-right: 0;
}

.no-margin {
  margin: 0 !important;
}

.margin-btm-1 {
  margin-bottom: 1rem !important;
}

.margin-btm-2 {
  margin-bottom: 2rem !important;
}

.margin-btm-3 {
  margin-bottom: 3rem;
}

.margin-btm-4 {
  margin-bottom: 4rem;
}

.margin-top-1 {
  margin-top: 1rem;
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-top-4 {
  margin-top: 4rem;
}

.pad-btm-1 {
  padding-bottom: 1rem;
}

.pad-btm-2 {
  padding-bottom: 2rem;
}

.pad-btm-3 {
  padding-bottom: 3rem;
}

.pad-btm-4 {
  padding-bottom: 4rem;
}

.pad-top-1 {
  padding-top: 1rem;
}

.pad-top-2 {
  padding-top: 2rem;
}

.pad-top-3 {
  padding-top: 3rem;
}

.pad-top-4 {
  padding-top: 4rem;
}

.pad-tb-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pad-tb-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.no-border {
  border: none !important;
}

.no-pad-top {
  padding-top: 0;
}

.no-pad-left {
  padding-left: 0;
}

.no-pad-right {
  padding-right: 0;
}

div.no-pad, li.no-pad {
  padding: 0;
}

.img-border {
  padding: 0.5rem;
  border: 1px solid #ccc;
}
.img-border img {
  margin: 0 !important;
}

.bg-white {
  background-color: #fff;
}

.white {
  color: #fff;
}

.relative {
  position: relative;
}

.border {
  border: 1px solid #ccc;
}
.border img {
  margin: 0 !important;
}

form p {
  margin-bottom: 1rem;
}

form .l {
  padding-left: 0;
}

form .r {
  padding-right: 0;
}

.hide-l {
  display: none;
}

@media screen and (max-width: 750px) {
  /*//////////////////// STRUCTURE ////////////////////
  .site_wrap {
    padding: 23px 0px; }
    */
  /*////////////////////// LISTS //////////////////////*/
  ul.data li div[class*=medium] img,
ul.data li div[class*=large] img {
    margin-bottom: 1rem;
  }

  ul.data li div[class*=medium],
ul.data li div[class*=large] {
    padding-left: 0;
    padding-right: 0;
  }

  /*////////////////////// OVERRIDES //////////////////////*/
  .hide-l {
    display: block;
  }

  .hide-m {
    display: none;
  }

  .hide-m-s {
    display: none;
  }

  .no_pad_m {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  /*////////////////////// H TAGS MINOR THIRS SCALE //////////////////////
  h1 {
      font-size: 2.074rem;
  }

  h2 {
      font-size: 1.728rem;
  }

  h3 {
      font-size: 1.44rem;
  }

  h4 {
      font-size: 1.2rem;
  }

  h5 {
      font-size: 1rem;
  }

  h6 {
      font-size: 0.833rem;
      }
      h1, .h1 {
          font-size: 2.8rem;
          margin-bottom: 2rem;
          line-height: 2.8rem;
      }
      #contact_form {
          padding: 1rem 0 2.5rem;
      }
      #contact_form .columns {
          padding: 0;
          }*/
  /*form .columns {
      padding: 0;
      }*/
  #footer_info ul.footer {
    float: left;
    margin-top: 0.5rem;
    width: auto;
  }

  form .l {
    padding-left: 0.9375rem;
  }

  form .r {
    padding-right: 0.9375rem;
  }

  /*////////////////////// OVERRIDES //////////////////////*/
  .hide-l-m {
    display: block;
  }

  .hide-m {
    display: block;
  }

  .hide-s {
    display: none;
  }

  .no_pad_right_s {
    padding-right: 0;
  }

  .no_pad_left_s {
    padding-left: 0;
  }

  .no_pad_s {
    padding: 0;
  }
}
@media screen and (max-width: 40.063em) {
  .invisible {
    visibility: visible;
  }
}
