﻿/*

RECRUITMENT EDGE

*/

/* GRID SYSTEM
--------------------------------------------------------------------- */

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.container .row:before,
.container .row:after {
  content: "";
  display: table;
  clear: both;
}
.container .row {
  margin: 0 -10px;
}
.container [class*='col-'] {
  float: left;
  min-height: 1px;
  padding: 10px;
}
.container .col-3 {
  width: 25%;
}
.container .col-4 {
  width: 33.33%;
}
.container .col-6 {
  width: 50%;
}
.container .col-9 {
  width: 75%;
}
.container .col-12 {
  width: 100%;
}
/* GENERAL STYLES AND CLASSES
--------------------------------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-size: 14px;
  font-family: "Open Sans";
  color: #353d43;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body h2 {
  font-weight: 300;
  font-size: 34px;
  color: #25262b;
}
body h3 {
  font-weight: 600;
  font-size: 20px;
  color: #353d43;
}
body h4 {
  font-weight: 600;
  font-size: 16px;
  color: #353d43;
}
body h5 {
  font-weight: 700;
  font-size: 14px;
  color: #353d43;
}
body h6 {
  font-weight: 700;
  font-size: 13px;
  color: black;
}
body a {
  text-decoration: none;
  color: #028af7;
  font-weight: 700;
}
body a:hover {
  color: #1facfd;
}
body img {
  border: none;
}
body .ie-label {
  display: none;
}
body ul.reset {
  margin: 0;
  padding: 0;
}
body ul.reset li {
  list-style: none;
}
body ul {
  font-weight: 700;
  padding-left: 10px;
}
.container ul {
	font-weight: normal;	
}
body ul li {
  margin-bottom: 10px;
}
body p {
  line-height: 1.5;
}
body .social-icons a {
  display: inline-block;
  width: 22px;
  line-height: 22px;
  text-align: center;
  color: #00678f;
  background: white;
  border-radius: 50%;
  margin-left: 5px;
}
body .cf:before,
body .cf:after {
  content: "";
  display: table;
}
body .cf:after {
  clear: both;
}
body input,
body textarea,
body select,
body button {
  font-family: "Open Sans";
}
body input[type="text"],
body select,
body textarea {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  width: 100%;
  background: #f2f2f2;
  color: black;
  font-size: 14px;
  padding: 12px 16px;
}
body .styled-button {
  display: inline-block;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  font-weight: 700;
  background: #019ad2;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
body .styled-button:hover {
  color: white;
  background: #1facfd;
}
body button {
  cursor: pointer;
}

/* HEADER STYLES
--------------------------------------------------------------------- */

