/* @import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

@import url('../fonts/font_face.css');

 
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

body {
  /*
  background: #343a40;
  color     : #95989c;
  */
}

.container {
  max-width: 1240px;
}

p.large {
  font-size: 20px;
}

.modal.show {
  background: rgba(0, 0, 0, .8);
}

.modal-content {
  background: #fff;
}

.bg-color-black {
  background: black;
}

.bg-color-black h1,
.bg-color-black h2,
.bg-color-black h3,
.bg-color-black h4,
.bg-color-black h5 {
  color: #f4b21b
}

.bg-color-black p {
  color: white;
}

.bg-color-yellow {
  background-color: #f4b21b;
}

.bg-color-light-yellow {
  background-color: #fdf4dd;
}

.bg-color-gray-light {
  background-color: #f4f4f4;
}

.bg-color-yellow,
.bg-color-yellow p,
.bg-color-yellow h1,
.bg-color-yellow h2,
.bg-color-yellow h3,
.bg-color-yellow h4,
.bg-color-yellow h5,
.bg-color-yellow ul,
.bg-color-yellow li,
.bg-color-light-yellow div,
.bg-color-light-yellow p,
.bg-color-light-yellow h1,
.bg-color-light-yellow h2,
.bg-color-light-yellow h3,
.bg-color-light-yellow h4,
.bg-color-light-yellow h5,
.bg-color-light-yellow ul,
.bg-color-light-yellow li {
  color: black;
}

.bg-color-yellow a {
  text-decoration: underline;
  color          : black;
}

.bg-color-yellow a:hover {
  color: white;
}

.border-left-2 {
  border-left-width: 2px;
}

.border-left-4 {
  border-left-width: 4px;
}

.border-left-solid {
  border-left-style: solid;
}

.border-color-yellow {
  border-color: #f4b21b;
}

.flex-space-even>div {
  flex-basis: auto;
  flex-grow : 1;
}

.flex-1-1-0 {
  flex: 1 1 0;
}

@media screen and (min-width: 768px) {
  .flex-md-1-1-0 {
    flex: 1 1 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .flex-lg-1-1-0 {
    flex: 1 1 0 !important;
  }
}

.font-weight-light {
  font-weight: 200 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.py-super {
  padding-top   : 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .py-super {
    padding-top   : 80px;
    padding-bottom: 80px;
  }
}

.text-transform-none {
  text-transform: none !important;
}

.text-black {
  color: black;
}

.text-yellow {
  color: #f4b21b;
}

.text-white {
  color: #ffffff;
}

.text-white a {
  color: white;
}

.text-underline-none {
  text-decoration: none !important;
}

.text-large {
  font-size: 24px;
}

.title {
  font-family: 'Industry', Arial, Helvetica, sans-serif;
}

.border-none {
  border: none !important;
}

#landing_modal.modal {
  padding-right: 0 !important;
}

section {
  padding   : 20px 0px;
  color     : #5a5a5a;
  background: #fff;
}

section.colleges {
  background-image   : url("/wp-content/uploads/sites/4/2018/04/campus-life.png");
  background-position: 0 -8px;
}

span.college-logo {
  display   : block;
  height    : 9vw;
  position  : relative;
  min-height: 90px;
}

span.college-logo img {
  top       : 50%;
  display   : block;
  transform : translate(-50%, -50%);
  max-width : 100%;
  max-height: 100%;
  left      : 50%;
  position  : absolute;
}

.college-address-grid {
  width: 100%;
}

.college-address-grid .logo {
  width: 200px;
}

.college-address-grid .college-item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .college-address-grid .college-item {
    width: 48%;
  }
}

.parallax {
  background-attachment: fixed;
  background-position  : 50% 0;
  background-repeat    : no-repeat;
  background-size      : cover;
  position             : relative;
  -webkit-transform    : translateZ(0);
}

img {
  max-width: 100%;
  height   : auto;
}

img.crisp-image {
  image-rendering       : optimizeSpeed;
  /* Legal fallback                 */
  image-rendering       : -moz-crisp-edges;
  /* Firefox                        */
  image-rendering       : -o-crisp-edges;
  /* Opera                          */
  image-rendering       : -webkit-optimize-contrast;
  /* Chrome (and eventually Safari) */
  image-rendering       : crisp-edges;
  /* CSS3 Proposed                  */
  -ms-interpolation-mode: bicubic;
  /* IE8+                           */
}

/* FONTS */
h4,
h5,
article .title {
  font-family: 'Roboto', serif;
}

h1,
h2,
h3 {
  font-family   : 'Industry';
  text-transform: uppercase;
  font-weight   : 700;
}

h1,
.h1 {
  font-size: 3.2rem;
}

