

@font-face {
    font-family:"futura-pt";
    src:url("/css/application/fonts/futura-pt.woff2") format("woff2"),
        url("/css/application/fonts/futura-pt.woff") format("woff"),
        url("/css/application/fonts/futura-pt.eot") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;
}

body {
	font-size: 16px;
    font-family: futura-pt, sans-serif;
    background: #f6f5f7;	
}

.container {
	background: #FFF;
	margin: 0 auto;
	background: #f6f5f7;
	width: 100%;
}

.container-logo {
	height: 120px;
	background: #FFF;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.logo {
	width: 100%;
	padding: 0;
	background-image: url(/images/application/greatcanadianfrontmoney/header-7.png);
  background-position: left top;
  background-repeat: no-repeat;
  height: 120px;
}

.logo img {
	height: 70px;
	margin-top: 25px;
	margin-left: 27px;
}

#outer_content_wrapper {
	margin: 40px auto 0 auto;
	padding: 26px 28px 35px 35px;
	border-radius: 45px 45px 45px 45px;
	background: #FFF;
	max-width: 1400px;
}

h2 {
	font-size: 61px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

label {
	font-size: 1.125em;
}

.well {
	border-radius: 45px 45px 45px 45px;
}

.panel-body {
	font-size: 18px;
}

.btn-info { 
	border: none;
	font-size: 18px;
	background-color: transparent;
	background-image: linear-gradient(180deg, #A27D45 0%, #624F33 73%);
	border-radius: 100px 100px 100px 100px;
	transition: all 0.2s ease-in-out;
}

.btn-info:hover, 
.btn-info:active, 
.btn-info:focus,
.btn-info.active {
	background: #1927AE;
	border: none;
	transition: all 0.2s ease-in-out;
}

.btn,
.input-group-sm>.form-control,
.input-sm,
.dropdown-menu {
	font-size: 16px !important;
}

span.filter-option {
	font-size: 14px !important;
}

.text-primary {
	color: #9B193B;
}

.show-political-person {
	padding: 0 7px;
}

.box {
  display:none;
  position: absolute;
  top: 50px; 
  left: 10px;
  z-index: 99;
  background-color: transparent;
	background-image: linear-gradient(180deg, #A27D45 0%, #624F33 73%);
	color:#FFF;
  padding: 10px 10px 5px 5px;
  border: 1px solid black;
  border-radius: 5px;
  transition-duration: 200ms;
}

.box ul,
.box li {
	margin-left: 0;
}

@media (max-width: 992px) {

  .container-logo {
    height: 93px;
  }

  .logo img {
		margin-top: 1px;
		margin-left: 6.5px;
  }
}
