/********** BODY **********/
body h2 a {
  text-transform: capitalize;
  color: #0d76bd;
}
body h2 a:hover,
body h2 a:active,
body h2 a:focus {
  color: #1f9cef;
}

body article.list-item {
  border-bottom: 1px dotted #cfcfcf;
  padding-top: 1rem;
}

body article.list-item:first-of-type {
  padding-top: 0;
}

/***************** Nav *****************/
@media all and (max-width: 479px) {
  div#header div.sub {
    height: auto;
  }
  nav#topnav {
    display: block;
  }
  nav#topnav ul {
    margin-top: 1rem;
    text-align: center;
  }
}

/********** Title Bar **********/
body.search-results div#titleBar div.sub , body.calendar div#titleBar div.sub {
  min-height: 0;
  padding-bottom: 0;
}

@media all and (max-width: 972px) {
  div#titleBar div.sub div#mainPic {
    position: static;
    float: right;
    margin-top: -100px;
  }
  div#mainContent div.sub div#summary {
    width: 100%;
    min-height: 0;
  }
  div#mainContent div.sub div#summary p {
    margin-right: 1rem;
    width: 95%;
    font-size: 100%;
  }
}

@media all and (max-width: 720px) {
  div#titleBar div.sub {
    padding-bottom: 0;
  }
  div#titleBar div.sub div#mainPic {
    float: none;
    margin-top: 0;
  }
}

@media all and (max-width: 480px) {
  div#titleBar div.sub div#mainPic {
    width: 100%;
    padding-left: 0;
    float: left;
  }
  div#titleBar div.sub div#mainPic img {
    width: 100%;
  }
}

/********** Visibility Hidden **********/
body .visibility-hidden {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

/*********** Slick Slider ***********/
section.slider {
  background-color: #0D76BD;
  padding: 2rem 0 0 0;
  height: 400px;
  margin-bottom: 8rem;
}

section.slider div.sub {
  box-sizing: border-box;
  border: 6px solid white;
}

div.slide {
  height: 430px;
  padding: 0 7rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

div.slide header {
  font-size: 2.5rem;
  font-weight: bold;
  color: #F26122;
  padding-top: 3rem;
}

div.slide div.slide-content p {
  font-size: 1.5rem;
  padding: 1.5rem 0;
}

div.slide div.slide-content a {
  background-color: #96C93D;
  color: white;
  padding: 0.5rem 2rem;
  border: thin solid white;
}

div.slide div.slide-content a:hover,
div.slide div.slide-content a:active,
div.slide div.slide-content a:focus {
  background-color: #b1d770;
}

ul.slick-dots {
  bottom: -40px;
}

ul.slick-dots li button:before {
  font-size: 1rem;
  color: #005CA8;
}

ul.slick-dots li.slick-active button::before {
  color: #005CA8;
}

button.slick-prev, button.slick-next {
  width: 80px;
  height: 80px;
  background-color: rgba(0,0,0,0.5);
  z-index: 10;
  border-radius: 50%;
}

button.slick-prev {
  left: 10px;
}

button.slick-next {
  right: 10px;
}

button.slick-prev:hover, button.slick-prev:active, button.slick-prev:focus,
button.slick-next:hover, button.slick-next:active, button.slick-next:focus {
  background-color: rgba(0,0,0,0.3);
}

button.slick-prev::before, button.slick-next::before {
  color: white;
  font-size: 4rem;
  line-height: 0.2;
}

button.slick-prev::before {
  content: '‹';
}

button.slick-next::before {
  content: '›';
}

/* Breakpoint small */
@media all and (max-width: 600px) {
  button.slick-prev, button.slick-next {
    /*display: none !important;*/
    top: -9999px;
  }
  div.slide {
    padding: 0 0.5rem;
  }
}

/********** Promo Slider **********/
body.home-2 div#promo {
  width: 960px;
  /*height: 800px;*/
  margin: 0 auto;
  overflow: hidden;
}

body.home-2 div#promo img {
  /*height: 800px;*/
  object-fit: cover;
}

