.page {
    position: relative;
    z-index: 1;
}

.page .btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 9px 14px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    color: #575755;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #d9d9d9;
    border-radius: 0;
}

.page .btn-orange,
.page .btn-secondary,
.page .btn-direct {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    transition: background-color 0.2s ease;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #f68f39;
}

.page .btn-white {
    color: #10218b;
    background-color: #fff;
}

.page button,
.page input,
.page select,
.page textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
.page input,
.page textarea {
    font-size: 12px;
    line-height: 25px;
    border: 1px solid #d9d9d9;
}

.form-wrap label {
    display: block;
    color: #575755;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
}

.form-wrap input[type="text"],
.form-wrap input[type="password"],
.form-wrap input[type="email"] {
    display: inline-block;
    width: 100%;
    border-color: #d9d9d9;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    padding: 7px 10px;
}

.sort__select {
    display: inline-block;
    height: 30px;
    padding: 5px 20px 5px 5px;
    font-size: .85714286rem;
    border-radius: 0;
    color: #555;
    border: 1px solid #ccc;
	width: 100%;
	background-color: #fff;
}

@media (min-width: 1024px) {
	.sort__select {
	    height: 34px;
	    padding: 6px 20px 5px 7px;
	}
	.sort__select,
	.sort__select-option {
	    font-size: 1rem;
	}
}

/* Popups */
#popups .PagePopup__content {
	background: white url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_popup-bg") no-repeat right bottom;
}
#popups > section {
	display: none;
	padding-top: 45px;
	padding-bottom: 25px;
}
.PagePopup #popups > section {
	display: block;
}
#popups > section::before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}
#popups a {
    margin-bottom: 10px;
}
.ie11 #popups a,
.msedge #popups a {
	display: inline-block;
}
#iprojectionIosAndroid::before,
#iprojectionPCMac::before,
#iprojectionChrome::before {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_iprojection");
}
#miracast::before {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_miracast");
}
#wirelesslan::before {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_wireless-lan");
}
#usbkey::before {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_usb");
}
#interactivetools::before {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_tools");
	}
#projectmanage::before {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_easymp-network-monitor");
}
#throwDistanceCalc::before {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_tdc");
}
#cprojection a{
	font-weight: normal;
}
#popups h2 {
	font-size: 22px;
	line-height: 28px;
}
#popups > section > a {
	margin-bottom: 15px;
}
body:not([dir=rtl]) #popups > section > a {
	margin-right: 10px;
}
[dir=rtl] #popups > section > a {
	margin-left: 10px;
}
#popups > section small {
	display: block;
	margin: 15px 0 0;
}
#popups a.appstore,
#popups a.googleplay,
#popups a.chromestore {
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	border: none;
}
#popups a.appstore,
#popups a.googleplay {
	width: 142px;
	height: 42px;
}
#popups a.appstore {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_appstore");
}
#popups a.googleplay {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_googleplay");
}
#popups a.chromestore {
	width: 203px;
	height: 58px;
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_chromestore");
}
@media (min-width: 768px) {
	#popups > section {
		padding-left: 170px;
	}
	#popups > section::before {
		position: absolute;
		left: 40px;
		top: 44px;
	}
	[dir=rtl] #popups > section::before {
		left: auto;
		right: 40px;
	}
}

/* Software archive popup */
#softarchive {
	padding-top: 30px;
	font-size: 14px;
}
#softarchive h2 {
	margin-bottom: 40px;
	color: inherit;
	text-align: center;
}
#softarchive h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
#softarchive p {
	margin-bottom: 15px;
}
#softarchive > section {
	display: flex;
	flex-direction: column;
	padding-left: 130px;
	background-repeat: no-repeat;
	background-position: left top;
}
#softarchive > section:not(:last-of-type) {
	margin-bottom: 60px;
}
[dir=rtl] #softarchive > section {
    padding-right: 130px;
	padding-left: 0;
    background-position: right top;
}
#easymp {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-display-software_1121_easymp-network-monitor");
}
#goboardsoft {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-projector-software_0523_GoBoard-Education");
    background-size: 100px;
}
@media (max-width: 480px) {
	#softarchive > section {
        padding-top: 120px;
		padding-left: 0;
        padding-right: 0;
	}
}

