* {
  font-family: 'Open Sans', sans-serif;
}

html {
  background: #eee;
}

body {
  font-size: 16px;
  margin: 0 auto;
  color: #333;
}

p, a, li {
  font-size: 16px;
}

a {
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.col-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background: #DF5430;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #DF5430;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
}
.button:hover {
  background: transparent;
  text-decoration: none;
  color: #DF5430;
}

header {
  background: #333;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover {
  color: #DF5430;
  text-decoration: none;
}
header .logo {
  display: inline-block;
}
header .logo a {
  display: block;
}
header .logo a img {
  max-width: 70px;
}
header .social {
  margin: 0 0 5px;
  padding: 0;
  text-align: right;
}
header .social li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
header .social li a {
  display: block;
  color: #DF5430;
}
header .menu {
  float: right;
  padding: 10px 0;
}
header .menu .navigation {
  margin: 0;
  padding: 0;
}
header .menu .navigation li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}
header .menu .navigation li a {
  outline: 0;
}
header .menu .navigation li a:focus {
  color: #fff;
  text-decoration: none;
}
header .menu .navigation li.active a {
  color: #DF5430;
}
header.sticky {
  position: fixed;
  z-index: 9;
  border-bottom: 2px solid #fff;
}
header a {
  font-size: 14px;
}

footer {
  background: #333;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
  color: #DF5430;
}
footer a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}
footer .social {
  margin: 0 0 20px;
  padding: 0;
}
footer .social li {
  display: inline-block;
  list-style: none;
  margin: 0 20px;
}
footer .social li a {
  display: block;
  color: #DF5430;
  font-size: 24px;
}

.home-banner {
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
  min-height: 550px;
  color: #f6f6f6;
  position: relative;
  margin-top: 70px;
}
.home-banner .banner-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  height: 170px;
}
.home-banner .title {
  font-weight: 700;
  margin: 0 0 20px;
}
.home-banner .button {
  margin-top: 20px;
}
.home-banner .button:focus {
  color: #000;
  text-decoration: none;
}

.about-me {
  padding: 40px 0;
}
.about-me .section-title {
  font-weight: 700;
  margin: 0 0 20px;
}
.about-me table td {
  padding: 0 20px 0 0;
}

.about-kyle {
  padding: 40px 0;
  background: url(../images/about-banner.jpg) no-repeat;
  background-size: cover;
}
.about-kyle .section-title {
  font-weight: 700;
  margin: 0 0 20px;
}
.about-kyle figure {
  margin-bottom: 20px;
}
.about-kyle table {
  margin-bottom: 20px;
}
.about-kyle table td {
  padding: 0 20px 0 0;
}
.about-kyle .tab-links {
  margin: 0;
  padding: 20px;
  background: #333;
}
.about-kyle .tab-links li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.about-kyle .tab-links li.active a {
  color: #fff;
}
.about-kyle .tab-links li a {
  color: #DF5430;
  text-decoration: none;
  outline: none;
  position: relative;
}
.about-kyle .tab-links li a:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -10px;
  background: transparent;
  left: 0;
  display: block;
  width: 100%;
}
.about-kyle .tab-links li.active a:after {
  background: #DF5430;
}

.about-kyle .tab-links li a:hover {
  color: #fff;
}

.about-kyle .tab-content {
  background: #333;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 220px;
  color: #fff
}
.about-kyle .tab-content .button {
  margin-top: 10px;
}

.help {
  background: #333;
  padding: 50px 0;
}
.help .help-tabs h3 {
  font-weight: 700;
  color: #fff;
  margin: 0 0 40px;
}
.help .tab-links {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 0 30px 0 0;
  padding: 0;
}
.help .tab-links li {
  list-style: none;
}
.help .tab-links li a {
  color: #DF5430;
  text-decoration: none;
  outline: none;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.help .tab-links li a:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -10px;
  background: transparent;
  left: 0;
  display: block;
  width: 100%;
}
.help .tab-links li a:hover {
  color: #fff;
}
.help .tab-links li.active a {
  color: #fff;
}
.help .tab-links li.active a:after {
  background: #DF5430;
}
.help .button {
  background: transparent;
  color: #DF5430;
}
.help .button:hover {
  background: #DF5430;
  color: #fff;
}
.help .tab-content {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 76%;
}
.help .tab-content a{
  color: #DF5430;
  text-decoration: none;
}
.learn-more {
  padding: 50px 0;
  background: #fafafa;
  text-align: center;
}
.learn-more .section-subtitle {
  font-weight: 700;
  margin-bottom: 50px;
}
.learn-more .video-grid-item {
  margin-bottom: 30px;
}
.learn-more .video-grid-item .button {
  background: transparent;
  color: #DF5430;
  width: 100%;
  margin-top: 10px;
}
.learn-more .video-grid-item .button.active:hover {
  background: #DF5430;
  color: #fff;
}
.learn-more .video-grid-item .button.disabled {
  background: #ddd;
  color: #aaa;
  border-color: #dadada;
}