body.home-2 ul#portfolio li {
  width: 100%;
  position: static;
}

body.home-2 div#promo {
  background: none;
}

div#one, div#two, div#three, div#four {
  /*display: block !important;*/
}

div#middlePanel div.sub div#one a {}

/********** Home Page **********/
div#logoPanel div.sub div#logos, div#logoPanel div.sub div#stats {
  width: 100%;
  float: none;
}

div.stats-wrapper {
  width: 25%;
  float: left;
}

body.home-2 div.middle-panel-left, body.home-2 div.middle-panel-right {
  margin: 0;
  padding: 0;
}

body.home-2 div.middle-panel-left {
  width: 35%;
  float: left;
}

body.home-2 div.middle-panel-left p {
  margin: 46px 0 14px 20px !important;
  padding: 0;
}

body.home-2 div.middle-panel-right {
  width: 50%;
  float: left;
}

div#middlePanel div.sub div#employFlorida {
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 28px;
  right: 310px;
}
div#middlePanel div.sub div#employFlorida a {
  display: block;
  width: 280px;
  height: 220px;
  background: url(/uploads/sec-images/employ-florida-homepage-logo-text.jpg)  no-repeat;
  background-position: left top;
  background-size: 280px auto;
}

div#middlePanel div.sub div#employFlorida a:hover,
div#middlePanel div.sub div#employFlorida a:active,
div#middlePanel div.sub div#employFlorida a:focus {
  background-position: left bottom;
}

@media all and (max-width: 664px) {
  div.stats-wrapper {
    width: 100%;
    float: none;
  }
}

  /* Override: Home Page left menu; */
@media all and (max-width: 959px) {
  body.home-2 div.middle-panel-left {
    float: none;
    width: 100%;
  }
  div#middlePanel div.sub p {
    display: block !important;
    width: 95%;
  }
  div#middlePanel div.sub ul, div#middlePanel div.sub ul li {
    width: 85%;
    display: block !important;
  }
  div#middlePanel div.sub ul, div#middlePanel div.sub ul li, div#middlePanel div.sub ul li a {
    display: block !important;
  }
  div.home-tile, div#middlePanel div.sub div#jobSeeker, div#middlePanel div.sub div#employer,
  div#middlePanel div.sub div#ourRegion {
    display: block !important;
    position: static !important;
    width: 50%;
    margin: 1rem auto !important;
  }
  div#middlePanel div.sub div#jobSeeker a {
    width: 280px;
  }
  body.home-2 div.middle-panel-right {
    float: none;
    width: 100%;
  }
}

@media all and (max-width: 492px) {
  div.home-tile, div#middlePanel div.sub div#jobSeeker, div#middlePanel div.sub div#employer,
  div#middlePanel div.sub div#ourRegion {
    width: 95%;
  }
  div.home-tile a, div#middlePanel div.sub div#jobSeeker a, div#middlePanel div.sub div#employer a,
  div#middlePanel div.sub div#ourRegion a {
    margin: 1rem auto;
  }
}

/********** Home Page Twitter Feed **********/
section#tweets {
  height: 400px;
  padding: 0;
}

div.tweets-lr {
  width: 50%;
  float: left;
}

div.status-wrapper {
  position: relative;
  background-size: cover;
  background-position: center 2rem;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;;
}

div.status-wrapper.with-logo {
  background-size: auto;
  background-repeat: no-repeat;
}

div.text-wrapper {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  transition: background-color 0.3s;
  width: 98%;
}

div.text-wrapper:hover,
div.text-wrapper:active,
div.text-wrapper:focus {
  background-color: rgba(0,0,0,0.7) !important;
}

div.text-wrapper > div:last-child {
  padding-top: 0.75rem;
}

