/**********************************/
/* 		General style             */
/**********************************/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

body {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a {
    color: #0d3455;
}

a:hover {
    color: #185990;
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}


/**********************************/
/* 		Navigation Bar style      */
/**********************************/
.navbar {
    box-shadow: none;
    background-image: none;
    background-color: #0d3455;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
    text-shadow: none;
    letter-spacing: 0.5px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: #FF0000;
}

.navbar-nav>li>a {
    padding: 15px 12px;
}

.navbar-brand {
    padding: 5px;
}

.navbar-brand>img {
    height: 40px;
}
/**********************************/
/* 		Navigation Bar style END  */
/**********************************/


/**********************************/
/* 		Home style                */
/**********************************/
.cover {
    /*background-image: url("../images/negotiation_1500x600.jpg");*/
    background-image: url("../images/negotiation1_1000x500.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    position: relative;
}

.our-services {
    background-image: url("../images/Our_Services_1000x600.jpg");
}

.cover .description {
    position: absolute;
    bottom: 15px;
    margin-left: -585px;
    /*left: 50%;*/
    left: 52%;
    width: 96%;
    background-color: rgba(255,255, 255, 0.9);
    box-shadow: 0 2px 7px 3px rgba(0,0,0, 0.4);
    border-radius: 10px;
}

.cover .contact-us-scrolling {
    width: 300px;
    float: right;
    margin: 50px 0 0 0;
}

.new-cover {
    padding-top: 40px;
    padding-bottom: 20px;
}

.new-cover .description {
    background-color: rgba(255,255, 255, 0.9);
    box-shadow: 0 2px 7px 3px rgba(0,0,0, 0.4);
    border-radius: 10px;
}
.cover .description h3,
.new-cover .description h3 {
    text-align: center;
    padding: 15px 0 0 0;
    font-size: 56px;
    color: #d22d2d;
}

.our-services .description h3 {
    padding: 15px 0 15px 0;
}

.cover .description .description-content,
.new-cover .description .description-content {
    padding: 10px;
    margin: 0;
    font-size: 24px;
    text-align: center;
}

.cover .description .learn-more {
    padding: 0 10px 10px 10px;
}

#sabAbout,
#sabContactForm {
    display: none;
}


#home .contact {
    text-align: center;
    font-size: 16px;
    margin: 20px 0 10px 0;
    color: #0d3455;
}

#home .header {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#home li {
    padding-bottom: 3px;
}

#home ul.who-we-are-list {
    list-style-type: none;
}

#home ul.who-we-are-list li {
    padding-bottom: 10px;
}

#home ul.who-we-are-list li:before {
    content: '-';
    position: absolute;
    margin-left: -15px;
    font-weight: bold;
}

#home .content div {
    margin-top: 20px;
    margin-bottom: 20px;
}

#home .right {
    border-left: 3px dotted #c3c3c3;
}

#quoteWrapper {
    min-height: 40px;
    padding: 15px 0;
    position: relative;
}

#quoteWrapper .quote {
    position: absolute;
    overflow: hidden;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    font-size: 22px;
    text-align: center;
    width: 100%;
}

#quoteWrapper .quote-active {
    opacity: 1;
}

#quoteWrapper .quote .color {
    color: #ffff99;
}

#home .line {
    height: 8px;
    width: 80%;
    background-image: radial-gradient(farthest-side at 50% -50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    margin-bottom: 10px;
}

#customDropDown .custom-dropdown {
    position: relative;
    display: inline-block;
}

#customDropDown .selected-option {
    text-align: left;
    padding: 8px;
    border: 1px solid #144269;
    cursor: pointer;
    background-color: #fff;
}

#customDropDown .options {
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #144269;
    display: none;
    z-index: 12;
    width: 100%;
}
#customDropDown .options .option:hover {
    background-color: #CCCCCC;
}

#customDropDown .option {
    padding: 8px;
}

#customDropDown .custom-dropdown.open .options {
    display: block;
}

.comment-wrapper {
    margin-top: -30px;
}