h2,
.h2 {
  font-size: 2.8rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h3.text-lg {
  font-size: 1.75rem;
}

h3.text-xl {
  font-size: 2rem;
}

h3.text-2xl {
  font-size: 2.5rem;
}

h3.text-3xl {
  font-size: 3rem;
}

.callout h3,
.callout .h3 {
  font-style: italic;
}

h2.widget-title {
  font-size: 1.75em;
}

body {
  font-size: 1.1rem;
}

.heading_subtitle {
  color        : #000;
  display      : block;
  font-size    : 20px;
  margin-bottom: 2px;
  font-weight  : 100;
}

.btn-slant {
  border-radius    : 0px;
  -webkit-transform: skewX(-40deg);
  -moz-transform   : skewX(-40deg);
  -o-transform     : skewX(-40deg);
  padding          : 5px 20px;
}

.btn-slant>span {
  -webkit-transform: skewX(40deg);
  -moz-transform   : skewX(40deg);
  -o-transform     : skewX(40deg);
  display          : inline-block;
}

a.btn.btn-body {
  border-radius: 0;
  background   : #f4b21c;
  border       : solid 2px black;
  color        : #000;
  font-size    : 30px;
}

a.btn.btn-body:hover {
  border-radius: 0;
  background   : black;
  border       : solid 2px black;
  color        : #f4b21c;
  font-size    : 30px;
}

.btn-background,
.entry-content .rev_slider a.btn-background,
.rev_slider a.btn-background {
  -moz-box-shadow   : 5px 5px 0px 0px #f6b31e;
  -webkit-box-shadow: 5px 5px 0px 0px #f6b31e;
  box-shadow        : 5px 5px 0px 0px #f6b31e;
}

a.btn-black,
button.btn-black {
  background: #000;
  color     : #f4b21b;
}

/*btn-border-black btn-border-big */
a.btn-yellow,
button.btn-yellow {
  background-color: #f4b21b;
  color           : black;
  transition      : background-color 500ms ease;
}

a.btn-yellow:hover,
button.btn-yellow:hover {
  background-color: white;
}

a.btn-border-black {
  border-color: black;
}

a.btn-border-big {
  border-width: 4px;
}

a.btn-large {
  font-size: 24px;
}

a.btn-square,
button.btn-square {
  border-radius: 0;
}

.nav-pills .nav-link.nav-square {
  border-radius: 0;
}

.shadow {
  -webkit-box-shadow: 0px 0px 20px 2px #aaa;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow   : 0px 0px 20px 2px #aaa;
  /* Firefox 3.5 - 3.6 */
  box-shadow        : 0px 0px 20px 2px #aaa;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

a.shadow {
  display: inline-block;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.text-black,
p.text-black,
h1.text-black,
h2.text-black,
h3.text-black,
h4.text-black,
h5.text-black,
h6.text-black {
  color: black;
}

.text-italic {
  font-style: italic;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.bt-yellow {
  border-top: 2px solid #f4b21b;
}

.bb-yellow {
  border-bottom: 2px solid #f4b21b;
}

.w-full {
  width: 100%;
}

/* Header */
header.cccco-header {
  background: #fff;
  width     : 100%;
}

#header-nav .navbar-nav {
  flex-direction: row;
  color         : #f4b21b;
}

#header-nav .navbar-nav a {
  display      : inline-block;
  padding-right: .5rem;
  padding-left : .5rem;
}

/* NAVIGATION */
nav.navbar {
  /*min-height:100px;*/
  border-top: 5px solid #f6b31e;
  padding   : 0px 15px;
}

nav.navbar .navbar-collapse.show {
  padding: 15px 0px;
}

.navbar-brand,
.navbar-parent-brand {
  padding: 15px;
}

.cccco-header a.navbar-parent-brand {
  padding-bottom: 10px;
}

nav.navbar.shrink {
  min-height: 50px;
}
/*
.shrink img {
  height: 50px;
  width : auto;
}
*/
/*(.dropdown>.dropdown-menu {
  display: block;
}*/
.dropdown-toggle.no-caret::after {
  content: "";
  display: none;
}

.shrink .dropdown-column img,
.dropdown-column img {
  max-width: 50px;
  height   : auto;
}

a.close-menu {
  position : absolute;
  top      : 0;
  right    : 40px;
  font-size: 30px;
  color    : #333;
}

.navbar-toggler {
  color       : rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.home-carousel {
  padding: 0px;
}

.home-carousel .carousel-caption {
  z-index: 10;

}

.slider .card,
.slider .card-header,
.slider .card-body,
.slider .card-footer {
  background: none;
}

/* Declare heights because of positioning of img element */
.home-carousel .carousel-item {
  max-height      : 300px;
  background-color: #777;
}

.home-carousel .carousel-item>img {
  width     : 100vw;
  object-fit: cover;
}

.home-carousel .carousel-caption {
  bottom    : 0;
  margin    : 0;
  padding   : .5em;
  background: rgba(0, 0, 0, .8);
  width     : 100%;
  right     : 0;
  left      : 0;
}

.home-carousel .news-carousel-target {
  height  : 25%;
  position: relative;
}

.home-carousel .news-carousel-target.active {
  background: #3276B1;
  color     : #fff;
}

.home-carousel .news-carousel-target p {
  position : absolute;
  top      : 50%;
  transform: translateY(-50%);
}

.home-carousel .col-sm-4 {
  width: 100%;
}

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

  .page-template-default section#content,
  body.post-type-archive-tribe_events,
  body.single-tribe_events {
    padding-top: 200px;
  }
}



/* Featured Links */
.featured-links .col-lg-4 {
  text-align: center;
}

/* News */
.news {
  background: #efefef;
}


article a.category {
  padding           : 8px;
  margin-bottom     : 1em;
  border            : 1px solid #FFF;
  color             : #FFF;
  font-weight       : 700;
  font-size         : 75%;
  text-transform    : uppercase;
  z-index           : 5;
  -webkit-transition: background .2s;
  -moz-transition   : background .2s;
  transition        : background .2s;
  display           : inline-block;
}

article .card a.category {
  position    : absolute;
  top         : -1.25em;
  left        : 1.3333333333em;
  margin-right: 1.333333333em;
}


article .content {
  position   : relative;
  padding-top: 2rem;
}

article .title {
  font-size    : 18px;
  line-height  : 1.2;
  margin-bottom: 3px;
}

article .date {
  font-size: 13px;
}

article i.share {
  position  : absolute;
  right     : 0;
  font-size : 18px;
  padding   : 2px 8px;
  transition: all .2s ease-in-out;
}

article i.share:hover {
  color: #faA634;
}







div.desc {
  position        : absolute;
  bottom          : 0px;
  width           : 100%;
  background-color: #000;
  color           : #fff;
  opacity         : 0.5;
  filter          : alpha(opacity=50);
}

article .card {
  height: 100%;
}

article .card img {
  width : 100%;
  height: auto;
}

#grid_nav .nav-item {
  min-height: 240px;
  width     : 50%;
}

@media screen and (min-width: 768px) {
  #grid_nav .nav-item {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  #grid_nav .nav-item {
    width: 100%;
  }

  #grid_nav .flex-row {
    flex-wrap: wrap;
  }
}

#grid_nav a {
  height         : 100%;
  width          : 100%;
  transition     : background-color 500ms ease-in-out;
  text-decoration: none;
}

#grid_nav a .title {
  font-size  : 1.8rem;
  font-weight: bold;
  color      : white;
}

@media screen and (max-width: 950px) {
  #grid_nav a .title {
    font-size : 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  #grid_nav a .title {
    /* font-size : 1rem; */
  }
}

#grid_nav a .text {
  display   : none;
  transition: display 500ms ease-in-out;
}

#grid_nav a:hover {
  background-color: black;
  text-decoration : none;

}

#grid_nav a:hover .text {
  display: block;
}

#grid_nav a:hover .title {
  color: #f4b21b;
}

.primary-cta a.btn {
  background-color: #f4b21b;
  color           : black;
}

.primary-cta a.btn:hover {
  background-color: #e0971a;
}

.resource-faq-title {
  border-bottom: 2px solid #000;
}

/* Employers */
i.fa.fa-caret-right {
  position   : absolute;
  font-size  : 40px;
  padding-top: 10px;
  color      : #f4b21b;
}

.bullet-content {
  padding-left: 40px;
}

/* Testimonials */

/* carousel */
#quote-carousel {
  padding   : 0 10px 30px 10px;
  margin-top: 30px;
  text-align: center;
}

/* indicator position */
#quote-carousel .carousel-indicators {
  right       : 50%;
  top         : auto;
  bottom      : -10px;
  margin-right: -19px;
}

/* indicator color */
#quote-carousel {
  padding   : 0 10px 30px 10px;
  margin-top: 60px;
}

#quote-carousel .carousel-control {
  background : none;
  color      : #CACACA;
  font-size  : 2.3em;
  text-shadow: none;
  margin-top : 30px;
}

#quote-carousel .carousel-indicators {
  position    : relative;
  right       : 50%;
  top         : auto;
  bottom      : 0px;
  margin-top  : 20px;
  margin-right: -19px;
  margin-left : 0px;
}

#quote-carousel .carousel-indicators li {
  width         : 50px;
  height        : 50px;
  cursor        : pointer;
  border        : 1px solid #ccc;
  box-shadow    : 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius : 50%;
  opacity       : 0.4;
  overflow      : hidden;
  transition    : all .4s ease-in;
  vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
  width     : 128px;
  height    : 128px;
  opacity   : 1;
  transition: all .2s;
}

#quote-carousel .carousel-item blockquote {
  border-left: none;
  margin     : 0;
}

#quote-carousel .carousel-item blockquote p:before {
  content     : "\f10d";
  font-family : 'Fontawesome';
  float       : left;
  margin-right: 10px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align   : center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left : .75rem;
}

/* Maps
------------------------- */

.wpgmp_map_container p {
  margin-bottom: 0px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight   : 300;
  line-height   : 1;
  letter-spacing: -.05rem;
}



/* Sidebar
------------------------- */
.widget {
  margin-bottom: 30px;
}

aside .widget-title {
  font-size: 1.2em;
}

aside .gform_wrapper .gf_simple_horizontal .gform_footer input[type=submit],
aside .gform_wrapper .gf_simple_horizontal .gform_page_footer input.button {
  margin-right: 0px;
  height      : 34px;
}

aside .gform_wrapper .gf_simple_horizontal {
  font-size: .8em;

}

.gform_wrapper .gf_simple_horizontal li.hidden_label input {
  margin-top: 0px;
}

/*Forms */
.btn.btn-outline-success {
  background: #333;
  color     : #fff;
  border    : 1px solid #333;
}

/* Social */
.social-icons {
  font-size: 1.75rem;
}

.card {
  /*padding :15px 0;*/
  padding   : 0;
  background: transparent;
  border    : none;
}

.news .card {
  background: #fff;
  padding   : 0;
}

.card p {
  margin-bottom: 0;
}

.card h3.title {
  margin-bottom : 0;
  font-size     : 20px;
  text-transform: none;
}

.card h4.subtitle {
  margin-bottom: 0;
}

.card.card-feature-card-circle-icon {
  text-align: center;
}

.card.card-feature-card-circle-icon .image img {
  width     : 40px;
  height    : auto;
  margin-top: 18px;
}

