@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);
@media (min-width: 2000px) {
  body div[role="main"] section.carousel-section,
  body div[role="main"] section.find-job-section,
  body div[role="main"] section.option-section {
    width: 1600px;
    margin: 0 auto;
  }
  body div[role="main"].section section.hero-section {
    text-align: center;
  }
  body div[role="main"].section section.hero-section img {
    text-align: center;
    width: 1600px;
  }
  body div[role="main"].section section.hero-section .container {
    text-align: left;
  }
  body div[role="main"].section .article-section {
    margin-top: -50px;
  }
  body div[role="main"] .bottom-section .job-listing-section .section-title .btn {
    width: 100%;
    margin: 30px 0 10px 0;
  }
}
@media (max-width: 1199px) {
  body .loader img {
    width: 60%;
  }
  body header nav .main > li {
    margin-left: 0;
  }
  body header nav .main > li > a {
    padding: 0 35px;
  }
  body header nav .main > li .submenu ul li.sub > .toggling {
    display: none;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta {
    bottom: 30%;
  }
  body div[role="main"] .carousel-section .carousel .slick-dots {
    bottom: 15%;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap .top-side {
    min-height: 318px;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap ul li {
    margin-bottom: 30px;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap ul li a {
    font-size: 1.4rem;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap ul li a.filter {
    font-size: 1.4rem;
  }
  body div[role="main"] .find-job-section label.title {
    margin-left: 5px;
  }
  body div[role="main"].section .container {
    padding-right: 35px;
    padding-left: 35px;
  }
  body div[role="main"].section .hero-section .container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  body header {
    height: 70px;
    border-bottom: 0px solid #0697da;
  }
  body header::after {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: #0697da;
    position: absolute;
    bottom: -5px;
    z-index: 1;
  }
  body header .topheader {
    margin: 0;
    padding: 0;
  }
  body header .topheader .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: 0;
    height: 30px;
  }
  body header .topheader .logo img {
    height: 100%;
  }
  body header .topheader .siteinfo .btn {
    display: none;
  }
  body header .topheader .siteinfo .sitenav {
    display: none;
  }
  body header .topheader .siteinfo .sg-crest {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 60px;
  }
  body header .topheader .siteinfo .search-group .social {
    display: none;
  }
  body header .topheader .siteinfo .search-group .search {
    display: block;
    position: fixed;
    z-index: 2;
    top: 70px;
    right: -100%;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 5px;
    background: white;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body header .topheader .siteinfo .search-group .search .buttonsearch {
    display: block;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: transparent;
  }
  body header .topheader .siteinfo .search-group .search .buttonsearch:hover {
    background: transparent;
  }
  body header .topheader .siteinfo .search-group .search .buttonsearch img {
    display: none;
  }
  body header .topheader .siteinfo .search-group .search .buttonsearch img.mobile {
    display: block;
  }
  body header .topheader .siteinfo .search-group .search .inputsearch {
    width: 100%;
    height: 100%;
  }
  body header .topheader .siteinfo .search-group .search.opened {
    right: 0;
  }
  body header nav {
    display: block;
    position: relative;
    z-index: 2;
  }
  body header nav .main {
    display: block;
    overflow: visible;
    max-height: 100vh;
    max-height: -webkit-calc(100vh - 69px);
    max-height: calc(100vh - 69px);
    width: 100%;
    position: fixed;
    top: 69px;
    left: -100%;
    background: #fff;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body header nav .main.opened {
    left: 0;
  }
  body header nav .main.opened.behind {
    left: -100%;
  }
  body header nav .main > li {
    display: block;
    float: none;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
  }
  body header nav .main > li:last-child {
    border-bottom: 0;
  }
  body header nav .main > li.contact-nav {
    display: block;
    padding: 30px 0 30px;
  }
  body header nav .main > li.contact-nav a {
    padding: 0 15px;
    color: #888;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: normal;
    margin-bottom: 30px;
  }
  body header nav .main > li.contact-nav a:last-child {
    margin-bottom: 0;
  }
  body header nav .main > li.blog {
    float: none;
    border-bottom: 1px solid #ebebeb;
  }
  body header nav .main > li.blog > a .ext {
    display: block;
  }
  body header nav .main > li.blog > a img {
    display: none;
  }
  body header nav .main > li.active > a,
  body header nav .main > li:hover > a {
    background: transparent;
    color: black;
  }
  body header nav .main > li:first-child {
    border-top: 1px solid #ebebeb;
  }
  body header nav .main > li:first-child a {
    padding-left: 15px;
  }
  body header nav .main > li.sub {
    position: relative;
  }
  body header nav .main > li.sub > a {
    margin-right: 50px;
    border-right: 1px solid #ebebeb;
  }
  body header nav .main > li.sub > .toggling {
    display: inline-block;
    content: '';
    line-height: 28px;
    width: 25px;
    height: 25px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #bbb;
    font-size: 2rem;
    top: 22px;
    right: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  body header nav .main > li > a {
    padding: 15px;
    margin: 0;
    font-size: 2rem;
    border-right: 0;
  }
  body header nav .main > li > a::after {
    display: none;
  }
  body header nav .main > li.opened > .submenu {
    left: 0;
  }
  body header nav .main > li.opened > .submenu ul {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  body header nav .main > li.opened > .toggling {
    background: white;
  }
  body header nav .main > li > .submenu {
    display: block;
    overflow: auto;
    max-height: 100vh;
    max-height: -webkit-calc(100vh - 69px);
    max-height: calc(100vh - 69px);
    width: 100%;
    z-index: 1;
    position: fixed;
    top: 69px;
    left: -100%;
    background: #fff;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body header nav .main > li > .submenu .container {
    padding: 0;
  }
  body header nav .main > li > .submenu ul {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 0;
    margin: 0;
    width: 100%;
    border-right: 0;
  }
  body header nav .main > li > .submenu ul.find-job {
    padding: 0;
  }
  body header nav .main > li > .submenu ul.find-job .back ~ li {
    padding: 20px;
  }
  body header nav .main > li > .submenu ul.find-job li label.title,
  body header nav .main > li > .submenu ul.find-job li .search-text,
  body header nav .main > li > .submenu ul.find-job li .btn-search {
    width: 100%;
    float: none;
    margin: 0 0 10px;
    padding: 0;
  }
  body header nav .main > li > .submenu ul.find-job li .search-text,
  body header nav .main > li > .submenu ul.find-job li .btn-search {
    padding: 10px;
  }
  body header nav .main > li > .submenu ul.find-job li .advanced-header {
    padding: 0;
  }
  body header nav .main > li > .submenu ul.find-job li .option-section .btn {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  body header nav .main > li > .submenu ul.find-job li .option-section .btn .filter-option {
    color: white;
  }
  body header nav .main > li > .submenu ul.find-job li .option-section .btn .bs-caret {
    height: 100%;
  }
  body header nav .main > li > .submenu ul.find-job li .option-section .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  body header nav .main > li > .submenu ul.find-job li .option-section .dropdown-menu ul li a {
    color: #999;
    text-transform: none;
    font-size: 1.4rem;
    padding: 10px;
  }
  body header nav .main > li > .submenu ul.find-job li .links {
    padding: 20px 0 0;
    margin: 0;
    width: 100%;
    text-align: right;
  }
  body header nav .main > li > .submenu ul.find-job li .links a {
    margin: 0;
    padding: 0 0 10px 0;
  }
  body header nav .main > li > .submenu ul.find-job li .links a + a {
    margin-left: 20px;
  }
  body header nav .main > li > .submenu ul li {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
  }
  body header nav .main > li > .submenu ul li:first-child {
    padding-left: 20px;
  }
  body header nav .main > li > .submenu ul li:last-child {
    border-bottom: 0;
  }
  body header nav .main > li > .submenu ul li.half {
    width: 100%;
  }
  body header nav .main > li > .submenu ul li.half .submenu ul li {
    width: 100%;
  }
  body header nav .main > li > .submenu ul li.back {
    padding: 20px;
    background-color: #f3f3f3;
    border-top: 1px solid #ebebeb;
  }
  body header nav .main > li > .submenu ul li.back .text {
    margin-left: 10px;
  }
  body header nav .main > li > .submenu ul li a {
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 600;
  }
  body header nav .main > li > .submenu ul li:last-child a {
    border-bottom: 0;
  }
  body header nav .main > li > .submenu ul li.sub {
    position: relative;
  }
  body header nav .main > li > .submenu ul li.sub:before,
  body header nav .main > li > .submenu ul li.sub:after {
    content: " ";
    display: table;
  }
  body header nav .main > li > .submenu ul li.sub:after {
    clear: both;
  }
  body header nav .main > li > .submenu ul li.sub a {
    width: 90%;
    float: left;
  }
  body header nav .main > li > .submenu ul li.sub a::before,
  body header nav .main > li > .submenu ul li.sub a::after {
    display: none;
  }
  body header nav .main > li > .submenu ul li.sub .toggling {
    display: block;
    float: right;
    width: 10%;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px;
    position: relative;
    font-size: 2rem;
    color: #999;
  }
  body header nav .main > li > .submenu ul li.opened .submenu {
    max-width: none;
    max-height: 1000px;
    opacity: 1;
  }
  body header nav .main > li > .submenu ul li.opened > .toggling {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  body header nav .main > li > .submenu ul li .submenu {
    max-width: none;
    display: block;
    max-height: 0;
    overflow: hidden;
    position: static;
  }
  body header nav .main > li > .submenu ul li .submenu ul {
    padding: 0;
    height: auto;
    overflow: initial;
  }
  body header nav .main > li > .submenu ul li .submenu ul li {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 0;
    border-bottom: 0;
  }
  body header nav .main > li > .submenu ul li .submenu ul li a {
    color: #15bbbf;
    padding: 10px 20px;
    font-size: 1.4rem;
  }
  body header nav .main .btn {
    display: inline-block;
    border: none;
    padding: 10px 30px;
    background: #15bbbf;
    color: white;
    width: 40%;
    margin: 10px 5%;
  }
  body header nav .social {
    display: none;
  }
  body header .mobile-trigger,
  body header .search-trigger {
    display: block;
    font-size: 2rem;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body header .mobile-trigger span.text,
  body header .search-trigger span.text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  body header .mobile-trigger {
    width: 20px;
    height: 20px;
  }
  body header .mobile-trigger span.text {
    margin-top: 10px;
    display: block;
    background-color: black;
    height: 2px;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body header .mobile-trigger span.text::before,
  body header .mobile-trigger span.text::after {
    content: '';
    display: block;
    width: 100%;
    height: inherit;
    position: absolute;
    background-color: inherit;
    top: 5px;
    left: 0;
  }
  body header .mobile-trigger span.text::after {
    top: -5px;
  }
  body header .mobile-trigger.opened span.text {
    height: 3px;
    background-color: black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body header .mobile-trigger.opened span.text::before,
  body header .mobile-trigger.opened span.text::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0;
  }
  body header .search-trigger {
    left: auto;
    right: 20px;
  }
  body header .search-trigger.opened {
    color: #15bbbf;
  }
  body div[role="main"] {
    padding-top: 70px;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta {
    width: 50%;
    bottom: 20%;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote .text {
    font-size: 2rem;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta .slider-credential {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta .read {
    font-size: 1.3rem;
  }
  body div[role="main"] .carousel-section .carousel .slick-dots {
    bottom: 0;
  }
  body div[role="main"] .option-section .container,
  body div[role="main"] .meaning-section .container,
  body div[role="main"] .bottom-section .container,
  body div[role="main"] .announcement-section .container {
    width: auto;
  }
  body div[role="main"] .announcement-section .announcement-slide {
    margin: 0;
  }
  body div[role="main"] .announcement-section .announcement-slide li b {
    display: block;
    margin-bottom: 5px;
  }
  body div[role="main"] .find-job-section {
    top: 0;
    background: black;
  }
  body div[role="main"] .find-job-section label.title {
    margin-left: 0;
    display: none;
  }
  body div[role="main"] .find-job-section .search-text {
    width: 65%;
  }
  body div[role="main"] .option-section {
    top: 0;
  }
  body div[role="main"] .meaning-section {
    margin: 30px 0;
  }
  body div[role="main"] .meaning-section .listing ul li {
    width: -webkit-calc(96vw/3 - 10px);
    width: calc(96vw/3 - 10px);
    margin-right: 2vw;
  }
  body div[role="main"] .meaning-section .listing ul li a .thumb {
    height: -webkit-calc(96vw/3 - 10px);
    height: calc(96vw/3 - 10px);
  }
  body div[role="main"] .meaning-section .listing ul li a .title-over {
    height: auto;
    padding: 10px 10px;
  }
  body div[role="main"] .meaning-section .listing ul li a .title-over h2 {
    position: static;
    padding: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  body div[role="main"] .bottom-section .article-section {
    margin-right: 0;
    width: -webkit-calc(204vw/3 - 20px);
    width: calc(204vw/3 - 20px);
  }
  body div[role="main"] .bottom-section .article-section .listing ul li {
    width: -webkit-calc(96vw/3 - 10px);
    width: calc(96vw/3 - 10px);
    margin-right: 2vw;
  }
  body div[role="main"] .bottom-section .article-section .listing ul li:nth-child(2n) {
    margin-right: 2vw;
  }
  body div[role="main"] .bottom-section .article-section .listing ul li a .thumb {
    height: 125px;
  }
  body div[role="main"] .bottom-section .article-section .listing ul li a .meta {
    height: 140px;
  }
  body div[role="main"] .bottom-section .job-listing-section {
    width: -webkit-calc(96vw/3 - 10px);
    width: calc(96vw/3 - 10px);
  }
  body div[role="main"] .bottom-section .job-listing-section .section-title {
    margin-bottom: 0;
  }
  body div[role="main"] .bottom-section .job-listing-section .section-title .btn {
    width: 100%;
    margin: 30px 0 10px 0;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap {
    padding: 20px;
    min-height: 525px;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap .top-side {
    min-height: 300px;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap ul li {
    margin-bottom: 15px;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap ul li a {
    font-size: 1.4rem;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap ul li a.filter {
    font-size: 1.4rem;
  }
  body div[role="main"].section .hero-section {
    height: auto;
    background-position: 0 80px;
  }
  body div[role="main"].section .hero-section .container {
    width: 100%;
  }
  body div[role="main"].section .hero-section .meta {
    right: 10px;
    top: 35%;
  }
  body div[role="main"].section .hero-section .meta .title {
    font-size: 3rem;
  }
  body div[role="main"].section .utility-section .share li.wa {
    display: inline-block;
  }
  body div[role="main"].section .article-section .headertitle h1 {
    font-size: 4rem;
  }
  body div[role="main"].section .content-section {
    padding: 20px 0;
  }
  body div[role="main"].section .content-section .build-section .listing ul li a .title-over {
    height: 70px;
  }
  body div[role="main"].section .content-section .build-section .listing ul li a .title-over h2 {
    font-size: 1.6rem;
  }
  body div[role="main"].section .content-section .seeker-section .listing ul li a .title-over {
    height: 70px;
  }
  body div[role="main"].section .content-section .seeker-section .listing ul li a .title-over h2 {
    font-size: 1.6rem;
  }
  body div[role="main"].section .content-section .menu-section .listing ul li {
    padding: 30px 10px;
  }
  body div[role="main"].section .content-section .menu-section .listing ul li a .title h2 {
    font-size: 1.8rem;
  }
  body div[role="main"].section .related-section .listing ul li {
    padding: 30px 10px;
  }
  body div[role="main"].section .related-section .listing ul li a .title h2 {
    font-size: 1.8rem;
  }
  body footer nav .links li {
    margin-left: 5px;
  }
  body footer nav .links li a::after {
    margin-left: 5px;
  }
  body .text-section h1 {
    font-size: 3.5rem;
  }
  body .text-section h2 {
    font-size: 2.5rem;
  }
  body .text-section h3 {
    font-size: 2rem;
  }
  body .text-section p {
    font-size: 1.6rem;
  }
  body .text-section img {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  body header .topheader .logo {
    height: 25px;
    width: auto;
  }
  body header .topheader .siteinfo .sg-crest {
    display: none;
  }
  body header nav .main > li > .submenu ul.find-job .option-section .select-group .bootstrap-select {
    width: 100%;
    margin: 0 0 10px 0;
  }
  body header nav .main > li > .submenu ul.find-job .option-section .dropdown-menu {
    max-width: 100%;
  }
  body header nav .main > li > .submenu ul li.sub a {
    width: 80%;
  }
  body header nav .main > li > .submenu ul li.sub .toggling {
    width: 20%;
  }
  body div[role="main"] .carousel-section .carousel .wrap {
    margin: 0;
  }
  body div[role="main"] .carousel-section .carousel .wrap .thumbnails img.mobile {
    display: block;
  }
  body div[role="main"] .carousel-section .carousel .wrap .thumbnails img.desktop {
    display: none;
  }
  body div[role="main"] .carousel-section .carousel .wrap .slick-list {
    background-color: white;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta {
    padding: 0 0 0px 0;
    position: static;
    width: 100%;
    background: white;
    color: black;
    text-align: center;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta:before,
  body div[role="main"] .carousel-section .carousel .wrap .meta:after {
    content: " ";
    display: table;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta:after {
    clear: both;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote .text {
    color: inherit;
    padding: 30px 45px 20px;
    text-align: center;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote .text::before {
    left: 15px;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta .slider-quote .text::after {
    right: 15px;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta .slider-credential {
    color: inherit;
    display: none;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta a.read {
    color: #15bbbf;
    text-align: center;
    float: none;
    box-shadow: inset 0 -1px 0 0;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta.right .slider-quote,
  body div[role="main"] .carousel-section .carousel .wrap .meta.left .slider-quote {
    float: none;
    display: table;
    margin: 0 auto 10px;
  }
  body div[role="main"] .carousel-section .carousel .wrap .meta.right a.read,
  body div[role="main"] .carousel-section .carousel .wrap .meta.left a.read {
    float: none;
    clear: both;
  }
  body div[role="main"] .carousel-section .carousel .slick-dots {
    background: white;
    position: static;
    margin: 0;
    padding: 10px 0;
    text-align: center;
  }
  body div[role="main"] .carousel-section .carousel .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: gray;
  }
  body div[role="main"] .announcement-section .announcement-slide {
    margin: 20px 0 5px;
  }
  body div[role="main"] .find-job-section {
    margin: 20px 15px 0;
    padding: 10px 15px 20px;
    background: white;
  }
  body div[role="main"] .find-job-section label.title {
    display: none;
  }
  body div[role="main"] .find-job-section .search-text {
    border: 1px solid #cccccc;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    background: #eeeeee;
  }
  body div[role="main"] .find-job-section .search-text::-webkit-input-placeholder {
    font-style: normal;
    font-size: 1.1rem;
    color: inherit;
  }
  body div[role="main"] .find-job-section .search-text:-moz-placeholder {
    font-style: normal;
    font-size: 1.1rem;
    color: inherit;
  }
  body div[role="main"] .find-job-section .search-text::-moz-placeholder {
    font-style: normal;
    font-size: 1.1rem;
    color: inherit;
  }
  body div[role="main"] .find-job-section .search-text:-ms-input-placeholder {
    font-style: normal;
    font-size: 1.1rem;
    color: inherit;
  }
  body div[role="main"] .find-job-section .btn-search {
    width: 100%;
    margin-bottom: 10px;
  }
  body div[role="main"] .find-job-section .advanced {
    float: none;
    text-align: center;
    color: black;
    display: table;
    margin: 0 auto;
    box-shadow: inset 0 -1px 0 0;
  }
  body div[role="main"] .option-section {
    margin: 0 15px;
  }
  body div[role="main"] .option-section.opened {
    padding: 20px 0;
    max-height: 500px;
  }
  body div[role="main"] .option-section .select-group {
    margin: 0;
  }
  body div[role="main"] .option-section .select-group:last-child .bootstrap-select:last-child {
    margin-bottom: 0;
  }
  body div[role="main"] .option-section .select-group .bootstrap-select {
    width: 100%;
    margin: 0 0 10px 0;
  }
  body div[role="main"] .bottom-section .article-section {
    width: 100%;
    background: white;
    margin-bottom: 20px;
    border-bottom: 4px solid #83ab09;
  }
  body div[role="main"] .bottom-section .article-section.opened .section-title span {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform-origin: 9px 6px;
    -ms-transform-origin: 9px 6px;
    -webkit-transform-origin: 9px 6px;
  }
  body div[role="main"] .bottom-section .article-section.opened .listing {
    display: block;
  }
  body div[role="main"] .bottom-section .article-section .section-title {
    display: block;
    padding: 20px 50px 20px 20px;
    display: table;
    width: 100%;
    margin: auto;
    position: relative;
    cursor: pointer;
  }
  body div[role="main"] .bottom-section .article-section .section-title span {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
  }
  body div[role="main"] .bottom-section .article-section .listing {
    display: none;
  }
  body div[role="main"] .bottom-section .article-section .listing:before,
  body div[role="main"] .bottom-section .article-section .listing:after {
    content: " ";
    display: table;
  }
  body div[role="main"] .bottom-section .article-section .listing:after {
    clear: both;
  }
  body div[role="main"] .bottom-section .article-section .listing ul li {
    margin: 0 0 20px 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: 0 0 20px 0;
  }
  body div[role="main"] .bottom-section .article-section .listing ul li a {
    border: 0;
  }
  body div[role="main"] .bottom-section .article-section .listing ul li a .thumb {
    display: none;
  }
  body div[role="main"] .bottom-section .article-section .listing ul li a .meta {
    padding: 0 20px;
    height: auto;
  }
  body div[role="main"] .bottom-section .article-section .listing ul li a .meta .category {
    margin-bottom: 4px;
  }
  body div[role="main"] .bottom-section .job-listing-section {
    background: white;
    width: 100%;
    border-bottom: 4px solid #0697da;
  }
  body div[role="main"] .bottom-section .job-listing-section.opened .section-title span {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform-origin: 9px 6px;
    -ms-transform-origin: 9px 6px;
    -webkit-transform-origin: 9px 6px;
  }
  body div[role="main"] .bottom-section .job-listing-section.opened .wrap {
    display: block;
  }
  body div[role="main"] .bottom-section .job-listing-section .section-title {
    padding: 20px 50px 20px 20px;
    display: table;
    width: 100%;
    margin: auto;
    position: relative;
  }
  body div[role="main"] .bottom-section .job-listing-section .section-title .btn {
    display: none;
  }
  body div[role="main"] .bottom-section .job-listing-section .section-title span {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    margin-left: 20px;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap {
    display: none;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap .btn {
    display: block;
    background-color: #15bbbf;
    border: 0;
    margin: 0 15px 20px;
    padding: 10px 20px;
    color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap .btn:hover {
    background-color: #108e91;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap .label {
    display: none;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap .top-side {
    min-height: auto;
  }
  body div[role="main"] .bottom-section .job-listing-section .wrap ul {
    padding-left: 10px;
  }
  body div[role="main"] .section-title {
    text-align: center;
  }
  body div[role="main"] .meaning-section .listing ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  body div[role="main"] .meaning-section .listing ul li a .thumb {
    height: auto;
  }
  body div[role="main"] .meaning-section .listing ul li a .thumb img {
    min-height: initial;
  }
  body div[role="main"] .listing ul li {
    width: 100%;
    margin-right: 0;
  }
  body div[role="main"].section .hero-section {
    display: none;
  }
  body div[role="main"].section .hero-section.no-bg {
    display: block;
    height: 100px;
  }
  body div[role="main"].section .article-section {
    margin: -50px 0 30px;
    padding: 20px 20px;
  }
  body div[role="main"].section .article-section .headertitle {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  body div[role="main"].section .article-section .headertitle h1 {
    font-size: 3.5rem;
  }
  body div[role="main"].section .utility-section {
    padding: 0;
  }
  body div[role="main"].section .utility-section .breadcrumbs {
    display: none;
  }
  body div[role="main"].section .utility-section .share-trigger {
    position: fixed;
    top: 80px;
    height: 50px;
    right: 10px;
    display: block;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body div[role="main"].section .utility-section .share-trigger.pull {
    right: -100%;
  }
  body div[role="main"].section .utility-section .share-trigger.active {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  body div[role="main"].section .utility-section .share {
    position: fixed;
    top: 140px;
    right: 15px;
    z-index: 8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body div[role="main"].section .utility-section .share.pull {
    right: -100%;
  }
  body div[role="main"].section .utility-section .share.opened li.fb {
    top: 0;
  }
  body div[role="main"].section .utility-section .share.opened li.tw {
    top: 40px;
  }
  body div[role="main"].section .utility-section .share.opened li.in {
    top: 80px;
  }
  body div[role="main"].section .utility-section .share.opened li.wa {
    top: 120px;
  }
  body div[role="main"].section .utility-section .share.opened li.ot {
    top: 160px;
  }
  body div[role="main"].section .utility-section .share li {
    display: block;
    margin-bottom: 10px;
    position: absolute;
    top: -50px;
    left: -35px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body div[role="main"].section .utility-section .share li a img {
    opacity: 1;
    height: 30px;
  }
  body div[role="main"].section .utility-section .links {
    display: table;
    float: none;
    margin: 10px auto;
  }
  body div[role="main"].section .content-section {
    padding: 20px 0;
  }
  body div[role="main"].section .content-section .build-section .listing ul li a .title-over {
    height: 70px;
  }
  body div[role="main"].section .content-section .build-section .listing ul li a .title-over h2 {
    font-size: 1.6rem;
  }
  body div[role="main"].section .content-section .seeker-section .listing ul li a .title-over {
    height: 70px;
  }
  body div[role="main"].section .content-section .seeker-section .listing ul li a .title-over h2 {
    font-size: 1.6rem;
  }
  body div[role="main"].section .content-section .menu-section .listing ul li {
    padding: 30px 10px;
  }
  body div[role="main"].section .content-section .menu-section .listing ul li a .title {
    text-align: center;
  }
  body div[role="main"].section .related-section .listing ul li {
    padding: 30px 10px;
    margin: 0;
    width: 100%;
  }
  body div[role="main"].section .related-section .listing ul li:nth-child(4n) {
    margin: 0;
    width: 100%;
  }
  body div[role="main"].section .related-section .listing ul li a .title {
    text-align: center;
  }
  body div[role="main"].section .feedback-section {
    padding: 0 0 20px;
  }
  body div[role="main"].section .feedback-section .form-group {
    width: 100%;
  }
  body div[role="main"].section .feedback-section .form-group.form-captcha {
    position: relative;
  }
  body div[role="main"].section .feedback-section .form-group.form-captcha img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  body div[role="main"].section .feedback-section .form-group.form-captcha input {
    width: 100%;
    margin-bottom: 10px;
  }
  body div[role="main"].section .feedback-section .form-group.form-captcha .required {
    position: absolute;
    right: -10px;
    margin: 0;
    top: 110px;
  }
  body div[role="main"].section .feedback-section .form-group.form-captcha .captcha-refresh {
    display: block;
    text-align: center;
  }
  body div[role="main"].section .feedback-section .cbtn {
    width: 100%;
    margin-bottom: 10px;
  }
  body footer {
    padding: 30px 0;
  }
  body footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  body footer .wrap .text {
    float: left;
    margin-bottom: 20px;
  }
  body footer .wrap .text .lastupdated {
    margin-top: 5px;
  }
  body footer .wrap nav {
    float: left;
    text-align: left;
  }
  body footer .wrap nav .social li,
  body footer .wrap nav .links li {
    margin-left: 0;
    margin-right: 10px;
  }
  body footer .wrap nav .social li a::after,
  body footer .wrap nav .links li a::after {
    margin-left: 10px;
  }
  body footer .wrap nav .social li a {
    opacity: 1;
  }
  body footer .wrap nav .social li a img {
    width: 25px;
  }
  body footer .wrap nav .links li:nth-child(2) a::after {
    content: '';
  }
  body .text-section h1 {
    font-size: 3rem;
  }
  body .text-section h2 {
    font-size: 2rem;
  }
  body .text-section h3 {
    font-size: 1.8rem;
  }
  body .text-section p {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  body header nav .main .btn {
    width: 90%;
    margin: 10px 5% 10px;
  }
  body header nav .main .btn + .btn {
    margin-top: 0;
  }
  body div[role="main"] .bottom-section .article-section .listing ul li {
    width: 100%;
  }
  body div[role="main"].section .content-section {
    padding: 20px 0;
  }
  body div[role="main"].section .content-section .build-section .listing ul li a .title-over {
    height: 70px;
  }
  body div[role="main"].section .content-section .build-section .listing ul li a .title-over h2 {
    font-size: 1.6rem;
  }
  body div[role="main"].section .content-section .seeker-section .listing ul li a .title-over {
    height: 70px;
  }
  body div[role="main"].section .content-section .seeker-section .listing ul li a .title-over h2 {
    font-size: 1.6rem;
  }
  body div[role="main"].section .content-section .menu-section .listing ul li {
    padding: 30px 10px;
  }
  body div[role="main"].section .content-section .menu-section .listing ul li a .title {
    text-align: center;
  }
}