/***** Logo slider *****/
.customer-logos {
    margin-top: 50px;
    margin-bottom: 50px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slide {
    margin: 0 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}
/***** Logo slider END *****/
/**********************************/
/* 		Home style END            */
/**********************************/


/**********************************/
/* 		Team style                */
/**********************************/
.page .testimonial,
.page .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page .testimonial .page-name-wrapper {
    text-align: right;
    border-right: 3px dotted #c3c3c3;
    padding: 8px 10px;
}

.page .testimonial .page-name-wrapper h3 {
    font-size: 20px;
}

.page .testimonial .testimonial-wrapper {
    background-color: rgb(229, 229, 229);
    padding: 10px;
}

.page .testimonial .testimonial-wrapper p {
    margin: 0;
}

.page .testimonial .testimonial-wrapper span {
    font-size: 12px;
}

.page .content-wrapper .sidebar a {
    display: block;
    padding: 3px 5px;
    font-weight: bold;
}

.page .content-wrapper .sidebar a.even {
    background-color: #EBEBEB;
}

.page .content-wrapper .main-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

#team .content-wrapper .main-content .bio {
    text-align: justify;
}

#team .content-wrapper .main-content .bio .member-name {
    padding-bottom: 10px;
    color: #0d3455;
}

#team .content-wrapper .main-content .bio img {
    float: left;
    padding: 5px 10px 5px 0;
    width: 110px;
}

.page .content-wrapper .main-content hr {
    border-width: 0 0 1px;
    border-image: linear-gradient(90deg, rgba(135, 206, 235, 0), #a5a5a5 50%, rgba(135, 206, 235, 0) 100%) 0 0 100%;
    border-style: solid;
}
/**********************************/
/* 		Team style END            */
/**********************************/


/**********************************/
/* 		Clients style             */
/**********************************/
#clients .client-logos {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

#clients .client-logos a {
    font-weight: bold;
    margin-bottom: 10px;
}

#clients .client-logos div {
    height: 100px;
}

#clients .client-logos img {
    display: block;
    margin: 10px auto 0 auto;
    max-width: 100%;
}

#clients .global-relationships {
    border-right: 3px dotted #c3c3c3;
}

#clients .global-relationships img {
    max-width: 100%;
}


#caseStudy .content-wrapper ul a {
    font-weight: bold;
}

#caseStudy .content-wrapper .transactions a:hover {
    text-decoration: underline;
}

#caseStudy .content-wrapper .wrapper strong {
    margin: 20px 0 10px 0;
    display: block;
}

#caseStudy .content-wrapper .wrapper ul li {
    padding-bottom: 10px;
}


#clientList .content-wrapper .main-content strong {
    display: block;
    padding-top: 15px;
}

#clientList .content-wrapper .main-content ul a {
    font-weight: bold;
}
/**********************************/
/* 		Clients style END         */
/**********************************/



/**********************************/
/* 		Services style            */
/**********************************/
#negotiationTraining .customization-process,
#whySab .programs-different {
    border-right: 3px dotted #c3c3c3;
}

#negotiationTraining .customization-process .row div {
    padding-right: 5px;
    padding-left: 5px;
}

#syllabus .main-content .header {
    background: #EBEBEB;
    padding: 10px;
}

#syllabus .main-content .header a:hover {
    text-decoration: underline;
}

#syllabus .main-content strong {
    display: block;
    padding: 10px 0;
}


#negotiationTest .content-wrapper h5 {
    padding-bottom: 15px;
    font-size: 16px;
}

#negotiationTest .content-wrapper .question {
    display: block;
    padding: 20px 0 10px 0;
}


#negotiationTest .content-wrapper input[type="checkbox"] {
    position: fixed;
    opacity: 0;
    z-index: -1;
}

#negotiationTest .content-wrapper label {
    position: relative;
    display: block;
    padding: 0 5px 0 20px;
    margin-bottom: 2px;
    cursor: pointer;
    font-weight: normal;
}

#negotiationTest .content-wrapper label::before,
#negotiationTest .content-wrapper label::after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
}

#negotiationTest .content-wrapper label::before {
    content: " ";
    border: 2px solid #52B6EC;
    border-radius: 20%;
}

#negotiationTest .content-wrapper input[type="checkbox"] + label::after {
    content: "\2714";
    color: #52B6EC;
    text-align: center;
    font-weight: normal;
    top: 0;
}

#negotiationTest .content-wrapper n input[type="checkbox"]:checked + label::before {
    background: #52B6EC;
    border-color: #52B6EC;
}

