/*
Project: Transcend | Talent Management
Theme URI: http://10x-campaign.wwc.co.za
Author: Jason Loeve
Author URI: http://wwc.co.za
Description: Base html web build for private client Transcend talent management
Version: 1.0
*/

a.active {
  border-bottom: 2px solid #000000;
}

html, body {
	-webkit-font-smoothing: antialiased;
}
body {
    padding-top: 0;
    padding-bottom: 0;
}
section {
    overflow: hidden;
    width: 100%;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: -2px;
    margin-bottom: 10px;
}
h2, .h2 {
    font-size: 26px;
}
a.download-link {
    color: #333333;
    text-decoration: underline;
    font-weight: bold;
}
a.social-link {
    color: #403F45;
    font-size: 30px;
    margin-right: 15px;
}
.btn-default {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    float: right;
    border-radius: 0;
    padding: 10px 25px;
}
.navbar-brand {
    float: left;
    padding: 7px;
    font-size: 18px;
    line-height: 20px;
    height: 60px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    border-bottom: 2px solid #CCD4D9;
    background-color: transparent;
    color: #8D9194;
}
.navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>li>a {
    color: #8D9194;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 4px;
}
.jumbotron {
    background: #ccd4d9 url('../images/main_background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 660px;
    border-bottom: 1px solid #ccd4d9;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
}
.jumbotron h1, .jumbotron .h1 {
    font-size: 35px;
    top: 50%;
    position: absolute;
    margin-top: 0px;
    text-align: center;
    width: 100%;
}
.jumbozoom {
    display: block;
    height: 660px;
    position: relative;
}
.wrap-who, .wrap-methodology, .wrap-blackbook, .wrap-footer {
    padding: 80px 0;
    border-bottom: 1px solid #ccd4d9;
}
.wrap-what {
    background: #ccd4d9;
    padding: 80px 0;
}
input[type="text"], input[type="email"], textarea {
	outline: none;
	box-shadow:none !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #FFF !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.wrap-footer {
    background: #313036 url('../images/footer_background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
    border-bottom: none;
}
.wrap-copyright {
    color: #ffffff;
    background: #28272d;
    padding: 15px 0;
}
.field {
  margin: 1em 0;
}
label {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #999999;
}
input {
  width: 100%;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}
.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.sweet-alert {
    background-color: white;
    width: 478px;
    padding: 17px;
    border-radius: 0;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}
.sweet-alert button {
    background-color: transparent !important;
    color: #575757;
    border: 1px solid #575757 !important;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 0;
    padding: 10px 50px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}