
/* global formatting ======================================================================= */

html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 22px;
    color: #000;
    background: #fff;
}

.content-tc h1, 
.content-tc h2, 
.content-tc h3,
.content-tc h4, 
.content-tc h5, 
.content-tc h6 {
    font-weight: 700;
}

.content-tc p {
    margin-bottom: 60px;
    line-height: 34px;
}

/* index page formatting ================================================================ */

.section-tc-header {
    background: #fff;
}

.section-tc-header .container {
    padding-top: 40px;
}

.section-tc-header h1 {
    font-size: 46px;
    margin-bottom: 5px;
    line-height: 56px;
}

.section-tc-header p {
    margin-bottom: 30px;
}

.section-tc-tackle-hurdles {
    background: #f5f5f5;
    /* color: #fff; */
}

.section-tc-tackle-hurdles .container {
    padding-top: 70px;
    padding-bottom: 90px;
}

.section-tc-tackle-hurdles h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.section-tc-tackle-hurdles h2 {
    font-size: 36px;
    margin-bottom: 50px;
    line-height: 46px;
}

.section-tc-tackle-hurdles h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
    line-height: 34px;
}

.section-tc-tackle-hurdles p {
    margin-bottom: 50px;
}

.section-tc-tackle-hurdles .thumbnail {
    box-shadow: 2px 2px 6px #00000052;
	border-radius: 0;
	border: none;
    background: #1097b4;
    color: #fff;
    padding: 40px 30px 10px;
	margin-bottom: 40px;
}

.section-tc-tackle-hurdles hr {
    border-top: 1px solid #1097b4;
	margin-top: 30px;
	margin-bottom: 50px;
}

.section-tc-tackle-hurdles .coaching,
.section-tc-tackle-hurdles .coaching [class*="col"]{
    display: flex;
    justify-content: center;
}

.section-tc-tackle-hurdles .megaphone {
    display: flex;
	align-items: center;
}

.section-tc-why-hire {
    background: #fff;
}

.section-tc-why-hire .container {
    padding-top: 70px;
    padding-bottom: 80px;
}

.section-tc-why-hire h2 {
    font-size: 36px;
    margin-bottom: 70px;
}

.section-tc-why-hire h3 {
    font-size: 28px;
    margin-top: 0;
}

.section-tc-why-hire .panel {
    padding: 0;
    margin-top: 50px;
    border: none;
    box-shadow: none;
}

.section-tc-why-hire .panel hr {
    margin: 50px 0px;
    border-top: 1px solid #1097b4;
}

.section-tc-why-hire .panel .media .media-left {
    padding-right: 40px;
}

.section-tc-why-hire .panel .media .media-body p {
    margin-bottom: 0px;
}

.section-tc-when-choose {
    background: #f5f5f5;
}

.section-tc-when-choose .container {
    padding-top: 80px;
    padding-bottom: 90px;
}

.section-tc-when-choose h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.section-tc-when-choose .panel {
	background: #0e486e;
	color: #fff;
	padding: 40px 40px 0px;
	border-radius: 15px;
}

.section-tc-topics {
	position: relative;
    background: #fff;
}

.section-tc-topics .container {
    padding-top: 70px;
    padding-bottom: 180px;
}

.section-tc-topics h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.section-tc-topics h2 {
    font-size: 36px;
    margin-bottom: 70px;
    line-height: 46px;
}

.section-tc-topics h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.section-tc-topics p {
    margin-bottom: 10px;
}

.section-tc-topics .row {
    display: flex;
    flex-wrap: wrap;
}

.section-tc-topics .col-sm-6 {
    display: flex;
}

.section-tc-topics .panel {
    border-radius: 0;
    margin-bottom: 40px;
    position: relative;
    background: #f5f5f5;
	border: none
}

.section-tc-topics .panel .panel-heading {
	background: #0e486e;
	color: #fff;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.section-tc-topics .panel .panel-body {
	padding-bottom: 120px;
}

.section-tc-topics .panel .panel-body p {
	font-size: 20px;
}

.section-tc-topics .panel .panel-body img {
	margin-top: 20px;
	margin-bottom: 40px;
}

.section-tc-topics .panel .panel-body .btn-learn-more {
    color: #fff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 50px;
    background: #ff8b10;
    font-weight: 700;
    white-space: normal;
    transition: 0.3s;
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	margin: 0 50px;
}

.section-tc-topics .panel .panel-body .btn-learn-more:hover {
    color: #fff;
    background: #c0670a;
}

