html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
footer, header, main, menu, nav, section {
	display: block;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
b, strong {
	font-weight: bold;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner {
   padding: 0;
   border: 0;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: none;
}
textarea {
	overflow: auto;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
img {
	vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
[role="button"] {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: inherit;
	margin-top: 0;
}
h1 {
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
h1 {
	font-size: 35px;
}
}
@media screen and (min-width: 1200px) {
h1 {
	font-size: 40px;
	margin-bottom: 35px;
}
}

h2 {
    font-size: 18px;
}
@media screen and (min-width: 768px) {
h2 {
	font-size: 23px;
}
}
@media screen and (min-width: 1200px) {
h2 {
	font-size: 28px;
}
}

p {
	margin: 0 0 10px;
}
.text-error {
	color: #bd007a;
}
.text-right {
	text-align: right;
}
.small {
	font-size: 11px;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
.list-inline {
	padding: 0;
	margin: 0;
	list-style: none;
}
.list-inline > li {
	display: block;
}
@media (min-width: 480px) {
.list-inline > li {
	display: inline-block;
}
}
@media (min-width: 992px) {
.list-opportunities {
	margin-top: 40px;
	margin-bottom: 3px;
}
}
i {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

section {
	margin-bottom: 20px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
.container {
	width: 750px;
}
}

@media (min-width: 992px) {
.container {
	width: 970px;
}
}

@media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid [class*="col-"] {
	padding: 0;
}
@media (min-width: 992px) {
.container-fluid [class*="col-"]:first-child {
	padding-left: 0;
	padding-right: 15px;
}
.container-fluid [class*="col-"]:last-child {
	padding-right: 0;
	padding-left: 15px;
}
}
[class*="col-"]{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-6 {
	width: 50%;
}
@media (min-width: 992px) {
.col-md-6 {
	width: 50%;
}
}
form {
	position: relative;
}
form span {
    position: absolute;
	left: 10px;
	top: -20px;
}
.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
	 color: #999;
	 opacity: 1;
}
.form-control:-ms-input-placeholder {
	 color: #999;
}
.form-control::-webkit-input-placeholder {
	 color: #999;
}
.form-control::-ms-expand {
	 background-color: transparent;
	 border: 0;
}
.form-group {
	display: inline-block;
	width : 100%;
	margin: 0 0 10px 0;
	position: relative;
}
@media (min-width: 778px) {
.form-group {
	display: inline-block;
	width : 30%;
	float: left;
	margin: 0 10px 0 0;
}
}
.form-group-feedback {
	margin-bottom: 10px;
}
.btn {
	display: block;
	padding: 10px 28px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: all 0.3s ease 0s;
}
@media (min-width: 480px) {
	.btn {
	display: inline-block;
}
}
.btn:focus, .btn:active:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
}
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
	color: #fff;
	background-color: #bd007a;
	border-color: #bd007a;
}
.btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default:active:hover {
	color: #fff;
	background-color: #930a65;
	border-color: #930a65;
}
.btn-primary {
	color: #fff;
	background-color: #00acd4;
	border-color: #00acd4;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:hover {
	color: #fff;
	background-color: #009bb5;
	border-color: #009bb5;
}
.btn-green {
	color: #fff;
	background-color: #5cb142;
	border-color: #5cb142;
}
.btn-green:focus, .btn-green:hover, .btn-green:active, .btn-green:active:hover {
	color: #fff;
	background-color: #489b2d;
	border-color: #489b2d;
}
.btn-light-green {
	color: #fff;
	background-color: #00aaa2;
	border-color: #00aaa2;
}
.btn-light-green:focus, .btn-light-green:hover, .btn-light-green:active, .btn-light-green:active:hover {
	color: #fff;
	background-color: #017f76;
	border-color: #017f76;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

@media (min-width: 768px) {
.navbar > .container .navbar-brand,  .navbar > .container-fluid .navbar-brand {
	margin-left: -15px;
}
}
.navbar-default {
	background: #0069BB;
	border-color: #0069BB;
}

.navbar-header {
	padding-top: 10px;
	padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
.navbar-header {
	padding-top: 25px;
	padding-bottom: 15px;
}
}
@media screen and (min-width: 1200px) {
.navbar-header {
	padding-top: 50px;
	padding-bottom: 35px;
}
}

.jumbotron {
	color: #fff;
	background: #00b8dc url(../images/bg-jumbotron.png) no-repeat 0 0 /cover;
}
.jumbotron .container {
	max-width: 100%;
}
.jumbotron a, .jumbotron a:hover {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
}
.jumbotron a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
.jumbotron {
	padding-top: 50px;
	padding-bottom: 50px;
}
}

@media screen and (min-width: 1200px) {
.jumbotron {
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media screen and (min-width: 1600px) {
.jumbotron {
	padding-top: 120px;
	padding-bottom: 120px;
}
}
.thumbnail {
	display: block;
	background-color: #143886;
	color: #fff;
}
.thumbnail .caption {
	padding: 20px;
	line-height: 1.42857143;
	width: 100%;
}

@media screen and (min-width: 1200px) {
.thumbnail .caption {
	width: 86%;
}
}
@media screen and (min-width: 1600px) {
.thumbnail .caption {
	width: 59%;
}
}
.feedback {
	width: 100% !important;
}
.clearfix:before, .clearfix:after,  .container:before, .container:after, .container-fluid:before, .container-fluid:after,  .row:before, .row:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .caption:before, .caption:after, .thumbnail:before, .thumbnail:after   {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .nav:after, .navbar:after, .navbar-header:after, .caption:after, .thumbnail:after {
	clear: both;
}
.pull-right {
	float: right;
}