/*
Theme Name: IT Career Lab
Version: 1.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *   1.1 FRAMEWORK
 *   1.2 MODULES
 *   1.3 STYLES
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 UNIVERSAL THEME MODULES
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT LINKS
 *   3.2 HEADINGS
 *   3.3 QUOTES
 *   3.4 BORDERS & DIVIDERS
 *   3.5 MEDIA
 *   3.6 BUTTONS
 *   3.7 ICONS
 *   3.8 FORM STYLES
 *
 * 4 BOX STYLES
 *   4.1 FEATURE BOX
 *   4.2 ICON BOX
 *   4.3 CALL TO ACTION BOX 
 *   4.4 ALERT BOX 
 *
 * 5 HEADER STYLES
 *   5.1 SCROLL BAR
 *   5.2 TOP BAR
 *   5.3 HEADER 
 *   5.4 NAV BAR
 *   5.5 NAV MENUS
 *   5.6 DROPDOWN MENUS
 *   5.7 MOBILE NAV
 *
 * 6 MAIN (BODY) STYLES
 *   6.1 BANNER
 *   6.2 BREADCRUMBS
 *   6.3 TITLE BAR
 *   6.4 MAIN (BODY)
 *   6.5 CONTENT
 *   6.6 SIDEBAR
 *   6.7 BLOG
 *
 * 7 FOOTER STYLES
 *   7.1 FOOTER
 *   7.2 FOOTER NAV
 *   7.3 BOTTOM BAR
 *
 * 8 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

@import url("../optik-theme/style.css");





/******************************************************************************
 * * *  2 STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  2.1 UNIVERSAL STYLES  ***/

html {font-size: 16px;}

body {
  line-height: 1.4em;
  font-family: "proxima-nova", sans-serif;
  color: #777;
  background: white;
}

p {
  line-height: 1.4em;
  margin: 1.2em 0;
}

p:first-child {margin-top: 0;}

p:last-child {margin-bottom: 0;}


/***  2.2 UNIVERSAL THEME STYLES  ***/

.section-container {
  max-width: 1150px; /* Set the maximum width of the website */
  padding: 0 50px;
}

.section-centered {width: 80%;}

.col-fixed {width: 150px;}

@media screen and (max-width: 900px) {

.section-container {padding: 0 40px;}

}

@media screen and (max-width: 600px) {

.section-container {padding: 0 25px;}

.section-centered {width: 100%;}

}

@media screen and (max-width: 420px) {

.section-container {padding: 0 15px;}

}





/******************************************************************************
 * * *  3 CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  3.1 TEXT LINKS  ***/

