/*
Theme Name: Titan
Theme URI: https://titanwms.com
Author: Ryan Miller. Front End Developer, Titan Web Marketing Soltuons
Author URI: https://titanwms.com
Description: Custom Wordpress theme developed and designed to work with the latest versions of Wordpress and Bootstrap 4.
Version: 2.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: titan
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Blogs
# Links
# Accessibility
# Images
# Galleries
# Custom Helper Classes
# Footer
# Margins
# Header
	## Desktop
	## Mobile
# Buttons
# Custom Site Style by Dev
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Russo+One");
.shadow {
  -webkit-box-shadow: 0px 50px 75px -35px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 50px 75px -35px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 50px 75px -35px rgba(0, 0, 0, 0.9); }

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto; }

.button-primary, .button, .button-secondary, .gform_footer input.button {
  padding: 9px 44px;
  border: none;
  color: #fff;
  font-size: 26px;
  font-family: "Russo One", sans-serif;
  border-radius: 5px;
  box-shadow: 0px 3px 8px 1px #00000047;
  position: relative;
  line-height: 31px;
  background: #d20023;
  background: -moz-linear-gradient(top, #d20023 0%, #d10023 20%, #ca0022 46%, #ad0216 68%, #780406 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d20023), color-stop(20%, #d10023), color-stop(46%, #ca0022), color-stop(68%, #ad0216), color-stop(100%, #780406));
  background: -webkit-linear-gradient(top, #d20023 0%, #d10023 20%, #ca0022 46%, #ad0216 68%, #780406 100%);
  background: -o-linear-gradient(top, #d20023 0%, #d10023 20%, #ca0022 46%, #ad0216 68%, #780406 100%);
  background: -ms-linear-gradient(top, #d20023 0%, #d10023 20%, #ca0022 46%, #ad0216 68%, #780406 100%);
  background: linear-gradient(to bottom, #d20023 0%, #d10023 20%, #ca0022 46%, #ad0216 68%, #780406 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20023', endColorstr='#780406', GradientType=0 ); }
  .button-primary:before, .button:before, .button-secondary:before, .gform_footer input.button:before, .button-primary:after, .button:after, .button-secondary:after, .gform_footer input.button:after {
    display: block;
    position: absolute;
    top: 7px;
    width: 15px;
    height: 15px;
    content: url("/wp-content/themes/titan/images/button-circle.png");
    z-index: 2; }
  .button-primary:after, .button:after, .button-secondary:after, .gform_footer input.button:after {
    left: 12px; }
  .button-primary:before, .button:before, .button-secondary:before, .gform_footer input.button:before {
    right: 12px; }
  .button-primary:hover, .button:hover, .button-secondary:hover, .gform_footer input.button:hover {
    background: #c24e63;
    background: -moz-linear-gradient(top, #c24e63 0%, #d15e73 20%, #cf6172 44%, #a14d58 66%, #85484b 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c24e63), color-stop(20%, #d15e73), color-stop(44%, #cf6172), color-stop(66%, #a14d58), color-stop(100%, #85484b));
    background: -webkit-linear-gradient(top, #c24e63 0%, #d15e73 20%, #cf6172 44%, #a14d58 66%, #85484b 100%);
    background: -o-linear-gradient(top, #c24e63 0%, #d15e73 20%, #cf6172 44%, #a14d58 66%, #85484b 100%);
    background: -ms-linear-gradient(top, #c24e63 0%, #d15e73 20%, #cf6172 44%, #a14d58 66%, #85484b 100%);
    background: linear-gradient(to bottom, #c24e63 0%, #d15e73 20%, #cf6172 44%, #a14d58 66%, #85484b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c24e63', endColorstr='#85484b', GradientType=0 );
    transition: .3s;
    color: #fff; }
    .button-primary:hover:before, .button:hover:before, .button-secondary:hover:before, .button-primary:hover:after, .button:hover:after, .button-secondary:hover:after {
      opacity: .7; }

.button-secondary, .gform_footer input.button {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#58595b+0,57585a+32,525355+70,3b3c3e+100 */
  background: #58595b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58595b 0%, #57585a 32%, #525355 70%, #3b3c3e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58595b 0%, #57585a 32%, #525355 70%, #3b3c3e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58595b 0%, #57585a 32%, #525355 70%, #3b3c3e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58595b', endColorstr='#3b3c3e',GradientType=0 );
  /* IE6-9 */ }
  .button-secondary:hover, .gform_footer input.button:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#747577+0,797a7c+32,656668+70,5d5e60+100 */
    background: #747577;
    /* Old browsers */
    background: -moz-linear-gradient(top, #747577 0%, #797a7c 32%, #656668 70%, #5d5e60 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #747577 0%, #797a7c 32%, #656668 70%, #5d5e60 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #747577 0%, #797a7c 32%, #656668 70%, #5d5e60 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747577', endColorstr='#5d5e60',GradientType=0 );
    /* IE6-9 */ }