.card.card-feature-card-circle-icon .image {
  width                : 80px;
  height               : 80px;
  -moz-border-radius   : 70px;
  -webkit-border-radius: 70px;
  border-radius        : 70px;
  display              : block;
  margin               : 0 auto -50px auto;
  position             : relative;
  z-index              : 10;
  border               : 3px solid #fff;
  box-shadow           : 0px 0px 1px 1px #909090;
}

a.card.card-feature-card-circle-icon:hover {
  text-decoration: none;

}

a.card.card-feature-card-circle-icon:hover>.bg-secondary,
a.card.card-feature-card-circle-icon:hover>.bg-primary {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
  z-index   : 10;
}

a.card.card-feature-card-circle-icon:hover>.bg-secondary.image,
a.card.card-feature-card-circle-icon:hover>.bg-primary.image {
  z-index: 11;
}

.card.card-feature-card-circle-icon .content {
  padding   : 60px 15px 25px 15px;
  min-height: 153px;
}

.card.card-feature-card-circle-icon .img-responsive-container img {
  display: inline-block;
  width  : 40px;
  height : 40px;
  margin : 20px auto 0 auto;
}

/* Footer
------------------------- */

footer {
  padding  : 30px 0 0;
  font-size: 0.9em;
}

footer a,
footer a:hover,
footer a:focus {
  color: #95989c;
}

footer .widget_nav_menu ul,
footer .widget ul,
footer .widget ol {
  list-style: none;
  padding   : 0;
}

footer .widget_nav_menu ul {
  margin-bottom: 0px;
}

footer .widget.widget_accepted_payment_methods .widget-title {
  color      : #95989c;
  line-height: 24px;
  font-size  : 1em;
  font-weight: bold;
  text-align : center;
}

footer .widget>div>ul.menu li,
footer .widget>ul.menu li {
  padding     : 8px 0 8px 15px;
  border-top  : solid 1px #95989c;
  border-color: rgba(149, 152, 156, 0.3);
}

footer .widget>div>ul.menu li:first-child,
footer .widget>ul.menu li:first-child {
  border-top: none;
}


.footer-bottom {
  border-top: 1px solid #53585e;
}

.footer-bottom .container .footer-center {
  padding   : 10px 8px;
  text-align: center;
  width     : 100%;
}

.hidden-mobile {
  display: none;
}

/* Video Styles */
.video-responsive {
  overflow      : hidden;
  padding-bottom: 56.25%;
  position      : relative;
  height        : 0;
}

.video-responsive iframe {
  left    : 0;
  top     : 0;
  height  : 100%;
  width   : 100%;
  position: absolute;
}

.modal-dialog.modal-dialog-video {
  max-width: 800px;
}

.modal-dialog.modal-dialog-video .modal-footer {
  justify-content: space-between;
}

.modal-dialog.modal-dialog-video .modal-content {
  background: #000;
  color     : #fff;
}

.modal-dialog-video .modal-body {
  padding: 0px;
}

.modal-dialog-video .modal-header,
.modal-dialog-video .modal-footer {
  padding     : 10px;
  border-color: #5d5d5d;
}

.modal-dialog-video .modal-footer a {
  color: #fff;
}

.modal-dialog-video .close {
  color: #fff;
}

.post-audio-wrapper .wp-audio-shortcode {
  bottom  : 0;
  position: absolute;
  width   : 100% !important;
}

.btn.btn-small {
  font-size: 80%;
  padding  : 2px 5px;
}

/* gravity forms global styles */
.hidden_label label {
  display: none;
}

ul.gform_fields {
  margin-bottom: 0;
}

article.podcast a.media.post-thumbnail:before,
article.video a.media.post-thumbnail:before {
  content               : "\f144";
  position              : absolute;
  top                   : 40%;
  display               : block;
  z-index               : 30;
  font                  : normal normal normal 14px/1 FontAwesome;
  font-size             : inherit;
  text-rendering        : auto;
  -webkit-font-smoothing: antialiased;
  color                 : #fff;
  text-align            : center;
  font-size             : 50px;
  left                  : 44%;
  text-shadow           : 1px 1px 10px #000;
}

article.video a.media.post-thumbnail.video-thumb,
article.podcast a.media.post-thumbnail.podcast-thumb {
  display : block;
  position: relative;
}

article.video a.media.post-thumbnail.video-thumb:before,
article.podcast a.media.post-thumbnail.video-thumb:before {
  top: 30%;
}

.modal-dialog-video .modal-header a,
.modal-dialog-video .modal-footer a {
  color: #fff;
}

.modal-dialog-video .modal-header a:hover,
.modal-dialog-video .modal-footer a:hover {
  color: #ffb700;
}

.modal-dialog-video .modal-footer .btn-secondary {
  background-color: #ffb700;
  color           : #002f6d;
  border          : none;
}

.modal-dialog-video .modal-footer .btn-secondary:hover {
  background-color: #002f6d;
  color           : #ffb700;
  border          : none;
}

body.single-landing_page section {
  padding: 0;
}

.single-landing_page h1,
.single-landing_page h2,
.single-landing_page h3,
.single-landing_page h4,
.single-landing_page h5,
.single-landing_page p,
.single-landing_page ul,
.single-landing_page li,
.single-landing_page blockquote {
  color: #231f20;
}

.single-landing_page hr {
  border-top: 2px solid #f4b21b;
}

body.single-landing_page footer {
  background: #231f20 !important;
}

body.single-landing_page footer p {
  color: #ffffff;
}

body.single-landing_page footer a {
  background: transparent !important;
}

.bg-black {
  background: #000000;
  padding   : 5% 8%;
}

.bg-dark {
  background: #231f20;
  padding   : 5% 8%;
}

.bg-white {
  background: #fff;
  padding   : 5% 8%;
}

hr {
  width : 50%;
  color : #000000;
  border: 1px solid;
}

.single-landing_page #header_bg,
.page-template #header_bg {
  display        : flex;
  align-items    : flex-end;
  justify-content: flex-end;
  width          : 100%;
}

.single-landing_page h1.title {
  text-align: right;
  font-size : 30px;
}

.page-template .title-wrapper h1.title {
  font-size : 1.5rem;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .page-template .title-wrapper h1.title {
    font-size : 2.5rem;
    margin-top: 0;
  }
}

.single-landing_page .title-wrapper h1.title,
.page-template .title-wrapper h1.title {
  display       : flex;
  flex-direction: column;
  align-items   : flex-end;
  font-weight   : 700;
  color         : #000000;
}

.single-landing_page .title-wrapper h1.title span.title-line,
.page-template .title-wrapper h1.title span.title-line {
  margin-bottom: 20px;
}

.single-landing_page .title-wrapper h1.title span.item,
.page-template .title-wrapper h1.title span.item {
  background-color: #f4b21b;
  display         : inline-block;
  padding         : 20px 160px 20px 35px;
}

@media screen and (max-width: 768px) {
  .single-landing_page .title-wrapper h1.title span.item, .page-template .title-wrapper h1.title span.item {
    background-color: #f4b21b;
    display         : inline-block;
    padding         : 10px;
    font-size:    18px;
  }

  .single-landing_page .title-wrapper h1.title span.title-line, 
  .page-template .title-wrapper h1.title span.title-line {
    margin-bottom:  0;
  }

  .single-landing_page .title-wrapper h1.title, .page-template .title-wrapper {
    display: flex;
    align-items:  flex-end;
    height: 200px;
  }


  .single-landing_page .title-wrapper h1.title, .page-template .title-wrapper h1.title {
    /*margin: 50px 0 50px 15px;*/
  }

  .single-landing_page .title-wrapper h1.title span.title-line:nth-of-type(2), .page-template .title-wrapper h1.title span.title-line:nth-of-type(2) {
    margin-top:  10px;
  }

  .single-landing_page .title-wrapper h1.title span.title-line:nth-of-type(3), .page-template .title-wrapper h1.title span.title-line:nth-of-type(3) {
    margin-top:  10px;
  }
}

body.single-landing_page section#content,
.page-template section#content {
  padding-top   : 60px;
  padding-bottom: 60px;
}

