﻿@import url(https://fonts.googleapis.com/css?family=Khula:300,600,800);

body, .main-body {
    font-family: 'Khula', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.termsBlock {
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 10px;*/
	width: 80%;
	/*min-height: 400px;*/
	padding-top: 20px;
	/*padding-bottom: 20px;*/
}
#tcheader {
	padding-top: 20px;
}
.tctitle{
	font-size: 18px;
	font-weight: 600;
}
.countrySection {
	padding: 10px 0 10px 0;
}
.countryTitle {
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
}
.tcinstructions {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.countrySection ul ul li {
	padding-left: 5px;
	margin-left: 5px;
}
#countrySelector {
	border: 1px #e0e0e0 solid;
	color: #4e4e4e;
}
.TCSectionArea {
    /*min-height:450px;*/
    width:99%;
    margin-left: 20px;
    margin-right: 20px;
    display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;     
    -webkit-flex-direction: row; 
    -webkit-flex-wrap: wrap; 
    flex-direction: row;
    flex-wrap: wrap;

}
@media (max-width: 1523px){
    .TCSectionArea {
        /*min-height: 1040px;*/
    }
}
.TCSectionItem {
    border: 1px solid #e0e0e0;
    width: 375px;
    min-height: 200px;
    padding: 10px;
    margin-bottom: 20px;
    margin-right:5px;
    /*float:left;*/
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column; 
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    flex-wrap: wrap;
}
.TCSectionItem p.ButtonContainer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding-top: 20px;
}
.TCSectionItem a.learnmore {
    text-decoration: none;
    color: #808080;
    background-color: #eaeaea;
    border-color: #DDD;
    border: 1px solid transparent;
    white-space: nowrap;
    outline: 0;
    padding: 12px 20px;
    line-height: 1em;
    border-radius: 22px;
    transition: background-color .25s ease,color .25s ease;
}
.TCSectionItem a.learnmore:hover {
    color: #ffffff;
    background-color: #808080;
}
.TCSectionItem p.TCHubTitle {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
}
footer {
    float: left;
    margin: auto;
    position: relative;
    bottom: 15px;
    width: 100%;
}
header .top {
    padding-left: 20px;
}
.TCBreadcrumbs {
    padding-top:    20px;    
    padding-left: 20px;
}
.TCBreadcrumbsCurrentItem {
    font-weight:600;
}
.TCHubButtonSpacer {
    height: 80px;
}