html {
}
* {
	padding:0;
	margin:0;
	border:0;
}
.clearing {
	height: 0;
	clear: both;
}
body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	/*background: url(images/bg-body.jpg) bottom center no-repeat #1b222d;*/
	background-size: cover;
	line-height:1.55;
}
#background {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	/*background: url(images/bg-logo.png) top center fixed no-repeat transparent;*/
}

/* FONTS */

body, p, h1, h2, h3, h4, h5, h6, li, .btn, .contact-form input {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
h1, h2, h3 {
	line-height: 1.44;
}
a {
	color: #333;
	text-decoration:none;
	border-bottom: 1px dotted;
}
a:hover {
	color: #000;
	text-decoration:none;
	border-bottom: 1px dotted;
}
p {
	font-size:16px;
	-webkit-font-smoothing: subpixel-antialiased;
	color:#333;
	margin: 0 0 20px 0;
	font-weight:300;
}
p strong { color: #000 }
p.lead {
	font-size:22px;
}
p.small,
.footer p {
	font-size:12px;
	margin: 0 0 10px 0;
}
.footer p {
	color: #989898;
}
h1 {
	font-size:26px;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:400;
	color:#EF4123;
	margin: 5px 0 20px 0;
}
h1.large{
  font-size: 35px;
  line-height: 1.3;
}
h2 {
	font-size:22px;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:400;
	color:#EF4123;
	margin: 5px 0 20px 0;
}
h3 {
	font-size:20px;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:400;
	color:#EF4123;
	margin: 0 0 20px 0;
}
h3 .small {
	font-size: 18px;
	font-weight: 400;
}
strong {
	font-weight:700;
}


/* HEADER */

.header {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #d8d7d7 solid;
}
.header-logo.img-responsive {
	margin: 5px auto 0 auto;
	max-width: 150px;
}
.header-text-left,
.header-text-left p,
.header-text-left h4 {
	text-align: left;
}
.header-text-left p.lead {
	font-size: 20px;
	color: #666;
	font-weight: 700;
  margin-bottom: 0;
}
.header-text-left h4 {
	color: #012e3c;
	font-size: 26px;
	font-weight: 700;
	margin: 5px 0 8px 0;
}
.header-text-left p.small {
	font-weight: 400;
}

/* MAIN */

.main, .footer	{
	display: block;
	position: relative;
	width: 100%;
}
.container {
	display: block;
	position: relative;
	width: 90%;
}
.main .container {
	margin: 20px auto 0 auto;
}
hr {
	border-top: 1px #dddddd solid;
	/*margin: 40px auto 30px auto;*/
	clear: both;
}
.logo-gsa.img-responsive {
	max-width: 200px;
}

/* FOOTER */

#footer {
	border-top: 1px #d8d7d7 solid;
	margin: 40px 0 20px 0;
	padding-top: 30px;
	text-align: center;
}

/* IMAGE */

.img-responsive {
  margin: 10px auto;
  max-width: 100%;
  display: block;
}
.img-responsive-left {
  margin: 10px 0;
  max-width: 100%;
  display: block;
}
a img { opacity: 1; }
a:hover img {
	opacity: 0.9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.nomargins {
	margin:0px;
}
.border {
	border: 1px solid #CCCCCC;
}

/* BUTTONS */

.btn {
  color: #fff;
  border-color: #EF4123;
  background-color: #EF4123;
  margin-bottom: 0.25em;
  text-shadow: none;
  box-shadow: none;
  border-radius:2px;
  padding: 12px 24px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  color: #fff;
  border-color: #ec5b23;
  background-color: #ec5b23;
  text-shadow: none;
  box-shadow: none;
  border-radius:2px;
}
a.btn-link { border-bottom: none; }
.btn-xs {
  padding-right: 20px !important;
  padding-left: 20px !important;
  letter-spacing: 0px !important;
  font-size: 13px !important;
}

.btn-sm,
.btn-sm.et_pb_button,
.btn-sm.et_pb_bg_layout_light.et_pb_button {
  margin-bottom: 0.25em;
  padding: 5px 9px;
  font-size: 15px !important;
}
/*.btn-sm:hover,
.btn-sm:hover.et_pb_button,
.btn-sm:hover.et_pb_bg_layout_light.et_pb_button { padding: 5px 35px 5px 9px; }*/

.btn-lg,
.btn-lg.btn.et_pb_button,
.btn-lg.btn.et_pb_bg_layout_light.et_pb_button  {
  font-size: 26px;
  padding: 12px 5px;
}
.btn-lg:hover,
.btn-lg.btn.et_pb_button:hover,
.btn-lg.btn.et_pb_bg_layout_light.et_pb_button:hover {
  padding: 12px 37px 12px 18px;
}
.btn-lg:after { font-size: 42px; }

.btn-inverse {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.btn-inverse:hover {
  border-color: rgba(255, 255, 255, 0) !important;
  background: rgba(255, 255, 255, 0.3) !important;
  color: #000000;
}
.btn-inverse.btn-warning {
  color: #000000 !important;
  border: 2px solid #fff !important;
  background: #ffffff !important;
}
.btn-inverse.btn-primary {
  color: #000000 !important;
  border: 2px solid #fff !important;
  background: #ffffff !important;
}
.btn-inverse.btn-warning:hover,
.btn-inverse.btn-primary:hover {
  border-color: rgba(255, 255, 255, 0) !important;
  background: rgba(255, 255, 255, 0.9) !important;
}
.btn-success {
  border-color: #39A64A !important;
  background-color: #39A64A !important;
}
.btn-success:hover {
  border-color: #41be55 !important;
  background-color: #41be55 !important;
}
.btn-primary {
  border-color: #062b39 !important;
  background-color: #062b39 !important;
}
.btn-primary:hover {
  border-color: #142e39 !important;
  background-color: #142e39 !important;
}
.btn-default {
  border-color: #464646 !important;
  background-color: #464646 !important;
  color: #fff !important;
}
.btn-default:hover {
  border-color: #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}
.btn-info {
  border-color: #950864 !important;
  background-color: #950864 !important;
}
.btn-info:hover {
  border-color: #932364 !important;
  background-color: #932364 !important;
}
.btn-info.btn-inverse {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #950864 !important;
}
.btn-info.btn-inverse:hover {
  color: #fff !important;
  border-color: #950864 !important;
  background-color: #950864 !important;
}
.btn-warning {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.btn-warning:hover {
  border-color: #c57a2f !important;
  background-color: #c57a2f !important;
}
.btn-danger {
  border-color: #EF4123 !important;
  background-color: #EF4123 !important;
}
.btn-danger:hover {
  border-color: #ec5b23 !important;
  background-color: #ec5b23 !important;
}
.btn-danger.btn-inverse {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent !important;
}
.btn-danger.btn-inverse:hover {
  border-color: #EF4123 !important;
  background-color: #EF4123 !important;
}
.btn-default {
  border-color: #012e3c !important;
  background-color: #012e3c !important;
}
.btn-default:hover {
  border-color: #003e4c !important;
  background-color: #003e4c !important;
}
.btn-default-red-txt {
  border-color: #012e3c !important;
  background-color: #012e3c !important;
  color: #EF4123 !important;
}
.btn-default-red-txt:hover {
  border-color: #003e4c !important;
  background-color: #003e4c !important;
}
.btn-full {
  width:100%;
  display: block;
  text-align: center;
}

/* Contact Form */

.contact-form {
	width: 40%;
	margin: 0 auto;
}
.contact-form label {
  font-size: 16px;
  font-weight: 300;
}
.white-text .contact-form label {
  font-weight: 400;
}
.contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form input[type=date],
.contact-form input.text,
.contact-form input.title,
.contact-form textarea,
.contact-form select {
  padding: 10px;
  border: 1px solid #e4e4e4;
  color: #4e4e4e;
  background-color: #fff;
  width: 100%;
  font-size: 18px;
  margin: 4px auto;
  font-weight: 400;
  border-radius: 2px;
}
.mc-field-group { margin-right: 21px; }
.contact-form input.button {
  width: 100%;
	margin: 20px auto;
	font-size: 18px;
	padding: 15px;
  font-weight: 700;
  margin-top: 15px;
  font-size: 18px;
  border-radius:2px;
  text-shadow: none;
  box-shadow: none;
  border-color: #EF4123;
  background-color: #EF4123;
	color: #fff;
  border: none;
}
.contact-form [type="submit"]:hover {
  border-color: #ec5b23;
  background-color: #ec5b23;
}
.contact-form textarea {
  height: 150px;
}
.contact-form p {
  margin-bottom: 0;
}


/*====== Media Query ======*/
@media (min-width: 767px) {
  .container {
		width: 80%;
	}
}
@media (min-width: 980px) {
	.container-home {
		padding-top:50px;
		padding-bottom: 60px;
	}
}
@media (min-width: 1400px) {
  .container {
		width: 1200px;
	}
	.logo-gsa.img-responsive {
    padding-top: 18px;
	}
}
@media (max-width: 979px)  {
  h1 { font-size:17px; }
	p.lead { font-size: 19px; }
	.contact-form { width: 100%; }
	.header-text-left {
		float: right;
	}
	#footer {
		margin: 10px 0 20px 0;
		padding-top: 20px;
	}
}
@media (max-width: 767px)  {
	.header {
    padding-top: 14px;
    padding-bottom: 9px;
	}
	.header-logo.img-responsive {
    margin: 5px auto 0 auto;
    max-width: 125px;
	}
	.header-text-left p.lead {
		font-size: 17px;
	}
	.header-text-left h4 {
		font-size: 22px;
		margin: 4px 0 4px 0;
	}
	.logo-gsa.img-responsive {
    max-width: 154px;
	}
}
@media (max-width: 500px)  {
	h1.large {
		font-size: 28px;
		line-height: 1.3;
		margin: 0 0 20px 0;
	}
}
@media (max-width: 320px)  {
	h1.large {
		font-size: 25px;
		line-height: 1.3;
	}
	.header-text-left p.lead {
		font-size: 17px;
	}
	.header-text-left h4 {
		font-size: 22px;
		margin: 4px 0 4px 0;
	}
	.header-logo.img-responsive {
		margin: 10px auto 0 auto;
    max-width: 100px;
	}
	p.lead {
		font-size: 18px;
    margin-bottom: 15px;
	}
}


/*====== Helpers ======*/

.hide,
.show-md,
.show-sm,
.show-xs {
  display: none;
}


.pull-up-bottom-50 { margin-bottom: -50px !important; }
.pull-up-bottom-40 { margin-bottom: -40px !important; }
.pull-up-bottom-30 { margin-bottom: -30px !important; }
.pull-up-bottom-20 { margin-bottom: -20px !important; }
.pull-up-bottom-15 { margin-bottom: -15px !important; }
.pull-up-bottom-10 { margin-bottom: -10px !important; }
.pull-up-bottom-5 { margin-bottom: -5px !important; }
.pull-up-50 { margin-top: -50px !important; }
.pull-up-40 { margin-top: -40px !important; }
.pull-up-30 { margin-top: -30px !important; }
.pull-up-20 { margin-top: -20px !important; }
.pull-up-15 { margin-top: -15px !important; }
.pull-up-10 { margin-top: -10px !important; }
.pull-up-5 { margin-top: -5px !important; }

.margin-top-50 { margin-top:50px !important; }
.margin-top-40 { margin-top:40px !important; }
.margin-top-30 { margin-top:30px !important; }
.margin-top-20 { margin-top:20px !important; }
.margin-top-10 { margin-top:10px !important; }
.margin-top-5 { margin-top:5px !important; }
.margin-top-0 { margin-top:0px !important; }
.margin-bottom-50 { margin-bottom:50px !important; }
.margin-bottom-40 { margin-bottom:40px !important; }
.margin-bottom-30 { margin-bottom:30px !important; }
.margin-bottom-20 { margin-bottom:20px !important; }
.margin-bottom-10 { margin-bottom:10px !important; }
.margin-bottom-5 { margin-bottom:5px !important; }
.margin-bottom-0 { margin-bottom:0px !important; }

.pad-top-50 { padding-top:50px !important; }
.pad-top-40 { padding-top:40px !important; }
.pad-top-30 { padding-top:30px !important; }
.pad-top-20 { padding-top:20px !important; }
.pad-top-10 { padding-top:10px !important; }
.pad-top-5 { padding-top:5px !important; }
.pad-top-0 { padding-top:0px !important; }
.pad-bottom-50 { padding-bottom:50px !important; }
.pad-bottom-40 { padding-bottom:40px !important; }
.pad-bottom-30 { padding-bottom:30px !important; }
.pad-bottom-20 { padding-bottom:20px !important; }
.pad-bottom-10 { padding-bottom:10px !important; }
.pad-bottom-5 { padding-bottom:5px !important; }
.pad-bottom-0 { padding-bottom:0px !important; }

.pad-right-50 { padding-right:50px !important; }
.pad-right-40 { padding-right:40px !important; }
.pad-right-30 { padding-right:30px !important; }
.pad-right-20 { padding-right:20px !important; }
.pad-right-10 { padding-right:10px !important; }
.pad-right-5 { padding-right:5px !important; }
.pad-right-0 { padding-right:0px !important; }
.pad-left-50 { padding-left:50px !important; }
.pad-left-40 { padding-left:40px !important; }
.pad-left-30 { padding-left:30px !important; }
.pad-left-20 { padding-left:20px !important; }
.pad-left-10 { padding-left:10px !important; }
.pad-left-5 { padding-left:5px !important; }
.pad-left-0 { padding-left:0px !important; }

.pad-right-10p { padding-right:10% !important; }
.pad-left-10p { padding-left:10% !important; }

@media (min-width: 980px)  {
  .show-md {  display: block; }
  .btn-full-lg {
    width:100%;
    display: block;
    text-align: center;
  }

  .pad-top-30-lg { padding-top:30px !important; }
  .pad-top-20-lg { padding-top:20px !important; }
  .pad-top-10-lg { padding-top:10px !important; }
  .pad-top-0-lg { padding-top:0 !important; }
  .pad-bottom-30-lg { padding-bottom:30px !important; }
  .pad-bottom-20-lg { padding-bottom:20px !important; }
  .pad-bottom-10-lg { padding-bottom:10px !important; }
  .pad-bottom-0-lg { padding-bottom:0 !important; }

  .margin-top-0-lg { margin-top:0 !important; }
  .margin-bottom-0-lg { margin-bottom:0 !important; }

  .pad-right-0-lg { padding-right:0 !important; }
  .pad-left-0-lg { padding-left:0 !important; }

  .bg-bottom-center-lg { background-position: bottom center !important; }
  .bg-bottom-right-lg { background-position: bottom right !important; }
  .bg-bottom-left-lg { background-position: bottom left !important; }
  .bg-top-center-lg { background-position: top center !important; }
  .bg-top-right-lg { background-position: top right !important; }
  .bg-top-left-lg { background-position: top left !important; }
  .bg-center-lg { background-position: center !important; }
}
@media (max-width: 979px)  {
  .show-md {  display: block; }
  .btn-full-md {
    width:100%;
    display: block;
    text-align: center;
  }
	.text-center-md { text-align: center; }
  .btn-sm.btn-arrow { padding: 9px 9px 7px 18px; }
  .btn-sm.btn-arrow:hover { padding: 9px 9px 7px 18px; }

  .pad-top-30-md { padding-top:30px !important; }
  .pad-top-20-md { padding-top:20px !important; }
  .pad-top-10-md { padding-top:10px !important; }
  .pad-top-0-md { padding-top:0 !important; }
  .pad-bottom-30-md { padding-bottom:30px !important; }
  .pad-bottom-20-md { padding-bottom:20px !important; }
  .pad-bottom-10-md { padding-bottom:10px !important; }
  .pad-bottom-0-md { padding-bottom:0 !important; }

  .pull-up-50-md { margin-top: -50px !important; }
  .pull-up-40-md { margin-top: -40px !important; }
  .pull-up-30-md { margin-top: -30px !important; }
  .pull-up-20-md { margin-top: -20px !important; }
  .pull-up-15-md { margin-top: -15px !important; }
  .pull-up-10-md { margin-top: -10px !important; }
  .pull-up-5-md { margin-top: -5px !important; }
  .pull-up-0-md { margin-top: 0 !important; }

  .margin-top-50-md { margin-top:50px !important; }
  .margin-top-40-md { margin-top:40px !important; }
  .margin-top-30-md { margin-top:30px !important; }
  .margin-top-20-md { margin-top:20px !important; }
  .margin-top-10-md { margin-top:10px !important; }
  .margin-top-5-md { margin-top:5px !important; }
  .margin-top-0-md { margin-top:0px !important; }
  .margin-bottom-50-md { margin-bottom:50px !important; }
  .margin-bottom-40-md { margin-bottom:40px !important; }
  .margin-bottom-30-md { margin-bottom:30px !important; }
  .margin-bottom-20-md { margin-bottom:20px !important; }
  .margin-bottom-10-md { margin-bottom:10px !important; }
  .margin-bottom-5-md { margin-bottom:5px !important; }
  .margin-bottom-0-md { margin-bottom:0px !important; }

  .pad-right-0-md { padding-right:0 !important; }
  .pad-left-0-md { padding-left:0 !important; }

  .bg-bottom-center-md { background-position: bottom center !important; }
  .bg-bottom-right-md { background-position: bottom right !important; }
  .bg-bottom-left-md { background-position: bottom left !important; }
  .bg-top-center-md { background-position: top center !important; }
  .bg-top-right-md { background-position: top right !important; }
  .bg-top-left-md { background-position: top left !important; }
  .bg-center-md { background-position: center !important; }
}

@media (max-width: 767px)  {
  .show-sm {  display: block; }
  .btn-full-sm {
    width:100%;
    display: block;
    text-align: center;
  }

  .pad-top-30-sm { padding-top:30px !important; }
  .pad-top-20-sm { padding-top:20px !important; }
  .pad-top-10-sm { padding-top:10px !important; }
  .pad-top-0-sm { padding-top:0 !important; }
  .pad-bottom-30-sm { padding-bottom:30px !important; }
  .pad-bottom-20-sm { padding-bottom:20px !important; }
  .pad-bottom-10-sm { padding-bottom:10px !important; }
  .pad-bottom-0-sm { padding-bottom:0 !important; }

  .margin-top-0-sm { margin-top:0 !important; }
  .margin-bottom-0-sm { margin-bottom:0 !important; }

  .pad-right-0-sm { padding-right:0 !important; }
  .pad-left-0-sm { padding-left:0 !important; }

  .bg-bottom-center-sm { background-position: bottom center !important; }
  .bg-bottom-right-sm { background-position: bottom right !important; }
  .bg-bottom-left-sm { background-position: bottom left !important; }
  .bg-top-center-sm { background-position: top center !important; }
  .bg-top-right-sm { background-position: top right !important; }
  .bg-top-left-sm { background-position: top left !important; }
  .bg-center-sm { background-position: center !important; }
}

@media (max-width: 598px)  {
  .show-xs {  display: block; }

  .bg-bottom-center-xs { background-position: bottom center !important; }
  .bg-bottom-right-xs { background-position: bottom right !important; }
  .bg-bottom-left-xs { background-position: bottom left !important; }
  .bg-top-center-xs { background-position: top center !important; }
  .bg-top-right-xs { background-position: top right !important; }
  .bg-top-left-xs { background-position: top left !important; }
  .bg-center-xs { background-position: center !important; }

	.margin-top-20-xs { margin-top:20px !important; }
	.margin-bottom-20-xs { margin-bottom:20px !important; }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color:#fff;
    background-color:#EF4123;
}