.single-landing_page section#repeater_careers_skills>.container {
  border-top    : 2px solid #f4b21b;
  padding-top   : 60px;
  padding-bottom: 60px;
}

.single-landing_page section#repeater_careers_skills.bt-0>.container {
  border-top: 0;
}

.single-landing_page section#group_paycheck {
  padding: 30px 0;
}

.single-landing_page section#college_links {
  background-color: #fbe6b6;
  padding         : 60px 0;
}

.single-landing_page section#college_links li {
      margin-bottom: 7px;
      list-style-type: none;
      line-height: 1.1;
}

.single-landing_page section#college_links ul {
      padding-left:  0;
}

.single-landing_page section#college_links p {
      margin-bottom:  0;
}

.single-landing_page section#college_links h1,
.single-landing_page section#college_links h2,
.single-landing_page section#college_links h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.single-landing_page section#college_links h1 strong,
.single-landing_page section#college_links h2 strong,
.single-landing_page section#college_links h3 strong {
  font-weight: 700;
}

.single-landing_page section#college_links h3 {
  margin-bottom: 20px;
}

section#page_header {
  padding: 0;
}

.container.border-left {
  border-left : solid 3px #f4b21c;
  padding-left: 30px;
}

.group_quote-content {
  padding      : 30px;
  margin-bottom: 30px;
  margin-top   : 30px;
  background   : rgba(31, 35, 32, .8);
  width        : 100%;
}

.group_quote-content,
.group_quote-content p,
.group_quote-content blockquote {
  color: #f4b21b;
}

.group_quote-content blockquote {
  font-size: 26px;
}

.group_quote-content .quote-attribution {
  text-align: right;
}

.group_quote-content .quote-attribution .author {
  font-size: 20px;
}

.group_quote-content .quote-attribution .title {
  font-style: italic;
}

.quote-topper {
  display       : flex;
  flex-direction: row;
}

.quote-topper .icon {
  width          : 40px;
  height         : 40px;
  margin-right   : 10px;
  background     : url(../images/icons/icon-quote.svg) 50% 50% no-repeat;
  background-size: cover;
}

.quote-topper .rule {
  flex-grow: 1;
}

.quote-topper .rule hr,
.quote-closure .rule hr {
  background     : #f4b21b;
  border-collapse: collapse;
  border         : 0;
  height         : 3px;
}

section#repeater_facts {
  padding: 60px 0;
}

h2.section-title.decorated {
  display       : flex;
  flex-direction: row;
  margin-bottom : 40px;
}

h2.section-title.decorated .title-text {
  margin-right: 10px;
}

h2.section-title.decorated .title-decorator {
  flex-grow: 1;
}

h2.section-title.decorated .title-decorator hr {
  background     : #f4b21b;
  border-collapse: collapse;
  border         : 0;
  height         : 3px;
}

#midpage_callout {
  background    : #f4b21b;
  padding-top   : 45px;
  padding-bottom: 45px;
}

#midpage_callout a {
  color          : #000;
  text-decoration: underline;
}

#midpage_callout a:hover {
  color: #fff;
}

#midpage_callout a.btn {
  color          : #f4b21b;
  text-decoration: none;
  font-style     : italic;
  text-transform : uppercase;
}

.industry-facts .facts {
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
}

.industry-facts .icon {
  text-align   : center;
  margin-bottom: 15px;
}

#repeater_industry_sectors {
  background: #231f20;
  padding   : 60px;
}

#repeater_industry_sectors h2 {
  color         : #f4b21b;
  border-bottom : 2px solid #f4b21b;
  padding-bottom: 2rem;
  margin-bottom : 2.25rem;
}

@media screen and (max-width: 480px) {
  #repeater_industry_sectors h2 {
    font-size:  1.8rem;
  }
}

#repeater_industry_sectors a {
  color     : #ffffff;
  transition: 0.3s;
}

#repeater_industry_sectors a:hover {
  color: #f4b21b;
}

.industry_sectors {
  display        : flex;
  flex-direction : row;
  flex-wrap      : wrap;
  justify-content: space-around;
  align-items    : stretch;
}

.industry_sector {
  width        : 180px;
  height       : auto;
  margin-bottom: 20px;
  align-self   : stretch;
  min-height   : 40px;
}

.industry_sector a {
  display   : block;
  text-align: center;
}

.industry_sector .icon {
  margin-bottom: 15px;
}

.industry_sector .title {
  width: 100%;
}

#group_content_footer,
#group_content_footer_lower {
  padding: 60px 0 45px 0;
}

#group_content_footer_lower {
  border-top: 8px solid #f4b21b;
   border-bottom: 8px solid #f4b21b;
}

.group_content_footer-content,
.group_content_footer_lower-content {
  display       : flex;
  flex-direction: column;
}

.group_content_footer-content .footer_cta,
.group_content_footer_lower-content .footer_cta {
  width        : 100%;
  margin-bottom: 15px;
  padding      : 15px;
}

.group_content_footer-content .footer_cta .cta-link {
  font-size: 20px;
}

.group_content_footer_lower-content .footer_cta .cta-link {
  font-size: 20px;
}

.footer_cta {
  display        : flex;
  flex-direction : column;
  flex-wrap      : wrap;
  align-items    : stretch;
  justify-content: center;
  color          : #231f20;
  text-align     : center;
  font-size      : 24px;

}

.footer_cta a {
  display   : block;
  align-self: flex-end;
  border    : 8px solid #000000;
  padding   : 15px;
  color     : #000;
}

.group_content_footer-content .footer_cta .cta-link a {
  background: #f4b21b;
}

.group_content_footer-content .footer_cta .cta-link a.bg-white {
  background: white;
}

.group_content_footer-content .footer_cta .cta-link a span.bigger {
  font-size: 28px;
}

.page-template-page-language-landing-template .group_content_footer-content .footer_cta .cta-link a {
  align-self    : stretch;
  display       : flex;
  flex-direction: row;
  flex-wrap     : wrap;
  align-items   : center;
}

.page-template-page-language-landing-template .group_content_footer-content .footer_cta .cta-link a span {
  width: 100%;
}

.page-template-page-language-landing-template footer,
.page-template-page-build-your-future-landing footer {
  background-color: #231f20 !important;
  border-top      : 0 !important;
}

.page-template-page-language-landing-template footer a,
.page-template-page-build-your-future-landing footer a,
.page-template-page-student-resource footer a,
.page-template-page-resource footer a {
  background-color: transparent !important;
}

.group_content_footer_lower-content .footer_cta .cta-link a {
  background: #fff;
}


.footer_cta a:hover {
  color: #000;
}

.footer_cta .cta-title {
  display        : flex;
  flex-grow      : 1;
  margin-bottom  : 30px;
  width          : 100%;
  align-self     : flex-start;
  align-items    : center;
  justify-content: center;
  font-size      : 36px;
  line-height    : 42px;
}

.footer_cta .cta-link {
  display        : flex;
  text-transform : uppercase;
  font-weight    : bold;
  justify-content: center;
}

.footer_cta a span {
  display: block;
  width  : 100%;
}

section#colleges_parallax {
  padding-top: 60px;
}

.responsive_video_container {
  position      : relative;
  width         : 100%;
  height        : 0;
  padding-bottom: 56.25%;
}

.responsive_video_container iframe {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
}

ul.source-list {
  margin : 0 0 30px;
  padding: 0;
}

ul.source-list li {
  list-style   : none;
  margin       : 0;
  padding      : 8px 5px;
  border-bottom: 1px solid #cdcdcd;
}

ul.source-list li:nth-child(odd) {
  background: #efefef;
}

header.cccco-header.landing-page-header {
  background   : #231f20;
  border-bottom: 5px solid #f6b336;
}

header.cccco-header.landing-page-header .future-built-logo {
  max-height: 55px;
}

header.cccco-header.landing-page-header .logo-links {
  display        : flex;
  flex-direction : row;
  justify-content: center;
  align-items    : center;
}

header.cccco-header.landing-page-header .logo-links a {
  display: block;
}

