/* population-clock */
.dsw-wyn .population-clock {
	text-align: center;
	font-size: 3.25em;
	line-height: 1;
	font-weight: 900 !important;
	display: block;
}

.dsw-wyn .population-clock ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.dsw-wyn .population-clock ul li {
	display:inline-block;
}

.dsw-wyn .population-clock ul li::before {
  display: none;
}

.dsw-wyn-calculator {
	text-align: center;
}

.dsw-wyn-calculator.dsw-wyn-background {
	background-color: #ffffff;
	background-image: url(/wp-content/plugins/dsw-wyn/img/dsw-wyn-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.dsw-wyn-calculator .your-number {
	color: #00a2d3;
	font-weight: 600;
}

.dsw-wyn-calculator h4 {
	font-weight: 400;
	color: #009DE1;
	padding-bottom: 30px;
}


.dsw-wyn-calculator h3 {
    color: #009de1;
}

.dsw-wyn-calculator .form-fields {
	margin-bottom: 30px;
}

.dsw-wyn-calculator form input {
	min-height: 44px;
	margin: 0px;

	text-align: center;
	border: none;
	border-bottom: 1px solid #bbb;
	/* color: #009de0; */
	font-size: 16px;
}

.dsw-wyn-calculator form input:not(:last-child) {
	margin-right: 30px;
}

.dsw-wyn-calculator form input:focus {
	border-color: #009de0;
	/* color: #009de0; */
}

.dsw-wyn-calculator form input.error {
	border-bottom: 1px solid red;
}

.dsw-wyn-calculator form .button-submit {
	padding: 0 20px;
	background-color: #e3a51d;
	font-size: 20px;
	transition: all .2s;
	color: #fff;
	border: none !important;
	margin: 0 !important;
}

.dsw-wyn-calculator form .button-submit:hover {
	background: #009de0;
	cursor: pointer;
}

.dsw-wyn-calculator .result {
	display: none;
}

.dsw-wyn-calculator .result h3 {
	margin-bottom: 20px;
}

.dsw-wyn-calculator .result .x-column {
	margin-right: 2%;
}

.dsw-wyn-calculator .result .graph-container {
	position: relative;
}

.dsw-wyn-calculator .result .logo img {
	margin-top: 220px;
}

.dsw-wyn-calculator .result .embed-options {
	margin-top: 255px;
}

.dsw-wyn-calculator .result .embed-options input {
	max-width: 100%;
	margin-top: 10px;
}

.dsw-wyn-calculator .result input {
	margin-top: 10px;
}

.dsw-wyn-calculator .result .graph {
	position: relative;
	width: 300px;
	max-width: 100%;
	height: 330px;
	max-height: 100%;
}

.dsw-wyn-calculator .result .graph .overlay,
.dsw-wyn-calculator .result .graph .base {
	width: 100%;
}

.dsw-wyn-calculator .result .tooltip {
	position: absolute;
	display: none;
	opacity: 1;
	z-index: 100;
	background-color: #e3a51d;
	color: #fff;
	padding: 5px 10px;
}

.dsw-wyn .error-messages {
	color: red;
	padding-top: 10px;
}

.dsw-wyn .clearer {
	clear: both;
	float: none;
}

.dsw-wyn-share {
  text-align: center;
  margin-right: 30px;
  margin-top: 30px;
  font-size: 24px;
}

.dsw-wyn-share__text {
	font-size: 16px;
	font-weight: bold;
}

.dsw-wyn-share__subtext {
  margin-bottom: 10px;
  font-size: 16px;
}

.dsw-wyn-share a {
  font-size: 42px;
  margin-left: 25px;
}

@media (max-width: 767px) {
	.dsw-wyn-calculator .result .logo img {
	    margin-top: 0px;
	}

	.dsw-wyn-calculator .result .graph-container,
	.dsw-wyn-calculator .result .embed-options {
		padding-bottom: 30px;
		margin-top: 0px;
	}
}

.intro-text-1, .intro-text-2 {
	font-size: 16px;
}

.intro-text-2 {
	margin-bottom: 30px;
}