div.text-wrapper > div:first-child {
  height: 30px;
  background: url('/shared/images/icon-twitter.png') no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
  line-height: 1.9;
}

div#tweets-left div.status-wrapper {
  height: 380px;
  color: white;
  border-right: none;
}

div#tweets-right div.status-wrapper {
  height: 190px;
}

div#tweets-right div.status-wrapper:first-child {
  color: white;
  border-bottom: none;
}

div#tweets-right div.status-wrapper:nth-child(2) {
  clear: left;
  color: white;
}

div.tweets-lr a.profile-link {
  color: #F89C27;
  font-weight: bold;
}

div.tweets-lr a.profile-link:hover,
div.tweets-lr a.profile-link:active,
div.tweets-lr a.profile-link:focus {
  color: #fab55c;
}

div.tweets-lr a.tweet-link {
  color: white;
  font-weight: bold;
}

div.tweets-lr a.tweet-link:hover,
div.tweets-lr a.tweet-link:active,
div.tweets-lr a.tweet-link:focus {
  color: #e6e6e6;
}

@media all and (max-width: 700px) {
  section#tweets {
    height: auto;
  }
  div#tweets-right div.status-wrapper {
    height: 300px;
  }
  div.tweets-lr {
    width: 100%;
    float: none;
  }
}

/********** Search Form **********/
section.search-row {
  width: 960px;
  height: 0px;
  margin: 0 auto;
  position: relative;
  line-height: 1;
  padding: 1rem 1rem 0 0;
  z-index: 100;
  text-align: right;
}

form[action="http://www.careersourcecapitalregion.com/"] {}

input#keywords {
  border: #e8e8e8 solid 1px;
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
  font-weight: bold;
}

input#keywords:focus {
  border-color: #c2c2c2;
}

section.search-row input.submit {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 24px;
  right: 24px;
  background: url(/uploads/sec-images/search-icon-1.gif) no-repeat;
  background-size: 20px 20px;
  color: rgba(255,255,255,0);
  border: none;
  cursor: pointer;
}

section.search-row input.submit:before {
  content: url(/uploads/sec-images/search-icon-1.gif);
}

section.search-row input.submit:hover,
section.search-row input.submit:active,
section.search-row input.submit:focus {
  /*background-color: #b5d978;*/
}

@media all and (max-width: 984px) {
  section.search-row {
    width: 90%;
  }
}

@media all and (max-width: 565px) {
  input#keywords {
    width: 90%;
  }
  section.search-row {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 1rem 0 0 0;
  }
  section.search-row input.submit {
    right: 8%;
  }
}

/********** Search Results **********/
div#titleBar div.sub h1 {
  padding: 1rem;
  text-transform: capitalize;
}
body.search-results div#mainContent div.sub {
  max-width: 920px;
  padding: 1rem;
}

span.ellipsed:after {
  content: ' ...';
}

/************** Partner Logos *************/
div#logoPanel {
  position: relative;
}

div#logoPanel div.sub div#logos ul {
  width: 100%;
}

div#logoPanel div.sub div#logos ul li {
  width: 49%;
  box-sizing: border-box;
}

div#logoPanel div.sub div#logos ul li a {
  margin: 0 auto;
}

@media all and (max-width: 600px) {
  div#logoPanel div.sub div#logos ul li {
    width: 100%;
    display: block;
  }
  div#logoPanel div.sub div#logos ul li a {
    margin: 0;
  }
}

/*** AW 2/2/17 could not find /shared/styles/layout.css to insert the following with the rest of the like styles so placing here instead ***/


div#logoPanel div.sub div#logos ul li a.rehabworks {
    display: block;
    width: 305px;
    height: 83px;
    background-image: url(../uploads/sec-images/logo-rehab-works.gif);
    background-position: left top;
}