.gform_footer {
  max-width: 357px;
  position: relative;
  padding: 0 !important;
  margin: 0 auto !important; }
  .gform_footer input.button {
    border: solid 1px white;
    margin: 0 auto !important;
    padding: 10px 44px !important;
    border: none;
    font-size: 24px !important;
    text-transform: uppercase; }
  .gform_footer:before, .gform_footer:after {
    display: block;
    position: absolute;
    top: 17px;
    width: 15px;
    height: 15px;
    content: url("/wp-content/themes/titan/images/button-circle.png");
    z-index: 2; }
  .gform_footer:after {
    left: 12px; }
  .gform_footer:before {
    right: 12px; }
  .gform_footer:hover:before, .gform_footer:hover:after {
    opacity: .7; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-size: 10px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

p, .tos-list, li {
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #58595b; }

h1 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Russo One", sans-serif; }

h2 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

h3 {
  font-size: 35px;
  font-weight: 400;
  font-family: "Russo One", sans-serif; }

h4, .contact-four {
  font-size: 24px;
  font-weight: 400;
  font-family: "Russo One", sans-serif; }

nav ul li {
  font-size: inherit; }

@media (max-width: 991px) {
  h1 {
    font-size: 32px !important; } }
/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 0px; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit; }

a:hover,
a:focus,
a:active {
  color: inherit; }

a:focus, :focus {
  outline: none !important; }

a:hover,
a:active {
  outline: 0; }

a:hover {
  text-decoration: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
  height: auto;
  /* Make sure images are scaled correctly. */
  width: auto;
  /* Adhere to container width. */
  max-width: 100%; }

img.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem; }

img.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 .5rem 0 .5rem;
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block; }

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: auto;
  margin-right: auto; }

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%); }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

/* Gallery Columns */
.gallery-item {
  max-width: 25%; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

@media (min-width: 768px) and (max-width: 991px) {
  .gallery-columns-4 .gallery-item {
    max-width: 33%; }

  .gallery-columns-5 .gallery-item {
    max-width: 33%; }

  .gallery-columns-6 .gallery-item {
    max-width: 33%; } }
@media (max-width: 767px) {
  .gallery-columns-3 .gallery-item {
    max-width: 50%; }

  .gallery-columns-4 .gallery-item {
    max-width: 50%; }

  .gallery-columns-5 .gallery-item {
    max-width: 50%; }

  .gallery-columns-6 .gallery-item {
    max-width: 50%; } }
/*--------------------------------------------------------------
# Custom Helper Classes
--------------------------------------------------------------*/
.white {
  color: #fff; }

.primary {
  color: #d20023; }

.secondary {
  color: #58595b; }

.primary-bg {
  background-color: #d20023; }

.secondary-bg {
  background-color: #58595b; }

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

.nopad {
  padding-left: 0px;
  padding-right: 0px; }

.no-overflow {
  overflow: hidden; }

/*--------------------------------------------------------------
## Margins
--------------------------------------------------------------*/
.row {
  margin-left: 0;
  margin-right: 0; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.navbar-default {
  border-top: solid 10px #d20023;
  margin: 0;
  padding: 0; }

.header-top-row {
  align-items: center;
  justify-content: center;
  text-align: center; }

.navbar-brand {
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 20px; }

.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
  align-items: center;
  justify-content: center;
  text-align: center; }

.header-row-wrapper {
  width: 100%; }

.social-phone {
  margin: 0 0 0 12px; }
  .social-phone a, .social-phone a:visited {
    background: #d20023;
    font-size: 22px;
    padding: 6px 14px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }
    .social-phone a:hover, .social-phone a:visited:hover {
      background: #58595b; }

.social-one {
  display: inline-block; }

.header-logo-container {
  position: relative; }

.header-social-box .svg-inline--fa {
  color: #d20023;
  font-size: 32px !important;
  margin: 0 15px; }

.header-phone {
  position: absolute;
  right: 0;
  top: 0; }

.social-box-1, .social-box-2 {
  position: relative;
  top: 10px; }

.navbar-expand-lg .navbar-nav {
  position: relative; }

/* Example One */
#example-one {
  margin: 0 auto;
  list-style: none;
  position: relative;
  width: 960px; }

#example-one li {
  display: inline-block; }

#example-one a {
  color: green;
  font-size: 14px;
  float: left;
  padding: 6px 10px 4px 10px;
  text-decoration: none;
  text-transform: uppercase; }

#example-one a:hover {
  color: blue; }

#magic-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background: #d20023;
  list-style: none; }

.ie6 #example-one li, .ie7 #example-one li {
  display: inline; }

.ie6 #magic-line {
  bottom: -3px; }

