/* reset */
#dev-site{
	font-family: CiscoSans;
	font-weight: lighter;
}

#dev-site section, #dev-site ul, #dev-site li{
	padding: 0;
	margin: 0;
}

#dev-site .ds-or-card-wrapper ul, #dev-site .ds-or-card-wrapper ul li{
	list-style: none;
}


#pubhub-widgets .pubhub-feature-section .gs img{
	max-height: 104px !important;
}
/* #pubhub-widgets .pubhub-feature-section-card-flex-gap, .pubhub-widgets .pubhub-feature-section-card-flex-gap{
    flex: none;
} */

#dev-site ul.row{
	margin-left: -15px;
	margin-right: -15px;
}

/* for safari */
#pubhub-widgets #dev-site .row::before, #pubhub-widgets #dev-site .row::after, #dev-site .row::before, #dev-site .row::after{
	width: 0;
	flex: 0 0 0px;
}

#dev-site ul.row > li{
	padding-left: 15px;
	padding-right: 15px;
}

/* common */
/* #pubhub-widgets #dev-site a, #dev-site a{
	text-decoration: none;
	cursor: pointer;
	color: #149fda;
}

#pubhub-widgets #dev-site a:hover, #dev-site a:hover{
	color: #0088BD;
} */

#dev-site img{
	max-width: 100%;
	width: 100%; /* for IE */
}

#dev-site .ds-hor-center{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%; /* for IE */
}

#dev-site .ds-hor-center > *, #dev-site .ds-card-content-container > * {
	max-width: 100%; /* for IE */
	overflow: hidden; /* for IE */
}

#dev-site .ds-flex-md{
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	#dev-site .ds-flex-md{
		flex-direction: row;
	}
}

#pubhub-widgets #dev-site .ds-button, #dev-site .ds-button{
	font-size: 16px;
	font-weight: normal;
	padding: 0.5em 2em;
	border-radius: 3px;
	cursor: pointer;
	color: white;
	background-color: #049fd9;
	text-decoration: none;
}

#pubhub-widgets #dev-site .ds-button:hover, #dev-site .ds-button:hover{
	background-color: #007fb9;
	color: white;
}

#pubhub-widgets #dev-site .ds-button.ds-btn-disabled, #dev-site .ds-button.ds-btn-disabled{
	background-color: #c3c3c3;
	pointer-events: none;
	cursor: default;
}

#pubhub-widgets #dev-site .ds-button.ds-btn-disabled:hover, #dev-site .ds-button.ds-btn-disabled:hover{
	background-color: #c3c3c3;
	cursor: default;
}

#pubhub-widgets #dev-site .ds-button.ds-btn-reverse, #dev-site .ds-button.ds-btn-reverse{
	background-color: #fff;
	color: #049fd9;
}

#pubhub-widgets #dev-site .ds-button.ds-btn-reverse:hover, #dev-site .ds-button.ds-btn-reverse:hover{
	background-color: #eee;
}

#dev-site .ds-align-center{
	display: flex;
	align-items: center;
}

#dev-site .ds-full-center{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* hint component */
#dev-site .ds-hint-box{
	opacity: 0;
	position: fixed;
	overflow: hidden;
	height: 0;
	z-index: 200;
	transition: none;
}

#dev-site .ds-hint-box.show{
	transition: top 0.25s, opacity 0.3s;
	transition-delay: 0.5s;
	transition-timing-function: ease;
	height: auto;
	overflow: visible;
	opacity: 1;
}

#dev-site .ds-hint-box .ds-hint-box-arrow{
	width: 0;
	height: 0;
	content: '';
	display: block;
	position: relative;
	border-bottom: solid 8px rgba(0, 0, 0, 0.8);
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	margin: auto 0;
}

#dev-site .ds-hint-box .ds-hint-content-container{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 1em;
	border-radius: 8px;
}

#dev-site .ds-hint-box .ds-hint-title{
	white-space: nowrap;
	color: white;
}

#dev-site .ds-hint-box .ds-hint-detail{
	font-size: 0.85em;
}

/* Section Header */
#dev-site .ds-section-header {

	font-weight: 200;
	color: white;
	background-color: #4e89ce;
	padding: 2.5em 0 3.8em 0;

}

#dev-site .ds-section-header .ds-title {
	font-size: 48px;
}

#dev-site .ds-section-header .ds-desc {
	margin-top: 16px;
	font-size: 18px;
}

#dev-site .ds-section-header .ds-button{
	margin-top: 2em;
}

/* Section Card */
#dev-site .ds-card-list{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#dev-site .ds-card-list .ds-card-wrapper{
	display: flex;
}

#dev-site .ds-card{
	display: flex;
	flex: 1 1 auto;

	border-radius: 5px;
	background-color: rgba(251, 251, 251, 0.7);
	border: solid 1px #e4e4e4;
	padding: 2em;
	margin: 1.5em 0;
}