div#logoPanel div.sub div#logos ul li a.hplogo1 {
    display: block;
    width: 206px;
    height: 129px;
    background-image: url(../shared/images/logo-csf.gif);
    background-position: left top;
}

div#logoPanel div.sub div#logos ul li a.hplogo2 {
    display: block;
    width: 314px;
    height: 83px;
    background-image: url(../shared/images/logo-dcf.gif);
    background-position: left top;
}

div#logoPanel div.sub div#logos ul li a.hplogo3 {
    display: block;
    width: 305px;
    height: 83px;
    background-image: url(../uploads/sec-images/logo-rehab-works.gif);
    background-position: left top;
}

div#logoPanel div.sub div#logos ul li a.hplogo4 {
    display: block;
    width: 220px;
    height: 129px;
    background-image: url(../shared/images/logo-deo.gif);
    background-position: left top;
}

div#logoPanel div.sub div#logos ul li a:hover {
    background-position: left bottom;
}

div#middlePanel div.sub div#jobSeeker2 {
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 28px;
    right: 20px;
}

div#middlePanel div.sub div#jobSeeker2 a {
    display: block;
    width: 270px;
    height: 220px;
    background-image: url(../uploads/sec-images/btn-job-seeker2.jpg);
    background-position: left top;
}
div#middlePanel div.sub div#jobSeeker2 a:hover {
    background-position: left bottom;
}

/********** Calendars **********/
body.calendar {
  box-sizing: border-box;
}

body.calendar div.calendar-loader {
  position: absolute;
  background-color: rgba(255,255,255,0.8);
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-align: center;
  padding-top: 150px;
}

body.calendar.event div#titleBar h1 {
  width: 50%;
}

body.calendar.event h2 {
  padding: 1rem 0;
}

body.calendar div#mainContent {
  padding-top: 1rem;
}

body.calendar.event div#titleBar div.sub div#mainPic {
  height: 340px;
  overflow: hidden !important;
}

body.calendar.event div#titleBar div.sub div#mainPic img {
  max-height: 340px;
}

body.calendar div#mainContent div.sub {
  max-width: 920px;
  padding: 1rem;
}

body.calendar div.details {
  width: 50%;
  min-height: 200px;
}

body.calendar div.details p {
  padding-right: 1rem;
}

body.calendar a.event-registration-button {
  background: #F89C27;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

body.calendar a.event-registration-button:hover,
body.calendar a.event-registration-button:active,
body.calendar a.event-registration-button:focus {
  background: #e98707;
}

body.calendar div#leftcolumn {
  box-sizing: border-box;
  width: 70%;
  float: left;
  position: relative;
}

body.calendar div.drill-down {
  width: 50%;
  float: left;
}

body.calendar div.drill-down p {
  padding-right: 1rem;
}

body.calendar div.location {
  width: 50%;
  float: left;
}

body.calendar div.location-left {
  width: 20%;
  float: left;
}

body.calendar div.location-right {
  width: 80%;
  float: left;
}

body.calendar div.cta, body.calendar div.partner-logo {
  width: 33%;
  float: left;
  padding: 1rem 0;
}

body.calendar div#rightcolumn {
  box-sizing: border-box;
  width: 30%;
  float: left;
}

body.calendar div#fc_calendar table thead {
  text-align: left;
  min-height: 2rem;
}

body.calendar div#fc_calendar table tr#month_year {
  background-color: #0D76BD;
  font-size: x-large;
}

body.calendar div#fc_calendar table tr#month_year > th {
  padding: 1rem 0.5rem;
  color: white;
}

body.calendar div#fc_calendar table tr#month_year > th a {
  color: #F89C27;
}

body.calendar div#rightcolumn h2 {
  padding-bottom: 1rem;
}

body.calendar div#rightcolumn h3 {
  font-family: "proxima-nova",sans-serif;
}

body.calendar div#rightcolumn p {
  padding-top: 0.25rem;
}

body.calendar.event div.location-right iframe {
  width: 100%;
}

