.container {
  max-width: 75rem;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: #f19800; /*#5091ed rgba(0, 0, 0, .85);*/
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  transition: ease-in-out color .15s;
  font-size: larger;
}
.site-header a:hover {
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * font 
 */
.header-font {
  font-family: Roboto Condensed, sans-serif;
}

.sub_header-font {
  font-family: "Times New Roman", Times, serif;
}

.body-font {
  font-family: Arial, Helvetica, sans-serif;
  /*font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif */
}

.report-font {
  /*font-family: 'Palatino Linotype', sans-serif;*/
  /*font-family: 'Seaford', sans-serif;*/
  font-family: 'Ink Free', sans-serif;
}

/*
 * Extra utilities
 */

.orange {
        color: #f19800;
}

.blue {
	color: #5091ed;
}

.small-11 {
        -webkit-flex:0 0 100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:40%;
}

.small-12 {
	-webkit-flex:0 0 100%;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
}

.small-13 {
	-webkit-flex:0 0 100%;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:20%;
}

.small-14 {
	-webkit-flex:0 0 100%;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:80%;
}

.column {
	padding-right: .9375rem;
	padding-left: .9375rem;
}

.mainrow{
	margin-right: -.9375rem;
	margin-left: -.9375rem;
	max-width: 75rem;
	margin-top: 2rem!important;
	display: flex;
	flex-flow: row wrap;
	flex-direction: row;
	flex-wrap: wrap;
}

.sidebar {
	width: 100%;
}

.sidebar__box {
	background: #fefefe;
	box-shadow: 0 0 0.625rem hsla(0,0%,4%,.25);
	padding: 1rem;
}

.sidebar__box ul {
	margin-left: 0;
	line-height: 1.4;
	padding: 0 1rem;
}

.sidebar__box--border {
	border-top: .5625rem solid #5091ed;
}

.medium-5 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
}

.medium-8 {
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.medium-4 {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.logo-img-1 {
	width:480px; 
	height:auto; 
	position:relative; 
	top:30%;
}

.logo-img-2 {
	width:300px; 
	height:auto; 
	margin:0 .75rem;
}

.foot-img {
	vertical-align: middle; 
	max-width: 80%;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.text-center {
  text-align: center;
}