a {color: #5ea339;}

a:hover {color: #e6791e;}



/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: normal;
  color: #636363;
}

h1, h2, h3 {text-transform: uppercase;}

h1 {font-size: 2.5em;}

h2 {font-size: 2em;}

h3 {font-size: 1.5em;}

h4 {font-size: 1em;}

h5 {font-size: 0.9em;}

h6 {font-size: 0.8em;}

h1 .anchor, 
h2 .anchor, 
h3 .anchor, 
h4 .anchor, 
h5 .anchor, 
h6 .anchor {top: -100px;}



/***  3.3 QUOTES  ***/

blockquote {
  padding: 5px 0 5px 15px;
  border-left: 5px solid black;
  margin-left: 2em;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
  font-weight: 300;
}



/***  3.4 BORDERS & DIVIDERS  ***/

hr, 
.divider {
    display: block;
	width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 2.5em auto;
    padding: 0;
	clear: both;
}

hr, 
.divider, 
.br-all, 
.br-top, 
.br-bottom, 
.br-left, 
.br-right {
  border-color: #e2e2e2;
  border-style: solid;
}



/***  3.5 MEDIA  ***/

.video {max-width: 700px;}

.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level {background-color: #418cbe;}



/***  3.6 BUTTONS  ***/

.button {
  padding: 0.4em 1.2em;
  border: 2px solid #0094d9;
  background-color: #0094d9;
  font-weight: 600;
  color: white;
}

.button:hover {
  border-color: #e6791e;
  background: #e6791e;
  color: white;
}

/* Empty Button */

.button-empty, 
.button-empty .icon {
  background: none;
  color: #0094d9;
}

.button-empty:hover {
  border-color: #e6791e;
  background: none;
  color: #e6791e;
}

.button-empty:hover .icon {color: #e6791e;}



/***  3.7 ICONS  ***/

.icon {color: #e6791e;}

a .icon {
  color: #0094d9;
  webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

a:hover .icon {color: #e6791e;}

/*  Icon Backgrounds  */

.icon-bg {
  color: white;
  background-color: #e6791e;
}

a .icon-bg {
  color: #eee;
  background-color: #0094d9;
}

a:hover .icon-bg {
  color: white;
  background-color: #e6791e;
}

/*  Icon Borders  */

.icon-br {border-color: #e6791e;}

a .icon-br {border-color: #0094d9;}

a:hover .icon-br {border-color: #e6791e;}

/*  Icon Lists  */

[class*="list-icon"] li:before, 
li[class*="list-icon"]:before {color: #e6791e;}



/***  3.8 FORM STYLES  ***/

/* Universal Form Styles */

legend {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.4em;
  color: #333333;
}

label {font-weight: bold;}

/* Inputs */

input[type="text"], 
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="url"], 
input[type="date"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="color"], 
input[type="file"], 
input[type="range"], 
textarea, 
select {font-size: 0.9em;}

input[type="text"], 
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="url"], 
input[type="date"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
textarea, 
select {
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: white;
  font-size: 0.9em;
}

textarea {height: 100px;}

select {height: 42px;}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="date"]:focus, 
input[type="datetime-local"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
textarea:focus, 
select:focus {border-color: #2ccbf9;}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"] {
  height: 2.8em;
  padding: 0 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0.95em;
  font-weight: 600;
  color: white;
  background: #0094d9;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {background: #e6791e;}

input[type="Submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active {
  background: #555;
  color: #eee;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background: #f5f5f5;}

input[type="text"].search-field:focus {background: white;}

input[type="Submit"].search-submit {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 40px;
  height: 40px;
  border: 0;
  margin-top: -21px;
  background: url(../images/icon-search.png) center no-repeat;
  background-size: 1.5em;
  opacity: 0.6;
  cursor: pointer;
  cursor: hand;
}

input[type="Submit"].search-submit:hover {
  outline: none;
  opacity: 1;
}

input[type="Submit"].search-submit:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}





/******************************************************************************
 * * *  4 BOX STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  4.1 FEATURE BOX  ***/

.feature {
  padding: 30px 20px;
  background: #fdf5db;
}



/***  4.2 ICON BOX  ***/

[class*="col-"].icon-box, 
.icon-box [class*="col-"] {padding-left: 3.5em;}



/***  4.3 CALL TO ACTION BOX  ***/

.cta {
  padding: 25px;
  border: 1px solid #d2d2d2;
  background-color: rgba(244,244,244,0.86);
}



/***  4.4 ALERT BOX  ***/

.section-success, 
.section-error, 
.section-info, 
.section-notice {
  border-left-width: 5px;
  border-left-style: solid;
  padding: 10px;
}





/******************************************************************************
 * * *  5 HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  5.1 SCROLL BAR  ***/

.scroll-bar {
  padding: 0;
  background-color: #0094d9;
}

.logged-in .scroll-bar {top: 32px;}

.scroll-bar:before {
  display: block;
  height: 4px;
  border-bottom: 1px solid #76bde9;
  content: '';
}

.scroll-bar:after {
  display: block !important;
  visibility: visible !important;
  height: 4px;
  border-top: 1px solid #76bde9;
  content: '';
}

.scroll-logo img {max-height: 60px;}

/* Alternate Scroll Bar */

.page-template-page-services .scroll-bar {background-color: #f7c53a;}

.page-template-page-services .scroll-bar:before, 
.page-template-page-services .scroll-bar:after {border-color: white;}



/***  5.2 TOP BAR  ***/

.top-bar {
  padding-top: 0.35em;
  padding-bottom: 0.2em;
  background: white;
  font-size: 0.86em;
}

.top-bar .col-custom {
  padding-top: 0;
  padding-bottom: 0;
}

.top-bar .textwidget {
  display: inline-block;
  vertical-align: middle;
}
.top-bar .textwidget a {
	text-align:center;
}
.top-bar p {margin: 0;}

.top-bar .blog-link {
  font-weight: bold;
  text-transform: uppercase;
  color: #888;
}

.top-bar .blog-link:hover {
  color: #e6791e;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {

.top-bar {text-align: right;}

.top-bar .col-custom {width: auto !important;}

.top-bar .col-custom:last-child:before {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.75em;
  padding-right: 0.75em;
  font-weight: 300;
  font-size: 1.7em;
  color: #aaa;
  content: "|";
}

}

@media screen and (max-width: 600px) {

.top-bar {padding-bottom: 1.3em;}

}



/***  5.3 HEADER  ***/

.header {
  padding: 0;
  background-color: #0094d9;
}

.header:before {
  display: block;
  height: 4px;
  border-bottom: 1px solid #76bde9;
  content: '';
}

.header:after {
  display: block !important;
  visibility: visible !important;
  height: 4px;
  border-top: 1px solid #76bde9;
  content: '';
}

.header .col-custom {padding: 0;}

.header-left {text-align: right;}

.logo-wrapper {text-align: center;}

.header-right {text-align: left;}

.logo img {
  position: relative;
  z-index: 1;
  padding: 8px;
  margin-top: -40px;
  margin-bottom: -40px;
  max-height: 115px;
  background: #fff;
  box-shadow: 0 0 14px rgba(0,0,0,0.6);
}

@media screen and (min-width: 1200px) {

.header .header-left {padding-right: 20px;}

.header .header-right {padding-left: 20px;}

}

@media screen and (max-width: 1024px) {

.logo img {
  margin-bottom: -15px;
  max-height: 90px;
}

}

@media screen and (max-width: 600px) {

.logo img {margin-top: -15px;}

}

/* Alternate Header */

.page-template-page-services .header {background-color: #f7c53a;}

.page-template-page-services .header:before, 
.page-template-page-services .header:after {border-color: white;}



/* Header Buttons */

.header-buttons {
  right: 0;
  margin-top: -1.4em;
}

.header-buttons a .icon {
  font-size: 1.5em;
  color: white;
  background: rgba(0,0,0,0);
}

.header-buttons a:hover .icon {
  color: #ffac67;
  background: rgba(0,0,0,0);
}

.header-buttons a.active .icon {
  color: white;
  background: #e6791e;
}



/***  5.4 NAV BAR  ***/

.nav-bar {background: #eee;}



/***  5.5 NAV MENUS  ***/

.header-menu > li > a, 
.scroll-menu > li > a {
  padding: 0.75em 0.5em;
  font-family: "proxima-nova-condensed",sans-serif;
  font-size: 0.94em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

.header-menu > li.current-menu-item > a, 
.scroll-menu > li.current-menu-item > a, 
.header-menu > li.current-page-parent > a, 
.scroll-menu > li.current-page-parent > a, 
.header-menu > li.current-page-ancestor > a, 
.scroll-menu > li.current-page-ancestor > a, 
.header-menu > li:hover > a, 
.scroll-menu > li:hover > a {
  color: #ffac67;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

@media screen and (max-width: 1100px) {

.header-menu > li > a, 
.scroll-menu > li > a {font-size: 0.86em;}

}

/* Alternative Menu */

.page-template-page-services .header-menu > li > a, 
.page-template-page-services .scroll-menu > li > a {color: #727676;}

.page-template-page-services .header-menu > li.current-menu-item > a, 
.page-template-page-services .scroll-menu > li.current-menu-item > a, 
.page-template-page-services .header-menu > li.current-page-parent > a, 
.page-template-page-services .scroll-menu > li.current-page-parent > a, 
.page-template-page-services .header-menu > li.current-page-ancestor > a, 
.page-template-page-services .scroll-menu > li.current-page-ancestor > a, 
.page-template-page-services .header-menu > li:hover > a, 
.page-template-page-services .scroll-menu > li:hover > a{color: white;}



/***  5.6 DROPDOWN MENUS  ***/



/***  5.7 MOBILE NAV  ***/

.mobile-nav {background: #0094d9;}

.mobile-nav::-webkit-scrollbar {
  width: 12px;
  background: #0094d9;
}

.mobile-nav::-webkit-scrollbar-thumb {
  border: 3px solid #0094d9;
  background: #005a84;
}

.mobile-nav ul li a {
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: "proxima-nova-condensed",sans-serif;
  font-size: 0.94em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

.mobile-nav ul li.current-menu-item > a,
.mobile-nav ul li:hover > a {
  color: #ffac67;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}





/******************************************************************************
 * * *  6 MAIN (BODY) STYLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  6.1 BANNER  ***/

.banner {
  display: none;
  background-color: #222;
  color: white;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.5), 0 0 14px rgba(0,0,0,0.3);
}

.banner-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}

.banner .col-custom {
  display: block;
  width: 100%;
}

.banner h1, 
.banner h2, 
.banner h3, 
.banner h4, 
.banner h5, 
.banner h6 {
  text-shadow: 2px 3px 3px rgba(0,0,0,0.4);
  color: white;
}

.banner p, 
.banner ul {font-size: 1.1em;}

.banner ul li a, 
.banner .menu li a {padding: 0 10px;}



/***  6.2 BREADCRUMBS  ***/

.breadcrumbs {
  display: none;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background: #ddd;
}


/***  6.3 TITLE BAR  ***/

.title-bar {
  padding-top: 1.15rem;
  padding-bottom: 0.85rem;
  background-color: #e6791e;
  color: #303030;
}

.page-id-22 .title-bar {background-color: #5a983f;}

.page-id-24 .title-bar {background-color: #0089c0;}

.title-bar .col-custom {
  display: block;
  width: 100%;
}

.title-bar h1, 
.title-bar h2, 
.title-bar h3, 
.title-bar h4, 
.title-bar h5, 
.title-bar h6 {
  color: white;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  font-weight: bold;
}

.title-bar h1 {font-size: 2em;}



/***  6.4 MAIN (BODY)  ***/

.main {
  padding-top: 20px;
  padding-bottom: 50px;
  background: white url(images/bg-main.png) center center repeat-y;
  background-size: 100% auto;
}

.home .main {
  padding-top: 50px;
  background-color: #fff1ce;
}



/***  6.5 CONTENT  ***/

@media screen and (min-width: 421px) {

.content .alignleft {margin: 0 20px 1em 0;}

.content .alignright {margin: 0 0 1em 20px;}

}



/***  6.6 SIDEBAR  ***/

.sidebar {font-size: 0.9em;}

@media screen and (max-width: 900px) {
  
.sidebar-section {
  padding: 50px;
  background: #eee;
}

}

@media screen and (max-width: 600px) {
  
.sidebar-section {padding: 25px;}
  
}

@media screen and (max-width: 420px) {
  
.sidebar-section {padding: 15px;}
  
}



/***  6.7 BLOG ***/

ul.post-info {display: none;}





/******************************************************************************
 * * *  7 FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  7.1 FOOTER NAV  ***/

.footer-nav-bar {
  border-top: 8px solid white;
  background: #fff1ce url(images/bg-main.png) center center repeat-y;
  background-size: 100% auto;
}

.footer-nav-bar a {
  display: block;
  padding: 2em 0;
  text-align: center;
  opacity: 0.9;
}

.footer-nav-bar a:hover {
  text-decoration: none;
  opacity: 1;
}

.footer-nav-bar img {width: 85px;}



/***  7.2 FOOTER  ***/

.footer {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  background: #e87a1e;
  font-size: 0.9em;
  color: white;
}

.footer .col-custom {
  padding-top: 1em;
  padding-bottom: 1em;
}

.footer a {color: #f9dcc4;}

.footer a:hover {color: white;}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6 {color: white;} 

.footer .button:hover {background: #ffcb08;}

.footer input[type="text"] {
  width: calc(100% - 0.25em);
  margin-right: 0.25em;
  margin-bottom: 0.15em;
}

.footer input[type="Submit"]:hover, 
.footer input[type="reset"]:hover, 
.footer input[type="button"]:hover {background: #ffcb08;}

@media screen and (min-width: 901px) {

.footer .col-custom {width: calc(33.3333% - 30px);}

}

/* Events List */

.tribe-mini-calendar-event {margin-bottom: 2em;}

.tribe-events-title {
  margin-bottom: 0.25em;
  font-size: 1.1em;
  font-weight: normal;
}



/***  7.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border-top: 1px solid #ffac66;
  background: #e87a1e;
  color: white;
  text-align: center;
  font-size: 0.86em;
}

.bottom-bar .col-custom {
  display: inline-block !important;
  width: auto !important;
  padding: 0.5em 1.5em;
}

.bottom-bar a {color: #f9dcc4;}

.bottom-bar a:hover {color: white;}

.copyright, 
.copyright .textwidget, 
.credits, 
.credits .textwidget {display: inline-block;}

.bottom-bar-menu > li {display: inline-block;}

.bottom-bar-menu > li:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.7em;
  font-weight: 300;
  content: "|";
}

.bottom-bar-menu > li:last-child:after {display: none;}

.bottom-bar-menu > li > a {
  display: inline-block;
  color: #f9dcc4;
}

.bottom-bar-menu > li.current-menu-item > a, 
.bottom-bar-menu > li:hover > a {color: white;}





/******************************************************************************
 * * *  8 CUSTOM THEME STYLES  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/***  SLIDER  ***/

.slider {
  background-image: url(images/bg-slider.png);
  background-position: top -1px left 0;
  background-repeat: repeat-x;
  background-size: auto calc(100% + 1px);
}

.slider-container {
  max-width: 1200px;
  padding: 0;
}

.slider-inner {position: relative;}

.slider-inner:before, 
.slider-inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display:block !important;
  width: 100px;
  height: 100% !important;
  background-size: auto calc(100% + 1px);
  background-repeat: no-repeat;
  visibility: visible !important;
  content: '';
}

.slider-inner:before {
  left: 0;
  background-image: url(images/bg-slider-left.png);
  background-position: top -1px right 0;
}

.slider-inner:after {
  right: 0;
  background-image: url(images/bg-slider-right.png);
  background-position: top -1px left 0;
}

.slider a {color: #e87a1e;}

.slider a:hover {color: white;}

.metaslider .flexslider {margin-bottom: 0 !important;}

.metaslider .caption-wrap {background: rgba(0,0,0,0.65) !important;}

.metaslider .caption {
  padding: 10px 100px !important;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 1em !important;
}

.metaslider .caption a {text-transform: uppercase;}

.flex-direction-nav {z-index: 9999 !important;}

@media screen and (max-width: 900px) {

.slider {background: none;}

.slider-inner {position: static;}

.slider-inner:before, 
.slider-inner:after {
  display: none !important;
  visibility: hidden !important;
}

.caption-wrap {
  position: static !important;
  display: block !important;
  
}

.metaslider .caption {padding: 10px !important;}

}

.slider .metaslider .slides img, 
.slider-text .metaslider .slides img, 
.slider-overlay .metaslider .slides img, 
.slider-side-overlay .metaslider .slides img {
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}

@media screen and (max-width: 900px) {

.metaslider .caption-wrap {background: none !important;}

.slider {background: rgba(0,0,0,0.65) !important;}

}



/***  TEXT COLORS  ***/

.text-orange {color: #d77234;}

.text-green {color: #5a983f;}

.text-blue {color: #0089c0;}

.text-grey{color: #555555;}



/* Added by VIV */
.mb-0 {margin-bottom:0 !important;}
.mb-1 {margin-bottom:1rem !important;}
.mb-2 {margin-bottom:2rem !important;}
.mt-0 {margin-top:0 !important;}
.mt-1 {margin-top:1rem !important;}
.mt-2 {margin-top:2rem !important;}
.mx-0{margin-top:0 !important;margin-bottom:0 !important;}
.mx-1{margin-top:1rem !important;margin-bottom:1rem !important;}
.allcaps{text-transform:uppercase !important;}
.align-center{text-align:center !important;}

.v-cta{
padding:15px 0;
text-align:center;
font-weight:bold;
font-size:1.3rem;
line-height:1;
color:#cd782b;
text-transform:uppercase;
border-top:7px solid #fcf1d1;
border-bottom:7px solid #fcf1d1;
}
.v-heading{
font-size:1.75rem;
}
.v-side-box{
background-color:#fcf1d1;
}
.v-side-box h3 {font-size: 1.15em;}
.page-title{
position:relative;
}
.page-title img{
position:absolute;
width:100%;
top:-20px;
left:0;
display:none;
z-index:1;
}
@media(min-width:1200px){
.page-title img{display:block;}
}
.page-sub-title{
background:#7b7f83;
color:#ffffff;
font-size: 1.2rem;
padding: 5px 0;
}
.page-aside [class*="col-"] {
    margin-bottom: .5em !important;
background-color:#fdf5db;
}



/***  FOOTER UPCOMING EVENTS  ***/
.tribe-events-list-widget .tribe-events-list-widget-events{padding-left:0 !important;}
.tribe-events-list-widget .tribe-events-list-widget-events h4 a{text-transform:uppercase !important;}



/*** FOOTER SUBSCRIBE FORM ***/
.ctct-form a,.ctct-form hr,.ctct-form sub,.ctct-form label{display:none !important;}
.ctct-form .ctct-form-field-text{width:49%;float:left;}
.ctct-form-wrapper .ctct-form-field {margin: 0 0 2px;color:#aba9b3;}
@media only screen and ( max-width: 900px ) {
.ctct-form .ctct-form-field-text{width:100%;float:none;}
}
.ctct-form-wrapper input[type="text"]:required:valid, .ctct-form-wrapper input[type="email"]:required:valid, 
.ctct-form-wrapper input[type="password"]:required:valid, .ctct-form-wrapper input[type="tel"]:required:valid, 
.ctct-form-wrapper input[type="number"]:required:valid {
    background-color: #fff !important;
}
.ctct-form-wrapper input[type="text"]:required.ctct-invalid, .ctct-form-wrapper input[type="text"].ctct-invalid, 
.ctct-form-wrapper input[type="email"]:required.ctct-invalid, .ctct-form-wrapper input[type="email"].ctct-invalid, 
.ctct-form-wrapper input[type="password"]:required.ctct-invalid, .ctct-form-wrapper input[type="password"].ctct-invalid,
 .ctct-form-wrapper input[type="tel"]:required.ctct-invalid, .ctct-form-wrapper input[type="tel"].ctct-invalid, 
.ctct-form-wrapper input[type="number"]:required.ctct-invalid, .ctct-form-wrapper input[type="number"].ctct-invalid {
    background-color: #fff !important;
}
.ctct-form-wrapper .success {
    border-color: #1b7926 !important;
    color: #fff !important; 
}

.ctct-form-field-email input {width: 97% !important;}


/*** COGNITO FORMS  ***/
.page-form-container {
    display: none;
    text-align:left;
    text-transform:none;
}
.cognito.c-sml .c-forms-form-title,.cognito .c-forms-heading .c-forms-form-title{display:none;}
@media only screen and (min-width: 460px){}
/***.cognito [data-field="FirstName"],
.cognito [data-field="LastName"], 
.cognito [data-field="Title"], 
.cognito [data-field="Company"], 
.cognito [data-field="Address"], 
.cognito [data-field="City"], 
.cognito [data-field="States"], 
.cognito [data-field="State2"], 
.cognito [data-field="Zip"], 
.cognito [data-field="ZipCode"], 
.cognito [data-field="Phone"], 
.cognito [data-field="Email"], 
.cognito [data-field="Birthday"], 
.cognito [data-field="Gender2"], 
.cognito [data-field="Gender"]
 {
    width: 49% !important;
    float: left !important;
    clear: none !important;
}
***/
.cognito [data-field="Iam"]{width:49% !important;float:left !important;clear:left !important;}
.cognito [data-field="HowDidYouHearAboutNationalAbleNetworkClickAllThatApply"]{width:49% !important;float:left !important;clear:none !important;}

div#form-jobseekers::before{content: " "; margin-top: -285px !important; height: 285px !important; visibility: hidden !important;}
div#form-businesses::before{ display: block !important; content: " "; margin-top: -285px !important; height: 360px !important; visibility: hidden !important;}
div#form-nonprofits::before{ display: block !important; content: " "; margin-top: -285px !important; height: 360px !important; visibility: hidden !important;}



.cff-likebox {
    margin-top:0 !important;
}



/*** JOIN US BUTTON SECTION  ***/
.v-cta{padding-bottom:0;}
.v-cta p{ margin-bottom: .6em;}



/*** Jobseekers form***/
.cognito .c-forms-form .c-helptext{font-weight:normal !important;}
@media only screen and (min-width: 460px){
.cognito [data-field="FirstName"],
.cognito [data-field="LastName"],
.cognito [data-field="MiddleName"],
.cognito [data-field="StreetAddress"],
.cognito [data-field="City"],
.cognito [data-field="State"]
{width:33% !important;float:left !important;clear:none !important;}

.cognito [data-field="PhoneNumber"],
.cognito [data-field="AlternateNumber"],
.cognito [data-field="AlternatePhoneNumber"],
.cognito [data-field="ZipCode"],
.cognito [data-field="Email"],
.cognito [data-field="EducationLevel"],
.cognito [data-field="EducationInformation"],
.cognito [data-field="HaveYouEverServedInTheUnitedStatesMilitaryOrAreYouAnEligibleSpouseOfAMilitaryVeteran"],
.cognito [data-field="AreYouEligibleOrAreYouMakingUseOfVocationalRehabServices"],
.cognito [data-field="PriorCompletedCertifications"],
.cognito [data-field="PleaseEnterInOtherApplicableCertificationsOrSkillsBelow"],
.cognito [data-field="AreYouACHAResident"],
.cognito [data-field="HaveYouAttendedAWIOAOrientationWithinTheLastYear"],
.cognito [data-field="PleaseSelectAnInformationSessionDateToAttend"],
.cognito [data-field="HowDidYouHearAboutITCareerLab"]
{width:50% !important;float:left !important;clear:none !important;}

.cognito [data-field="AreYouEligibleOrAreYouMakingUseOfVocationalRehabServices"]
{width:99% !important;}

.cognito [data-field="HaveYouEverServedInTheUnitedStatesMilitaryOrAreYouAnEligibleSpouseOfAMilitaryVeteran"]
{width:78% !important;float:left !important;clear:none !important;}

.cognito [data-field="DateOfDischarge"]
{width:22% !important;float:left !important;clear:none !important;}

.cognito [data-field="AreYouCurrentlyReceivingUnemploymentInsuranceUIBenefitsInIllinois"]
{width:60% !important;float:left !important;clear:none !important;}

.cognito [data-field="Comments"]
{width:40% !important;float:left !important;clear:none !important;}


}

.page-form-container .vfbp-form label{
    font-family: 'Open Sans Condensed',Helvetica,sans-serif !important;
    font-size: 14px !important;
    color: #000000 !important;
}

.page-form-container .vfbp-form input[type="text"], .page-form-container .vfbp-form input[type="email"], .page-form-container .vfbp-form input[type="number"], .page-form-container .vfbp-form input[type="password"], .page-form-container .vfbp-form input[type="search"], .page-form-container .vfbp-form input[type="tel"], .page-form-container .vfbp-form input[type="url"], .page-form-container .vfbp-form input[type="date"], .page-form-container .vfbp-form input[type="datetime-local"], .page-form-container .vfbp-form input[type="month"], .page-form-container .vfbp-form input[type="time"], .page-form-container .vfbp-form input[type="week"], .page-form-container .vfbp-form textarea, .page-form-container .vfbp-form select{
	    border: 1px solid #ccc !important;
    padding: 5px !important;
	font-family: Arial,Helvetica,sans-serif !important;
	border-radius: 0 !important;
    background: white !important;
	}
	
.page-form-container .vfbp-form .btn-primary{
	background-color: #D85427 !important;
	border-color: #C24B23 !important;
	color: #fff !important;
	font-family: 'Open Sans Condensed',Helvetica,sans-serif !important;
	font-size: 14px !important;
	border-radius: 4px !important;
}
.page-form-container .vfbp-form .btn-primary:hover{
	   background-color: #C24B23 !important;
}



/***  LOCATIONS  ***/

.locations-cols p {margin: 0.5em 0;}

.locations-cols p.locations-title + p, 
.locations-cols p:first-child {margin-top: 0;}

.locations-cols p.locations-title, 
.locations-cols p:last-child {margin-bottom: 0;}




/***  MAP  ***/

.mapp-layout {
  margin-left: 0;
  margin-right: 0;
  border: none;
}



/***  SERVICE PAGE COLUMNS  ***/

.green-col h3, 
.blue-col h3 {
  margin: 0;
  font-weight: bold;
}

.green-col h4, 
.blue-col h4 {
  margin-top: 0.25em;
  margin-bottom: 1.5em;
  font-weight: bold;
}

.green-col h3,
.green-col h4 {color: #509734;}

.blue-col h3,
.blue-col h4 {color: #0089d5;}

.green-col h4 span, 
.blue-col h4 span {
  display: inline-block;
  font-weight: normal;
  color: #777;
}

.green-col p, 
.blue-col p, 
.green-col ul, 
.blue-col ul {margin: 0.5em 0;}

.green-col p:first-child, 
.blue-col p:first-child, 
.green-col ul:first-child, 
.blue-col ul:first-child {margin-top: 0;}

.green-col p:last-child, 
.blue-col p:last-child, 
.green-col ul:last-child, 
.blue-col ul:last-child {margin-bottom: 0;}

.green-col ul, 
.blue-col ul {
    list-style: none;
    padding-left: 1em;
}

.green-col ul > li, 
.blue-col ul > li {margin-left: 0;}

.green-col ul > li:before, 
.blue-col ul > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

/***For Job Seeker Accordion***/
.accordion-new{margin-bottom:30px;}
.accordion-green{background:#59a13a;}
.accordion-blue{background:#0094d9}
.accordion-orange{background:#e7791f}
.accordion-content-new {display: none;}
.accordion-header{padding: 12px;font-size: 24px;color: #fff;text-transform: uppercase;font-weight: bold;margin-bottom: 20px;cursor:pointer}
.accordion-header::before {content: "\02C5";font-weight: bold;float: left;margin-right: 10px; transform: scale(1, .8);}
.active.accordion-header::before {content: "\02C4";}
.click-subtext{font-size: 16px;}
.click-subtext-hide{display:none;}

.twitter-x-container {
    display: inline-block;
    padding: 0.33em;
	width:19.7734px;
	height:19.7734px;
	border-radius: 50%;
}

.twitter-x {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 19.78px;
    transition: background-color 0.3s ease-in-out;
}

.twitter-x-container:hover {
    background-color: black;
}

.twitter-x-container:hover .twitter-x{
	filter: brightness(0) invert(1);
}


/*
 * END OF
 * CUSTOMIZABLE CSS
 */