#negotiationTest .content-wrapper input[type="checkbox"] + label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#negotiationTest .content-wrapper input[type="checkbox"]:checked + label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#negotiationTest .content-wrapper label::before,
#negotiationTest .content-wrapper label::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

#negotiationTest .content-wrapper .btn-wrapper {
    text-align: center;
    margin: 20px 0 10px 0;
}

#negotiationTest .content-wrapper .btn-wrapper .btn {
    width: 120px;
    border: 1px solid #144269;
    height: 38px;
    background-color: #144269;
    color: #FFFFFF;
    border-radius: 0;
}

#testResult h3 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}

#testResult .user-score {
    display: block;
    font-weight: bold;
}

#testResult i.scroll {
    display: block;
    text-align: center;
    padding: 20px 0 30px 0;
}

#testResult .question-wrapper {
    padding: 10px 0 20px 0;
}

#testResult .question-wrapper .question-number {
    background: #e0e0e0;
    padding: 4px 5px;
}

#testResult .question-wrapper .question {
    margin: 10px 0;
}

#testResult .question-wrapper .answer {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.service-wrapper {
    padding-bottom: 30px;
}

.service-wrapper h4 {
    margin-bottom: 10px;
}

.service-wrapper h4 a {
    line-height: 22px;
}

.service-wrapper i {
    font-size: 50px;
    padding: 40px;
    color: #ffffff;
    background-color: #065885;
    border-radius: 10px;
    float: left;
    margin: 0 10px 0 0;
}

.service-wrapper i.chart {
    background: #FF0000;
}

.service-wrapper i.usd {
    padding: 40px 53px;
}

.service-wrapper .learn-more {
    position: relative;
    padding: 4px 12px 4px 10px;
    background: #065885;
    color: #FFFFFF;
    font-size: 14px;
    float: right;
    margin-right: 20px;
}

.service-wrapper .learn-more::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: -28px;
    border-style: solid;
    border-width: 14px;
    border-color: transparent transparent transparent #065885;

}

.service-wrapper .learn-chart {
    background: #FF0000;
}

.service-wrapper .learn-chart::after {
    border-color: transparent transparent transparent #FF0000;

}

.negotiation-services {
    padding-bottom: 30px;
}

.negotiation-services .contact-us {
    padding: 50px 20px 0 20px;
}

.training h2 {
    color: #065885;
    text-align: center;
    padding: 30px 0;
}

.training .banner {
    background: #942022;
}

.training .banner h3 {
    color: #FFFFFF;
    padding: 20px 15px;
}

.training h4 {
    color: #065885;
    padding: 20px 0 15px 0;
    font-weight: bold;
}

.training h5 {
    color: #065885;
    padding: 15px 0 0 0;
    font-weight: bold;
}

.training p {
    margin: 0;
}

.training ul {
    margin: 10px 0 0 0;
}

.training ul li {
    line-height: 22px;
}

.customization-process {
    padding-bottom: 30px;
}

.customization-process .stage-wrapper {
    text-align: center;
}

.customization-process .stage-wrapper h4 {
    padding: 20px 0 5px 0;
}

.customization-process .stage-wrapper h5 {
    padding: 0 0 15px 0;
    font-weight: normal;
}

.customization-process .stage-wrapper p {
    text-align: left;
    padding: 20px 0 0 0;
}

.customization-process .stage-wrapper .circle {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.customization-process .stage-wrapper .circle i {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 34px;
    color: #065885;
}

#footerImg {
    background-image: url("../images/agreement_signed_1500x344.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 344px;
    position: relative;
}

.negotiation-wrapper {
    padding-top: 30px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}

.negotiation-wrapper h3 {
    text-align: center;
    background: #065885;
    padding: 13px 0;
    color: #FFFFFF;
}

.negotiation-wrapper .negotiation-box {
    padding: 10px;
}

.negotiation-wrapper .col-sm-6 {
    background: #DEDEDE;
    margin: 0 15px;
    padding: 0;
}
/**********************************/
/* 		Services style END        */
/**********************************/



/**********************************/
/* 		Registration style        */
/**********************************/
#seminars .register-table {
    width: 100%;
    border: 1px solid rgb(13, 52, 85);
    margin: 40px 0 20px 0;
}

