@import url(https://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic);
@import url(https://fonts.googleapis.com/css?family=Hind:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
html {
  font-size: 62.5%;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  /* initial font size for 'variations' default value: 7 */
}
body header {
  background: #fff;
  border-bottom: 5px solid #0697da;
  position: fixed;
  width: 100%;
  height: 159px;
  z-index: 10;
}
body header .skip {
  visibility: hidden;
  display: none;
}
body header .topheader {
  margin-top: 15px;
}
body header .topheader:before,
body header .topheader:after {
  content: " ";
  display: table;
}
body header .topheader:after {
  clear: both;
}
body header .topheader .logo {
  float: left;
  height: 40px;
  margin-top: 25px;
}
body header .topheader .logo img {
  height: 100%;
}
body header .topheader .siteinfo {
  float: right;
  text-align: right;
}
body header .topheader .siteinfo .btn {
  width: auto;
  padding: 5px 10px;
  background: #15bbbf;
  color: white;
  border: 0;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body header .topheader .siteinfo .btn + .btn {
  margin-left: 10px;
  margin-right: 20px;
}
body header .topheader .siteinfo .btn:hover {
  background: #108e91;
}
body header .topheader .siteinfo .sitenav {
  margin: 0;
  padding: 0;
}
body header .topheader .siteinfo .sitenav li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}
body header .topheader .siteinfo .sitenav li a {
  font-family: "Proxima Nova", Arial, serif;
  font-size: 1rem;
  color: #555555;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body header .topheader .siteinfo .sitenav li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: inset 0 -1px 0 0;
}
body header .topheader .siteinfo .search-group:before,
body header .topheader .siteinfo .search-group:after {
  content: " ";
  display: table;
}
body header .topheader .siteinfo .search-group:after {
  clear: both;
}
body header .topheader .siteinfo .search-group .social {
  float: right;
  margin: 9px 10px 0 0;
  padding: 0;
}
body header .topheader .siteinfo .search-group .social li {
  display: inline-block;
  margin-left: 5px;
}
body header .topheader .siteinfo .search-group .social li a img {
  height: 22px;
}
body header .topheader .siteinfo .search-group .search {
  float: right;
  position: relative;
  margin: 5px 0 0 0;
}
body header .topheader .siteinfo .search-group .search .inputsearch {
  width: 213px;
  height: 32px;
  border: 1px solid #c4c4c4;
  padding-left: 10px;
  font-size: 1.4rem;
  outline: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body header .topheader .siteinfo .search-group .search .inputsearch:focus {
  border: 1px solid #15bbbf;
  box-shadow: 0 0 2px 0 #15bbbf;
}
body header .topheader .siteinfo .search-group .search .buttonsearch {
  position: absolute;
  background: #15bbbf;
  right: 0;
  top: 0;
  height: 31px;
  width: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body header .topheader .siteinfo .search-group .search .buttonsearch img {
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}
body header .topheader .siteinfo .search-group .search .buttonsearch img.mobile {
  display: none;
}
body header .topheader .siteinfo .search-group .search .buttonsearch:hover {
  background: #108e91;
}
body header nav:before,
body header nav:after {
  content: " ";
  display: table;
}
body header nav:after {
  clear: both;
}
body header nav .main {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0;
}
body header nav .main:before,
body header nav .main:after {
  content: " ";
  display: table;
}
body header nav .main:after {
  clear: both;
}
body header nav .main .btn {
  display: none;
}
body header nav .main > li {
  list-style: none;
  float: left;
}
body header nav .main > li.contact-nav {
  display: none;
}
body header nav .main > li.blog {
  float: right;
}
body header nav .main > li.blog a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  color: #83ab09;
  padding-right: 0;
  text-transform: capitalize;
}
body header nav .main > li.blog a:before,
body header nav .main > li.blog a:after {
  content: " ";
  display: table;
}
body header nav .main > li.blog a:after {
  clear: both;
}
body header nav .main > li.blog a img {
  height: 13px;
  margin-left: 5px;
  vertical-align: top;
}
body header nav .main > li.blog a .ext {
  display: none;
  height: 100%;
  float: right;
  padding-right: 15px;
  color: #bbb;
}
body header nav .main > li.blog:hover a {
  text-decoration: none;
  color: #83ab09;
  opacity: .5;
}
body header nav .main > li:first-child > a {
  padding-left: 0;
}
body header nav .main > li > a {
  font-family: "Proxima Nova", Arial, serif;
  font-size: 1.5rem;
  padding: 0 51px;
  margin: 10px 0;
  display: block;
  color: #000000;
  border-right: 1px solid #aaaaaa;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body header nav .main > li.sub .toggling {
  display: none;
}
body header nav .main > li a:focus {
  text-decoration: none;
}
body header nav .main > li.active a,
body header nav .main > li:hover a {
  text-decoration: none;
  color: #990232;
}
body header nav .main > li ul {
  display: none;
}
body header nav .main > li .submenu {
  display: block;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  top: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  border-top: 1px solid rgba(234, 234, 234, 0.5);
  border-bottom: 0px solid transparent;
  -webkit-transition: all 0.5s linear 0.1s;
  transition: all 0.5s linear 0.1s;
}
body header nav .main > li .submenu:before,
body header nav .main > li .submenu:after {
  content: " ";
  display: table;
}
body header nav .main > li .submenu:after {
  clear: both;
}
body header nav .main > li .submenu.opened {
  max-height: 1000px;
  z-index: 1;
  overflow: visible;
  border-bottom: 5px solid #0697da;
}
body header nav .main > li .submenu.opened ul {
  opacity: 1;
  filter: alpha(opacity=100);
}
body header nav .main > li .submenu ul {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
  position: relative;
  padding: 40px 0 10px;
  width: 100%;
  margin: 0;
}
body header nav .main > li .submenu ul.find-job {
  padding: 40px 0;
}
body header nav .main > li .submenu ul.find-job .btn {
  display: block;
}
body header nav .main > li .submenu ul.find-job li {
  width: 100%;
}
body header nav .main > li .submenu ul.find-job label.title {
  text-transform: uppercase;
  color: black;
  float: left;
  margin: 8px 35px 0 0px;
}
body header nav .main > li .submenu ul.find-job .search-text {
  background: white;
  padding: 7px 10px;
  border: 1px solid #ccc;
  float: left;
  width: 60%;
  height: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none !important;
}
body header nav .main > li .submenu ul.find-job .search-text:focus {
  box-shadow: inset 0 0 5px 0 #15bbbf;
}
body header nav .main > li .submenu ul.find-job .btn-search {
  display: block;
  text-transform: uppercase;
  background: #15bbbf;
  padding: 7px 20px;
  font-weight: 600;
  font-size: 1.6rem;
  color: white;
  border: 0;
  float: left;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
body header nav .main > li .submenu ul.find-job .btn-search:hover {
  background: #108e91;
}
body header nav .main > li .submenu ul.find-job .advanced-header {
  display: block;
  float: right;
  margin: 8px 20px 0 0px;
  color: black;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  position: relative;
  font-weight: 300;
  box-shadow: inset 0 -1px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body header nav .main > li .submenu ul.find-job .advanced-header.opened::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
body header nav .main > li .submenu ul.find-job .advanced-header::after {
  position: absolute;
  right: -20px;
  top: 0px;
  content: '+';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body header nav .main > li .submenu ul.find-job .option-section {
  clear: both;
  position: relative;
  margin: 0;
  background: white;
  padding: 20px 0 0 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body header nav .main > li .submenu ul.find-job .option-section.opened {
  opacity: 1;
  z-index: 1;
  max-height: 999px;
  border-bottom-width: 4px;
  overflow: visible;
}
body header nav .main > li .submenu ul.find-job .option-section.opened .select-group {
  opacity: 1;
  filter: alpha(opacity=100);
}
body header nav .main > li .submenu ul.find-job .option-section.overflow {
  overflow: visible;
}
body header nav .main > li .submenu ul.find-job .option-section .container {
  width: 1000px;
}
body header nav .main > li .submenu ul.find-job .option-section .select-group {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  margin-bottom: 30px;
}
body header nav .main > li .submenu ul.find-job .option-section .select-group:before,
body header nav .main > li .submenu ul.find-job .option-section .select-group:after {
  content: " ";
  display: table;
}
body header nav .main > li .submenu ul.find-job .option-section .select-group:after {
  clear: both;
}
body header nav .main > li .submenu ul.find-job .option-section .select-group:last-of-type {
  margin-bottom: 0;
}
body header nav .main > li .submenu ul.find-job .option-section .select-group .bootstrap-select {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%;
}
body header nav .main > li .submenu ul.find-job .option-section .select-group .bootstrap-select:last-of-type {
  margin-right: 0;
}
body header nav .main > li .submenu ul.find-job .option-section .select-group ul li {
  padding: 0;
}
body header nav .main > li .submenu ul.find-job .option-section .select-group ul li a {
  padding: 7px 20px;
}
body header nav .main > li .submenu ul.find-job .links {
  padding: 20px 0 0 155px;
  clear: both;
}
body header nav .main > li .submenu ul.find-job .links a {
  text-transform: none;
  display: inline-block;
  color: #15bbbf;
  box-shadow: inset 0 -1px 0 0;
  margin: 0 20px;
}
body header nav .main > li .submenu ul li {
  list-style: none;
  float: left;
  width: 25%;
  padding: 0 0 0 20px;
  height: 100%;
}
body header nav .main > li .submenu ul li:before,
body header nav .main > li .submenu ul li:after {
  content: " ";
  display: table;
}
body header nav .main > li .submenu ul li:after {
  clear: both;
}
body header nav .main > li .submenu ul li:first-child {
  padding-left: 0;
}
body header nav .main > li .submenu ul li + li {
  border-left: 1px solid rgba(234, 234, 234, 0.5);
}
body header nav .main > li .submenu ul li.half {
  width: 50%;
}
body header nav .main > li .submenu ul li.half .submenu ul li {
  width: 50%;
}
body header nav .main > li .submenu ul li:last-child {
  margin-bottom: 0;
}
body header nav .main > li .submenu ul li.sub > a {
  display: inline-block;
  width: 80%;
}
body header nav .main > li .submenu ul li a {
  display: block;
  position: relative;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body header nav .main > li .submenu ul li .submenu {
  display: block;
  position: static;
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body header nav .main > li .submenu ul li .submenu .container {
  width: 100%;
  padding: 0;
}
body header nav .main > li .submenu ul li .submenu ul {
  padding: 20px 0 0 0;
  margin: 0;
  border: 0;
}
body header nav .main > li .submenu ul li .submenu ul:before,
body header nav .main > li .submenu ul li .submenu ul:after {
  content: " ";
  display: table;
}
body header nav .main > li .submenu ul li .submenu ul:after {
  clear: both;
}
body header nav .main > li .submenu ul li .submenu ul li {
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 20px;
}
body header nav .main > li .submenu ul li .submenu ul li + li {
  border: 0;
}
body header nav .main > li .submenu ul li .submenu ul li a {
  text-transform: none;
  color: #15bbbf;
}
body header nav .social {
  float: right;
  margin: 10px 0 0 0px;
  padding: 0;
}
body header nav .social li {
  list-style: none;
  display: inline-block;
  margin-left: 11px;
}
body header nav .social li:first-child {
  font-size: 1.3rem;
  color: #555555;
  padding-top: 2px;
}
body header .mobile-trigger {
  display: none;
}
body header .search-trigger {
  display: none;
}
body div[role="main"] {
  padding-top: 159px;
}
body div[role="main"]:before,
body div[role="main"]:after {
  content: " ";
  display: table;
}
body div[role="main"]:after {
  clear: both;
}
body div[role="main"] .carousel-section .carousel {
  padding: 0;
  margin: 0;
  position: relative;
}
body div[role="main"] .carousel-section .carousel .wrap {
  position: relative;
}
body div[role="main"] .carousel-section .carousel .wrap .thumbnails img {
  width: 100%;
}
body div[role="main"] .carousel-section .carousel .wrap .thumbnails img.mobile {
  display: none;
}
body div[role="main"] .carousel-section .carousel .wrap .thumbnails img.desktop {
  display: block;
}
body div[role="main"] .carousel-section .carousel .wrap .meta {
  bottom: 20%;
  width: 50%;
  position: absolute;
  color: white;
}
body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote {
  position: relative;
}
body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote .text {
  position: relative;
  padding: 20px;
  font-size: 2.5rem;
}
body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote .text.hide {
  display: none;
}
body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote .text.unquote::before,
body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote .text.unquote::after {
  display: none;
}
body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote .text::before,
body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote .text::after {
  display: inline-block;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote .text::before {
  left: -20px;
  top: 20px;
  content: "\f10d";
}
body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote .text::after {
  right: -20px;
  bottom: 20px;
  content: "\f10e";
}
body div[role="main"] .carousel-section .carousel .wrap .meta .slider-credential {
  display: block;
  margin-bottom: 20px;
}
body div[role="main"] .carousel-section .carousel .wrap .meta a.read {
  font-size: 1.8rem;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body div[role="main"] .carousel-section .carousel .wrap .meta a.read:hover {
  box-shadow: inset 0 -1px 0 0;
}
body div[role="main"] .carousel-section .carousel .wrap .meta.right {
  right: 10%;
  left: auto;
}
body div[role="main"] .carousel-section .carousel .wrap .meta.right .slider-quote {
  float: right;
}
body div[role="main"] .carousel-section .carousel .wrap .meta.right .slider-credential {
  clear: right;
  float: right;
  text-align: right;
}
body div[role="main"] .carousel-section .carousel .wrap .meta.right a.read {
  float: right;
  clear: right;
}
body div[role="main"] .carousel-section .carousel .wrap .meta.left {
  left: 10%;
  right: auto;
}
body div[role="main"] .carousel-section .carousel .wrap .meta.left .slider-quote {
  float: left;
}
body div[role="main"] .carousel-section .carousel .wrap .meta.left .slider-credential {
  clear: left;
  float: left;
  text-align: left;
}
body div[role="main"] .carousel-section .carousel .wrap .meta.left a.read {
  float: left;
  clear: left;
}
body div[role="main"] .carousel-section .carousel .slick-dots {
  position: absolute;
  right: 10%;
  bottom: 10%;
}
body div[role="main"] .carousel-section .carousel .slick-dots:before,
body div[role="main"] .carousel-section .carousel .slick-dots:after {
  content: " ";
  display: table;
}
body div[role="main"] .carousel-section .carousel .slick-dots:after {
  clear: both;
}
body div[role="main"] .carousel-section .carousel .slick-dots li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  background: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
body div[role="main"] .carousel-section .carousel .slick-dots li.slick-active {
  background: #990232;
}
body div[role="main"] .carousel-section .carousel .slick-dots li button {
  display: none;
}
body div[role="main"] .find-job-section {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 0 9px;
  margin: -55px 0 55px;
}
body div[role="main"] .find-job-section:before,
body div[role="main"] .find-job-section:after {
  content: " ";
  display: table;
}
body div[role="main"] .find-job-section:after {
  clear: both;
}
body div[role="main"] .find-job-section label.title {
  text-transform: uppercase;
  color: white;
  float: left;
  margin: 8px 15px 0 30px;
}
body div[role="main"] .find-job-section .search-text {
  background: white;
  padding: 7px 10px;
  border: 0;
  float: left;
  width: 60%;
  height: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none !important;
}
body div[role="main"] .find-job-section .search-text:focus {
  box-shadow: inset 0 0 5px 0 #15bbbf;
}
body div[role="main"] .find-job-section .btn-search {
  text-transform: uppercase;
  background: #15bbbf;
  padding: 7px 20px;
  font-weight: 600;
  font-size: 1.6rem;
  color: white;
  border: 0;
  float: left;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
body div[role="main"] .find-job-section .btn-search:hover {
  background: #108e91;
}
body div[role="main"] .find-job-section .advanced {
  display: block;
  float: right;
  margin: 8px 20px 0 0px;
  color: white;
  text-align: right;
  text-decoration: none;
  position: relative;
  box-shadow: inset 0 -1px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body div[role="main"] .find-job-section .advanced.opened::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
body div[role="main"] .find-job-section .advanced::after {
  position: absolute;
  right: -20px;
  top: 0px;
  content: '+';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body div[role="main"] .option-section {
  position: relative;
  margin: -55px 0 55px;
  background: white;
  border-bottom: 0px solid #0697da;
  padding: 0;
  max-height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body div[role="main"] .option-section.opened {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
  padding: 40px 0;
  max-height: 200px;
  border-bottom-width: 4px;
  overflow: visible;
}
body div[role="main"] .option-section.opened .select-group {
  opacity: 1;
  filter: alpha(opacity=100);
}
body div[role="main"] .option-section.overflow {
  overflow: visible;
}
body div[role="main"] .option-section .container {
  width: 1000px;
}
body div[role="main"] .option-section .select-group {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
  margin-bottom: 30px;
}
body div[role="main"] .option-section .select-group:before,
body div[role="main"] .option-section .select-group:after {
  content: " ";
  display: table;
}
body div[role="main"] .option-section .select-group:after {
  clear: both;
}
body div[role="main"] .option-section .select-group:last-of-type {
  margin-bottom: 0;
}
body div[role="main"] .option-section .select-group .bootstrap-select {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%;
}
body div[role="main"] .option-section .select-group .bootstrap-select:last-of-type {
  margin-right: 0;
}
body div[role="main"] .announcement-section .container {
  width: 1000px;
}
body div[role="main"] .announcement-section .announcement-slide {
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: white;
  margin-bottom: 55px;
}
body div[role="main"] .announcement-section .announcement-slide li {
  color: #afafaf;
}
body div[role="main"] .announcement-section .announcement-slide li b {
  color: #96212f;
}
body div[role="main"] .meaning-section {
  margin-bottom: 55px;
}
body div[role="main"] .meaning-section .section-title {
  margin-bottom: 30px;
}
body div[role="main"] .meaning-section .container {
  width: 1000px;
}
body div[role="main"] .meaning-section .listing ul li {
  margin-bottom: 0px;
  width: 300px;
  margin-right: 35px;
}
body div[role="main"] .meaning-section .listing ul li:nth-child(3n) {
  margin-right: 0;
}
body div[role="main"] .meaning-section .listing ul li a {
  position: relative;
}
body div[role="main"] .meaning-section .listing ul li a .thumb {
  height: 300px;
}
body div[role="main"] .meaning-section .listing ul li a .thumb img {
  min-height: 100%;
  width: 100%;
}
body div[role="main"] .bottom-section {
  margin-bottom: 30px;
}
body div[role="main"] .bottom-section:before,
body div[role="main"] .bottom-section:after {
  content: " ";
  display: table;
}
body div[role="main"] .bottom-section:after {
  clear: both;
}
body div[role="main"] .bottom-section .container {
  width: 1000px;
}
body div[role="main"] .bottom-section .article-section {
  float: left;
  width: 635px;
  margin-right: 35px;
}
body div[role="main"] .bottom-section .article-section .section-title {
  margin-bottom: 30px;
}
body div[role="main"] .bottom-section .article-section .section-title span {
  display: none;
}
body div[role="main"] .bottom-section .article-section .listing ul li {
  margin-bottom: 35px;
  width: 300px;
  margin-right: 35px;
}
body div[role="main"] .bottom-section .article-section .listing ul li:nth-child(2n) {
  margin-right: 0;
}
body div[role="main"] .bottom-section .article-section .listing ul li:nth-child(3),
body div[role="main"] .bottom-section .article-section .listing ul li:nth-child(4) {
  margin-bottom: 0;
}
body div[role="main"] .bottom-section .article-section .listing ul li a {
  border-bottom: 4px solid #83ab09;
}
body div[role="main"] .bottom-section .article-section .listing ul li a .thumb {
  height: 150px;
  position: relative;
  overflow: hidden;
}
body div[role="main"] .bottom-section .article-section .listing ul li a .thumb img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body div[role="main"] .bottom-section .article-section .listing ul li a .meta {
  margin: 0;
  padding: 20px;
  background: white;
  height: 146px;
}
body div[role="main"] .bottom-section .article-section .listing ul li a .meta .category {
  font-size: 1.3rem;
  color: gray;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body div[role="main"] .bottom-section .article-section .listing ul li a .meta .title {
  margin: 0;
  font-weight: 500;
  display: inline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body div[role="main"] .bottom-section .article-section .listing ul li a:hover .meta .title {
  box-shadow: inset 0 -1px 0 0;
}
body div[role="main"] .bottom-section .article-section .listing ul li.fb-pull a .thumb img {
  width: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  top: auto;
  left: 0;
}
body div[role="main"] .bottom-section .job-listing-section {
  float: left;
  width: 300px;
}
body div[role="main"] .bottom-section .job-listing-section .section-title {
  margin-bottom: 30px;
}
body div[role="main"] .bottom-section .job-listing-section .section-title span {
  display: none;
}
body div[role="main"] .bottom-section .job-listing-section .section-title .btn {
  display: inline-block;
  width: auto;
  background-color: #15bbbf;
  border: 0;
  padding: 10px 20px;
  margin-left: 18px;
  margin-top: -8px;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body div[role="main"] .bottom-section .job-listing-section .section-title .btn:hover {
  background-color: #108e91;
}
body div[role="main"] .bottom-section .job-listing-section .section-title .btn + .btn {
  margin-top: 10px;
}
body div[role="main"] .bottom-section .job-listing-section .wrap {
  background: white;
  padding: 22px 20px 20px;
  border-bottom: 4px solid #0697da;
  min-height: 635px;
  position: relative;
}
body div[role="main"] .bottom-section .job-listing-section .wrap:before,
body div[role="main"] .bottom-section .job-listing-section .wrap:after {
  content: " ";
  display: table;
}
body div[role="main"] .bottom-section .job-listing-section .wrap:after {
  clear: both;
}
body div[role="main"] .bottom-section .job-listing-section .wrap .label {
  color: black;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left;
  padding: 0;
  margin: 0 0 30px;
  display: block;
}
body div[role="main"] .bottom-section .job-listing-section .wrap .top-side {
  min-height: 349px;
}
body div[role="main"] .bottom-section .job-listing-section .wrap ul {
  margin: 0 0 0 0;
  padding: 0;
}
body div[role="main"] .bottom-section .job-listing-section .wrap ul li {
  list-style: none;
  margin-bottom: 20px;
}
body div[role="main"] .bottom-section .job-listing-section .wrap ul li:hover a {
  color: #035277;
}
body div[role="main"] .bottom-section .job-listing-section .wrap ul li:hover a.filter {
  box-shadow: none;
}
body div[role="main"] .bottom-section .job-listing-section .wrap ul li a {
  position: relative;
  color: #0575a8;
  margin-left: 20px;
  text-decoration: none;
  font-size: 1.4rem;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body div[role="main"] .bottom-section .job-listing-section .wrap ul li a::before {
  position: absolute;
  top: 10px;
  left: -15px;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0697da;
}
body div[role="main"] .bottom-section .job-listing-section .wrap ul li a.filter {
  color: #15bbbf;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0;
  font-weight: 500;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body div[role="main"] .bottom-section .job-listing-section .wrap ul li a.filter::before {
  display: none;
}
body div[role="main"] .bottom-section .job-listing-section .wrap .separator {
  height: 1px;
  background: #ccc;
  width: 100%;
  margin: 20px 0 30px;
}
body div[role="main"] .bottom-section .job-listing-section .wrap .btn {
  display: none;
}
body div[role="main"] .section-title {
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Lato', 'Hind';
}
body div[role="main"] .search-google .gsc-control-cse {
  padding: 0;
  border: 0;
}
body div[role="main"] .search-google .gsc-results {
  width: 100%;
}
body div[role="main"] .search-google .gsc-table-result,
body div[role="main"] .search-google .gsc-thumbnail-inside,
body div[role="main"] .search-google .gsc-url-top {
  padding: 0;
}
body div[role="main"] .search-google .gs-spelling {
  padding: 0;
}
body div[role="main"] .search-google .gsc-tabHeader.gsc-tabhInactive {
  border-bottom: 1px solid #ccc;
}
body div[role="main"] .search-google .gsc-tabsArea {
  height: 30px;
}
body div[role="main"].section .hero-section {
  height: auto;
  position: relative;
}
body div[role="main"].section .hero-section img {
  width: 100%;
}
body div[role="main"].section .hero-section.no-bg .meta {
  display: none;
}
body div[role="main"].section .hero-section .container {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
body div[role="main"].section .hero-section .meta {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
body div[role="main"].section .hero-section .meta .title {
  font-size: 3.5rem;
  font-weight: 600;
  font-family: Arial;
}
body div[role="main"].section .hero-section .meta .description {
  font-size: 1.8rem;
  font-weight: 400;
}
body div[role="main"].section .utility-section {
  padding: 30px 0 10px;
}
body div[role="main"].section .utility-section:before,
body div[role="main"].section .utility-section:after {
  content: " ";
  display: table;
}
body div[role="main"].section .utility-section:after {
  clear: both;
}
body div[role="main"].section .utility-section.mobile {
  padding-top: 20px;
  display: none;
}
body div[role="main"].section .utility-section.mobile .share {
  margin: 0 auto 20px;
  display: table;
  float: none;
}
body div[role="main"].section .utility-section.mobile .share li:first-child {
  display: none;
}
body div[role="main"].section .utility-section.mobile .share li a img {
  opacity: 1;
  width: 30px;
}
body div[role="main"].section .utility-section.mobile .links {
  margin: 0 auto 0px;
  display: table;
  float: none;
}
body div[role="main"].section .utility-section .breadcrumbs {
  margin-bottom: 0px;
}
body div[role="main"].section .utility-section .breadcrumbs ul {
  padding: 0;
  margin: 0;
}
body div[role="main"].section .utility-section .breadcrumbs ul li {
  display: inline-block;
  margin: 0 15px;
}
body div[role="main"].section .utility-section .breadcrumbs ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0077b5;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body div[role="main"].section .utility-section .breadcrumbs ul li a::before {
  content: '';
  height: 1px;
  width: 8px;
  background: #aaaaaa;
  position: absolute;
  left: -20px;
  top: 8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body div[role="main"].section .utility-section .breadcrumbs ul li a::after {
  content: '';
  height: 1px;
  width: 8px;
  background: #aaaaaa;
  position: absolute;
  left: -20px;
  top: 12px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body div[role="main"].section .utility-section .breadcrumbs ul li.active a {
  color: #aaaaaa;
}
body div[role="main"].section .utility-section .breadcrumbs ul li.active:hover a {
  box-shadow: inset 0 -1px 0px 0 #aaaaaa;
}
body div[role="main"].section .utility-section .breadcrumbs ul li:hover a {
  box-shadow: inset 0 -1px 0px 0 #0077b5;
}
body div[role="main"].section .utility-section .breadcrumbs ul li:first-child {
  margin-left: 0;
}
body div[role="main"].section .utility-section .breadcrumbs ul li:first-child a::before,
body div[role="main"].section .utility-section .breadcrumbs ul li:first-child a::after {
  display: none;
}
body div[role="main"].section .utility-section .share {
  float: right;
  padding: 0;
  margin: 0;
}
body div[role="main"].section .utility-section .share li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
body div[role="main"].section .utility-section .share li a img {
  height: 22px;
}
body div[role="main"].section .utility-section .share li.wa {
  display: none;
}
body div[role="main"].section .utility-section .share-trigger {
  display: none;
}
body div[role="main"].section .utility-section .links {
  float: right;
  padding: 0;
  margin: 2px 0 0 0;
}
body div[role="main"].section .utility-section .links:before,
body div[role="main"].section .utility-section .links:after {
  content: " ";
  display: table;
}
body div[role="main"].section .utility-section .links:after {
  clear: both;
}
body div[role="main"].section .utility-section .links li {
  list-style: none;
  float: left;
}
body div[role="main"].section .utility-section .links li a {
  margin-right: 10px;
  display: block;
  border-radius: 50%;
  border: 1px solid #777;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 15px;
  text-decoration: none;
  background-color: #777;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body div[role="main"].section .utility-section .links li a .fa {
  font-size: 1.2rem;
}
body div[role="main"].section .utility-section .links li a span.text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
body div[role="main"].section .content-section {
  padding: 20px 0;
}
body div[role="main"].section .content-section .menu-section .listing ul li {
  padding: 30px 40px;
  border-bottom: 4px solid #15bbbf;
  background: white;
}
body div[role="main"].section .content-section .menu-section .listing ul li a .title {
  margin: 0;
}
body div[role="main"].section .content-section .menu-section .listing ul li a:hover .title h2 {
  box-shadow: none;
  color: #15bbbf;
}
body div[role="main"].section .article-section {
  margin-top: -150px;
  margin: -150px 0 30px;
  padding: 20px 50px;
  background: white;
  border: 1px solid #cccccc;
  border-bottom: 4px solid #0697da;
  position: relative;
  z-index: 1;
}
body div[role="main"].section .article-section:before,
body div[role="main"].section .article-section:after {
  content: " ";
  display: table;
}
body div[role="main"].section .article-section:after {
  clear: both;
}
body div[role="main"].section .article-section .headertitle {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
body div[role="main"].section .article-section .headertitle h1 {
  margin: 0;
  padding: 0;
  font-size: 4.5rem;
}
body div[role="main"].section .related-section {
  margin-bottom: 30px;
}
body div[role="main"].section .related-section .listing ul {
  position: relative;
}
body div[role="main"].section .related-section .listing ul li {
  padding: 0;
  border-bottom: 4px solid #15bbbf;
  background: white;
  width: 23%;
  margin: 0 1%;
  height: 122px;
  position: relative;
}
body div[role="main"].section .related-section .listing ul li:focus {
  outline: none;
}
body div[role="main"].section .related-section .listing ul li:nth-child(4n) {
  margin: 0 1%;
}
body div[role="main"].section .related-section .listing ul li a {
  width: 100%;
  height: 100%;
}
body div[role="main"].section .related-section .listing ul li a:focus {
  outline: none;
}
body div[role="main"].section .related-section .listing ul li a .title {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body div[role="main"].section .related-section .listing ul li a:hover .title h2 {
  box-shadow: none;
  color: #15bbbf;
}
body div[role="main"].section .related-section .listing ul .slick-arrow {
  position: absolute;
  top: -50px;
  right: 20px;
  font-size: 3rem;
  color: #15bbbf;
  cursor: pointer;
}
body div[role="main"].section .related-section .listing ul .slick-arrow.slick-prev {
  right: 65px;
}
body div[role="main"].section .related-section .listing ul .slick-arrow.slick-disabled {
  opacity: .5;
  cursor: default;
}
body div[role="main"].section .feedback-section {
  padding: 20px 0;
}
body div[role="main"].section .search-result {
  padding: 30px 0;
}
body div[role="main"].section .search-result:before,
body div[role="main"].section .search-result:after {
  content: " ";
  display: table;
}
body div[role="main"].section .search-result:after {
  clear: both;
}
body div[role="main"].section .search-result .utility-section {
  padding: 0 0 30px;
}
body div[role="main"].section .search-result .utility-section:before,
body div[role="main"].section .search-result .utility-section:after {
  content: " ";
  display: table;
}
body div[role="main"].section .search-result .utility-section:after {
  clear: both;
}
body div[role="main"].section .search-result .utility-section .breadcrumbs {
  margin-bottom: 0px;
}
body div[role="main"].section .search-result .utility-section .breadcrumbs ul {
  padding: 0;
  margin: 0;
}
body div[role="main"].section .search-result .utility-section .breadcrumbs ul li {
  display: inline-block;
  margin: 0 15px;
}
body div[role="main"].section .search-result .utility-section .breadcrumbs ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  color: #15bbbf;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body div[role="main"].section .search-result .utility-section .breadcrumbs ul li a::before {
  content: '';
  height: 1px;
  width: 8px;
  background: #aaaaaa;
  position: absolute;
  left: -20px;
  top: 8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body div[role="main"].section .search-result .utility-section .breadcrumbs ul li a::after {
  content: '';
  height: 1px;
  width: 8px;
  background: #aaaaaa;
  position: absolute;
  left: -20px;
  top: 12px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body div[role="main"].section .search-result .utility-section .breadcrumbs ul li.active a {
  color: #aaaaaa;
}
body div[role="main"].section .search-result .utility-section .breadcrumbs ul li.active:hover a {
  box-shadow: inset 0 -1px 0px 0 #aaaaaa;
}
body div[role="main"].section .search-result .utility-section .breadcrumbs ul li:hover a {
  box-shadow: inset 0 -1px 0px 0 #0077b5;
}
body div[role="main"].section .search-result .utility-section .breadcrumbs ul li:first-child {
  margin-left: 0;
}
body div[role="main"].section .search-result .utility-section .breadcrumbs ul li:first-child a::before,
body div[role="main"].section .search-result .utility-section .breadcrumbs ul li:first-child a::after {
  display: none;
}
body div[role="main"].section .search-result aside.search-control {
  width: 300px;
  float: left;
  padding: 20px;
  background: white;
}
body div[role="main"].section .search-result aside.search-control .search-input[type=text],
body div[role="main"].section .search-result aside.search-control .text-input[type=text] {
  background: white !important;
  padding: 7px 10px !important;
  margin-bottom: 20px !important;
  border: 1px solid #eee !important;
  border-right: 0 !important;
  float: left !important;
  width: 80% !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none !important;
}
body div[role="main"].section .search-result aside.search-control .search-input[type=text]:focus,
body div[role="main"].section .search-result aside.search-control .text-input[type=text]:focus {
  box-shadow: inset 0 0 5px 0 #15bbbf;
}
body div[role="main"].section .search-result aside.search-control .btn-search {
  width: 20%;
  background: #15bbbf;
  text-transform: uppercase;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 1.6rem;
  color: white;
  border: 0;
  float: left;
}
body div[role="main"].section .search-result aside.search-control .btn-search:hover {
  background: #108e91;
}
body div[role="main"].section .search-result aside.search-control .btn-search img {
  width: 50%;
}
body div[role="main"].section .search-result aside.search-control .btn-group {
  width: 100% !important;
  margin-bottom: 10px;
}
body div[role="main"].section .search-result aside.search-control .separator {
  clear: both;
  width: 100%;
  margin: 10px 0;
  height: 1px;
  background: #ccc;
  position: relative;
}
body div[role="main"].section .search-result aside.search-control .separator::before,
body div[role="main"].section .search-result aside.search-control .separator::after {
  content: '';
  height: 1px;
  background: #ccc;
  width: 20px;
  display: block;
  position: absolute;
}
body div[role="main"].section .search-result aside.search-control .separator::before {
  left: -20px;
}
body div[role="main"].section .search-result aside.search-control .separator::after {
  right: -20px;
}
body div[role="main"].section .search-result aside.search-control .heading {
  font-size: 2rem;
  text-transform: uppercase;
  color: #15bbbf;
}
body div[role="main"].section .search-result aside.search-control .job-filter .job-group {
  margin-bottom: 5px;
}
body div[role="main"].section .search-result aside.search-control .job-filter .job-group label {
  font-weight: 300;
  padding-left: 5px;
}
body div[role="main"].section .search-result aside.search-control .filter-wrapper .filter li label {
  font-weight: 300;
  cursor: pointer;
}
body div[role="main"].section .search-result .search-result-list {
  width: -webkit-calc(100% - 320px);
  width: calc(100% - 320px);
  float: left;
  background: white;
  margin-left: 20px;
  padding: 20px;
}
body div[role="main"].section .search-result .search-result-list #job img {
  width: 100%;
}
body div[role="main"].section .search-result .search-result-list .heading {
  margin: 0 0 20px 0;
  padding: 0;
  color: #15bbbf;
}
body div[role="main"].section .search-result .search-result-list table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
}
body div[role="main"].section .search-result .search-result-list table thead tr {
  background: #15bbbf;
}
body div[role="main"].section .search-result .search-result-list table thead tr th {
  color: white;
}
body div[role="main"].section .search-result .search-result-list table tr:nth-child(even),
body div[role="main"].section .search-result .search-result-list table tr.even {
  background: #CFEAEA;
}
body div[role="main"].section .search-result .search-result-list table tr td,
body div[role="main"].section .search-result .search-result-list table tr th {
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
}
body div[role="main"].section .search-result .search-result-list .more-link {
  display: block;
  text-align: center;
  padding: 5px;
  background: #15bbbf;
  color: white;
  border-radius: 0;
  border: 0;
  margin-top: 10px;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
body div[role="main"].section .search-result .search-result-list .more-link:hover {
  background: #108e91;
}
body div[role="main"].section .search-result .top {
  position: fixed;
  bottom: 20px;
  right: -100px;
  padding: 30px 20px;
  display: block;
  background: #15bbbf;
  color: white;
  text-align: center;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
body div[role="main"].section .search-result .top img {
  width: 20px;
  margin-right: 5px;
}
body div[role="main"].section .search-result .top:hover {
  background: #108e91;
}
body div[role="main"].section .search-result .top.show {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 20px;
}
body footer {
  width: 100%;
  background: #657983;
  padding: 20px 0px 20px 0px;
}
body footer .text {
  float: left;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Proxima Nova", Arial, serif;
  letter-spacing: 0.5px;
}
body footer .text span {
  display: block;
}
body footer .text .copyright {
  margin-top: 5px;
  font-weight: 600;
}
body footer .text .lastupdated {
  font-size: 1.1rem;
  margin-top: 13px;
}
body footer nav {
  float: right;
  text-align: right;
}
body footer nav .social,
body footer nav .links {
  margin: 0;
  padding: 0;
}
body footer nav .social li,
body footer nav .links li {
  color: #fff;
  font-family: "Proxima Nova", Arial, serif;
  font-size: 1.3rem;
  font-weight: 600;
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  letter-spacing: .5px;
}
body footer nav .social li a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body footer nav .social li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body footer nav .social li a img {
  width: 22px;
}
body footer nav .links {
  margin-top: 7px;
}
body footer nav .links li {
  font-weight: normal;
  font-size: 1.1rem;
}
body footer nav .links li a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
body footer nav .links li a:hover {
  box-shadow: inset 0 -1px 0 0;
}
body footer nav .links li::after {
  content: "|";
  margin-left: 10px;
}
body footer nav .links li:last-child::after {
  content: "";
  margin: 0;
}
body .btn {
  border: 2px solid #004c93;
  color: #004c93;
  display: block;
  padding: 10px 30px 8px 30px;
  border-radius: 0;
  font-family: "Proxima Nova", Arial, serif;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
}
body .btn:hover {
  color: #fff;
  background: #004c93;
}
body .btn:active {
  outline: 0;
  background: #002e59;
}
body .btn .btn-auto {
  padding: 10px 0;
  background: #15bbbf;
  color: white;
}
body .btn .btn-auto:hover {
  background: #108e91;
}
body .listing ul {
  margin: 0;
  padding: 0;
}
body .listing ul:before,
body .listing ul:after {
  content: " ";
  display: table;
}
body .listing ul:after {
  clear: both;
}
body .listing ul li {
  list-style: none;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
body .listing ul li:nth-child(3n) {
  margin-right: 0;
}
body .listing ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #333333;
}
body .listing ul li a:hover .title h2 {
  box-shadow: inset 0 -1px 0 0;
}
body .listing ul li a:hover .title-over {
  background: #108e91;
}
body .listing ul li a .thumb {
  width: 100%;
  background: #f3f3f3;
}
body .listing ul li a .thumb img {
  width: 100%;
}
body .listing ul li a .title {
  margin-bottom: 15px;
}
body .listing ul li a .title h2 {
  display: inline;
  font-size: 2.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .listing ul li a .description {
  margin-bottom: 15px;
  padding-right: 2px;
}
body .listing ul li a .pointer {
  position: absolute;
  bottom: 0;
  right: -2px;
}
body .listing ul li a .title-over {
  opacity: .95;
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  width: 80%;
  height: 110px;
  background: #15bbbf;
  border-bottom: 4px solid #108e91;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
body .listing ul li a .title-over h2 {
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0;
  padding: 0 20px;
  font-size: 2.3rem;
  font-weight: 500;
}
body .listing.col-2 ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
body .listing.col-2 ul li:nth-child(2n) {
  margin-right: 0;
}
body .listing.col-4 ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}
body .listing.col-4 ul li:nth-child(4n) {
  margin-right: 0;
}
body .text-section {
  padding: 20px 0;
}
body .text-section img {
  max-width: 100%;
  margin: 10px 0;
  padding: 5px;
  background: white;
  border: 1px solid #aaaaaa;
  height: auto;
}
body .text-section img.pull-left {
  width: auto;
  height: auto;
  float: left;
  margin: 10px 20px 10px 0px;
}
body .text-section img.pull-right {
  width: auto;
  height: auto;
  float: right;
  margin: 10px 0 10px 20px;
}
body .text-section img.middle {
  width: auto;
  height: auto;
  display: table;
  margin: 10px auto;
}
body .text-section ul li {
  position: relative;
  list-style-type: none;
}
body .text-section ul li:before {
  /* Unicode bullet symbol */
  content: '\2022 ';
  /* Bullet color */
  color: #0697da;
  font-size: 3.5rem;
  position: absolute;
  left: -28px;
  top: -12px;
}
body .bootstrap-select .dropdown-toggle {
  border: 1px solid #aaaaaa;
}
body .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
body .bootstrap-select .dropdown-toggle:hover {
  background: #15bbbf;
}
body .bootstrap-select .dropdown-toggle:hover .filter-option {
  color: white;
}
body .bootstrap-select .dropdown-toggle:hover .bs-caret {
  background: #108e91;
}
body .bootstrap-select .filter-option {
  text-transform: uppercase;
  color: black;
  font-weight: 600;
}
body .bootstrap-select .bs-caret {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #15bbbf;
  position: absolute;
  top: 0px;
  right: 0;
  color: white;
}
body .bootstrap-select .dropdown-menu ul li a {
  padding: 7px 20px;
  text-transform: uppercase;
  outline: none !important;
  font-size: 1.2rem;
}
body .form-respone {
  padding: 20px 40px;
  margin: 0 0 30px;
}
body .form-respone.danger {
  background-color: #80022a;
  color: white;
}
body .form-group {
  width: 50%;
  position: relative;
}
body .form-group:before,
body .form-group:after {
  content: " ";
  display: table;
}
body .form-group:after {
  clear: both;
}
body .form-group .form-icon {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 4;
}
body .form-group .form-input {
  position: relative;
}
body .form-group .form-input input,
body .form-group .form-input textarea {
  width: 100%;
  padding: 5px 20px 5px 35px;
  border: 1px solid #aaaaaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .form-group .form-input input:focus,
body .form-group .form-input textarea:focus,
body .form-group .form-input input:hover,
body .form-group .form-input textarea:hover {
  outline: none;
  border-color: #15bbbf;
}
body .form-group .form-input .bootstrap-select {
  width: 100% !important;
}
body .form-group .form-input .bootstrap-select .btn-default {
  border: 1px solid #aaaaaa;
}
body .form-group .form-input .bootstrap-select .btn-default:focus,
body .form-group .form-input .bootstrap-select .btn-default:hover {
  outline: none;
  border-color: #15bbbf;
}
body .form-group .form-input .bootstrap-select .btn-default .filter-option {
  margin-left: 2px;
}
body .form-group .form-input .required {
  display: none;
  color: #990232;
  position: absolute;
  right: -10px;
  top: 0;
}
body .form-group .form-input.error input,
body .form-group .form-input.error textarea {
  border-color: #990232;
}
body .form-group .form-input.error .required {
  display: block;
}
body .form-group.form-captcha {
  width: 100%;
}
body .form-group.form-captcha .captcha-img {
  padding: 0;
  border: 0;
  height: 36px;
  width: auto;
  margin-right: 10px;
}
body .form-group.form-captcha .required {
  display: none;
  margin: 0 10px 0 -13px;
  color: #990232;
  position: relative;
  top: -6px;
}
body .form-group.form-captcha .captcha-input {
  width: 220px;
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
  border: 1px solid #aaaaaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .form-group.form-captcha .captcha-input:focus,
body .form-group.form-captcha .captcha-input:hover {
  outline: none;
  border-color: #15bbbf;
}
body .form-group.form-captcha.error .captcha-input {
  border-color: #990232;
}
body .form-group.form-captcha.error .required {
  display: inline-block;
}
body .form-group.form-captcha .captcha-refresh {
  color: #0077b5;
}
body .cbtn {
  background-color: #15bbbf;
  color: white;
  border: none;
  text-transform: uppercase;
  padding: 4px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .cbtn:hover {
  background-color: #108e91;
}
body .cbtn.reset {
  background-color: #ccc;
}
body .cbtn.reset:hover {
  background-color: #b3b3b3;
}
body input::-ms-clear {
  display: none;
}
body .sfErrorSummary {
  background-color: #d3252c;
  color: white;
  padding: 20px 40px;
  margin: 0 0 30px;
}
body .sfFormTitle {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body .sfTxtLbl {
  display: block;
  width: 50%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
body .sfFormBox,
body .sfFormBlock,
body .sfFormCheckboxlist,
body .sfFormRadiolist,
body .sfFormDropdown {
  width: 100%;
  margin-bottom: 20px;
}
body .sfFormBox .sfFieldWrp input[type="text"],
body .sfFormBlock .sfFieldWrp input[type="text"],
body .sfFormCheckboxlist .sfFieldWrp input[type="text"],
body .sfFormRadiolist .sfFieldWrp input[type="text"],
body .sfFormDropdown .sfFieldWrp input[type="text"],
body .sfFormBox .sfFieldWrp textarea,
body .sfFormBlock .sfFieldWrp textarea,
body .sfFormCheckboxlist .sfFieldWrp textarea,
body .sfFormRadiolist .sfFieldWrp textarea,
body .sfFormDropdown .sfFieldWrp textarea {
  width: 50%;
  padding: 5px 10px 5px 10px;
  border: 1px solid #aaaaaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .sfFormBox .sfFieldWrp input[type="text"]:focus,
body .sfFormBlock .sfFieldWrp input[type="text"]:focus,
body .sfFormCheckboxlist .sfFieldWrp input[type="text"]:focus,
body .sfFormRadiolist .sfFieldWrp input[type="text"]:focus,
body .sfFormDropdown .sfFieldWrp input[type="text"]:focus,
body .sfFormBox .sfFieldWrp textarea:focus,
body .sfFormBlock .sfFieldWrp textarea:focus,
body .sfFormCheckboxlist .sfFieldWrp textarea:focus,
body .sfFormRadiolist .sfFieldWrp textarea:focus,
body .sfFormDropdown .sfFieldWrp textarea:focus,
body .sfFormBox .sfFieldWrp input[type="text"]:hover,
body .sfFormBlock .sfFieldWrp input[type="text"]:hover,
body .sfFormCheckboxlist .sfFieldWrp input[type="text"]:hover,
body .sfFormRadiolist .sfFieldWrp input[type="text"]:hover,
body .sfFormDropdown .sfFieldWrp input[type="text"]:hover,
body .sfFormBox .sfFieldWrp textarea:hover,
body .sfFormBlock .sfFieldWrp textarea:hover,
body .sfFormCheckboxlist .sfFieldWrp textarea:hover,
body .sfFormRadiolist .sfFieldWrp textarea:hover,
body .sfFormDropdown .sfFieldWrp textarea:hover {
  outline: none;
  border-color: #0697da;
}
body .sfFormBox .sfFieldWrp input[type="radio"],
body .sfFormBlock .sfFieldWrp input[type="radio"],
body .sfFormCheckboxlist .sfFieldWrp input[type="radio"],
body .sfFormRadiolist .sfFieldWrp input[type="radio"],
body .sfFormDropdown .sfFieldWrp input[type="radio"],
body .sfFormBox .sfFieldWrp input[type="checkbox"],
body .sfFormBlock .sfFieldWrp input[type="checkbox"],
body .sfFormCheckboxlist .sfFieldWrp input[type="checkbox"],
body .sfFormRadiolist .sfFieldWrp input[type="checkbox"],
body .sfFormDropdown .sfFieldWrp input[type="checkbox"] {
  margin: 5px 10px 5px 0;
}
body .sfFormBox .sfFieldWrp select,
body .sfFormBlock .sfFieldWrp select,
body .sfFormCheckboxlist .sfFieldWrp select,
body .sfFormRadiolist .sfFieldWrp select,
body .sfFormDropdown .sfFieldWrp select {
  border: 1px solid #aaaaaa;
  padding: 5px 10px 5px;
  width: 50%;
}
body .sfError {
  color: red;
}
body .sfFormFile {
  width: 100%;
  margin-bottom: 20px;
}
body .sfFormFile .sfFieldWrp .RadUpload {
  width: 100%;
}
body .sfFormFile .sfFieldWrp .RadUpload .ruFileWrap {
  height: 36px;
  width: 100%;
}
body .sfFormFile .sfFieldWrp .RadUpload .ruFakeInput {
  width: 50%;
  padding: 5px 10px 5px 10px;
  border: 1px solid #aaaaaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .sfFormFile .sfFieldWrp .RadUpload .ruFakeInput:focus,
body .sfFormFile .sfFieldWrp .RadUpload .ruFakeInput:hover {
  outline: none;
  border-color: #0697da;
}
body .sfFormFile .sfFieldWrp .RadUpload input.ruButton.ruBrowse {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 50px;
  border-radius: 18px;
  border: 0;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #0697da;
  text-align: center;
  width: auto;
}
body .sfFormFile .sfFieldWrp .RadUpload input.ruButton.ruBrowse:hover {
  background: #0575a8;
}
body .sfFormInstructions {
  width: 100%;
  margin-bottom: 20px;
}
body .sfFormSubmit {
  margin-bottom: 20px;
}
body .sfFormSubmit input[type="submit"] {
  margin-bottom: 10px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #00acd9;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 50px;
  border-radius: 18px;
  border: 0;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .sfFormSubmit input[type="submit"]:hover {
  background-color: #0575a8;
}
body .sfFormCaptcha {
  width: 100%;
  margin-bottom: 20px;
}
body .sfFormCaptcha img {
  width: 30%;
  height: auto;
  border: 1px solid #aaa;
  margin-bottom: 10px;
}
body .sfFormCaptcha a {
  display: inline-block !important;
  margin-bottom: 10px;
}
body .sfFormCaptcha input[type="text"] {
  width: 50%;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  border: 1px solid #aaaaaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .sfFormCaptcha input[type="text"]:focus,
body .sfFormCaptcha input[type="text"]:hover {
  outline: none;
  border-color: #0697da;
}
body .loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: white;
  z-index: 999;
}
body .loader img {
  position: absolute;
  width: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-animation: loader ease 2s;
          animation: loader ease 2s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: loader ease 2s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: loader ease 2s;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: loader ease 2s;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: loader ease 2s;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes loader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .reset-box-sizing,
body .reset-box-sizing *,
body .reset-box-sizing *:before,
body .reset-box-sizing *:after,
body .gsc-inline-block {
  box-sizing: content-box;
}
body input.gsc-input,
body .gsc-input-box,
body .gsc-input-box-hover,
body .gsc-input-box-focus,
body .gsc-search-button {
  box-sizing: content-box;
  line-height: normal;
  height: auto;
}
body .rvfs-1 {
  font-size: 70%;
}
body .rvfs-2 {
  font-size: 80%;
}
body .rvfs-3 {
  font-size: 90%;
}
body .rvfs-4 {
  font-size: 100%;
}
body .rvfs-5 {
  font-size: 110%;
}
body .rvfs-6 {
  font-size: 120%;
}
body .rvfs-7 {
  font-size: 130%;
}
