﻿div.whSpcWrapper > section:first-child {
    padding:80px 0px;
}

div.whSpcWrapper > section:first-child > div.container > div.row > h2 {
    text-transform: uppercase;
    font-weight:bold;
    text-align:center;
    font-size:400%;
	color:#fff;
}

div.whSpcWrapper > section:first-child > div.container > div.row > img:first-of-type {
	width:500px;
	display:block;
	margin:0px auto;
}

section.why-choose-rows {
    padding:20px 0px 40px 0px;
}

section.why-choose-rows h3 {
    color:#114;
    text-transform:uppercase;
    font-size:200%;
}

section.why-choose-rows p {
    color:#222;
}

section.why-choose-rows div.row {
    clear:both;
}

p#title-reason-buttons {
    text-align: center;
}

p#title-reason-buttons img.icon {
    max-width:70px;
    border:none;
    margin:10px;
}

p#title-reason-buttons img.icon:hover {
    opacity:0.8;
}

section.why-choose-rows > div.container > div.parent > div.row {
    clear:both;
}

section.why-choose-rows > div.container > div.parent:nth-child(even) {
    background:rgba(0, 64, 110, 0.129412);
    padding:40px 0px;
    margin:40px 0px;
}

/*section.why-choose-rows > div.container > div.parent > div.row > img {
    width:40%;
    height:300px;
    float:left;
    margin:0px 2% 0px 0px;
    background-color:#ddd;
    background-image:url('/DssPreview/images/YouTube-icon-full_color.png');
    background-repeat: no-repeat;
    background-position: center;
    border:none;
}*/

section.why-choose-rows div.container div.parent div.row div.content-block {
	max-width: 480px;
	margin: 0px auto;
	padding: 20px .5em .5em .5em;
}

section.why-choose-rows div.container div.parent div.row div.content-block h2 {
	/*display: inline-block;
	margin-left: 20px;*/
	line-height: 1em;
	text-align: left;
	text-transform: uppercase;
}

section.why-choose-rows > div.container > div.parent > div.row div.content-block img {
	float: left;
	max-width: 40px;
	border: none;
	margin-right: 20px;
	padding: 0;
}

section.why-choose-rows > div.container > div.parent > div.row > div.content-block > p:last-child {
    /*line-height:100px;*/
}

.why-choose-rows .row .columns:first-child {
	text-align: center;
}

a.blue-button {
	color: #fff;
	text-align: center;
	background: #00406e;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: bold;
}

	a.blue-button:hover {
		background: #d29f2a;
		color: #18488f;
		text-decoration: none;
		transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	}

.backgroundWhite {
	background-color: #ffffff !important;
}

.whSpcWrapper {
	background: #fff;
	height: 100%;
	line-height: 1;
	width: 100%;
	outline: none;
}

@media only screen and (max-width: 40em) { /* ~400px small break point*/
	div.whSpcWrapper > section:first-child {
		margin: 0px 0px 0px 0px;
		padding: 80px 0px;
	}

	section.why-choose-rows h3 {
		line-height: 40px;
		font-size: 200% !important;
		margin-top: 20px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 40.063em) { /* ~623px medium break point*/
	section.why-choose-rows > div.container > div.parent > div.row > img {
		float: none;
		width: 90%;
		margin: 0px auto;
	}

	/*section.why-choose-rows > div.container > div.parent > div.row {
		text-align: center;
	}*/

		section.why-choose-rows > div.container > div.parent > div.row > div.content-block {
			/*float: none;
			width: 90%;*/
			margin: 0px auto;
			text-align: left;
		}
}

@media only screen and (min-width: 48.0625em) { /* ~751px large break point */
	section.why-choose-rows div.container div.parent div.row div.content-block {
		max-width: none;
		margin: 0px;
	}
}