.blog {
  background: #fafafa;
  padding: 50px 0;
}
.blog .blog-item a {
  text-decoration: none;
  display: block;
  color: #DF5430;
}
.blog .blog-item p a {
  
}
.blog .blog-item .read-more h3 {
  font-weight: 700;
  font-size: 20px;
}

.contact {
  background: url(../images/contact-banner.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.contact h3 {
  margin: 0 0 30px;
  text-align: center;
  color: #fff;
}
.contact .contact-form {
  padding: 20px 20px 0px;
  background: rgba(51, 51, 51, 0.7);
}
.contact .contact-form input {
  width: 100%;
  border: 1px solid #888788;
  padding: 10px;
  background: #333;
  color: #fff;
  outline: none;
}
.contact .contact-form textarea {
  width: 100%;
  border: 1px solid #888788;
  padding: 10px;
  background: #333;
  color: #fff;
}
.contact .contact-form .form-element {
  margin-bottom: 20px;
}
.contact .contact-form input[type="submit"] {
  background: #DF5430;
  border: none;
}
.contact .contact-form input[type="submit"]:hover {
  color: #fff;
}
.videos {
  margin-top: 70px;
  padding: 50px 0 10px;
}
.videos h1 {
  font-weight: 700;
  color: #333;
  margin: 0 0 40px;
}
.video-item a {
  display: block;
  text-decoration: none;
  color: #333;
  margin-bottom: 40px;
  outline: none;
}
.video-item a figure{
  position: relative;
}
.video-item a figure::after {
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  top: 0;
  display: block;
  position: absolute;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  z-index: 8;
}
.video-item a figure::before {
  content: "\f144";
  font: normal normal normal 40px/1 FontAwesome;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 40px;
  opacity: 0;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  z-index: 9;
}
.video-item a:hover figure::after, .video-item a:hover figure::before {
  opacity: 1;
}
.video-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0 0;
}
.video-item a:hover {
  color: #DF5430;
}
.video-container {
  line-height: 0;
}
#video-popup .modal-content{
  border-radius: 0;
}
#video-popup .modal-body{
  padding: 0;
}
#video-popup .close {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  z-index: 9999;
  opacity: 1;
  font-size: 40px;
  top: -20px;
}

@media (max-width: 1199px) {
  .about-kyle .tab-links li a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  header .logo a img {
    max-width: 90px;
  }
  header .logo a {
    font-size: 12px;
  }
  header .menu .navigation li {
    margin-left: 10px;
  }
  header .menu .navigation li a {
    font-size: 14px;
  }
  .help .tab-links {
    margin: 0 20px 0 0;
  }

  .about-kyle .tab-links li a {
    font-size: 16px;
  }
  .about-kyle .tab-links li {
    margin-bottom: 20px;
  }
  .about-kyle .tab-links {
    padding: 20px 20px 0;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .button {
    padding: 10px;
    font-size: 14px;
  }
  header .logo {
    display: block;
    text-align: center;
  }
  header .logo a {
    font-size: 10px;
  }
  header .logo a img {
    max-width: 70px;
  }
  footer p, footer a {
    font-size: 14px;
  }
  header {
    position: relative;
  }
  header .menu {
    float: none;
    padding: 20px 0;
  }
  header .social {
    text-align: center;
  }
  header .menu .navigation {
    text-align: center;
  }
  header .menu .navigation li {
    margin: 0 10px;
  }
  .home-banner {
    min-height: 320px;
    margin-top: 0;
  }
  .home-banner .banner-text {
    height: 200px;
  }


  .about-me figure {
    margin: 0 auto 20px;
  }
  .about-me figure img {
    max-width: 170px;
  }

  .about-kyle figure {
    margin: 0 auto 20px;
  }
  .about-kyle figure img {
    max-width: 250px;
  }
  .about-kyle .tab-links {
    padding: 20px;
  }
  .about-kyle .tab-links li {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }


  .help .tab-links {
    margin: 0;
    width: 100%;
  }
  .help .tab-content {
    width: 100%;
  }
  .videos {
    margin-top: 0;
  }
  .video-container iframe {
    height: 300px;
  }
}

.success-msg {
  text-align: center;
  color: #DF5430;
}
.error-msg {
  text-align: center;
  color: red;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #DF5430;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #DF5430;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #DF5430;
}
:-moz-placeholder { /* Firefox 18- */
  color: #DF5430;
}