.container  * {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.container  p {
  line-height:24px;
}

*:focus {
  outline-color: #24b3b3;
}

a,
a:hover {
  color: #FF6600;
}

a:hover {
  text-decoration: underline;
}

.search {
  background: url("../images/splash.png");
  line-height: normal;
  font-size: 1em;
}

.downloads {
  background: url("../images/stingray-splash.jpg");
}

.search-form {
  max-width: 500px;
  margin: auto;
}

h1.heading {
  text-transform: uppercase;
  font-weight: bold;
  font-size:44px;
  margin-bottom:20px;
  text-align:center;
}

.front-section {
  color: #fff;
  vertical-align: text-bottom;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 52px;
}

.front-section p {
  padding: 16px 8px;
  font-size: 27px;
}

.front-section a p {
  color: #fff;
}

.front-section a {
  background-color: #28D4D4;
  display: block;
}

.front-section a:hover {
  background-color: #FF6600;
  text-decoration: none;
}


/*** Example Downloads Page ***/

.example {
  border-bottom: 1px solid #E6E6E6;
  padding: 16px 0;
}

.last-example {
  border: 0;
}

a.example {
  display: block;
  background-color: #28D4D4;
  color: #fff;
  border-radius: 4px;
  width: 256px;
  padding-left: 16px;
  font-weight: bold;
  line-height: normal;
}

a:hover.example {
  background-color: #FF6600;
  text-decoration: none;
}


/*** Side Content ***/

.search-results .block,
.side-content .block {
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 8px 18px;
  margin-bottom: 8px;
  line-height: 32px;
  background-color: #E6E6E6;
  border-left: 2px #29cccc solid;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-results .block,
.side-content .block:hover {
  background-color: #DBDBDB;
}

.search-results a,
.side-content a {
  color: #202020;
}

.search-results a:hover,
.side-content a:hover {
  color: #FF6600;
  text-decoration: none;
}

.search-close {
  pointer-events: auto;
  display: none;
  color: #c0c0c0;
}

.side-content .block div {
  overflow: hidden;
  text-overflow: ellipsis;
}

.side-content .expert {
  border-left: 0px;
}

.side-content .expert p {
  text-align: center;
  background-color: #28D4D4;
}

.side-content a.expert {
  color: #fff;
}

.side-content h2 {
  font-size:30px;
  margin-top:20px;
  margin-bottom:10px;
}

.side-content a:hover.expert p {
  background-color: #FF6600;
}

.result-title {
  font-weight: bold;
  font-size: 1.2em;
}

.footer {
  margin-top:20px;
  background-color: #000000;
  border-top: 5px #29cccc solid;
  padding:20px;
}

.footer p {
  font-size:16px;
  margin:0px;
}

.footer a {
	color:#FFFFFF;
}

.small-section-item {
	margin-left: auto;
    margin-right: auto;
	display: block;
	max-width:204px;
	text-align:center;
}

.front-section.small-section-item  a p {
	font-size:14px;
}

.small-section.column-header a p {
	background-color:#000000;
	min-height:80px;
	text-align:center;
	margin-top:15px;
}

.even {
	background-color:#e1e1e1;
}

.banner {
	background-color:#000000;
	padding:40px 0px 0px 0px;
}

@media only screen and (min-width : 1243px) {
   .flex-row.row {
	 display: flex;
	 flex-wrap: wrap;
   }
   .flex-row.row > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
   }
  .flex-row.row:after, 
  .flex-row.row:before {
	 display: flex;
  }
}