#seminars .register-table tr td {
    padding: 8px;
}

#seminars .register-table tr td:last-child {
    width: 1%;
}

#seminars .register-table thead {
    background-color: #0d3455;
    color: #FFFFFF;
    text-align: center;
}

#seminars .register-table tr.view-cart {
    text-align: right;
    background-color: #ccc;
}

#seminars .register-table .register .closed {
    color: #FF0000;
    padding: 5px 8px;
    width: 100%;
    display: block;
    text-align: center;
}

#seminars .register-table .register a {
    background-color: #0f64f9;
    color: #FFF;
    padding: 5px 8px;
}

#seminars .register-table .register a:hover {
    background-color: #004acc;
}

#seminars .register-table .view-cart a {
    background-color: #0f90f9;
    color: #FFF;
    padding: 5px 8px;
}

#seminars .register-table .view-cart a:hover {
    background-color: #0379d8;
}

#seminars .register-table {
    display: block;
}

#seminars .register-table tr.odd {
    background: #e8e8e8;
}

#seminars .mobile-only {
    display: none;
}

#seminars .mobile-only tr td:last-child {
    width: 100%;
}

#seminars .mobile-only tr td:first-child {
    background-color: #0d3455;
    color: #FFFFFF;
    width: 1%;
}

#seminars .mobile-only tr td.register {
    text-align: center;
}

#seminars .mobile-only tr td.register a {
    margin: 0 0 5px 0;
    display: inline-block;
}

#seminars .mobile-only .view-cart a {
    display: inline-block;
}

#seminars .mobile-only tr.view-cart td {
    background-color: transparent;
    text-align: center;
}

#seminars .mobile-only tr td {
    padding: 4px 6px;
}
/**********************************/
/* 		Registration style END    */
/**********************************/



/**********************************/
/* 		Contact Us style          */
/**********************************/
#contactUs .content-wrapper {
    background-color: rgb(235, 235, 235);
}

#contactUs .content-wrapper .col-sm-6 {
    width: 40%;
    margin-left: 10%;
}

.contact-us {
    padding: 50px 50px 30px 50px;
    text-align: center;
}

.contact-us-scrolling {
    background-color: rgba(255,255, 255, 0.9);
    box-shadow: 0 2px 7px 3px rgba(0,0,0, 0.4);
    border-radius: 10px;
    padding: 30px 15px 10px 15px;
}

.contact-us form {
    padding-top: 25px;
}

.contact-us h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-us form span {
    background-color: #144269;
    border-radius: 0;
    border: 1px solid #144269;
}

.contact-us form span i {
    color: #fff;
    font-size: 18px;
    width: 18px;
}

.contact-us form .input-group input,
.contact-us form .input-group select,
.contact-us form .input-group textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border: 1px solid #144269;
    border-left: none;
}

.contact-us form .input-group textarea {
    height: 70px;
    resize: none;
}

.contact-us form .submit {
    width: 120px;
    border: 1px solid #144269;
    height: 38px;
    background-color: #144269;
    color: #FFFFFF;
    margin-top: 20px;
}

.contact-us .error {
    text-align: left;
    margin: -2px 0 -20px 15px;
    display: none;
}

.contact-us .error i,
.contact-us .error span {
    color: #FF0000;
    font-size: 16px;
    border: none !important;
}
/****************************************/
/*     Contact Us style END             */
/****************************************/



/****************************************/
/*     Email Status page style          */
/****************************************/
#emailStats {
    margin: 30px auto 40px auto;
}

#emailStats .email-status-form {
    margin: 0;
}

#emailStats .error {
    color: #FF0000;
    padding-bottom: 10px;
}

#emailStats table {
    border: 1px solid #CCC;
    margin-bottom: 0;
}

#emailStats table td {
    padding: 5px;
}

#emailStats table td.row {
    white-space: nowrap;
    text-align: center;
}

#emailStats table input {
    border: 1px solid #144269;
    background: #144269;
    color: #FFFFFF;
    padding: 0 8px;
    font-weight: normal;
}

#emailStats table input:hover {
    background: #FFFFFF;
    color: #144269;
}

#emailStats table tr:first-child {
    font-weight: bold;
    background: #dedcdc;
}