#pubhub-widgets #dev-site .ds-card{
	display: flex;
}

#dev-site .ds-card .ds-card-icon{
	flex: 0 0 auto;
	width: 125px;
	/*height: 185px;*/
	margin-bottom: 1em;
}

#dev-site .ds-thr .ds-card .ds-card-icon{
	width: 185px;
}

#dev-site .ds-card .ds-card-content-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 0 auto;
}

#dev-site .ds-card .ds-card-action{
	margin-top: 1em;
	flex: 0 0 auto;
}

#dev-site .ds-card .ds-card-title{
	flex: 0 0 auto;
	font-size: 32px;
	margin-top: 10px;
}

#dev-site .ds-card .ds-card-title.ds-blue {
	color: #049fd9;
}

#dev-site .ds-card .ds-card-title.ds-lightblue {
	color: #00ace1;
}

#dev-site .ds-card .ds-card-title.ds-darkblue {
	color: #2b91ac;
}

#dev-site .ds-card .ds-card-title.ds-green {
	color: #00aa5b;
}

#dev-site .ds-card .ds-card-title.ds-lightgreen {
	color: #3fbea1;
}

#dev-site .ds-card .ds-card-desc{
	margin-top: 0.5em;
	flex: 1 0 auto;
	font-size: 16px;
	color: #39393b;
	text-align: left;
	align-self: flex-start;
}

#dev-site .ds-card .ds-card-desc .ds-dot-list li, #dev-site .ds-card .ds-card-desc .ds-link-list li{
	display: flex;
	margin: 0.5em;
}

#dev-site .ds-card .ds-card-desc .ds-dot-list:first-child li, #dev-site .ds-card .ds-card-desc .ds-link-list:first-child li{
	margin: 0.5em 0;
}

#dev-site .ds-card .ds-card-desc .ds-link-list li::before{
	content: '';
	display: inline-block;
	width: 1.2em;
	flex: 0 0 auto;
	position: relative;
	top: 4px;
	margin-right: 8px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27%232300A994%27%20width%3D%2718%27%20height%3D%2714%27%20viewBox%3D%270%200%2018%2014%27%3E%3Cpath%20fill%3D%27%2300A994%27%20d%3D%27M17.707.293a.999.999%200%200%200-1.414%200L6%2010.586%201.707%206.293A.999.999%200%201%200%20.293%207.707L6%2013.414%2017.707%201.707a.999.999%200%200%200%200-1.414%27/%3E%3C/svg%3E");
	background-repeat: no-repeat;

}

#dev-site .ds-card .ds-card-desc .ds-link-list li.ds-link-disabled::before{
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27%23888%27%20width%3D%2718%27%20height%3D%2714%27%20viewBox%3D%270%200%2018%2014%27%3E%3Cpath%20fill%3D%27%23888%27%20fill-rule%3D%27evenodd%27%20d%3D%27M17.707.293a.999.999%200%200%200-1.414%200L6%2010.586%201.707%206.293A.999.999%200%201%200%20.293%207.707L6%2013.414%2017.707%201.707a.999.999%200%200%200%200-1.414%27/%3E%3C/svg%3E");
}

#pubhub-widgets #dev-site .ds-link-list .ds-link-disabled a, #dev-site .ds-link-list .ds-link-disabled a{
	color: #666;
	cursor: default;
}

#pubhub-widgets #dev-site .ds-link-list .ds-link-disabled a:hover, #dev-site .ds-link-list .ds-link-disabled a:hover{
	color: #666;
	cursor: default;
}

#dev-site .ds-card .ds-card-desc .ds-dot-list li::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	flex: 0 0 auto;
	position: relative;
	top: 8px;
	margin-right: 10px;
	background-color: currentColor;
}

#dev-site .ds-card.ds-col-card{
	border: none;
	background-color: transparent;
	align-self: flex-start;
}

@media (min-width: 992px) {
	#dev-site .ds-card.ds-col-card{
		flex-direction: row;
		overflow: hidden;
	}

	#dev-site .ds-card.ds-col-card > div:first-child{
		align-self: flex-start;
	}

	#dev-site .ds-card.ds-col-card .ds-card-icon{
		width: 135px;
		height: 135px;
		margin-top: 1em;
		margin-right: 1.5em;
	}

	#dev-site .ds-card.ds-col-card .ds-card-content-container{
		flex: 1 0 0px;
		overflow: hidden;
		align-items: flex-start;
	}
}

/* Small Section */
#dev-site .ds-small-section{
	background-color: #cff2ff;
	padding: 3em 0;
}

#dev-site .ds-small-section .ds-section-items{
	display: flex;
	flex-wrap: wrap;
}