body.calendar p.all-calendars {
  position: fixed;
  padding: 0.75rem 0;
  top: -9999px;
}

body.calendar p.all-calendars a {
  background: #54b948;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
}

body.calendar a.fc-day-grid-event, body.calendar a.fc-time-grid-event {
  cursor: pointer;
}

body.calendar div.add-to-calendar p {
  padding-left: 84px;
  height: 64px;
  background: url(/uploads/sec-images/calendar-icon.png) no-repeat;
  background-size: 64px 64px;
  background-position: 0 auto;
}

body.calendar a.export-button {
  background: #c9c9c9;
  color: black;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

body.calendar a.export-button:hover,
body.calendar a.export-button:active,
body.calendar a.export-button:focus {
  background: #b8b8b8;
}

/* Tool Tips */
body.calendar .tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
  background: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

body.calendar .tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
  color: #2d2d2d;
  padding: 0.2rem;
}

body.calendar div.tooltip-inner-title {
  padding: 1rem;
  border-radius: 5px;
  font-weight: bold;
}

body.calendar div.tooltip-inner-content {
  padding: 1rem;
  font-size: small;
}

body.calendar div.tooltip-inner-content div >  p {
  line-height: 1;
  font-size: small;
}

@media all and (max-width: 972px) {
  body.calendar.event div#titleBar h1 {
    width: 100%;
  }
  body.calendar.event div#titleBar div.sub div#mainPic {
    position: static;
    float: none;
    margin-top: 0;
    padding-left: 1rem;
    height: auto;
  }
  body.calendar.event div#titleBar div.sub div#mainPic img {
    max-height: none;
    margin-bottom: -3px;
  }
   body.calendar div.details {
    width: 100%;
    min-height: 0;
  }
  body.calendar.event div.location-right iframe {
    width: 96%;
  }
}

/* BREAKPINT: SMALL; */
@media all and (max-width: 780px) {
  body.calendar div#leftcolumn {
    width: 100%;
    float: none;
    padding-right: 30px;
  }
  body.calendar div#rightcolumn {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  body.calendar p.gmap-embed {
    padding-right: 0;
  }
  body.calendar span.from, body.calendar span.to {
    display: block;
  }
  body.calendar div.drill-down {
    width: 100%;
    float: none;
  }
  body.calendar div.location {
    width: 100%;
    float: none;
  }
  body.calendar div.location-left {
    width: 100%;
    float: none;
  }
  body.calendar div.location-right {
    width: 100%;
    float: none;
  }
  body.calendar div.cta, body.calendar div.partner-logo {
    width: 100%;
    float: none;
    padding: 1rem 0;
  }
  body.calendar.event p.gmap-embed-right {
    padding-right: 2rem !important;
  }
}

@media all and (max-width: 480px) {
  body.calendar.event div#titleBar div.sub div#mainPic {
    width: 100%;
    padding-left: 0;
    float: left;
  }
  body.calendar.event div#titleBar div.sub div#mainPic img {
    width: 100%;
    margin-bottom: 0;
  }
  body.calendar.event div.location-right iframe {
    width: 90%;
  }
}

/********** Footer **********/
div#footer div#footerBottom {
  clear: both;
}

div#logos {
  padding-top: 2rem;
}

img.ajc-logo {
  margin-top: 30px;
  margin-left: 26px;
}

@media all and (max-width: 971px) {
  div#botFooter a, div#botFooter a.csf, div#botFooter h4 {
    width: 100%;
  }
  div#botFooter div.sub h4 {
    width: 90%;
    float: none;
    margin-left: 26px;
  }
}

@media all and (max-width: 400px) {
  img.ajc-logo {
    width: 80%;
    height: auto;
  }
}

@media all and (max-width: 376px) {
  div#footer a.bigBtn {
    margin: 0 1rem;
  }
}

#applicationform > p {
    color: #faa634;

}