/* Default Classes
------------------------------------------------------------------------- */
.hide   { display: none; visibility: hidden; }
.left   { float: left; }
.right  { float: right; }

a {outline: none;}
a img {border: none;}

/* Clear
------------------------------------------------------------------------- */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:before, .clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both }
.clearfix { zoom: 1 }
* html .clearfix { height: 1%; }


/* iOS-Style Scrollbar
------------------------------------------------------------------------- */
*::-webkit-scrollbar {
	width: 1.3ex;
	-moz-border-radius: 1ex;
	-webkit-border-radius: 1ex;
}
*::-webkit-scrollbar-thumb {
	border-top: 1px solid #fff;
	background: #777;
	-moz-border-radius: 1ex;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-webkit-border-radius: 1ex;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}


/* Basics
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    background:transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #444;
}
.country-body{
    overflow:visible; 
}
a {
    text-decoration: none;
    color: #444;
}

a.wraplink {
-ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

h1 {
    color: #8A110E;
    font-weight: normal;
    font-size: 35px;
    height: 80px;
    width: 275px;
    margin: 0 0 60px 0;
    background-image: url(../images/ph-title.png);
    background-repeat: no-repeat;
    text-transform: uppercase;
    text-indent: -9999px;   /* hide text */
}

h2 {
    color: #8A110E;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

h2 em {
    clear: both;
    display: block;
    color: #444;
    font-style: normal;
}

h3 {
    font-size: 20px;
    font-weight: normal;
}

h4 { margin: 5px 0;}

p {
    line-height: 30px;
    margin: 0 0 1em 0;
}

/* Layout
------------------------------------------------------------------------- */
* {
    /* Consider border and padding as part of the width. Not as addition */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    background-color:#EFEFEF;
    position: relative;
    width: 100%;
    min-height: 1100px;
}

#content {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
#home {
    float:left;
    min-width:960px;
    width: 100%;
    height: 1167px;
    background-image: url(../images/pathways_windows.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover;
}

#home .box {
	width: 875px;
	overflow:hidden;
	margin: 120px auto 120px;
	opacity:.95;
    filter: alpha(opacity=95);
    -moz-opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";    
    overflow:visible;
}
#home .box .box-container{
    background-color: #FFF;
    float:left;
    padding:40px;
}
#home .box .home-intro {
    float:left;
    background:url(../images/home-border.png) top right no-repeat;
    padding-right:40px;
    width: 535px;
}
#home .updates{
    float:left;
    width: 180px;
    overflow:hidden;
    margin: 95px 0 120px 40px;
    background-color: #FFF;
    opacity:0.95;
    filter: alpha(opacity=95);
    -moz-opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";           
}
#home .updates h3{
    color:#8A110E;
    font-size:26px;
    margin-top:50px;
    text-transform:uppercase;
    width:100%;
}
#home .updates dt{
    color:#8A110E;
    font-size:14px;
    font-weight:bold;
    margin:20px 0 5px;
    text-transform:uppercase;
    width:100%;
}
#home .updates dt a{
    color:#8A110E;
}
#home .updates dd{
    font-size:14px;
    line-height:18px;
}
#home .updates .updates-video{
    font-size:14px;
    font-weight:bold;
    margin-top:20px;
    line-height:16px;
}
.frame-container {
    position:relative;
    height: 1100 !important;
    padding: 0;
    width: 100%;
    z-index: 0 !important;
}

#country {
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 0 !important;
}

/* Table of contents
------------------------------------------------------------------------- */
#toc {
	width: 100%;
	height:15px;
    background-color:#89110D;
	position:fixed;
    z-index: 100;
    left: 0px;
}

#toc a {
    color: #FFF;
}


/*
 * Toggle link
 */
.toc-toggle {
	width: 960px;
	margin:0 auto;
	overflow:hidden;
}
.toc-toggle a {
    float: right;
    padding: 10px 15px;
    margin-right: 50px;
	overflow:hidden;
    background-color: #89110D;
}

.toc-toggle-link {
    color: #EEE;
}

/*
 * Toggle List
 */
#toc .list {
    display: none;  /* initially hidden */
    width: 960px;
    overflow: auto;
    margin: 0 auto;
    padding: 5px 20px;
    color: #DDB8B6;
    background-color:#89110D;
}