.bg-header-nav {
  background: #e6e7e8;
  width: 100%;
  box-shadow: 1px 5px 8px 0px rgba(138, 138, 138, 0.4); }

.uppercase {
  text-transform: uppercase; }

.home-hero {
  background-image: url(/wp-content/themes/titan/images/home-hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 225px;
  background-position: center bottom;
  position: relative;
  z-index: 2; }
  .home-hero h1 {
    color: #fff;
    padding-top: 90px;
    margin-bottom: 14px; }
  .home-hero p.hero-subhead {
    color: white;
    font-size: 38px;
    line-height: 45px; }

.home-second-row {
  background-image: url(/wp-content/themes/titan/images/home-tire-tracks.png);
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 170px;
  padding-bottom: 110px;
  background-position: center top;
  margin-top: -100px; }

.home-third-row {
  background-image: url(/wp-content/themes/titan/images/bg-home-metal.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  background-position: center top;
  margin-top: 0; }

.home-third-row-left {
  padding-top: 150px;
  padding-bottom: 150px; }

.home-third-row-right {
  padding-top: 65px;
  padding-bottom: 70px; }
  .home-third-row-right h3 {
    text-transform: uppercase;
    text-align: center; }
  .home-third-row-right p {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px; }
  .home-third-row-right input {
    margin-bottom: 15px;
    border: none;
    padding: 6px 10px !important; }
  .home-third-row-right .gform_wrapper .top_label .gfield_label {
    display: none; }
  .home-third-row-right form ::-webkit-input-placeholder {
    /* Chrome */
    color: #58595b !important;
    font-size: 21px; }
  .home-third-row-right form :-ms-input-placeholder {
    /* IE 10+ */
    color: #58595b !important;
    font-size: 21px; }
  .home-third-row-right form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #58595b !important;
    opacity: 1 !important;
    font-size: 21px; }
  .home-third-row-right form :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #58595b !important;
    opacity: 1 !important;
    font-size: 21px; }

.home-third-row a.button-secondary {
  margin-top: 53px; }