.section-tc-topics .leaf01 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-tc-topics .leaf02 {
    position: absolute;
    bottom: -24px;
    right: 0;
}

@media (min-width: 1200px) {
    
	/* index page formatting ===================================================================== */
    
}

@media (max-width: 1199px) and (min-width: 992px) {

    /* index page formatting ================================================================ */
    
	.section-tc-topics .panel .panel-body .btn-learn-more {
	    padding: 10px 30px;
		margin: 0 30px;
	}
	
}

@media (max-width: 991px) and (min-width: 768px) {
    
    /* global formatting ======================================================================= */

    body {
        font-size: 20px;
    }
    
    .content-tc p {
        margin-bottom: 30px;
        line-height: 30px;
    }
    
    /* index page formatting ================================================================ */
    
    .section-tc-header h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .section-tc-tackle-hurdles .container {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    
    .section-tc-tackle-hurdles h2 {
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 40px;
    }

    .section-tc-tackle-hurdles h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .section-tc-why-hire h2 {
        font-size: 30px;
    }

    .section-tc-why-hire h3 {
        font-size: 24px;
    }

	.section-tc-when-choose .container {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	
    .section-tc-when-choose h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .section-tc-topics .container {
        padding-top: 50px;
        padding-bottom: 160px;
    }
    
    .section-tc-topics h2 {
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 40px;
    }

    .section-tc-topics h3 {
        font-size: 22px;
        line-height: 32px;
    }

	.section-tc-topics .panel .panel-body .btn-learn-more {
	    padding: 10px 30px;
		margin: 0 30px;
	}
	
}

@media (max-width: 991px) {
     
}

@media (max-width: 767px) {
    
    /* global formatting ======================================================================= */

    body {
        font-size: 16px;
    }
    
    .content-tc p {
        line-height: 26px;
        margin-bottom: 20px;
    }

    /* index page formatting ================================================================ */
    
    .section-tc-header .container {
        padding-top: 20px;
    }

    .section-tc-header h1 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-tc-tackle-hurdles .container {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    
    .section-tc-tackle-hurdles h2 {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 34px;
    }
    
    .section-tc-tackle-hurdles h3 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 0;
        line-height: 30px;
    }
    
    .section-tc-tackle-hurdles p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-tc-tackle-hurdles .thumbnail {
        max-width: 400px;
		margin: 30px auto 0;
    }
    
	.section-tc-tackle-hurdles .coaching,
	.section-tc-tackle-hurdles .coaching [class*="col"],
	.section-tc-tackle-hurdles .megaphone {
	    display: block;
	    justify-content: center;
	}

	.section-tc-tackle-hurdles hr {
	    margin-top: 50px;
	    margin-bottom: 40px;
	}
	
    .section-tc-why-hire .container {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .section-tc-why-hire h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-tc-why-hire h3 {
        font-size: 20px;
    }

	.section-tc-why-hire .panel hr {
	    margin: 30px 0px;
	}
	
	.section-tc-why-hire .panel {
	    margin-top: 10px;
	    margin-bottom: 40px;
	    padding: 30px 20px 10px;
	}
	
	.section-tc-why-hire .panel .media .media-left,
	.section-tc-why-hire .panel .media .media-body {
	    display: block;
	    padding-right: 0;
	}
	
	.section-tc-why-hire .panel .media .media-left img {
	    margin: 0 auto 20px;
	}
	
	.section-tc-why-hire .panel .media .media-body {
	    width: 100%;
	}	

    .section-tc-when-choose .container {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .section-tc-when-choose h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }

	.section-tc-when-choose .panel {
	    padding: 20px 20px 0px;
	}

    .section-tc-topics .container {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    .section-tc-topics h2 {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 34px;
    }
    
    .section-tc-topics h3 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    
    .section-tc-topics p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-tc-topics .row,
    .section-tc-topics .col-sm-6 {
        display: block;
    }

    .section-tc-topics .panel {
        display: block;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    
	.section-tc-topics .panel .panel-body {
		padding-bottom: 30px;
	}
	
	.section-tc-topics .panel .panel-body p {
		font-size: 16px;
	}
	
	.section-tc-topics .panel .panel-body .btn-learn-more {
	    font-size: 16px;
	    padding: 10px 30px;
	    position: relative;
	    bottom: auto;
	    left: auto;
	    right: auto;
	    margin: 0 30px;
	}
	
    .section-tc-topics [class*="leaf"] {
        max-width: 200px
    }

    .section-tc-topics .leaf02 {
        bottom: -5px;
    }

}

@media (max-width: 480px) {

}