#dev-site .ds-small-section .ds-icon-container{
	flex: 0 0 auto;
	width: 146px;
	margin-bottom: 1.2em;
}

@media (min-width: 768px) {
	#dev-site .ds-small-section .ds-icon-container{
		margin-bottom: 0;
		margin-left: 1em;
	}
}

#dev-site .ds-small-section .ds-section-part-gap{
	flex: 0 0 auto;
	min-width: 2em;
	max-width: 6em;
	width: 7.2%;
}

#dev-site .ds-small-section .ds-content-container{
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#dev-site .ds-small-section .ds-content-container .ds-section-title{
	font-size: 48px;
	color: #4a4a4a;
}

#dev-site .ds-small-section .ds-content-container .ds-section-desc{
	font-size: 18px;
	font-weight: 200;
	line-height: 1.56;
	color: #4a4a4a;
}

#dev-site .ds-small-section .ds-content-container .ds-button{
	margin-top: 1.3em;
	align-self: flex-start;
}

#pubhub-widgets #dev-site .ds-small-section .ds-section-items, #dev-site .ds-small-section .ds-section-items{
	margin-top: 1.3em;
	display: flex;
	flex-wrap: wrap;
}

#dev-site .ds-small-section .ds-section-items li{
	margin-right: 3em;
}

#dev-site a.ds-arrow-link{
	margin-right: 1em;
	text-decoration: none;
}

#dev-site a.ds-arrow-link::after{
	content: '';
	display: inline-block;
	margin-left: 0.5em;
	border-left: solid 5px currentColor;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}

/* Overall Nav Bar */
#dev-site .ds-overall-nav-bar{
	visibility: hidden;
	height: 60px;
	width: 100%;
	position: fixed;
	z-index: 100;
	display: none;
	justify-content: flex-start;
	overflow-x: auto;
	background: linear-gradient(to bottom, #747474, #838383);
}

#dev-site ::-webkit-scrollbar{
	height: 0;
}

#dev-site .ds-overall-nav-bar .ds-overall-nav-bar-items{
	display: flex;
	align-items: center;
	margin: 0 auto;
}


#dev-site .ds-overall-nav-bar .ds-overall-nav-bar-items .ds-overall-nav-icon-container{
	position: relative;
	width: 54px;
	flex: 0 0 auto;
	overflow: hidden;
}

#dev-site .ds-icon-btn-bd{
	border: solid 1px white;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

#dev-site .ds-overall-nav-bar .ds-overall-nav-bar-items .ds-overall-nav-icon.ds-current .ds-icon-btn-bd{
	background-color: rgba(255, 255, 255, 0.8);
	background-color: transparent\0; /* for IE */
}

#dev-site .ds-overall-nav-bar .ds-overall-nav-bar-items .ds-overall-nav-icon.ds-current .ds-icon-btn-bd::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000\0; /* for IE */
	opacity: 0.2\0; /* for IE */
}

#dev-site .ds-overall-nav-bar .ds-overall-nav-bar-items .ds-overall-nav-icon.ds-current .ds-icon-btn-bd img{
	transform: translateX(-50px);
	transform: translateX(0)\0; /* for IE */
	filter: drop-shadow(50px 0 0 #049fd9);
}

#dev-site .ds-overall-nav-bar .ds-overall-nav-bar-items .ds-overall-nav-icon{
	padding: 0 14%;
	cursor: pointer;
	opacity: 0.8;
}

#dev-site .ds-overall-nav-bar .ds-overall-nav-bar-items .ds-overall-nav-icon.ds-current{
	opacity: 1;
}

#dev-site .ds-overall-nav-bar .ds-overall-nav-bar-items .ds-overall-nav-icon:hover{
	opacity: 1;
}

@media (min-width: 320px) {
	#dev-site .ds-overall-nav-bar{
		display: flex;
	}
}

@media (min-width: 576px) {
	#dev-site .ds-overall-nav-bar{
		display: flex;
		height: 70px;
	}
	#dev-site .ds-overall-nav-bar .ds-overall-nav-bar-items .ds-overall-nav-icon-container{
		width: 62px;
	}
}

@media (min-width: 768px) {
	#dev-site .ds-overall-nav-bar{
		display: flex;
		height: 80px;
	}
	#dev-site .ds-overall-nav-bar .ds-overall-nav-bar-items .ds-overall-nav-icon-container{
		width: 70px;
	}
}

/* overall */
#dev-site .ds-overall{
	position: relative;
	color: white;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 60px;
}

#dev-site .ds-overall .ds-section-header{
	background-color: transparent;
	padding-bottom: 0;
}

#dev-site .ds-overall .ds-section-header .ds-title{
	text-align: center;
	font-weight: bold;
	word-break: break-word;
}

#dev-site .ds-overall .ds-section-header .ds-desc{
	padding: 0 8%;
	text-align: center;
}