#emailStats h1.sent-successfully,
#emailStats .no-emails {
    text-align: center;
    font-size: 20px;
    padding: 30px 0 60px 0;
    color: #144269;
}

#emailStats h1.sent-successfully span {
    font-size: 30px;
    padding-bottom: 14px;
}
/****************************************/
/*     Email Status page style END      */
/****************************************/



/****************************************/
/*     Thank You page style             */
/****************************************/
#thankYou {
    position: absolute;
    left: 50%;
    top: 40%;
    margin: -60px 0 0 -60px;
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 10px solid #0e3454;
}

#thankYou:after {
    content: '';
    background: trasparent;
    width: 140%;
    height: 140%;
    position: absolute;
    border-radius: 100%;
    top: -20%;
    left: -20%;
    opacity: 0.7;
    box-shadow: rgba(14, 52, 84, 0.6) -4px -5px 3px -3px;
    animation: rotate 2s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

#thankYou .text {
    padding-top: 40px;
    font-size: 18px;
    text-align: center;
    color: #0e3454;
}

#thankYouBody {
    margin: 0;
}

#thankYouSaying {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 55%;
    font-size: 16px;
}

#thankYouSaying p {
    margin: 0;
}
/****************************************/
/*     Thank You page style END         */
/****************************************/



/****************************************/
/*     Sending page style               */
/****************************************/
#sendingWrapper {
    display: none;
    z-index: 9999;
    background: rgba(93, 93, 93, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#sendingWrapper .sending {
    width: 220px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -110px;
    background: #FFF;
    padding: 15px;
    border-radius: 4px;
    color: #1464A1;
}

#sendingWrapper .sending h4 {
    padding-bottom: 6px;
}

#sendingWrapper .sending .progress {
    margin: 0;
    border-radius: 2px;
}
/****************************************/
/*     Sending page style END           */
/****************************************/



/****************************************/
/*     Ebooks page style               */
/****************************************/
.e-books .header {
    background: #b1b1b1;
}

.e-books .header h2 {
    padding: 70px 10px;
    text-align: center;
    color: #FFF;
}

.e-books .text-wrapper {
    padding: 40px 10px  0 10px;
    color: #333;
}

.e-books .text-wrapper p,
.e-books .text-wrapper ul,
.e-books .text-wrapper ol {
    font-size: 18px;
    line-height: 30px;
}

.e-books .contact-form {
    padding: 20px 10px 60px 10px;
}

.e-books .contact-form .error span {
    padding-bottom: 5px;
    padding-left: 5px;
    color: #F44336;
    text-align: left;
    font-size: 18px;
    max-width: 350px;
    width: 100%;
}

.e-books .contact-form input[type="text"] {
    text-align: inherit;
    line-height: 50px;
    padding: 24px 14px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
    background: #eeeeee;
    color: #333;
    border: 1.5px solid #333;
    box-shadow: none;
    max-width: 400px;
    margin: 0 auto;
}

.e-books .contact-form input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 0.5;
}

.e-books .contact-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
    opacity: 0.5;
}

.e-books .contact-form input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
    opacity: 0.5;
}

.e-books .contact-form input[type="submit"] {
    text-transform: uppercase;
    font-style: normal;
    border-radius: 50px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    background-color: #B51800;
    color: #FFF;
    margin: 0 auto;
    padding: 10px 30px;
    display: block;
}

.e-books .contact-form .button-wrapper {
    padding-top: 20px;
    text-align: center;
}
/****************************************/
/*     Ebooks page style END            */
/****************************************/


/****************************************/
/*     Privacy page style               */
/****************************************/
.privacy .block-wrapper {
    margin: 25px 0;
    color: #0d3455;
}

.privacy .block-wrapper .heading {
    font-size: 26px;
    margin-bottom: 1.5rem;
}

.privacy .block-wrapper p {
    margin-bottom: 1.5rem;
}
/****************************************/
/*     Privacy page style END           */
/****************************************/


/****************************************/
/*     Leadership page style            */
/****************************************/
#leadership .header {
    font-size: 26px;
    padding: 50px 10px;
    text-align: center;
}

#leadership p {
    margin-bottom: 25px;
}

#leadership h4 {
    padding-bottom: 15px;
}

#leadership ul {
    margin-bottom: 25px;
}

