html{
	margin: 0;
	padding: 0;
}
body{
	font-size: .8125em;
    line-height: 1.5em;
    font-family: 'Montserrat', sans-serif;
    color: #333;
	background: #fff;
	margin: 0;
	min-width: auto !important;
}
body#homepage{
	/*padding-top: calc(100px);*/
}

/**************************************APC logo****************************/
#page .logo-container{
	height: 100px;
    color: #333333;
    background-color: #ffffff;
	-webkit-padding-start: 0;
    max-width: 1240px;
    margin: 0 auto;
    max-height: 100px;
    width: 90%;
}
.logo-container .logo-header{
	display: table-cell;
    vertical-align: middle;
}
.logo-header a{
	text-decoration: none;
    color: inherit;
}
.logo-header img{
	display: block;
    height: 100px;
    min-width: 153px;
}

/**************************************APC header****************************/

#page .header-title{
	background: #3dcd58;
    height: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    font-weight: 100;
    position: relative;
    z-index: 0;
	padding-top: 10px;
}

#page .header-title h1{
	color: #fff;
    font-size: 40px;
    line-height: 42px;
    text-align: left;
    white-space: normal;
	margin: 0 auto;
    width: 90%;
    max-width: 1240px; 
	font-weight: 100;
}

/**************************************Image block****************************/

.wrap-content{
	width: 100%;
	display: block;
}

#page .wrap-content .image-container{
	width: 100%;
	height: 500px;
	float: left;
	background-image: url('../images/595346577-IC-1280x500.jpg');
}

/**************************************Country Dropdown****************************/

.country-dropdown-wrapper{
	width: 500px;
	background-color: #eeeeee;
	height: 160px;
	float: left;
	padding:40px 30px 30px;
	margin-top: 70px;
	margin-left: 64px;
	text-align: left;
}

.country-dropdown-wrapper .dropdown-label{
	color:#333333;
	font-size:24px;
}

.country-dropdown-wrapper .dropdown-container{
	background-color: #ffffff;
	width: 100%;
	float: left;
	/*height: 50px;*/
	margin-top: 30px;
	position: relative;
}
/*
.dropdown-container .placeholder-wrapper #dropdown-placeholder-lg,
.dropdown-container .placeholder-wrapper #dropdown-placeholder-sm{
	text-transform: uppercase;
	color:#333333;
	font-size:14px;
	width: 80%;
	padding: 16px;
	float: left;
	cursor: pointer;
}
.placeholder-wrapper .arrow-placeholder{
	display: table-cell;
    height: 50px;
    width: 20%;
    vertical-align: middle;
    text-align: center;
	cursor: pointer;
}
*/
/****************Country Dropdown using HTML ELEMENT****************************/
.country-dropdown-wrapper .country-selector-dropdown {
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	text-transform: uppercase;
	color:#333333;
	font-size:14px;
	padding: 16px;
	float: left;
	cursor: pointer;
	background: url(../images/Drop-down-arrow-APC-down.png) no-repeat;
	background-position: 93% 11px;
	border: none;
}
.country-dropdown-wrapper .country-selector-dropdown::-ms-expand {
    display: none;
}




/**************************************Country Dropdown List****************************/
/*
.dropdown-container .dropdown-list{
	position: absolute;
	width: 100%;
    top: -250px;
    box-shadow: 1px -2px 5px 1px rgba(74, 74, 74,0.1);
	height: 545px;
	display: none;
	background-color: #ffffff;
	overflow: hidden;
}
.dropdown-list .dropdownlist-lg,
.dropdown-list .dropdownlist-sm{
	overflow-y: scroll;
	height: 495px;
	float: left;
}
.dropdown-list .arrow-up{
	margin-bottom: -2px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 2px;
	z-index: 9999;
}
.dropdown-list .arrow-down 
{
	position: absolute;
	width: 100%;
	text-align: center;
	cursor: pointer;
	bottom: 0;
	z-index: 9999;
}
.dropdown-list ul{
	margin: 0;
	list-style-type: none;
	padding-left: 16px;
	width:96.5%;
	position: absolute;
	top: 25px;
	bottom: 25px;
}
.dropdown-list ul li{
	margin: 0;
	padding: 0;
	
}
.dropdown-list ul li span{
	color: #333333;
	font-size:14px;
	cursor: pointer;
}
.dropdown-list ul li span:hover{
	color: #42B4E6;
}
*/
/**************************************Footer****************************/
#page .footer-container{
	width: 100%;
	background-color:#eeeeee;
	float: left;
	box-sizing: border-box;
}
#page .footer-container span{
	color: #333333;
	font-size: 12px;
	float: right;
	padding: 6px 20px;
}
/**************************************************************************/
#page .wrap-content .dropdown-sm{
	display: none;
}