.home-four-wrapper {
  background-image: url(/wp-content/themes/titan/images/bg-home-truck.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 100px;
  background-position: center right; }

.home-five-row {
  background-image: url(/wp-content/themes/titan/images/bg-home-mountains.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 145px;
  padding-bottom: 65px;
  background-position: center top;
  text-align: center;
  border-bottom: solid 15px red; }

.footer-top-row {
  padding-top: 70px;
  padding-bottom: 70px; }
  .footer-top-row h3 {
    color: #d20023; }

.home-six-row h3 {
  font-size: 44px; }

.top-hero-row {
  padding: 70px 0 100px;
  background-image: url(/wp-content/themes/titan/images/bg-about.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  background-position: center bottom;
  position: relative;
  z-index: 2;
  text-align: center; }
  .top-hero-row.top-hero-vision {
    background-image: url(/wp-content/themes/titan/images/bg-our-vision.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .top-hero-row.cdl-hero {
    background-image: url(/wp-content/themes/titan/images/bg-training-hero.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .top-hero-row.job-placement {
    background-image: url(/wp-content/themes/titan/images/bg-job-placement-hero.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .top-hero-row h1 {
    color: #fff;
    margin-bottom: 14px; }
  .top-hero-row p.hero-subhead {
    color: white;
    font-size: 24px;
    line-height: 28px; }

.about-row-two {
  padding: 110px 0 100px;
  background-image: url(/wp-content/themes/titan/images/bg-about-row-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  background-position: center top;
  position: relative;
  margin-top: -100px; }

.contact-form-two {
  position: relative;
  max-width: 540px;
  width: 100%;
  display: block;
  padding: 57px 45px;
  background: #d20023;
  color: white;
  float: right;
  border-radius: 12px;
  border: 7px solid #7c0000; }
  .contact-form-two .form-bult {
    position: absolute; }
    .contact-form-two .form-bult.form-bult-1 {
      left: 20px;
      top: 20px; }
    .contact-form-two .form-bult.form-bult-2 {
      right: 20px;
      top: 20px; }
    .contact-form-two .form-bult.form-bult-3 {
      left: 20px;
      bottom: 20px; }
    .contact-form-two .form-bult.form-bult-4 {
      right: 20px;
      bottom: 20px; }
  .contact-form-two h3 {
    text-align: center;
    text-transform: uppercase;
    line-height: 35px; }
  .contact-form-two h4, .contact-form-two .contact-four {
    line-height: 25px;
    margin-top: 3px;
    margin-bottom: 36px; }
  .contact-form-two input {
    margin-bottom: 15px;
    border: none;
    padding: 6px 10px !important; }
  .contact-form-two .gform_wrapper .top_label .gfield_label {
    display: none; }

.about-row-three {
  padding: 0;
  background-image: url(/wp-content/themes/titan/images/bg-about-row-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  background-position: center top;
  position: relative; }

.vision-row-three {
  background-image: url(/wp-content/themes/titan/images/bg-our-vision-metal-red.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  background-position: center top;
  color: #fff;
  padding-top: 140px;
  padding-bottom: 100px; }
  .vision-row-three h3, .vision-row-three p {
    color: #fff; }

.vision-left-two {
  padding-bottom: 25px; }
  .vision-left-two h3 {
    line-height: 38px;
    margin-bottom: 27px; }
  .vision-left-two p {
    font-weight: 600; }

.vision-right-two {
  position: relative; }
  .vision-right-two .vision-truck-right img {
    width: 100%;
    position: absolute;
    top: -42px; }

.slider-box {
  border-bottom: solid 10px #d20023;
  position: relative; }

.cdl-row-two {
  background: #f1f2f2;
  background: -moz-linear-gradient(left, #f1f2f2 0%, #f1f2f2 50%, white 50%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f1f2f2), color-stop(50%, #f1f2f2), color-stop(50%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(left, #f1f2f2 0%, #f1f2f2 50%, white 50%, white 100%);
  background: -o-linear-gradient(left, #f1f2f2 0%, #f1f2f2 50%, white 50%, white 100%);
  background: -ms-linear-gradient(left, #f1f2f2 0%, #f1f2f2 50%, white 50%, white 100%);
  background: linear-gradient(to right, #f1f2f2 0%, #f1f2f2 50%, white 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#ffffff', GradientType=1 );
  padding-top: 170px;
  padding-bottom: 260px;
  margin-top: -120px;
  margin-bottom: -220px; }
  .cdl-row-two h3 {
    padding-bottom: 15px; }

.cdl-list-left {
  padding-top: 25px;
  font-weight: 700; }

.list ul {
  padding: 0 0 0 21px; }

.cdl-row-three {
  background-image: url(/wp-content/themes/titan/images/bg-training-enrollment.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  background-position: center top;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px; }
  .cdl-row-three h3 {
    margin-bottom: 25px; }

.job-row-two {
  padding-top: 160px;
  padding-bottom: 60px;
  background: #f1f2f2;
  margin-top: -120px; }
  .job-row-two h3 {
    margin-bottom: 25px; }

.job-row-three {
  padding-top: 80px;
  padding-bottom: 80px; }
  .job-row-three h3 {
    margin-bottom: 35px; }

.job-row-four {
  padding-top: 160px;
  padding-bottom: 60px;
  background: #f1f2f2;
  margin-top: -120px; }
  .job-row-four h3 {
    margin-bottom: 25px; }

.job-six-row {
  background-image: url(/wp-content/themes/titan/images/bg-job-placement-form.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  background-position: center top;
  border-top: solid 10px #d20023;
  padding-top: 55px;
  padding-bottom: 55px; }
  .job-six-row h2 {
    font-weight: 600; }
  .job-six-row .contact-form-two {
    float: none;
    margin: 30px auto 0; }

.flex-center-box {
  display: flex;
  justify-content: center; }

.scholarship-hero {
  background-image: url(/wp-content/themes/titan/images/bg-schoolarship-hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  background-position: center top; }

.scholarship-row-two .scholarship-right-two h4, .scholarship-row-two .scholarship-right-two .contact-four {
  line-height: 38px;
  color: #58595b; }

.scholarship-row-three {
  background-image: url(/wp-content/themes/titan/images/bg-scholarship-metal-black.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  background-position: center top;
  padding-top: 215px;
  padding-bottom: 90px;
  position: relative;
  margin-top: -145px; }
  .scholarship-row-three img {
    margin-top: 30px; }

.contact-hero {
  background-image: url(/wp-content/themes/titan/images/bg-contact-hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  background-position: center top; }

.contact-right-two,
.contact-left-two {
  padding-bottom: 70px; }

footer {
  background: #d1d3d4;
  padding-top: 20px;
  padding-bottom: 20px; }
  footer .navbar-brand {
    padding-top: 0;
    padding-bottom: 20px;
    margin: 0 auto; }

.footer-text {
  font-size: 13px !important;
  color: #6b6b6b;
  margin-bottom: 0; }

/*-------
Desktop
--------*/
@media (min-width: 1200px) {
  .slider-tree-forest {
    display: none; }

  .contact-form-two {
    position: relative;
    z-index: 5; }

  .about-row-three {
    max-height: 560px;
    margin-top: -205px; }
    .about-row-three .about-right-three {
      position: absolute;
      bottom: 0; }
      .about-row-three .about-right-three img {
        max-width: 470px; }

  .about-left-three {
    padding-top: 150px;
    padding-bottom: 50px; }
    .about-left-three p {
      line-height: 26px;
      padding-top: 20px; } }
@media (max-width: 1199px) {
  #magic-line {
    display: none; }

  .forcefullwidth_wrapper_tp_banner {
    display: none; }

  .scholarship-row-three {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 50px; } }
@media (min-width: 992px) {
  .header-phone.mobile-phone {
    display: none; }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 15px 30px 13px;
    color: #58595b; }

  .navbar-toggleable-lg {
    max-width: 997px;
    position: relative; }

  .navbar-brand img {
    width: 100%;
    max-width: 320px; }

  .navbar-light .navbar-nav .nav-link {
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #d20023; }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #d20023; }

  .dropdown-item {
    padding: .25rem .45rem;
    background-color: transparent;
    color: #fff; } }
.navbar-nav .dropdown-menu {
  border-radius: 0;
  border: none;
  margin-top: 0; }

.navbar-nav .show > .nav-link {
  color: #fff !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: solid 4px transparent;
    border-radius: 0; }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
      border-top: solid 4px #d20023; }

  .about-right-three {
    display: none !important; }

  .about-left-three {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0;
    flex: none;
    padding-top: 60px;
    padding-bottom: 60px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper {
    background-size: contain;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 390px;
    background-position: 0px 214px; } }
/*-------
## Mobile
-------*/
@media (max-width: 991px) {
  .about-right-three {
    display: none; }

  .button-primary, .button, .button-secondary, .gform_footer input.button {
    padding: 10px 44px; }
    .button-primary:before, .button:before, .button-secondary:before, .gform_footer input.button:before, .button-primary:after, .button:after, .button-secondary:after, .gform_footer input.button:after {
      top: 10px; }

  h1 {
    font-size: 31px;
    line-height: 42px; }

  .home-six-row h3 {
    font-size: 34px; }

  .home-hero h1 {
    padding-top: 50px; }

  .home-hero {
    margin-bottom: 0;
    padding-bottom: 60px; }

  .home-hero p.hero-subhead {
    color: white;
    font-size: 17px;
    line-height: 21px; }

  .home-second-row {
    background-image: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px; }

  .gform_footer input.button {
    padding: 10px !important;
    font-size: 16px !important; }

  .button-primary, .button, .button-secondary, .gform_footer input.button {
    font-size: 16px; }

  .header-social-box {
    display: none; }

  .header-phone.mobile-phone {
    border-bottom: solid 1px #e8e8e8;
    width: 100%;
    padding: 0 0 10px;
    margin: 0;
    position: relative;
    right: 0;
    top: 9px; }
    .header-phone.mobile-phone .header-social-box {
      display: block; }
    .header-phone.mobile-phone .social-one.social-phone {
      width: 100%;
      border-top: solid 1px #e8e8e8;
      margin: 0; }
      .header-phone.mobile-phone .social-one.social-phone a, .header-phone.mobile-phone .social-one.social-phone a:visited {
        background: transparent;
        padding: 9px 14px;
        color: #d20023;
        display: block; }
        .header-phone.mobile-phone .social-one.social-phone a:hover, .header-phone.mobile-phone .social-one.social-phone a:visited:hover {
          background: transparent;
          color: #58595b; }
    .header-phone.mobile-phone .social-box-1, .header-phone.mobile-phone .social-box-2 {
      position: relative;
      top: 0;
      padding: 5px 0 15px; }

  button.navbar-toggler {
    position: absolute;
    z-index: 9;
    top: -10px;
    right: 8px; }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 30px;
    font-weight: 700;
    border-bottom: solid 1px #e8e8e8;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: .8rem 1rem; }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
      color: #d20023; }
  .navbar-expand-lg .navbar-nav .current-menu-item .nav-link {
    color: #d20023; }

  .navbar-expand-lg .navbar-nav {
    padding-top: 44px; }

  .navbar-light .navbar-nav .nav-link {
    color: #000000;
    text-align: center; }

  .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #d20023; }

  .navbar-brand img {
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .dropdown-item {
    padding: .25rem 1.5rem;
    background-color: transparent;
    color: #fff;
    text-align: center; }

  .navbar-brand {
    display: block;
    text-align: center; }

  .navbar-header {
    width: 100%; }

  .nav-phone {
    color: #d20023;
    font-size: 18px;
    padding-right: 15px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .navbar-toggler {
    margin-top: 1.25rem;
    float: right; }

  #titan-nav {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    transition: .001s;
    text-align: center;
    background-color: #fff;
    width: 100%; }

  /*---- Dropdown Toggle ----*/
  /*---- Dropdown Toggle ----*/
  .navbar-toggler {
    border: none; }

  .navbar-toggler:focus, .navbar-toggler:hover {
    outline: none; }

  /* Icon 4 */
  #nav-icon4 {
    width: 35px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer; }

  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #d20023;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

  #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

  #nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

  #nav-icon4 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(51deg);
    -moz-transform: rotate(51deg);
    -o-transform: rotate(51deg);
    transform: rotate(51deg);
    top: 3px;
    left: 9px; }

  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }

  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 29px;
    left: 8px; }

  .home-third-row {
    background-image: none; }

  .home-third-row-left {
    background-image: url(/wp-content/themes/titan/images/bg-metal-red.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    background-position: center top;
    padding: 80px 30px; }

  .home-third-row-right {
    background-image: url(/wp-content/themes/titan/images/bg-metal-black.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    background-position: center top;
    padding: 80px 30px; }

  .about-right-three img {
    width: 100%;
    padding-bottom: 30px; } }
@media (max-width: 776px) {
  .vision-right-two .vision-truck-right img {
    position: relative;
    top: -20px; }

  .about-row-three {
    padding: 50px 15px; }

  .home-four-wrapper {
    background-size: contain;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 242px;
    background-position: bottom right; }

  .cdl-row-two {
    background: #f1f2f2;
    background: linear-gradient(to right, #f1f2f2 0%, #f1f2f2 50%, #f1f2f2 50%, #f1f2f2 100%); } }
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Custom Site Styles by Developer
--------------------------------------------------------------*/
/*--- Home Page ---*/
/*------*/
/*--------------------------------------------------------------
## Custom Gravity Forms Styles by Developer
--------------------------------------------------------------*/
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 0; }

/* Chrome Width Issue */
.gform_wrapper.gf_browser_chrome .gform_body {
  width: 100% !important;
  margin-bottom: 25px; }

/* Validation Error Messages */
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: 0px !important; }

.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message {
  color: #E20D15 !important; }

.gform_wrapper div.validation_error {
  color: #E20D15 !important;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #E20D15 !important;
  border-bottom: 2px solid #E20D15 !important; }

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  width: 100% !important; }

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px !important; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #E20D15 !important; }

/*# sourceMappingURL=style.css.map */