header.cccco-header.landing-page-header .cta-links {
  display        : flex;
  flex-direction : row;
  justify-content: center;
  align-items    : center;
  height         : 100%;
}

header.cccco-header.landing-page-header .cta-links a {
  display: block;
  margin : 5px;
}

header.cccco-header.landing-page-header .cta-links a.btn.btn-primary {
  background: #f4b21b;
  color     : black;
  transition: background-color 0.5s ease;
}

header.cccco-header.landing-page-header .cta-links a.btn.btn-primary:hover {
  background: #faefd7;
}

header.cccco-header.landing-page-header .logo-links a.landing-page-logo-link {
  display        : flex;
  flex-direction : column;
  align-items    : flex-start;
  justify-content: flex-start;
}

a.landing-page-logo-link span {
  display      : block;
  margin-bottom: 5px;
  max-width    : 240px;
}

a.landing-page-logo-link:hover {
  text-decoration: none;
}

a.landing-page-logo-link:hover img {
  border: 0;
}

a.landing-page-logo-link .lankding-page-logo-divider {
  display: none;
}


/**
language landing page
**/

body.page-template-page-language-landing-template section {
  padding: 0;
}

.page-template-page-language-landing-template #header_bg {
  display        : flex;
  align-items    : flex-end;
  justify-content: flex-end;
  width          : 100%;
  min-height     : 240px;
}

.page-template-page-language-landing-template h1.title {
  text-align: right;
  font-size : 32px;
}

.page-template-page-language-landing-template .title-wrapper h1.title {
  display       : flex;
  flex-direction: column;
  align-items   : flex-end;
  font-weight   : 700;
  color         : #000000;
}

.page-template-page-language-landing-template .title-wrapper h1.title span.title-line {
  margin-bottom: 20px;
}

.page-template-page-language-landing-template .title-wrapper h1.title span.item {
  background-color: #f4b21b;
  display         : inline-block;
  padding         : 5px 40px 5px 15px;
}

body.page-template-page-language-landing-template section#content {
  padding-top   : 60px;
  padding-bottom: 60px;
}

.page-template-page-language-landing-template section#repeater_careers_skills>.container {
  border-top    : 2px solid #f4b21b;
  padding-top   : 60px;
  padding-bottom: 60px;
}

.page-template-page-language-landing-template section#repeater_careers_skills.bt-0>.container {
  border-top: 0;
}

.page-template-page-language-landing-template section#group_paycheck {
  padding: 30px 0;
}

.page-template-page-language-landing-template .icon-callout {
  padding-top   : 36px;
  padding-bottom: 36px;
}

.page-template-page-language-landing-template .icon-callout h4 {
  border-bottom : 1px solid black;
  padding-bottom: 8px;
}

/**
End Language Landing Page
**/

/**
Start Resource Page
**/

body.page-template-page-resource,
body.page-template-page-resource-linked-in {
  background-color: white;
}

body.page-template-page-resource footer,
body.page-template-page-resource-linked-in footer {
  background-color: black !important;
}

body.page-template-page-resource section,
body.page-template-page-resource-linked-in section {
  padding: 0;
}

.page-template-page-resource #header_bg,
.page-template-page-resource-linked-in #header_bg {
  display        : flex;
  align-items    : flex-end;
  justify-content: flex-end;
  width          : 100%;
  min-height     : 240px;
}

.page-template-page-resource-linked-in h1.title {
  text-align: right;
  font-size : 32px;
}

.page-template-page-resource-linked-in .title-wrapper h1.title {
  display       : flex;
  flex-direction: column;
  align-items   : flex-end;
  font-weight   : 700;
  color         : #000000;
}

.page-template-page-resource .title-wrapper h1.title span.title-line,
.page-template-page-resource-linked-in .title-wrapper h1.title span.title-line {
  margin-bottom: 20px;
}

.page-template-page-resource .title-wrapper h1.title span.item,
.page-template-page-resource-linked-in .title-wrapper h1.title span.item {
  background-color: #f4b21b;
  display         : inline-block;
  padding         : 5px 40px 5px 15px;
}

.section-active-indicator {
  display: none;
}

.section-active-indicator.active {
  display: block;
}

.section-active-indicator .d-flex.active-indicator {
  display: none !important;
}

.section-active-indicator .d-flex.active-indicator.active {
  display: flex !important;
}


.resource-description.resource-1 {
  padding-bottom: 40px;
  margin-bottom : 40px;
  border-bottom : 2px solid white;
}

.resource-description.resource-2 {
  padding-bottom: 40px;
  margin-bottom : 40px;
  border-bottom : 2px solid white;
}


.resource-details {
  display: none;
}

.resource-details.active {
  display: block;
}

.resource-details .details a:not(.btn) {
  color          : black;
  text-decoration: underline;
}

.resource-details h5 {
  margin-top   : 1rem;
  margin-bottom: 1rem;
}

.resource-details h3 {
  margin-bottom : 2rem;
  padding-bottom: 1rem;
  border-bottom : 1px solid #333;
}

.resource-details a.nav-link {
  font-size     : 18px;
  text-transform: uppercase;
  border        : 4px solid black;
  margin-right  : 20px;
  color         : black;
}

.resource-details a.nav-link.active {
  color: black;
}

.resource-details h1,
.resource-details h2,
.resource-details h3,
.resource-details h4,
.resource-details h5 {
  color: black;
}

.page-template-page-resource-linked-in .resource-description {
  opacity: .7;
}

.page-template-page-resource-linked-in .resource-description:hover,
.page-template-page-resource-linked-in .resource-description.active {
  opacity: 1;
}


#resourceTestimonialSlider .slider-content {
  max-width: 80%;
  margin   : 0 auto;
}

#resourceTestimonialSlider .carousel-control-prev,
#resourceTestimonialSlider .carousel-control-next {
  width: 10%;
}

#resourceTestimonialSlider .image {
  width: 40%;
}

#resourceTestimonialSlider .content {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .resource-descriptions .resource {
    width         : calc(50%-32px);
    margin-bottom : 0;
    padding-bottom: 0;
  }

  .resource-descriptions .resource-description {
    flex         : 1 1 0;
    padding-right: 30px;
    padding-left : 30px;
    border-right : 2px solid #ffffff;
    border-bottom: 0;
    margin-bottom: 0;
  }

  .resource-descriptions .resource-description:last-child {
    border-right: 0;
  }

}

/**
End Resource Page
**/

/**
Start Student Resource Page
**/

body.page-template-page-student-resource {
  background-color: white;
}

body.page-template-page-student-resource footer {
  background-color: black !important;
}

body.page-template-page-student-resource section {
  padding: 0;
}

.page-template-page-student-resource #header_bg {
  display        : flex;
  align-items    : flex-end;
  justify-content: flex-end;
  width          : 100%;
  min-height     : 240px;
}

.page-template-page-student-resource #midpage_callout {
  background-color: white;
}

.page-template-page-student-resource h1.title {
  text-align: right;
  font-size : 32px;
}

.page-template-page-student-resource .title-wrapper h1.title {
  display       : flex;
  flex-direction: column;
  align-items   : flex-end;
  font-weight   : 700;
  color         : #000000;
}

.page-template-page-student-resource .title-wrapper h1.title span.title-line {
  margin-bottom: 20px;
}

.page-template-page-student-resource .title-wrapper h1.title span.item {
  background-color: #f4b21b;
  display         : inline-block;
  padding         : 5px 40px 5px 15px;
}

.section-active-indicator .d-flex.active-indicator {
  display: none !important;
}

.section-active-indicator .d-flex.active-indicator.active {
  display: flex !important;
}

.page-template-page-student-resource .resource-description {
  margin-bottom: 20px;
}

.page-template-page-student-resource .resource-description.resource-1 {
  padding-bottom: 0;
  margin-bottom : 20px;
  border-bottom : none;
}

.page-template-page-student-resource .college-links {
  margin: -15px;
}

.page-template-page-student-resource .college-links .item {
  width  : calc(100% - 16px);
  padding: 8px;

}

.page-template-page-student-resource .college-logo {
  text-align     : center;
  margin-bottom  : 10px;
  height         : 140px;
  display        : flex;
  width          : 100%;
  flex-direction : row;
  align-items    : center;
  justify-content: center;
}