#leadership ul li {
    margin-bottom: 3px;
}
/****************************************/
/*     Leadership page style END        */
/****************************************/


/**********************************/
/* 		Footer style              */
/**********************************/
footer {
    background-color: #0d3455;
    color: #FFFFFF;
    padding: 15px;
}

footer .container {
    margin: auto;
    padding: 0 10px;
}

footer .container a {
    color: #FFFFFF;
}

footer .container span.copy {
    float: left;
}

footer .container span.tel {
    float: right;
}
/****************************************/
/*     Footer style END                 */
/****************************************/



/****************************************/
/*     Page Not Found style             */
/****************************************/
#pageNotFound {
    text-align: center;
    padding: 150px 10px;
}

#pageNotFound h1 {
    font-weight: 900;
    font-size: 150px;
    opacity: 0.8;
    background-color: #909090;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0 3px 3px;
}

#pageNotFound h2 {
    font-weight: 700;
    font-size: 40px;
    margin: -10px 0 0 0;
    opacity: 0.9;
    background-color: #909090;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0 3px 3px;
}
/****************************************/
/*     Page Not Found style END         */
/****************************************/


/****************************************/
/*     PDF style                        */
/****************************************/
#pdf .page-title {
    font-size: 26px;
    text-align: center;
    text-decoration: underline;
    padding: 30px;
}

#pdf .question-header {
    font-size: 22px;
    text-transform: uppercase;
    padding: 20px 0;
}

#pdf .question-subheader {
    font-size: 20px;
    padding: 15px 0;
}

#pdf .question-body,
#pdf .question-sub-body,
#pdf .sub-question {
    margin-left: 30px;
}

#pdf .question-body label {
    font-weight: normal;
}

#pdf .question-body ol li {
    padding-bottom: 15px;
}

#pdf .button-wrapper {
    text-align: center;
    margin: 20px;
}

#pdf .button-wrapper .save {
    width: 120px;
    border: 1px solid #144269;
    height: 38px;
    background-color: #144269;
    color: #FFFFFF;
}

#pdf table {
    border: 1px solid #DEDEDE;
    width: 100%;
}

#pdf table tr td {
    border: 1px solid #cac9c9;
    vertical-align: top;
    padding: 10px;
}
#pdf table tr td .form-group {
    margin-bottom: 0;
}
#pdf table tr td.header {
    text-align: center;
    background-color: #cac9c9;
}
#pdf table tr td.agenda textarea,
#pdf table tr td.propositions textarea,
#pdf table tr td.arguments textarea {
    margin-bottom: 10px;
}

#pdf table tr td .btn-group-toggle .active {
    background: #0e3454;
    color: #FFF;
}
#pdf table tr td .btn-group-toggle .btn {
    width: 45px;
}
#pdf table tr td .btn-group-toggle .btn:hover {
    border: 1px solid #0f3453;
}
#pdf table tr td .btn-group-toggle .btn.active:focus {
    outline: 0;
    outline-offset: 0;
}
#pdf table tr td .float-right {
    float: right;
}
#pdf table tr td.min-width {
    width: 250px;
}
#pdf table tr td .sub-header {
    text-align: center;
    display: block;
    padding-bottom: 10px;
}
#pdf table tr td .low-high {
    padding-bottom: 10px;
}
#pdf table tr td.second {
    background: #DEDEDE;
}
/****************************************/
/*     PDF style END                    */
/****************************************/


@media (min-width: 1201px) {
    .secrets-to-increasing-your-negotiation-power-ebook-sign-up .container,
    .e-books .container {
        width: 970px;
    }
}

@media (max-width: 1200px) {

    /* Home page */
    .cover {
        /*background-image: url("../images/negotiation_1000x467.jpg");*/
        height: 500px;
    }

    .cover .description {
        margin-left: -485px;
    }

    .cover .contact-us-scrolling {
        margin: 10px 0 0 0;
        padding: 30px 10px 10px 10px;
    }

    .cover .description h3,
    .new-cover .description h3 {
        font-size: 48px;
    }

    .cover .description .description-content,
    .new-cover .description .description-content {
        font-size: 22px;
    }
    /* Home page END */


    /* Clients page */
    #clients .testimonial .page-name-wrapper {
        padding: 17px 10px;
    }
    /* Clients page END */

    /* Services page */
    #services .testimonial .page-name-wrapper,
    #negotiationTraining .testimonial .page-name-wrapper,
    #publicNegotiationTraining .testimonial .page-name-wrapper,
    #negotiationConsulting .testimonial .page-name-wrapper,
    #syllabus .testimonial .page-name-wrapper,
    #whySab .testimonial .page-name-wrapper {
        padding: 17px 10px;
    }

    #negotiationTest .testimonial .col-sm-2 {
        width: 20%;
    }

    #negotiationTest .testimonial .col-sm-10 {
        width: 80%;
    }

    #footerImg {
        background-image: url("../images/agreement_signed_1000x229.png");
        height: 299px;
    }
    /* Services page END */
}

