/** How to Calculate Girth Section Styles **/
section#how-to-calculate-section {
    padding:50px 0;
    font-weight:300;
    text-align:center;
    font-family: 'Roboto', sans-serif;
}

section#how-to-calculate-section h3 {color:#474747;font-size:48px;font-weight:300;line-height:1.3em;padding-bottom:40px;display: inline;}

section#how-to-calculate-section h1 { /*Modify here 30-6-2015*/
    color:#474747;
    font-size:48px;
    font-weight:300;
    line-height:1.3em;
    padding-bottom:40px;
    display: inline;
}

/*section#how-to-calculate-section h3 img {*/
section#how-to-calculate-section img { /*Modify here 30-6-2015*/
    margin:auto;
    display:block;
}
section#how-to-calculate-section p {
    color:#8f8f8f;
    font-size:16px;
}
section#how-to-calculate-section p.extra {
    font-size:20px;
}
section#how-to-calculate-section p strong {
    color:#207dbb;
    font-weight:500;
}
section#how-to-calculate-section p span {
    color:#a6a6a6;
    font-weight:500;
}
section#how-to-calculate-section .girth-demo-image {
    max-width:100%;
    padding:50px 0 30px;
}


/** Girth Calculator Section Styles **/
section#girth-calculator-section {
    padding:60px 0;
    font-weight:300;
    position:relative;
    border-top:3px solid #e5e5e5;
    font-family: 'Roboto', sans-serif;
}
section#girth-calculator-section .ind {
    top:0;
    width: 0;
    height: 0;
    content: '';
    font-size: 0;
    border-top: 0;
    line-height: 0;
    position: absolute;
    left:calc(50% - 4px);
    border-top: 12px solid #e5e5e5;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
section#girth-calculator-section p {
    color:#207dbb;
    font-size:24px;
    line-height:1.3em;
    text-align:center;
}
section#girth-calculator-section form {
    width: 60%;
    padding: 0 0 35px;
    background: #f5f4f4;
    margin: 45px auto 0;
}
/*section#girth-calculator-section form h6 {*/
section#girth-calculator-section form h2 { /*Modify here 30-6-2015*/
    background: #e6e6e6;
    margin: 0 0 20px;
    text-align: center;
    padding: 20px 0;
    color: #207dbb;
    font-weight: 400;
    font-size: 20px;
}
section#girth-calculator-section form .form-group {
    margin-left: 80px;
}
section#girth-calculator-section form .line {
    margin: 20px 10px;
    height: 1px;
    background: #e1e1e1;
}
section#girth-calculator-section form label {
    color: #8c8e8c;
    font-size:16px;
    text-align: left;
    font-weight: 300;
}
section#girth-calculator-section form .form-control {
    box-shadow: none;
    background:#ffffff;
}
section#girth-calculator-section form label {
    width:auto;
    min-width:150px;
}
section#girth-calculator-section .input-group-addon {
    width: 45px;
}
@media (min-width: 768px) {
    .col-sm-6 {
        width: 50% !important;
    }
}
section#girth-calculator-section form .form-submit {
    text-align: center;
}
section#girth-calculator-section form .btn {
    background-image: url('/Content/images/AboutUs/white-bullet-arrow.png');
    background-position: 91% 45%;
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding: 8px 30px 8px 15px;
    line-height: 1.4;
    font-size: 19px;
    color: #fff;
    outline: none;
}
section#girth-calculator-section form .btn-calulate {
    background-color: #fe4141;
    border-color: #fe4141;
}
section#girth-calculator-section form .btn-primary {
    background-color: #207dbb;
    border-color: #207dbb;
    margin-right: 25px;
}
section#girth-calculator-section .cs-skin-border > span {
    border:1px solid #d3d3d3;
    border-radius: 3px;
    padding: 7px 10px;
}


/** Calculate Manually Section Styles **/
section#calculate-manually-section {
    padding:50px 0;
    font-weight:300;
    text-align:center;
    position:relative;
    border-top:3px solid #e5e5e5;
    font-family: 'Roboto', sans-serif;
}
section#calculate-manually-section .ind {
    top:0;
    width: 0;
    height: 0;
    content: '';
    font-size: 0;
    border-top: 0;
    line-height: 0;
    position: absolute;
    left:calc(50% - 4px);
    border-top: 12px solid #e5e5e5;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
/*section#calculate-manually-section h3 {*/
section#calculate-manually-section h2 { /*Modify here 3-7-2015*/
    margin-top:0;
    color:#474747;
    font-size:48px;
    font-weight:300;
    line-height:1.3em;
    padding-bottom:40px;
}
section#calculate-manually-section p {
    color:#8f8f8f;
    font-size:16px;
}


/** Tips Section Styles **/
section#tips-section {
    color:#FFF;
    padding:20px 0;
    font-size:16px;
    font-weight:300;
    text-align:center;
    background:#207cbb;
    font-family: 'Roboto', sans-serif;
}
section#tips-section strong {
    font-weight:500;
}
section#tips-section p {
    margin-bottom:0;
    padding-top:5px;
}


/** Girth Importance Section Styles **/
section#girth-importance-section {
    color:#8f8f8f;
    padding:50px 0;
    font-weight:300;
    text-align:center;
    position:relative;
    font-family: 'Roboto', sans-serif;
}
section#girth-importance-section h3 {font-size:18px;padding-bottom:30px; display: inline; color: #8f8f8f}

section#girth-importance-section h2 { /*Modify here 30-6-2015*/
    font-size:18px;
    padding-bottom:30px;
    display: inline ; color: #8f8f8f /* Added */
}
section#girth-importance-section p {
    font-size:16px;
    margin-bottom:25px;
}
section#girth-importance-section p:last-child {
    margin-bottom:10px;
}


/** Helpful Informations Section Styles **/
section#helpful-informations-section {
    color:#8f8f8f;
    font-size:16px;
    font-weight:300;
    text-align:center;
    position:relative;
    padding:40px 0 60px;
    border-top:3px solid #e5e5e5;
    font-family: 'Roboto', sans-serif;
}
section#helpful-informations-section .ind {
    top:0;
    width: 0;
    height: 0;
    content: '';
    font-size: 0;
    border-top: 0;
    line-height: 0;
    position: absolute;
    left:calc(50% - 4px);
    border-top: 12px solid #e5e5e5;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
/*section#helpful-informations-section h3 {*/ 
section#helpful-informations-section h2 { /*Modify here 30-6-2015*/
    font-size:18px;
    padding-bottom:20px;
}
section#helpful-informations-section ul {
    margin:0;
    padding:0;
    color:#207cbb;
    font-weight:500;
}
section#helpful-informations-section ul li {
    display:block;
    padding:3px 0;
}
section#helpful-informations-section ul li a {
    color:inherit;
    text-decoration:underline;
}