.colleges .d-flex .college-item {
  flex: 1 1 240px;
}

.colleges .d-flex .college-item .college-logo {
  display: block;
  margin : 10px;
}

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

  .page-template-page-student-resource .college-links .item {
    width  : 33%;
    padding: 8px;
  }

  .page-template-page-student-resource .resource-description {
    margin-bottom: 0;
    padding      : 10px;
    border-right : none;
  }

  .page-template-page-student-resource .resource-descriptions .resource {
    width    : 30%;
    display  : flex;
    flex-flow: column nowrap;
  }

  .page-template-page-student-resource .resource-descriptions .resource .cta {
    margin-top: auto;
  }

  /*
  .page-template-page-student-resource .resource-descriptions .resource-1 {
    border-right : none;
    padding      : 0;
    margin-bottom: 0;
  }
  */

  .text-large {
    font-size: 36px;
  }

}

@media screen and (min-width: 992px) {
  .page-template-page-student-resource .college-links .item {
    margin-bottom: 20px;
  }
}

/**
End Student Resource Page
**/



/**
Start Build Your Future Landing
**/

body.page-template-page-build-your-future-landing section {
  padding: 0;
}

.page-template-page-build-your-future-landing #header_bg {
  display        : flex;
  align-items    : flex-end;
  justify-content: flex-end;
  width          : 100%;
}

.page-template-page-build-your-future-landing h1.title {
  text-align: right;
  font-size : 32px;
}

.page-template-page-build-your-future-landing .title-wrapper h1.title {
  display       : flex;
  flex-direction: column;
  align-items   : flex-end;
  font-weight   : 700;
  color         : #000000;
}

.page-template-page-build-your-future-landing .title-wrapper h1.title span.title-line {
  margin-bottom: 20px;
}

.page-template-page-build-your-future-landing .title-wrapper h1.title span.item {
  background-color: #f4b21b;
  display         : inline-block;
  padding         : 5px 40px 5px 15px;
}

body.page-template-page-build-your-future-landing section#content {
  padding-top   : 60px;
  padding-bottom: 60px;
}

.page-template-page-build-your-future-landing section#repeater_careers_skills>.container {
  border-top    : 2px solid #f4b21b;
  padding-top   : 60px;
  padding-bottom: 60px;
}

.page-template-page-build-your-future-landing section#repeater_careers_skills.bt-0>.container {
  border-top: 0;
}

.page-template-page-build-your-future-landing section#group_paycheck {
  padding: 30px 0;
}

.page-template-page-build-your-future-landing .icon-callout {
  padding-top   : 36px;
  padding-bottom: 36px;
}

.page-template-page-build-your-future-landing .icon-callout h4 {
  border-bottom : 1px solid black;
  padding-bottom: 8px;
}



/**
End Build Your Future Landing
**/


/* Media Queries */

@media (max-width:767px) {
  section#colleges_parallax {
    background-image: none !important;
  }

  nav.language ul.nav {
    text-align: right !important;
  }
}

.nav.slant-separated>li::after {
  content: '\\';
}

.nav.slant-separated>li:last-child::after {
  content: '';
}

@media (min-width:768px) {

  .nav.language .navbar-nav li a {
    text-align: left;
  }

  header.cccco-header.landing-page-header .logo-links a.landing-page-logo-link {
    flex-direction: row;
  }

  a.landing-page-logo-link span {
    margin-bottom: 0;
    max-width    : 100%;
  }

  a.landing-page-logo-link .lankding-page-logo-divider {
    display: inline-block;
  }

  .navbar-brand {
    display: inline-block;
  }

  .navbar-toggler {
    display: none;
  }

  .posts-list.grid {
    display        : flex;
    justify-content: space-between;
    width          : 100%;
  }

  .posts-list.grid.per-page-1 article {
    width: 100%;
  }

  .posts-list.grid.per-page-2 article {
    width: 48%;
  }

  .posts-list.grid.per-page-3 article {
    width: 30%;
  }

  .posts-list.grid.per-page-4 article {
    width: 24%;
  }

  .posts-list.grid.per-page-5 article {
    width: 19%;
  }

  .cccco-header a {
    display: inline-block;
    padding: 0 15px;
  }

  .dropdown-menu.need_help_tab.show {
    width     : 100%;
    MAX-WIDTH : NONE;
    left      : 0;
    right     : 0;
    position  : absolute;
    background: #fff;
  }

  li.dropdown.menu-item.menu-item-type-post_type.menu-item-object-page.nav-item.show {
    height         : inherit;
    display        : flex;
    justify-content: center;
    align-items    : center;
    position       : inherit;
  }

  .dropdown-header,
  .dropdown-text {
    color        : #223365;
    display      : block;
    margin-bottom: 20px;
  }

  .dropdown-header {
    font-size: 24px;
  }

  .dropdown-text {
    font-size: 20px;
  }

  .dropdown-column img,
  .shrink .dropdown-column img {
    max-width    : 100px;
    margin-bottom: 20px;
    height       : auto;
  }


  .spacer-sm {
    display    : block;
    content    : " ";
    padding-top: 30px;

  }

  article .style1.card {
    position     : relative;
    height       : auto;
    min-height   : 150px;
    overflow     : hidden;
    border-radius: 0px;
    border       : none;
    background   : #000;
  }

  article .style1.card a img {
    width     : 100%;
    z-index   : 2;
    margin    : 0 0 0 0;
    transition: transform .4s ease-in-out, margin .4s ease-in-out, filter .4s ease-in-out;
    opacity   : 0.7;
  }

  article .style1.card:hover a img {
    opacity: 0.4;
  }

  /*article a::after{
    content         : '';
    display         : block;
    position        : absolute;
    top             : 0;
    right           : 0;
    bottom          : 0;
    left            : 0;
    background-color: rgba(0,0,0,.2);
  }*/

  article .style1.card .info {
    max-height: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    overflow  : hidden;
    transition: max-height .3s ease-in-out, color .4s ease-in-out;
    margin    : 0 -3%;
    padding   : 0 5px;

  }

  article .style1.card .info a {
    color          : #fff !important;
    text-decoration: underline;
  }

  article .style1.card .info p {
    padding      : 5px;
    font-family  : sans-serif;
    font-style   : normal;
    font-size    : 12px;
    color        : #fff;
    margin-bottom: 0px;
  }

  article .style1.card:hover .info {
    max-height: 700px;
    color     : #fff;
  }

  /*section.home-carousel {
    margin-top:-150px;
  }*/
  article .style1.card .content {
    bottom           : 0;
    top              : auto;
    -webkit-transform: none;
    -moz-transform   : none;
    -ms-transform    : none;
    -o-transform     : none;
    transform        : none;
    width            : 94%;
    margin           : 0 3% 0;
    position         : absolute;
    z-index          : 4;
    color            : #fff;
    padding          : 0;
  }

  article .style1 .title a {
    color      : #fff !important;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px;


  }

  article .style1.card a.category {
    top     : auto;
    left    : auto;
    position: relative;
  }

  article .style2.card a img,
  article .style2.card:hover a img {
    opacity: 1;
  }

  article .style2.card .content {
    position        : absolute;
    bottom          : 8%;
    top             : auto;
    width           : 90%;
    margin          : 0 5%;
    padding         : 1em;
    background-color: rgba(0, 0, 0, .7);
  }

  article .style2.card .title {
    font-size    : 200%;
    margin-bottom: 8px;
  }

  article .style2.card .info {
    display   : block;
    max-height: 100%;
    background: none;
    padding   : 0 1em;
  }

  article .style2.card .info p {
    font-size: 15px;
    padding  : 0;
  }

  .vertical-offset-20 {
    margin-top: -20px;
  }

  .vertical-offset-40 {
    margin-top: -40px;
  }

  .vertical-offset-50 {
    margin-top: -50px;
  }

  .vertical-offset-60 {
    margin-top: -60px;
  }

  .vertical-offset-70 {
    margin-top: -70px;
  }

  .vertical-offset-80 {
    margin-top: -80px;
  }

  .vertical-offset-90 {
    margin-top: -90px;
  }

  .vertical-offset-100 {
    margin-top: -100px;
  }

  .vertical-offset-120 {
    margin-top: -120px;
  }

  .vertical-offset-140 {
    margin-top: -140px;
  }

  .vertical-offset-150 {
    margin-top: -150px;
  }

  .vertical-offset-160 {
    margin-top: -160px;
  }

  .vertical-offset-170 {
    margin-top: -170px;
  }

  .vertical-offset-180 {
    margin-top: -180px;
  }

  .vertical-offset-190 {
    margin-top: -190px;
  }

  .vertical-offset-200 {
    margin-top: -200px;
  }

  .card.large.card-feature-card-circle-icon {
    margin-top: -45px;
  }

  .card.card-feature-card-circle-icon.large .image {
    width         : 110px;
    height        : 110px;
    margin-bottom : -64px;
    padding-bottom: 30px;
  }

  .card.card-feature-card-circle-icon.large .image img {
    width     : 60px;
    margin-top: 25px;
  }

  .card.card-feature-card-circle-icon.large .content {
    padding-bottom: 50px;
    padding-top   : 85px;
  }

  .bg-nurse {
    padding-left  : 35%;
    position      : relative;
    padding-top   : 50px;
    padding-bottom: 50px;
  }

  .bg-nurse:before {
    content        : " ";
    height         : 100%;
    background     : url('/wp-content/uploads/sites/4/2018/04/nurse.png') right bottom no-repeat;
    display        : block;
    width          : 30%;
    position       : absolute;
    left           : 0;
    background-size: contain;
    margin-top     : -50px;
  }

  a.nav-link>i.fa.fa-search {
    padding-left: 80px;
  }

  body.single-landing_page #header_bg,
  body.page-template-page-language-landing-template #header_bg,
  body.page-template-page-build-your-future-landing #header_bg,
  body.page-template-page-resource #header_bg,
  body.page-template-page-resource-linked-in #header_bg,
  body.page-template-page-student-resource #header_bg {
    min-height: 440px;
  }

  body.page-template #header_bg {
    min-height: 550px;
  }

  .single-landing_page h1.title,
  .single h1.title {
    font-size: 48px;
  }

  .group_quote-content-wrapper {
    display        : flex;
    align-items    : flex-end;
    justify-content: flex-end;
  }

  .group_quote-content {
    width: 50%;
  }

  .industry-facts .facts {
    display        : flex;
    flex-direction : row;
    justify-content: space-around;
  }

  .industry-facts .facts .fact {
    width: 30%;
  }

  .group_content_footer-content,
  .group_content_footer_lower-content {
    flex-direction : row;
    justify-content: space-evenly;
  }

  .group_content_footer-content .footer_cta,
  .group_content_footer_lower-content .footer_cta {}

  .footer_cta a {}

  header.cccco-header.landing-page-header .logo-links {
    justify-content: flex-start;
  }

  header.cccco-header.landing-page-header .cta-links {
    justify-content: flex-end;
  }

  header.cccco-header.landing-page-header .cta-links a.btn.btn-primary {
    font-size  : 20px;
    font-weight: bold;
  }

}