@media (max-width: 991px) {
    /* Home page */
    .cover {
        /*background-image: url("../images/negotiation_900x420.jpg");*/
        height: 450px;
    }

    .cover .description {
        margin-left: -375px;
    }

    .cover .description h3 {
        font-size: 40px;
    }

    .cover .description .description-content {
        font-size: 18px;
    }

    #quoteWrapper .quote {
        font-size: 20px;
    }
    /* Home page END */

    /* Team page */
    .page .col-sm-2 {
        width: 23%;
    }

    .page .col-sm-10 {
        width: 77%;
    }
    /* Team page END */

    /* Clients page */
    #clients .client-logos .col-xs-6 {
        width: 33.33%;
    }

    #caseStudy .testimonial .page-name-wrapper {
        padding: 17px 10px;
    }
    /* Clients page END */

    /* Registration page */
    #registration .testimonial .author {
        display: none;
    }
    /* Registration page END */

    /* Contact Us page */
    #contactUs .content-wrapper .col-sm-6 {
        width: 50%;
        margin-left: 0;
    }

    .contact-us {
        padding: 40px 0 20px 0;
    }

    .contact-us-scrolling {
        padding: 30px 5px 10px 5px;
    }
    /* Contact Us page END */

    /* Services page */
    #negotiationTest .testimonial .col-sm-2 {
        width: 25%;
    }

    #negotiationTest .testimonial .col-sm-10 {
        width: 75%;
    }

    #footerImg {
        background-image: url("../images/agreement_signed_900x206.png");
        height: 206px;
    }

    .negotiation-services .contact-us {
        padding: 40px 0 0px 0;
    }
    /* Services page END */

    /* Footer */
    footer .container span.copy {
        max-width: 485px;
    }
    /* Footer END */
}