/* Software filter */
#software {
	padding-top: 60px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
#software h2 {
	margin-bottom: 18px;
}
#software > header {
	margin-bottom: 25px;
	font-size: 18px;
}
#software > nav {
	margin-bottom: 25px;
}
#software > nav h3 {
	margin-bottom: 10px;
	color: inherit;
	font-size: 12px;
	font-weight: bold;
}
#software > nav ul {
	list-style: none;
	padding: 5px 0 20px;
	border: solid #e5e5e5;
	border-width: 2px 0 1px;
}
#software > nav li {
	position: relative;
	align-items: center;
	margin-top: 14px;
	padding-left: 32px;
	line-height: 21px;
	cursor: pointer;
}
[dir=rtl] #software > nav li {
	padding-left: 0;
	padding-right: 32px;
}
#software > nav li::before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 20px;
	height: 20px;
	border: 1px solid #D9D9D9;
	border-radius: 50%;
}
[dir=rtl] #software > nav li::before {
	left: auto;
	right: 0;
}
#software > nav li.active::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 6px;
	width: 6px;
	height: 6px;
	background: #10218B;
	border-radius: 50%;
}
[dir=rtl] #software > nav li.active::after {
	left: auto;
	right: 7px;
}
#software > nav li:hover::before {
	border-color: #10218B;
}
#software > nav p {
	padding-bottom: 19px;
	border-bottom: 	1px solid #e5e5e5;
}
#software > nav p a {
	display: block;
	margin-top: 13px;
	font-size: 13px;
}
.ie11 #software > nav p a {
	text-align: left;
}
[dir=rtl] .ie11 #software > nav p a {
	text-align: right;
}
#softResources {
    display: flex;
    flex-flow: row wrap;
}
#softResources h3 {
	overflow: hidden;
	margin-bottom: 40px;
	color: inherit;
	font-size: 18px;
	font-weight: inherit;
    width: 100%;
}
#softResources > section {
	width: 30%;
	margin-right: 20px;
	margin-bottom: 60px;
	padding-top: 23%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
@media (max-width: 767px) {
    #softResources > section {
        width: 45%;
        padding-top: 33%;
    }
}
@media (max-width: 500px) {
    #softResources > section {
        width: 100%;
        padding-top: 70%;
    }
}
[dir=rtl] #softResources > section {
	margin-right: 0;
	margin-left: 20px;
}
#softResources > section h4 {
	min-height: 40px;
	font-size: 13px;
	color: #10218B;
}
#iproj_iosandr_r, #iproj_chrome_r, #iproj_macwin_r { background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-projector-software_0523_iProjection-App"); }
#monitor_r { background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-projector-software_0523_Epson-Projector-Management"); }
#tools_r { background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-projector-software_0523_Easy-Interactive-Tools"); }
#creative_projection { background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-projector-software_0523_Epson-Creative-Projection"); }
#professional-software {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-projector-software_0523_Epson-Projector Professional-Tool");
}
#gb_education {
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-projector-software_0523_GoBoard-Education");
}
#projectmanagementconnected { background-image: url("https://epsonemear.a.bigcontent.io/v1/static/projector-software-icon-solutions-projector-management-connected");}
#projectcontentmanager { background-image: url("https://epsonemear.a.bigcontent.io/v1/static/projector-software-icon-projector-content-manager-v2");}
#projectorconfig { background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-projector-software_1123_projector-configuration-tool");}
#settingassist { background-image: url("https://epsonemear.a.bigcontent.io/v1/static/epson-projector-software_1123_epson-setting-assistant");}

.amp-content__rich-text-wrapper h4 {
    margin-top: 34px;
}

@media (min-width: 768px){
	#software {
		padding-bottom: 20px;
	}
	#software > nav {
		float: left;
		width: 200px;
	}
	[dir=rtl] #software > nav {
		float: right;
	}
	#softResources {
		padding-left: 30px;
	}
	[dir=rtl] #softResources {
		padding-left: 0;
		padding-right: 30px;
	}
}

/* other fixes */
.full-width .columns {
   min-height: auto
}