header .header-top .header-buttons {
  float: right;
}
header .header-top .header-buttons ul.buttons li {
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  background: #00678f;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: 7px;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
header .header-top .header-buttons ul.buttons li a {
  color: white;
  display: block;
  width: 120px;
  line-height: 36px;
}
header .header-top .header-buttons ul.buttons li.job-search {
  background: #84c22b;
  position: relative;
  z-index: 100;
}
header .header-top .header-buttons ul.buttons li.job-search .job-search-dropdown {
  display: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 36px;
  right: 0;
  background: #84c22b;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 17px 12px 20px 12px;
  width: 247px;
}
header .header-top .header-buttons ul.buttons li.job-search .job-search-dropdown .styled-select {
  width: 222px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 10px;
  background: white url(Images/select-arrow.png) no-repeat 195px 0;
}
header .header-top .header-buttons ul.buttons li.job-search .job-search-dropdown .styled-select select {
  width: 239px;
  background: transparent;
  text-transform: capitalize;
  padding: 8px 10px;
  border: none;
  font-size: 14px;
}
header .header-top .header-buttons ul.buttons li.job-search .job-search-dropdown button {
  background: #509d13;
  border-radius: 4px;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 10px;
  float: right;
  cursor: pointer;
}
header .header-top .header-buttons ul.buttons li.job-search .job-search-dropdown button .fa {
  font-size: 16px;
  padding-left: 8px;
}
header .header-top .header-buttons ul.buttons li:hover {
  background: #1facfd;
}
header .header-top .header-buttons ul.buttons.open li {
  border-radius: 0;
}
header .header-top .header-buttons ul.buttons.open li.job-search:hover {
  background: #84c22b;
}
header .header-top .header-buttons ul.buttons.open li .job-search-dropdown {
  display: block;
}
header .header-top .header-buttons .phone {
  float: right;
  margin-top: 25px;
  color: #00678f;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 0 20px;
  position: relative;
}
header .header-top .header-buttons .phone .fa {
  position: absolute;
  left: 0;
  top: 4px;
}
header .header-top .logo {
  display: block;
  padding: 27px 0;
  width: 240px;
}
header .nav-bar {
  background: #00678f;
  height: 52px;
}
header .nav-bar nav {
  float: left;
}
header .nav-bar nav ul {
  width: 100%;
  display: table;
}
header .nav-bar nav ul li {
  display: table-cell;
  border-bottom: 7px solid #00678f;
  text-align: center;
  margin-bottom: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .nav-bar nav ul li a {
  display: block;
  padding: 15px 14px 11px 14px;
  color: white;
  font-weight: 700;
}
header .nav-bar nav ul li:hover,
header .nav-bar nav ul li.active {
  border-bottom: 7px solid #84c22b;
  background: #007fa6;
}
header .nav-bar nav ul li.submenu .submenu-button,
header .nav-bar nav ul li.submenu .submenu-dropdown {
  display: none;
}
header .nav-bar .social-icons {
  float: right;
  padding-top: 15px;
}
header .nav-bar .phone {
  display: none;
}
header .nav-bar .nav-button {
  display: none;
}

/* MAIN STYLES
--------------------------------------------------------------------- */

main .home-banner {
  position: relative;
  height: 383px;
  width: 100%;
  background: url(Images/banners/banner-01.jpg) no-repeat center 0;
}
main .home-banner .layer {
  display: none;
}
main .home-banner.overlay .layer {
  display: block;
  background-color: rgba(40, 40, 40, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .home-banner.overlay .layer .caption {
  margin: 90px 0 0 115px;
  font-size: 26px;
  font-weight: 300;
  color: white;
  width: 345px;
  line-height: 1.2;
}
main .home-banner .job-search-widget {
  position: absolute;
  bottom: 22px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 17px 21px;
  -webkit-box-shadow: 3px 1px 2px #555555;
  -moz-box-shadow: 3px 1px 2px #555555;
  box-shadow: 3px 1px 2px #555555;
}
main .home-banner .job-search-widget .styled-select {
  margin-right: 15px;
  float: left;
  border-radius: 4px;
  width: 213px;
  overflow: hidden;
  background: white url(Images/select-arrow-banner.png) no-repeat 178px 0;
}
main .home-banner .job-search-widget .styled-select select {
  width: 230px;
  background: transparent;
  height: 45px;
  padding-left: 10px;
  border: none;
  font-size: 14px;
  font-weight: 700;
}
main .home-banner .job-search-widget button {
  background: #84c22b;
  border-radius: 4px;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  width: 213px;
  float: left;
  cursor: pointer;
  text-align: left;
  padding-left: 12px;
  position: relative;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
main .home-banner .job-search-widget button .fa {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 20px;
}
main .home-banner .job-search-widget button:hover {
  background: #1facfd;
}
main .staff-banner img {
  width: 100%;
  max-width: 1920px;
}
main .home-opening-copy {
  text-align: center;
  font-size: 20px;
  margin: 35px 40px;
}
main .home-tiles .tile {
  background: #f1f1f1;
  min-height: 255px;
  padding: 22px 20px;
}
main .home-tiles .tile .tile-heading {
  font-size: 26px;
  font-weight: 600;
  color: #028af7;
  margin-bottom: 20px;
}
main .home-tiles .tile ul li {
  margin-bottom: 18px;
}
main .home-tiles .tile ul li:last-child {
  margin: 0;
}
main .home-tiles .tile ul li a {
  display: block;
  padding-left: 20px;
  position: relative;
  color: #353d43;
}
main .home-tiles .tile ul li a:hover {
  color: #028af7;
}
main .home-tiles .tile ul li a .fa {
  position: absolute;
  left: 0;
  top: 2px;
  color: #028af7;
  font-size: 15px;
}
main .home-tiles .tile ul li a .summary {
  font-weight: 400;
  display: block;
}
main .home-tiles .tile ul li a .summary p {
  margin-top: 0px;
}
main .home-tabs {
  margin: 35px 0;
}
main .home-tabs .tabs {
  margin: 0 -10px;
}
main .home-tabs .tabs li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 0;
}
main .home-tabs .tabs li a {
  display: block;
  background: #d8d8d8;
  border-bottom: 1px solid white;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #353d43;
  text-transform: uppercase;
  line-height: 48px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
main .home-tabs .tabs li a.active {
  border-bottom: 1px solid #f1f0f0;
  background: #f1f0f0;
}
main .home-tabs .tabs-content {
  background: #f1f0f0;
}
main .home-tabs .tabs-content .tab-button-mobile {
  display: none;
}
main .home-tabs .tabs-content #content-2,
main .home-tabs .tabs-content #content-3 {
  display: none;
}
main .home-tabs .tabs-content .tab-content {
  padding: 45px 0;
}
main .home-tabs .tabs-content .tab-content ul {
  margin: 0 -10px;
}
main .home-tabs .tabs-content .tab-content ul li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 0;
}
main .breadcrumbs {
  padding: 8px 0 0 0;
}
main .breadcrumbs a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
}
main .breadcrumbs a.active {
  color: #353d43;
}
main .breadcrumbs .fa {
  padding: 0 5px;
  font-size: 12px;
}
main .image-tile {
  display: block;
  max-width: 220px;
  max-height: 220px;
  position: relative;
}
main .image-tile .title {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 62px;
  color: white;
  background: rgba(145, 178, 60, 0.9);
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 60px 0 13px;
  line-height: 1.2;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
main .image-tile .title .fa {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 25px;
}
main .image-tile:hover .title {
  background: #1facfd;
}
main .community-list, main-text .community-list  {
  margin: 30px 0;
  border-bottom: 1px solid #dddcdc;
}
main .community-list li, main-text .community-list li {
  border-top: 1px solid #dddcdc;
}
main .community-list li a, main-text .community-list li a {
  display: block;
}
main .community-list li a .details, main-text .community-list li a .details {
  float: left;
  color: #353d43;
  font-weight: 400;
  display: block;
  width: 60%;
  margin: 35px 0 10px 0;
}
main .community-list li a .details .title, main-text .community-list li a .details .title {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
main .community-list li a img, main-text .community-list li a img {
  float: right;
	max-width: 250px;
}
main .staff-list {
  margin: 30px 0;
  text-align: center;
}
main .staff-list ul {
  margin: 0 -10px;
}
main .staff-list ul li {
  width: 236px;
  padding: 8px;
  display: inline-block;
  margin-bottom: 5px;
}
main .staff-list ul li a {
  border: 1px solid #c1c2c3;
  position: relative;
  display: block;
  padding: 4px;
  text-align: left;
}
main .staff-list ul li a img {
  max-width: 210px;
}
main .staff-list ul li a .name {
  font-weight: 700;
  display: block;
  padding-left: 5px;
}
main .staff-list ul li a .position {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 5px;
}
main .staff-list ul li a .fa {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #c9cacb;
  display: block;
  width: 30px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #c9cacb;
  border-radius: 50%;
}
main .staff-list ul li a:hover .fa {
  color: #1facfd;
  border-color: #1facfd;
}
main .staff-contact-details {
  margin: 30px 0;
}
main .staff-contact-details a {
  display: inline-block;
  width: 52px;
  line-height: 52px;
  text-align: center;
  background: #028af7;
  color: white;
  border-radius: 50%;
  font-size: 22px;
  margin-right: 5px;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
main .staff-contact-details a:hover {
  background: #1facfd;
}
main .staff-quote {
  background: #eaf8f5;
  color: #028af7;
  font-size: 26px;
  font-weight: 300;
  padding: 40px 20px 40px 40px;
  margin: 30px 0 50px 0;
}
main .job-list {
  margin: 30px 0;
}
main .job-list ul {
  margin: 0 -10px;
}
main .job-list ul li {
  float: left;
  width: 33.33%;
  padding: 10px;
}
main .job-list ul li .job-item {
  min-height: 300px; 
  background: #eaf8f5;
  padding: 28px 10px 0 20px;
}
main .job-list ul li .job-item .title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
main .job-list ul li .job-item .details {
  margin-bottom: 15px;
}
main .job-list ul li .job-item .details .field {
  font-weight: 400;
  margin-bottom: 4px;
}
main .job-list ul li .job-item .details .field .label {
  display: inline-block;
  width: 70px;
  font-weight: 700;
}
main .job-list ul li .job-item .view-more .fa {
  padding-right: 5px;
}
main .job-list .pager-container {
  margin: 20px 0 50px 0;
}
main .job-list .pager-container .pager {
  float: right;
  font-size: 12px;
}
main .job-list .pager-container .pager .prev,
main .job-list .pager-container .pager .next {
  display: inline-block;
  font-weight: 600;
  color: #2e363a;
  text-transform: uppercase;
  padding: 0 7px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
main .job-list .pager-container .pager .prev .fa,
main .job-list .pager-container .pager .next .fa {
  font-size: 14px;
  padding: 0 5px;
}
main .job-list .pager-container .pager .prev:hover,
main .job-list .pager-container .pager .next:hover {
  color: #028af7;
}
main .job-list .pager-container .pager .counter {
  background: #efefef;
  color: #028af7;
  display: inline-block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .job-list .pager-container .pager .counter.active,
main .job-list .pager-container .pager .counter:hover {
  background: #028af7;
  color: white;
}
main .job-details,
main .event-details {
  border-top: 1px solid #c4c5c5;
  border-bottom: 1px solid #c4c5c5;
  padding: 30px 10px 15px 10px;
  margin-bottom: 30px;
}
main .job-details .field,
main .event-details .field {
  position: relative;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 16px;
  padding-left: 110px;
}
main .job-details .field .label,
main .event-details .field .label {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
main .testimonial-slideshow-container {
  margin-top: 30px;
  background: #9ec046;
}
main .testimonial-slideshow-container .testimonial {
  display: none;
  text-align: center;
}
main .testimonial-slideshow-container .testimonial blockquote {
  padding-top: 30px;
  font-weight: 600;
  color: white;
  font-size: 18px;
  margin: 0 40px 10px 40px;
}
main .testimonial-slideshow-container .testimonial .author {
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
main .styled-form {
  max-width: 460px;
}
main .styled-form input[type="text"],
main .styled-form textarea {
  margin-bottom: 16px;
}
main .styled-form .field {
  margin-bottom: 16px;
}
main .styled-form .field > * {
  float: left;
}
main .styled-form .field label {
  margin: 0 0 0 15px;
  position: relative;
  width: 50px;
}
main .styled-form .field label input {
  width: 20px;
  margin: 4px 0 0 0;
}
main .styled-form .field label span {
  position: absolute;
  left: 25px;
  top: 0;
}
main .styled-form .field.attach-file {
  margin: 25px 0;
  line-height: 30px;
}
main .styled-form .field.attach-file .browse-button {
  border: 1px solid #c4c3c3;
  background: #e8e8e8;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 0 15px;
}
main .styled-form .field.attach-file .confirmation {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
main .styled-form .field.attach-file .confirmation .fa {
  font-size: 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
main .styled-form .field.terms {
  margin-bottom: 25px;
}
main .styled-form .field.terms .question {
  width: 93%;
  float: right;
  font-size: 12px;
}
main .styled-form .styled-button {
  float: right;
}
main aside {
  margin: 50px 0 20px 0;
}
main aside .side-bar-nav {
  margin-bottom: 50px;
  border-top: 1px solid #cbcbcc;
}
main aside .side-bar-nav li {
  border-bottom: 1px solid #cbcbcc;
  padding: 12px 0;
  margin-bottom: 0;
}
main aside .side-bar-nav li a {
  position: relative;
  display: block;
  line-height: 30px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
main aside .side-bar-nav li a .fa {
  position: absolute;
  right: 0;
  top: 0;
  color: #cbcbcc;
  display: block;
  width: 30px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #cbcbcc;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main aside .side-bar-nav li a:hover,
main aside .side-bar-nav li a.active {
  color: #25262b;
}
main aside .side-bar-nav li a:hover .fa,
main aside .side-bar-nav li a.active .fa {
  color: #25262b;
  border-color: #25262b;
}
main aside .side-bar-nav-2 {
  margin-bottom: 22px;
}
main aside .side-bar-nav-2 li {
  border-bottom: 1px solid #1facfd;
  margin-bottom: 0;
  /* reset */

}
main aside .side-bar-nav-2 li:last-child {
  border: none;
}
main aside .side-bar-nav-2 li a {
  display: block;
  background: #028af7;
  color: white;
  font-size: 13px;
  padding: 10px 20px;
  position: relative;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
main aside .side-bar-nav-2 li a:hover {
  background: #1facfd;
}
main aside .side-bar-nav-2 li a .fa {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
}
main aside .side-bar-nav-2 li a .fa.circle {
  display: block;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  background: white;
  color: #028af7;
  font-size: 11px;
}
main aside .image-tile {
  margin-bottom: 22px;
}
/* FOOTER STYLES
--------------------------------------------------------------------- */

footer {
  background: #212730;
}
footer .footer-top .phone {
  display: none;
}
footer .footer-top .logo {
  float: left;
}
footer .footer-top .social-icons {
  float: left;
  margin: 52px 0 0 25px;
}
footer .footer-top .social-icons a {
  color: #212730;
}
footer .footer-top .footer-logos {
  float: right;
}
footer .footer-bottom {
  border-top: 1px solid #333b46;
  padding: 18px 0 50px 0;
}
footer .footer-bottom .quick-links {
  float: left;
}
footer .footer-bottom .quick-links li {
  float: left;
  margin-right: 12px;
}
footer .footer-bottom .quick-links li a {
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
footer .footer-bottom .quick-links li a:hover {
  color: #1facfd;
}
footer .footer-bottom .quick-links li a .fa {
  display: none;
}
footer .footer-bottom .copyright {
  float: right;
  font-size: 12px;
  color: #afaeae;
}
/* EVENTS STYLES
--------------------------------------------------------------------- */

.events-section main .event-description {
  border-bottom: 1px solid #c4c5c5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.events-section main .event-details .field {
  padding-left: 130px;
}
.events-section main .styled-form {
  border-bottom: 1px solid #c4c5c5;
  margin-bottom: 20px;
  max-width: 100%;
}
.events-section main .styled-form .field {
  margin-bottom: 0;
}
.events-section main .styled-form .field span {
  color: #ee1414;
  padding-left: 10px;
}
.events-section main .styled-form input,
.events-section main .styled-form textarea {
  max-width: 460px;
}
.events-section main .styled-form .required-message {
  margin: -5px 0 10px 0;
  color: #ee1414;
  font-size: 12px;
}
.events-section main .styled-form .required-fields {
  color: #ee1414;
  font-size: 13px;
  margin: 25px 0 30px 0;
}
.events-section main .styled-form .field-tickets .question {
  margin-bottom: 15px;
}
.events-section main .styled-form .field-tickets select {
  margin-right: 15px;
}
.events-section main aside .event-speaker,
.events-section main aside .event-speaker-link img {
  display: block;
  width: 100%;
  max-width: 220px;
  margin-bottom: 22px;
}
.events-section main aside .styled-button {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
/* CONTACT STYLES
--------------------------------------------------------------------- */

.contact-section .contact-details {
  border-top: 1px solid #dddcdc;
  border-bottom: 1px solid #dddcdc;
  padding: 30px 0 25px 0;
  margin-bottom: 30px;
}
.contact-section .contact-details .details {
  position: relative;
  padding-left: 110px;
  line-height: 1.7;
}
.contact-section .contact-details .details .fa {
  position: absolute;
  left: 10px;
  display: block;
  line-height: 68px;
  width: 68px;
  text-align: center;
  background: #a5bc3a;
  border-radius: 50%;
  color: white;
  font-size: 35px;
}
.contact-section .contact-details .details .label {
  font-size: 20px;
  font-weight: 600;
  width: 110px;
  display: inline-block;
}
.contact-section .send-enquiry {
  border-bottom: 1px solid #dddcdc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.contact-section .send-enquiry h3 {
  color: #353d43;
}
.contact-section .send-enquiry .field {
  position: relative;
  padding-left: 140px;
  margin-bottom: 15px;
}
.contact-section .send-enquiry .field .label {
  position: absolute;
  left: 0;
  top: 7px;
}
.contact-section .send-enquiry .field .label span {
  color: #ee1414;
}
.contact-section .send-enquiry .field input,
.contact-section .send-enquiry .field textarea {
  width: 100%;
  padding: 8px 12px;
}
.contact-section .send-enquiry .field.enquiry {
  padding-left: 70px;
}
.contact-section .send-enquiry .field.enquiry textarea {
  height: 141px;
}
.contact-section .send-enquiry .styled-button {
  float: right;
}
.contact-section .map-container h3 {
  color: #353d43;
}
.contact-section .map-container .google-map {
  margin: 30px 0 50px 0;
}
.contact-section .map-container .google-map iframe {
  width: 100%;
}
section.main-text { padding-right: 40px; }
/* MEDIA QUERIES
--------------------------------------------------------------------- */

@media all and (max-width: 1000px) {
  .container {
    width: 100%;
  }
  header .nav-bar {
    position: relative;
    background: #006f97;
  }
  header .nav-bar nav {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    float: none;
    width: 100%;
    z-index: 99;
  }
  header .nav-bar nav ul {
    width: 100%;
    display: block;
  }
  header .nav-bar nav ul li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #00729a;
    background: #00678f;
  }
  header .nav-bar nav ul li:last-child {
    border-bottom: none;
  }
  header .nav-bar nav ul li:last-child:hover {
    border-bottom: none;
  }
  header .nav-bar nav ul li a {
    text-transform: uppercase;
    padding: 15px 20px !important;
  }
  header .nav-bar nav ul li.active,
  header .nav-bar nav ul li:hover {
    background: #00678f;
    border-bottom: 1px solid #00729a;
  }
  header .nav-bar nav ul li:hover {
    background: #84c22b;
    border-bottom: 1px solid #00729a;
  }
  header .nav-bar nav ul li.submenu {
    position: relative;
  }
  header .nav-bar nav ul li.submenu .submenu-button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 !important;
  }
  header .nav-bar nav ul li.submenu .submenu-button span {
    padding: 19px 20px 14px 20px;
  }
  header .nav-bar nav ul li.submenu .submenu-button .fa-chevron-right {
    display: block;
  }
  header .nav-bar nav ul li.submenu .submenu-button .fa-chevron-down {
    display: none;
  }
  header .nav-bar nav ul li.submenu .submenu-dropdown {
    display: none;
  }
  header .nav-bar nav ul li.submenu .submenu-dropdown li a {
    padding-left: 40px !important;
    text-transform: none;
  }
  header .nav-bar nav ul li.submenu.open {
    background: #84c22b;
    border-bottom: 1px solid #00729a;
  }
  header .nav-bar nav ul li.submenu.open .submenu-button .fa-chevron-down {
    display: block;
  }
  header .nav-bar nav ul li.submenu.open .submenu-button .fa-chevron-right {
    display: none;
  }
  header .nav-bar .social-icons {
    float: left;
  }
  header .nav-bar .phone {
    display: block;
    float: right;
    color: #84c22b;
    font-size: 24px;
    width: 55px;
    line-height: 52px;
    text-align: center;
    border-right: 1px solid #0086ad;
    border-left: 1px solid #0086ad;
  }
  header .nav-bar .nav-button {
    margin-right: -10px;
    display: block;
    float: right;
    color: white;
    width: 55px;
    padding: 17px 0;
    text-align: center;
    font-size: 18px;
  }
  header .nav-bar .nav-button .fa-times-circle {
    display: none;
  }
  header .nav-bar .nav-button .fa-bars {
    display: block;
  }
  header .nav-bar .nav-button.open {
    background: #00678f;
  }
  header .nav-bar .nav-button.open .fa-times-circle {
    display: block;
  }
  header .nav-bar .nav-button.open .fa-bars {
    display: none;
  }
  main .home-banner {
    height: 200px;
    background: url(Images/banners/banner-01-tablet.jpg) no-repeat center 0;
  }
  main .home-banner.overlay .layer .caption {
    margin: 55px 0 0 80px;
    font-size: 2.6vw;
    width: 34.5vw;
  }
  main .home-banner .job-search-widget {
    display: none;
  }
  main .home-tabs .tabs-content .tab-content {
    padding: 45px 0 25px 0;
  }
  main .home-tabs .tabs-content .tab-content ul {
    width: 480px;
    margin: 0 auto;
  }
  main .home-tabs .tabs-content .tab-content ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  main .job-list ul li {
    width: 50%;
  }
  main .job-list .pager-container .pager {
    float: none;
    text-align: center;
  }
  main aside .image-tile img {
    width: 100%;
  }
  main aside .image-tile .title {
    font-size: 1.4vw;
    position: absolute;
    bottom: 0;
    height: 6.2vw;
    padding: 1.5vw 6vw 0 1.3vw;
  }
  main aside .image-tile .title .fa {
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 25px;
  }
  main aside .side-bar-nav-2 li a {
    padding: 10px 15px;
  }
  #events-section main aside .styled-button {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 800px) {
  .container .col-3,
  .container .col-9 {
    width: 100%;
  }
  main .staff-quote {
    font-size: 22px;
    padding: 30px 20px 30px 30px;
  }
  main .styled-form {
    max-width: 100%;
  }
  main .styled-form .field.terms .question {
    width: 95%;
  }
  main aside {
    margin-top: 20px;
  }
  main aside .image-tile {
    margin: 0 auto 22px auto;
  }
  main aside .image-tile .title {
    height: 62px;
    padding: 15px 60px 0 13px;
    font-size: 14px;
  }
  footer .container {
    padding: 0;
  }
  footer .footer-top {
    padding: 18px 0;
  }
  footer .footer-top .logo,
  footer .footer-top .social-icons,
  footer .footer-top .footer-logos {
    display: none;
  }
  footer .footer-top .phone {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: white;
  }
  footer .footer-top .phone:hover {
    color: #1facfd;
  }
  footer .footer-top .phone .fa {
    padding-right: 8px;
  }
  footer .footer-bottom {
    padding: 0;
  }
  footer .footer-bottom .quick-links {
    float: none;
  }
  footer .footer-bottom .quick-links li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #333b46;
  }
  footer .footer-bottom .quick-links li a {
    display: block;
    padding: 13px 25px;
    color: white;
    position: relative;
  }
  footer .footer-bottom .quick-links li a .fa {
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 16px;
  }
  footer .footer-bottom .copyright {
    padding: 18px 0;
    float: none;
    text-align: center;
  }
  footer .footer-bottom .copyright .abn {
    display: none;
  }
  .events-section main .styled-button {
    width: 100%;
    text-align: center;
  }
  .events-section main .styled-form input,
  .events-section main .styled-form textarea {
    max-width: 97%;
  }
  .events-section main aside .event-speaker,
  .events-section main aside .event-speaker-link img {
    margin: 0 auto 22px auto;
  }
  .events-section main aside .styled-button {
    display: none;
  }
  .contact-section .container .col-6 {
    width: 100%;
  }
  .contact-section .send-enquiry {
    padding-bottom: 20px;
  }
  .contact-section .send-enquiry .field.enquiry {
    margin-top: -20px;
    padding-left: 140px;
  }
  section.main-text { padding-right: 0px; }
}
@media all and (max-width: 650px) {
  .container .col-6 {
    width: 100%;
  }
  body h2 {
    font-size: 26px;
  }
  body h3 {
    font-size: 18px;
  }
  header .header-top .header-buttons {
    float: none;
    width: 255px;
    margin: 0 auto;
  }
  header .header-top .header-buttons .phone {
    display: none;
  }
  header .header-top .logo {
    margin: 0 auto;
    padding: 20px 0;
  }
  main .home-banner {
    display: none;
  }
  main .staff-banner {
    height: 130px;
  }
  main .staff-banner img {
    width: 650px;
    position: absolute;
    height: 130px;
    left: 50%;
    margin-left: -325px;
  }
  main .home-opening-copy {
    font-size: 14px;
    margin: 25px 10px;
  }
  main .home-tabs {
    margin: 20px 0;
  }
  main .home-tabs .tabs {
    display: none;
  }
  main .home-tabs .tabs-content {
    background: none;
  }
  main .home-tabs .tabs-content .tab-button-mobile {
    display: block;
    background: #d8d8d8;
    border-bottom: 1px solid white;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #353d43;
    text-transform: uppercase;
    line-height: 48px;
  }
  main .home-tabs .tabs-content .tab-button-mobile.first {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  main .home-tabs .tabs-content .tab-button-mobile.last {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  main .home-tabs .tabs-content .tab-button-mobile.last.active {
    border-radius: 0;
  }
  main .home-tabs .tabs-content .tab-button-mobile.active {
    border-bottom: 1px solid #f1f0f0;
    background: #f1f0f0;
  }
  main .home-tabs .tabs-content .tab-content {
    background: #f1f0f0;
    padding: 15px 0 0 0;
  }
  main .home-tabs .tabs-content .tab-content ul {
    width: 220px;
  }
  main .home-tabs .tabs-content .tab-content ul li {
    float: none;
    width: 100%;
    padding: 0;
  }
  main .community-list li a .details, main-text .community-list li a .details {
    float: none;
    width: auto;
    margin: 35px 0 0 0;
  }
  main .community-list li a img, main-text .community-list li a img {
    float: none;
  }
  main .staff-quote {
    font-size: 18px;
    padding: 20px;
  }
  main .job-list ul li {
    width: 100%;
    margin-bottom: 0;
  }
  main .testimonial-slideshow-container {
    margin-top: 20px;
  }
  main .testimonial-slideshow-container .testimonial {
    margin: 0 20px;
  }
  main .testimonial-slideshow-container .testimonial blockquote {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  main .testimonial-slideshow-container .testimonial .author {
    font-size: 12px;
  }
  main .styled-form .field.terms .question {
    width: 92%;
  }
  main .styled-form .styled-button {
    width: 100%;
    float: none;
  }
  .events-section main .styled-form input,
  .events-section main .styled-form textarea {
    max-width: 94%;
  }
  .contact-section .contact-details .details {
    padding-left: 70px;
    line-height: 1.7;
  }
  .contact-section .contact-details .details .fa {
    left: 0;
    top: 7px;
    line-height: 50px;
    width: 50px;
    font-size: 25px;
  }
  .contact-section .contact-details .details .label {
    font-size: 16px;
    width: 80px;
  }
  .contact-section .send-enquiry .field {
    position: static;
    padding-left: 0;
  }
  .contact-section .send-enquiry .field .label {
    position: static;
  }
  .contact-section .send-enquiry .field.enquiry {
    padding-left: 0;
  }
  .contact-section .send-enquiry .styled-button {
    width: 100%;
    text-align: center;
  }
  section.main-text { padding-right: 0px; }
}
/* BROWSER QUIRKS
--------------------------------------------------------------------- */

/* TARGETING FIREFOX */

@-moz-document url-prefix() {
  header .nav-bar nav ul li a {
    padding: 15px 14px 10px 14px;
  }
}
/* TARGETING CHROME */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body ul {
    padding-left: 20px;
  }
}
/* TARGETING IE 10 & 11 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .header-top .header-buttons ul.buttons li.job-search .job-search-dropdown .styled-select select {
    width: 252px;
  }
  main .home-banner .job-search-widget .styled-select select {
    width: 233px;
  }
}

/* cassie additions */
table.docsTable td {
	border-bottom: 1px dotted #dcdcdc;	
}