@media (min-width:992px) {

  body.single-landing_page,
  body.page-template-page-language-landing-template,
  body.page-template-page-build-your-future-landing,
  body.page-template-page-resource,
  body.page-template-page-resource-linked-in,
  body.page-template-page-student-resource {
    padding-top: 0;
  }

  header.cccco-header {
    position: fixed;
    top     : 0;
    z-index : 1029;
  }

  body.page-template #header_bg,
  body.single-landing_page #header_bg {
    min-height: 550px;
    margin-top: 100px;
  }

    body.page-id-1243 #header_bg,
  body.single-landing_page #header_bg {
    margin-top: 280px;
  }


  .admin-bar header.cccco-header {
    top: 32px;
  }

  nav.navbar.primary {}

  nav.language ul.nav li:last-child a {
    display: inline-block;
  }

  nav.language ul.nav li:last-child::after {
    content: "";
  }

  .navbar.primary ul.nav li {
    color: #f4b21b;
  }

  nav.language ul.nav li nav.language ul.nav li::after {
    content: " / ";
    color  : #f4b21b;
  }

  .navbar-toggler {
    display: none;
  }

  .page-template-page-language-landing-template .navbar-brand,
  .page-template-page-resource .navbar-brand,
  .page-template-page-resource-linked-in .navbar-brand,
  .page-template-page-student-resource .navbar-brand {
    border-right: 1px solid #ccc;
    border-left : none;
  }


  nav.navbar li.nav-item {
    padding: 39px 0;
  }

  .page-template-page-language-landing-template nav.navbar li.nav-item {
    /*padding: 10px 0;*/
  }

  nav.navbar.shrink li.nav-item {
    /*padding: 10px 0;*/
  }

  nav.navbar .navbar-collapse.show {
    padding: 0px;
  }

  /* .dropdown>.dropdown-menu {
    opacity                    :.3;
    -webkit-transform-origin   : top;
    transform-origin           : top;
    -webkit-animation-fill-mode: forwards;  
    animation-fill-mode        : forwards; 
    -webkit-transform          : scale(1, 0);
    display                    : block; 
    transition                 : all 0.2s linear;
    -webkit-transition         : all 0.2s linear;
    margin-top                 :0;
    border-radius              :0px 0px 5px 5px;
    border-top                 :1px solid #ccc;
    background                 :#fff;
    
  }
  .dropdown:hover>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform        : scale(1, 1);  
    opacity          :1;
  }
  .dropdown-search {
    min-width:400px;
  }*/




  .hidden-mobile {
    display: block;
    margin : 0 auto;
  }

  .spacer-md {
    display    : block;
    content    : " ";
    padding-top: 30px;

  }

  .abs-center-x {
    position : absolute;
    left     : 50%;
    transform: translateX(-50%);
  }

  /*div#gform_wrapper_3 .gform_body {
    max-width: 80%;
    display  : inline-block;
    margin   : 0;
    padding  : 0;
  }
  
  div#gform_wrapper_3 .gform_footer {
      max-width: 19%;
      display  : inline-block;
      margin   : 0;
      padding  : 0;
  }*/

  .group_quote-content {
    background: none;
  }

  .group_content_footer-content {
    flex-direction: row;
  }
}

@media (min-width:1100px) {
  a.navbar-brand {}
}

@media (min-width:641px) {
  .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width    : 100% !important;
    max-width: none !important;
  }


}

.is-form-style input.is-search-input {
  height: 42px;
}

.is-search-icon {
  height: 42px;
}

.is-form-style button.is-search-submit {
  height: 42px;
}

.is-search-icon {
  padding-top: 9px!important;
}

.search-results #content {
  margin-top: 250px;
}

.search-no-results #content {
  margin-top: 250px;
}

.college-template-default #content {
  margin-top: 250px;
}

/* Search Results */
@media (max-width: 991px) { 
  .search-results #content {
    margin-top: 0px;
  }
}

.search-results h1 {
  color: #000;
}

.search-results h2 a {
  color: #000;
  font-size: 1.6rem;
  line-height: .7;
}

.search-results h2 {
  line-height: .7;
}

.search-results .featurette hr {
  display: none;
}

.search-results .featurette article {
  margin-top: 40px;
}

.flexible-col-video {
  display: flex;
}

@media (max-width: 950px) {
  .flexible-col-video {
    flex-wrap: wrap;
  }
}

.flexible-col-video__col {
  margin: 0 1% 0 1%;
  width: 100%;
}

.page-template-page-parents .faq p {
  font-size: .9rem;
}

.page-template-page-parents .faq h5 {
  font-size: 1.05rem;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size    : 1.25rem;
    line-height  : 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

input[type=radio]#field_fbebf-5:focus {
    outline: none !important;
    box-shadow: none !important;
    outline-color: transparent !important;
    border: none!important;
    outline-style: none!important;
}