#dev-site .ds-overall .ds-group-title{
	padding-bottom: 0.5em;
	font-size: 24px;
	font-weight: normal;
	color: #4b4b4b;
}

#dev-site .ds-overall .ds-or-card-wrapper{
	display: flex;
	flex-direction: column;
	padding: 2em 15px 0 15px;
}

#dev-site .ds-overall .ds-or-card{
	padding: 0.8em 1.8em;
	border: none;
	background-color: #0d264c;
	color: #fff;
	border-radius: 8px;
	flex-grow: 1;
}

#dev-site .ds-overall .ds-or-card.ds-or-card-cols li{
	padding: 0;
}

#dev-site .ds-overall .ds-or-card .ds-or-item{
	font-size: 18px;
	display: flex;
	align-items: center;
	padding: 0.5em;
	cursor: pointer;
	opacity: 0.85;
}
#dev-site .ds-overall .ds-or-card .ds-or-item:hover {
	opacity: 1;
}

#dev-site .ds-overall .ds-or-card .ds-or-item .ds-or-item-text{
	color: #fff;
}

#dev-site .ds-overall .ds-or-card .ds-or-item .ds-icon-btn-bd{
	width: 76px;
	margin-right: 0.5em;
	flex: 0 0 auto;
}

#dev-site .ds-overall .ds-or-card .ds-or-item .ds-or-item-desc{
	font-size: 16px;
}

/* private */
#dev-site .ds-overall-nav-bar .ds-overall-nav-bar-items .ds-overall-nav-icon.ds-current .ds-icon-btn-bd img{
	filter: drop-shadow(50px 0 0 #d24d42);
}

#dev-site .ds-overall-nav-bar{
	background: linear-gradient(to bottom, #444444, #838383);
}

#dev-site .ds-overall{
	/*background-image: url('../images/bg2.jpg');*/
	background-color: #f9f9f9;
}

#dev-site .ds-overall .ds-or-card{
	background-color: f9f9f9;
	color: #313131;
	font-weight: normal;
}

#dev-site .ds-card.ds-card-gs{
	border-radius: 20px;
	background-color: #ffffff;
	border: none;
}

#dev-site .ds-section:not(.ds-overall) .ds-section-header{
	color: #444;
	background-color: transparent;
	padding: 4em 0 2em 0;
}

#dev-site .ds-section:not(.ds-overall):nth-child(even){
	background-color: #f6f6f6;
}

#pubhub-widgets #dev-site .ds-button, #dev-site .ds-button{
	background-color: #4A4A4A;
}

#pubhub-widgets #dev-site .ds-button:hover, #dev-site .ds-button:hover{
	background-color: #3A3A3A;
}

#dev-site .ds-card-list{
	padding-bottom: 3em;
}

#dev-site ds-overall .ds-icon-btn-bd{
	border: none;
}

@media (max-width: 768px) {
	#dev-site .ds-overall-nav-bar .ds-overall-nav-bar-section:last-child{
		flex: 5 0 0;
	}
}

/* table */
#dev-site .ds-table thead th{
	padding: 10px;
	color: white;
	font-weight: normal;
}
#dev-site .ds-table thead .ds-th-1{
	width: 25%;
	background-color: #f58123;
}
#dev-site .ds-table thead .ds-th-2{
	width: 60%;
	background-color: #ef4242;
}
#dev-site .ds-table thead .ds-th-3{
	width: 15%;
	background-color: #cc2503;
}

#dev-site .ds-table tbody tr:nth-child(even){
	background-color: #f7f7f7;
}

#dev-site .ds-table tbody tr:nth-child(odd){
	background-color: #fdfdfd;
}

#dev-site .ds-table tbody td{
	padding: 10px;
	vertical-align:text-top;
}

@media (max-width: 576px){
	#dev-site .ds-table{
		display: block;
	}
	#dev-site .ds-table thead{
		display: none;
	}
	#dev-site .ds-table tbody{
		display: block;
	}

	#dev-site .ds-table tbody tr{
		display: block;
		padding: 8px;
	}

	#dev-site .ds-table tbody td{
		display: block;
	}

	#dev-site .ds-table tbody td:nth-child(1){
		font-size: 130%;
		font-weight: 300;
	}

	#dev-site .ds-table tbody td:nth-child(3){
		font-size: 90%;
	}

	#dev-site .ds-table tbody tr:nth-child(even){
		background-color: #fdfdfd;
	}

	#dev-site .ds-table tbody tr:nth-child(odd){
		background-color: #f7f7f7;
	}
}

#dev-site .ds-table-container{
	padding-bottom: 4em;
}

#spot-on {
	position: relative;
	top: -100px;
}

@media (min-width: 992px) {
	#spot-on {
		position: relative;
		top: -60px;
	}
}