#toc dl {
    width: 48%;
    margin: 0;
    padding-bottom: 10px;
    display: inline-block;
}

#toc dt,
#toc dt a {
    margin-top: 10px;
    color: #E0CFA7;
    font-size: 13px;
    font-weight: bold;
    text-transform:uppercase;
}

#toc dt a:hover {
    color: #FFF;
}

#toc dd {
    margin: 0 0 2px 0;
    padding: 2px 5% 2px 2px;
    font-size: 13px;
    display: table;
    width: 100%;
}
#toc dd i{
    font-size:12px;
}

/* top-align text */
dd span {
    display: table-cell;
    vertical-align: top;
    float: left;
    max-width:350px;
}

/* page number */
#toc dd .page {
    color:#E0CFA7;
    float: right;
    margin-right: -20px;
    min-width: 20px;
    padding: 2px;
    text-align: right;
    text-transform:uppercase;
}

#toc dd a {
    display: block;
    width: 100%;
}

#toc dd:hover {
    background-color: #590A07;
}

/* Data Table
------------------------------------------------------------------------- */
#data {
    clear: both;
    margin:0 auto;
    width: 1200px !important;
    background-color: #FFF;
}
.fixed-link{
    background:#fff;
    position:fixed;
    top:0;
    width:1200px;
}
table {
    width: 100%;
    border-collapse: collapse;
}
thead {
    background-color: #FFF;
    text-transform: uppercase;
    width: 1200px !important;
    padding: 0px;
}
thead tr{

}
thead h2 {
    font-size: 20px;
    padding: 15px;
    margin: 0;
}
#data h3,
thead h3 {
    padding: 20px 15px 5px 15px;
}

th {
    padding: 5px; /* NOTE: th padding must be set explicitly in order to support IE */
    background-color: #89110D;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
    border: 1px solid #888;
}

th:last-child div {
    border-right: none;
}
#data tbody tr {
    cursor: pointer;
}
#data tbody{
    width:1200px;
}
tbody td {
    padding: 10px;
    line-height: 18px;
    border: 1px solid #888;
}

tbody tr:nth-child(2n) {
    background-color: #DBDCDD;
}

tbody tr:hover {
    background-color: #B48E8D;
}

/* style the first column */
td:first-child {
    font-weight: bold;
}


.icon-chevron {
    background-image: url(../images/icon-chevron.png);
    background-repeat: no-repeat;
    background-position: right 50%;
    padding-right: 20px;
}

.icon-chevron-alt {
    background-image: url(../images/icon-chevron-alt.png);
    background-repeat: no-repeat;
    background-position: right 50%;
    padding-right: 20px;
}