input[type=radio]#field_fbebf-5 {
    outline: none !important;
    box-shadow: none !important;
    outline-color: transparent !important;
    border: none!important;
    outline-style: none!important;
}

@media (max-width: 576px) { 
  .cccco-header .text-lg-right a.btn {
      margin-top: 10px;
      margin-right: 0;
  }
}

/* Landing Page Accordion */
#college_links .card {
  width: 100%;
  background: #231f20;
  border-radius: 0;
  margin-bottom:  20px;
}

#college_links .card p.card-link {
  padding:  20px;
  color:  #fff;
}

@media (max-width: 480px) { 
  #college_links .card p.card-link {
    font-size:  .8rem;
  }
}

#college_links .card a {
  color:  #000;
}

#college_links .card a:hover {
  color:  #f4b21b;
}

#college_links .card-body {
  background: #fff;
}

@media (max-width: 480px) { 
  #college_links .card-body li {
    font-size:  1rem;
  }
}

#college_links .card-body .learn-more a {
  color:  #f4b21b;
  text-decoration: underline;
}

#college_links .card.collapsed p:after {
  color:  white;
  content: "\f067";
  font-family : 'Fontawesome';
  float:  right;
}

#college_links .card p:after {
  color:  white;
  content: "\f068";
  font-family : 'Fontawesome';
  float:  right;
}

@media (max-width: 575px) { 
  .careers-and-skills .icon-wrapper {
      margin-bottom:  20px;
  }
}

/* Responsive Video */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) { 
  #group_paycheck h2 {
    font-size: 1.8rem!important;
  }
}

@media (max-width: 575px) { 
  h2 {
    font-size: 1.9rem!important;
  }
}


/* About Styles */
.about_banner {
  margin-top:  178px;
}

@media (max-width: 991px) { 
.about_banner {
    margin-top:  0px;
  }
}

.about_content .about_h2_border {
  border-bottom: 2px solid #f4b21b;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.about_content h4 {
  margin-bottom:  0;
}


/* RSCCD STYLES */
.page-template-page-rsccd .cccco-header {
  display: none;
}

.page-template-page-rsccd h2 {
  color:  #000;
  font-family:  verdana;
}

.page-template-page-rsccd h3 {
  color:  #000;
  font-family:  verdana;
}

.page-template-page-rsccd h5 {
  color:  #000;
  font-family:  verdana;
}

.page-template-page-rsccd a.btn-black, .page-template-page-rsccd button.btn-black {
  color:  #FFF;
  width:  100%;
  font-size:  18px;
}

.page-template-page-rsccd a.btn-black:hover, .page-template-page-rsccd button.btn-black:hover {
  background: #393939;
}

.page-template-page-rsccd #group_content_footer_lower {
  border-top: 8px solid #000;
  border-bottom: 8px solid #000;
}

.page-template-page-rsccd #college_links .card-body .learn-more a {
  color:  #000;
}

.page-template-page-rsccd .address a {
  color:  #000;
  text-decoration:  underline;
}

.page-template-page-rsccd .resource-descriptions .resource-description {
  border-color:  #000;
}

.page-template-page-rsccd footer {
    border-top: 5px solid #000 !important;
}

.page-template-page-rsccd .btn.btn-secondary {
  background: #000;
  color:  #fff;
  border:  0;
}

.page-template-page-rsccd .btn.btn-secondary:hover {
  background: #393939;
  border:  0;
  color:  #fff;
}

.page-template-page-rsccd .title-wrapper h1.title span.item {
  background: #000;
  color:  #fff;
}

.page-template-page-rsccd .title-wrapper h1.title {
  font-family: verdana;
}


body.page-template-page-rsccd #header_bg {
  margin-top:  0;
}

/* Popup container - can be anything you want */
.page-template-page-rsccd .popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.page-template-page-rsccd .popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.page-template-page-rsccd .popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.page-template-page-rsccd .popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

 
#college_links .card .card-body-rsccd a {
  color:  #000;
  text-decoration: underline;
}


/* dropdown menu tweaks for college landing pages */
/*
.page-template-page-grand-new-landing .ubermenu .ubermenu-submenu .ubermenu-column {
  float: none;
}
*/

.page-template-page-grand-new-landing .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
  color: #223365;
}



@media screen and (max-width: 960px) {
  #header-nav .ubermenu .ubermenu-item-level-0::after {
    display: none!important;
  }
}


@media screen and (max-width: 960px) {
  .navbar {
    justify-content: left!important;
    padding-left:  0px!important;
    padding-right: 0px!important;
  }

  .ubermenu-responsive-toggle {
    padding-left:  0px!important;
    padding-right: 0px!important;
  }
}

.college-links-additional-text {
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
}

.college-links-additional-text p {
    margin-bottom: 0px;
}


/* FUTURO MENU SPECIFIC FONT SIZE TO FIT ON ONE LINE */
#header-nav .ubermenu-skin-grey-white#ubermenu-main-14-spanish-header-2 .ubermenu-item-level-0 > .ubermenu-target {
  font-size: 16.6px;
}

@media screen and (max-width: 1205px) {
  #header-nav .ubermenu-skin-grey-white#ubermenu-main-14-spanish-header-2  .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 12px;
  }
  #header-nav .ubermenu#ubermenu-main-14-spanish-header-2  .ubermenu-item-level-0::after {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  #header-nav .ubermenu-skin-grey-white#ubermenu-main-14-spanish-header-2  .ubermenu-item-level-0 > .ubermenu-target {
    font-size: initial;
  }
}


/* VIET MENU SPECIFIC FONT SIZE TO FIT ON ONE LINE */
#header-nav .ubermenu-skin-grey-white#ubermenu-main-16-vietnamese-header-2 .ubermenu-item-level-0 > .ubermenu-target {
  font-size: 16.6px;
}

@media screen and (max-width: 1205px) {
  #header-nav .ubermenu-skin-grey-white#ubermenu-main-16-vietnamese-header-2 .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 12px;
  }
  #header-nav .ubermenu#ubermenu-main-16-vietnamese-header-2  .ubermenu-item-level-0::after {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  #header-nav .ubermenu-skin-grey-white#ubermenu-main-16-vietnamese-header-2  .ubermenu-item-level-0 > .ubermenu-target {
    font-size: initial;
  }
}

/* MANDARIN MENU SPECIFIC FONT SIZE TO FIT ON ONE LINE */
#header-nav .ubermenu-skin-grey-white#ubermenu-main-37-mandarin-header-2 .ubermenu-item-level-0 > .ubermenu-target {
  font-size: 16.6px;
}

@media screen and (max-width: 1205px) {
  #header-nav .ubermenu-skin-grey-white#ubermenu-main-37-mandarin-header-2 .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 12px;
  }
  #header-nav .ubermenu#ubermenu-main-37-mandarin-header-2 .ubermenu-item-level-0::after {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  #header-nav .ubermenu-skin-grey-white#ubermenu-main-37-mandarin-header-2  .ubermenu-item-level-0 > .ubermenu-target {
    font-size: initial;
  }
}


/* FARSI MENU SPECIFIC FONT SIZE TO FIT ON ONE LINE */
#header-nav .ubermenu-skin-grey-white#ubermenu-main-36-farsi-header-2 .ubermenu-item-level-0 > .ubermenu-target {
  font-size: 16.6px;
}

@media screen and (max-width: 1205px) {
  #header-nav .ubermenu-skin-grey-white#ubermenu-main-36-farsi-header-2 .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 12px;
  }
  #header-nav .ubermenu#ubermenu-main-36-farsi-header-2 .ubermenu-item-level-0::after {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  #header-nav .ubermenu-skin-grey-white#ubermenu-main-36-farsi-header-2 .ubermenu-item-level-0 > .ubermenu-target {
    font-size: initial;
  }
}

/* Farsi Right Align */
.page-id-3016 {
  text-align: right;
}

/* Farsi Unique Text Title for Industries */
.postid-3160 .section-title {
  display: none!important;
}

.postid-3160 .section-title.section-title-farsi {
  display: flex!important;
}

.section-title.section-title-farsi {
  display: none!important;
}