@media (max-width: 767px) {
    /* Navigation Bar */
    .navbar-default .navbar-toggle {
        border-color: #FFFFFF;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #FFF;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFFFFF;
    }

    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #0d3455;
    }
    /* Navigation Bar END */

    /* Home page */
    .cover {
        background-image: url("../images/negotiation1_600x360.jpg");
        height: 290px;
    }

    .cover .description {
        display: none;
    }

    .our-services {
        background-image: url("../images/Our_Services_600x360.jpg");
    }

    .our-services .description {
        display: block;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .our-services .description h3 {
        font-size: 26px;
    }

    .comment-wrapper {
        margin-top: 0;
    }

    #sabImage .cover,
    .new-cover {
        display: none;
    }

    #sabContactForm {
        display: block;
    }

    #sabAbout {
        display: block;
        background: #f9f9f9;
        margin-bottom: 40px;
    }

    #sabAbout h3 {
        text-align: center;
        padding: 30px 0 0 0;
        font-size: 26px;
        color: #d22d2d;
    }

    #sabAbout p {
        margin: 0;
        padding: 15px 20px 30px 20px;
        font-size: 20px;
    }

    #quoteWrapper .quote {
        font-size: 20px;
    }

    #home .right {
        border: none;
        border-top: 3px dotted #c3c3c3;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    #quoteWrapper {
        padding: 10px 0;
    }

    #quoteWrapper .quote {
        font-size: 18px;
    }

    #home .line {
        margin-bottom: 0;
    }
    /* Home page END */

    /* Team page */
    .page .testimonial,
    .page .content-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page .testimonial .page-name-wrapper {
        display: none;
    }

    .page .testimonial .col-sm-10 {
        width: 100%;
    }

    .page .content-wrapper .col-sm-2,
    .page .content-wrapper .col-sm-10 {
        width: 100%;
    }

    .page .content-wrapper .sidebar a {
        display: inline-block;
        margin: 5px;
        background-color: #EBEBEB;
    }

    .page .content-wrapper .main-content h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* Team page END */

    /* Clients page */
    #clients .client-logos .col-xs-6 {
        width: 50%;
    }

    #clients .global-relationships {
        border-right: none;
        border-bottom: 3px dotted #c3c3c3;
    }
    /* Clients page END */

    /* Services page */
    #negotiationTraining .customization-process,
    #whySab .programs-different {
        border-right: none;
        border-bottom: 3px dotted #c3c3c3;
        margin-bottom: 10px;
    }

    #negotiationTest .testimonial .col-sm-10 {
        width: 100%;
    }


    .negotiation-services {
        padding-bottom: 0;
    }

    .training h2 {
        font-size: 26px;
        padding: 25px 0;
    }

    .training .banner h3 {
        padding: 15px 10px;
        font-size: 20px;
    }

    .negotiation-wrapper h3 {
        font-size: 20px;
    }

    .negotiation-wrapper .col-sm-6 {
        margin: 0 0 15px 0;
    }

    .negotiation-wrapper .col-sm-6:last-child {
        margin: 0;
    }

    .negotiation-wrapper {
        display: initial;
    }

    #footerImg {
        background-image: url("../images/agreement_signed_600x138.png");
        height: 138px;
    }
    /* Services page END */

    /* Contact Us END */
    #contactUs .content-wrapper .col-sm-6 {
        float: left;
    }

    .contact-us-scrolling {
        padding: 30px 15px 10px 15px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px auto;
    }
    /* Contact Us END */

    /* Footer */
    footer .container {
        padding: 0;
    }

    footer .container span.tel {
        max-width: 125px;
    }
    footer .container span.copy {
        max-width: 300px;
    }
    /* Footer END */

    /* Ebooks page */
    .e-books .text-wrapper {
        padding: 2em 0;
    }

    .e-books .text-wrapper p,
    .e-books .text-wrapper ul,
    .e-books .text-wrapper ol {
        font-size: 16px;
    }
    /* Ebooks page END */
}

@media (max-width: 480px) {
    /* Home page */
    .cover {
        background-image: url("../images/negotiation1_450x270.jpg");
        height: 180px;
    }

    .our-services {
        background-image: url("../images/Our_Services_450x270.jpg");
    }

    .our-services .description h3 {
        font-size: 20px;
    }

    #sabAbout h3 {
        padding: 20px 0 0 0;
        font-size: 24px;
    }

    #sabAbout p {
        padding: 10px 10px 20px 10px;
        font-size: 18px;
    }

    #quoteWrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    #quoteWrapper .quote {
        font-size: 16px;
    }
    /* Home page END */

    /* Registration */
    #seminars .register-table {
        display: none;
    }

    #seminars .mobile-only {
        display: block;
    }
    /* Registration END */

    /* Services */
    .negotiation-services {
        padding-right: 5px;
        padding-left: 5px;
    }

    .training h2 {
        font-size: 22px;
        padding: 20px 0;
    }
    .training .banner h3 {
        padding: 10px 4px;
        font-size: 18px;
    }
    .training h4 {
        padding: 15px 0 10px 0;
        font-size: 16px;
    }
    .negotiation-wrapper h3 {
        font-size: 18px;
        padding: 8px 0;
    }
    .training ul {
        padding-left: 25px;
    }
    #footerImg {
        background-image: url("../images/agreement_signed_450x103.png");
        height: 103px;
    }
    /* Services END */

    /* Contact Us END */
    #contactUs .content-wrapper .col-sm-6 {
        width: 100%;
        float: none;
    }
    /* Contact Us END */

    /* Footer */
    footer .container {
        text-align: center;
    }

    footer .container span.tel,
    footer .container span.copy {
        float: none;
    }

    footer .container span.tel {
        display: block;
        max-width: 100%;
        padding-top: 10px;
    }
    /* Footer END */


    .e-books .header h2 {
        padding: 20px 10px;
    }
    .e-books .text-wrapper {
        padding: 10px 0 0 0;
    }
    .e-books .contact-form {
        padding: 0 10px 20px 10px;
    }
}