/* Country Body
------------------------------------------------------------------------- */
.logo{
    background-color: #ffffff;  
    -moz-box-shadow:    0px 2px 2px 0px #000;
    -webkit-box-shadow: 0px 2px 2px 0px #000;
    box-shadow:         0px 2px 2px 0px #000;    
    height:53px;
    margin-top:13px;
    position:relative;
    width:100%;
    z-index:10;
}
.logo-container{
    background:url(../images/ph_logo.png) 0 10px no-repeat;
    height:53px;
    margin:0 auto;
    position:relative;
    width:820px;
    z-index:20;
}
body.country-body{
    background-color:none !important;
}
/* .logo{
    background: url(../images/logo-border.png) bottom repeat-x;
}
.logo img{
    display:block;
    padding:50px 0 10px;
} */
.country-content{
    background-color: #FFF;
    opacity:0.95;
    filter: alpha(opacity=95);
    -moz-opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";    
    font-size:12px;
    margin:50px auto 50px;
    padding:0 70px 50px;
    position:relative;
    width:680px;
    z-index:1;
}
.country-content p{
    line-height:14px;
}
.country-content sup{
    font-size:8px;
    line-height:0;
}
.country-content h2{
    color:#8b0f04;
    font-size:18px;
    margin:0;
    padding-top:30px;
    text-transform:none;
}
.country-content h3{
    font-size:12px;
    font-weight:bold;
    margin:20px 0 10px;
}
.country-content h4{
    font-size:12px;
    font-weight:bold;
    margin:20px 0 10px 0;
}
.country-content h5{
    font-size:12px;
    font-style:italic;
    font-weight:normal;
    margin:20px 0 10px 50px;
}
.country-content h6{
    font-size:12px;
    font-style:italic;
    font-weight:normal;
    margin:20px 0 10px;
}
.country-content .name{
    margin:8px 0 25px;
}
.country-content .name a {
    text-decoration: underline;
}
.country-content ul,
.country-content ol{
    margin-left:30px;
}
.country-content ul li,
.country-content ol li{
    margin-bottom:10px;
    padding-left:10px;
}
.country-content table{
    margin-bottom:20px;
}
.country-content th {
    border: 1px solid #000;
    font-size: 12px;
    line-height: 14px;
}
.country-content tbody td {
    border: 1px solid #000;
    font-size:11px;
    line-height: 12px;
}
.country-content tbody.table-left td{
    text-align:left;
}
.country-content tbody td.year{
    text-align:center;
}
.country-content td:first-child {
    font-weight: normal;
}
.country-content .country-table{
    margin-top:35px;
}
.country-content .country-table th,
.country-content .country-table td{
    text-align:center;
    font-weight:bold;
}
.country-content .country-table th{
    font-size:13px;
    text-transform:none;
}
.country-content .country-table td{
    color:#000;
    font-size:12px;
}
.country-content .table-left .table-brown{
    background-color:#b4a06e;
    font-size:14px;
    line-height:16px;
    text-align:center;
    width:15%;
}
.country-content img{
    margin:20px 0;
}
.references{
    background:url(../images/ref-border.png) repeat-x;
    font-size:10px;
    margin-top:30px;
    padding-top:10px;
}
.references ol{
    margin-left:15px;
}
.references li{
    margin-bottom:7px;
}
.country-content .underline{
    text-decoration:underline;
}
.testimonials-content p.intro{
    margin:20px 0 30px;
}

.testimonial-group {
    margin-bottom: 50px;
}

.testimonial-video .video-description {
    float: none;
    width: 100%;
}
.testimonial-video h3{
    color: #8A110E;    
    float:left;
    font-size:15px;
    font-weight:normal;
    text-transform:uppercase;
    width:212px;
}
.testimonial-video iframe{
    margin:0 28px 20px 0;
    float:left;
}
.testimonial-video p{
    float:left;
    width:212px;
}
.testimonial-video{
    clear:both;
}
.testimonial-audio h4{
    float:left;
    margin:0 28px 0 0;
    width:300px;    
}
.testimonial-audio p{
    float:left;
    width:212px;
}
.testimonial-audio{
    clear:both;
}
blockquote {
padding: 10px 25px 20px;
position: relative;
}
.box-blockquote{
    color:#fff;
    font-size:15px;
    padding: 35px;
}
.block-name{
    display:block;
    font-size:12px;
    font-weight:bold;
    margin-top:10px;
}
.block-title{
    display:block;
    font-size:12px;
}
.block-1{
    background:#8b0e04;
    float:right;
    margin:0 -70px 20px 20px;
    width:250px;
}
.block-2{
    background:#2f1944;
    float:left;
    margin:0 20px 20px -70px;
    width:250px;
}
.block-3{
    background:#b39f6e;
    float:left;
    margin:0 -70px 20px -70px;
    padding:35px 70px;
}
.block-4{
    background:#8b0e04;
    float:right;
    margin:0 -70px 20px 0;
    padding:35px 70px 35px 35px;
}
.exec-summary{height:1100px;background: url(../images/pathways_windows.jpg) no-repeat;background-size:cover;}
.north-america{height:1100px;background: url(../images/north_america.jpg) no-repeat;background-size:cover;}
.latin-america{height:1100px;background: url(../images/latin_america.jpg) no-repeat;background-size:cover;}
.africa{height:1100px;background: url(../images/africa.jpg) no-repeat;background-size:cover;}
.europe{height:1100px;background: url(../images/europe.jpg) no-repeat;background-size:cover;}
.middle-east{height:1100px;background: url(../images/middle_east.jpg) no-repeat;background-size:cover;}
.asia{height:1100px;background: url(../images/asia.jpg) no-repeat;background-size:cover;}
.australia-new-zealand{height:1100px;background: url(../images/australia_new_zealand.jpg) no-repeat;background-size:cover;}
.testimonials{height:1100px;background: url(../images/testimonials.jpg) no-repeat;background-size:cover;}
