@charset "utf-8";
@import url("../fonts/proximanova/fonts.css");

/***************************************************************************
* GENERAL STYLES
***************************************************************************/
body {
	font-family: 'proxima_novasemibold';
	font-size: 14px;
	color: #333;
	background-color: #fff;
}
a {
	color: #ac1010;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
h1 {
	font-family: 'proxima_novasemibold';
	color: #08327c;
}
h2 {
	font-family: 'proxima_novasemibold';
	color: #08327c;
}
h3 {
	font-family: 'proxima_novasemibold';
	color: #08327c;
}
h4 {
	font-family: 'proxima_novasemibold';
	color: #08327c;
}
hr.dashed_separator {
	padding: 0;
	margin: 0;
	border: 0;
	border-top: 1px dashed #6b84b0;
}
hr.separator {
	border: 0;
	border-top: 1px solid #e5e5e5;
}
/* clear floated element */
.clear, .clearboth {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0px;
	overflow: hidden;
}

#pageWrapper {}

/***************************************************************************
* PAGE HEADER
***************************************************************************/

#pageHeaderWrapper {}

#pageHeader {}

#header {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding-top: 10px;
	padding-bottom: 10px;
}

/*---------- logo ----------*/
#header #logo {

}
#header #logo a {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	#header #logo {
		text-align: center;
	}
}

#signs_and_more {
	font-family: 'proxima_novasemibold';
	margin-top: 37px;
	position: relative;
	text-align: center;
	font-size: 32px;
	color: #08327c;
}
@media (max-width: 767px) {
	#signs_and_more {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

/*---------- header_search ----------*/
#header_search {
	font-family: 'proxima_novasemibold';
	margin-bottom: 20px;
	position: relative;
}
@media (max-width: 767px) {
	#header_search {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
#header_search .inputGroup {
	position: relative;
	display: table;
	border-collapse: separate;
}
#header_search .inputGroupBtn {
	position: relative;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
#header_search input[type="text"] {
	position: relative;
	z-index: 2;
	float: left;
	display: table-cell;
	width: 100%;
	height: 30px;
	border: 1px solid #08327c;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: rgb(224,224,224); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(247,247,247,1) 12%, rgba(252,252,252,1) 16%, rgba(253,253,253,1) 20%, rgba(244,244,244,1) 96%, rgba(241,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(12%,rgba(247,247,247,1)), color-stop(16%,rgba(252,252,252,1)), color-stop(20%,rgba(253,253,253,1)), color-stop(96%,rgba(244,244,244,1)), color-stop(100%,rgba(241,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(247,247,247,1) 12%,rgba(252,252,252,1) 16%,rgba(253,253,253,1) 20%,rgba(244,244,244,1) 96%,rgba(241,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(247,247,247,1) 12%,rgba(252,252,252,1) 16%,rgba(253,253,253,1) 20%,rgba(244,244,244,1) 96%,rgba(241,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(247,247,247,1) 12%,rgba(252,252,252,1) 16%,rgba(253,253,253,1) 20%,rgba(244,244,244,1) 96%,rgba(241,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(247,247,247,1) 12%,rgba(252,252,252,1) 16%,rgba(253,253,253,1) 20%,rgba(244,244,244,1) 96%,rgba(241,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
#header_search button[type="submit"] {
	margin-left: 5px;
	height: 30px;
	border: 1px solid #cccccc;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,250,250,1) 4%, rgba(250,250,250,1) 24%, rgba(242,242,242,1) 76%, rgba(236,236,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(4%,rgba(250,250,250,1)), color-stop(24%,rgba(250,250,250,1)), color-stop(76%,rgba(242,242,242,1)), color-stop(100%,rgba(236,236,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 4%,rgba(250,250,250,1) 24%,rgba(242,242,242,1) 76%,rgba(236,236,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 4%,rgba(250,250,250,1) 24%,rgba(242,242,242,1) 76%,rgba(236,236,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 4%,rgba(250,250,250,1) 24%,rgba(242,242,242,1) 76%,rgba(236,236,236,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 4%,rgba(250,250,250,1) 24%,rgba(242,242,242,1) 76%,rgba(236,236,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}

/*---------- header_cart ----------*/
#header_cart {
	text-align: right;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	#header_cart {
		text-align: center;
	}
}
#header_cart a {
	font-family: 'proxima_nova_rgbold';
	color: #ac1010;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	    padding-left: 10px;
    padding-right: 10px;
}
#header_cart a:hover {
	color: #08327c;
	text-decoration: none;
}
#header_cart img {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/*---------- header_social_media ----------*/
#header_social_media {
	text-align: right;
}
@media (max-width: 767px) {
	#header_social_media {
		text-align: center;
		margin-bottom: 20px;
	}
}
#header ul.social_media {
	list-style: none;
	display: block;
	margin: 5px 0px;
	padding: 0;
}
#header ul.social_media li {
	display: inline-block;
	margin-right: 5px;
}
#header ul.social_media li:last-child {
	margin-right: 0;
}
#header ul.social_media li a {
	display: block;
	width: 28px;
	height: 28px;
}

/*---------- header_nav ----------*/
#header_nav {
	margin-top: 15px;
	font-family: 'proxima_novasemibold';
	float: right;
}
#header_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header_nav ul li {
	display: inline-block;
	padding: 0px 20px;
}
#header_nav ul li a {
	color: #08327c;
	display: inline-block;
}
#header_nav ul li a:hover {
	text-decoration: none;
	color: #ac1010;
}

#faq_title {
	background: url("../img/faq_title_bg.jpg") no-repeat;
	height: 132px;
	position: relative;
}
#faq_title h2 {
	color: #333;
	position: absolute;
	bottom: 0;
	left: 10px;
}

/***************************************************************************
* PAGE TOP BAR
***************************************************************************/

#pageTopbarWrapper {}

#pageTopbar {}

#topbar_navigation_wrapper {
	font-family: 'proxima_novasemibold';
}
.navbar-custom.navbar {
  margin-bottom: 0px;
  min-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
/*.navbar-custom .nav > li > a {
  padding: 10px 28px;
}*/
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-custom .nav > li > a {
		padding: 10px 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-custom .nav > li > a {
		padding: 10px 18px;
	}
}
@media (min-width: 1200px) {
	.navbar-custom .nav > li > a {
		padding: 10px 30px;
	}
}
.navbar-custom {
	background: #45649b; /* Old browsers */
	background: -moz-linear-gradient(top,  #45649b 0%, #3e5e96 16%, #173d7e 74%, #0b3277 100%); /* FF3.6+ */
	background: -webkit-gradi/ent(linear, left top, left bottom, color-stop(0%,#45649b), color-stop(16%,#3e5e96), color-stop(74%,#173d7e), color-stop(100%,#0b3277)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45649b 0%,#3e5e96 16%,#173d7e 74%,#0b3277 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45649b 0%,#3e5e96 16%,#173d7e 74%,#0b3277 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45649b 0%,#3e5e96 16%,#173d7e 74%,#0b3277 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45649b 0%,#3e5e96 16%,#173d7e 74%,#0b3277 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45649b', endColorstr='#0b3277',GradientType=0 ); /* IE6-9 */
	border: none;
}
.navbar-custom .navbar-brand {
  color: #fff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #fff;
}
.navbar-custom .navbar-nav > li {
  background: url('../img/vertical_separator.png') top right repeat-y;
  padding-right: 3px;
}
.navbar-custom .navbar-nav > li:last-of-type {
  background: none;
  margin-right: 0;
  padding-right: 0;
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #003366;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #003366;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #fff;
}	
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #003366;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #003366;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #003366;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-custom .navbar-nav > li {
    background: none;
  }
}
@media (max-width: 767px) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #003366;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #003366;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #fff;
}
.navbar-custom .navbar-link:hover {
  color: #fff;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}


/*---------- banner ----------*/
#banner_wrapper {
	background: -moz-linear-gradient(top,  rgba(87,101,128,0.97) 0%, rgba(90,107,138,0.97) 6%, rgba(87,105,139,0.97) 13%, rgba(42,69,119,0.97) 59%, rgba(23,55,112,0.97) 84%, rgba(20,50,102,0.97) 94%, rgba(18,43,89,0.97) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(87,101,128,0.97)), color-stop(6%,rgba(90,107,138,0.97)), color-stop(13%,rgba(87,105,139,0.97)), color-stop(59%,rgba(42,69,119,0.97)), color-stop(84%,rgba(23,55,112,0.97)), color-stop(94%,rgba(20,50,102,0.97)), color-stop(100%,rgba(18,43,89,0.97))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(87,101,128,0.97) 0%,rgba(90,107,138,0.97) 6%,rgba(87,105,139,0.97) 13%,rgba(42,69,119,0.97) 59%,rgba(23,55,112,0.97) 84%,rgba(20,50,102,0.97) 94%,rgba(18,43,89,0.97) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(87,101,128,0.97) 0%,rgba(90,107,138,0.97) 6%,rgba(87,105,139,0.97) 13%,rgba(42,69,119,0.97) 59%,rgba(23,55,112,0.97) 84%,rgba(20,50,102,0.97) 94%,rgba(18,43,89,0.97) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(87,101,128,0.97) 0%,rgba(90,107,138,0.97) 6%,rgba(87,105,139,0.97) 13%,rgba(42,69,119,0.97) 59%,rgba(23,55,112,0.97) 84%,rgba(20,50,102,0.97) 94%,rgba(18,43,89,0.97) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(87,101,128,0.97) 0%,rgba(90,107,138,0.97) 6%,rgba(87,105,139,0.97) 13%,rgba(42,69,119,0.97) 59%,rgba(23,55,112,0.97) 84%,rgba(20,50,102,0.97) 94%,rgba(18,43,89,0.97) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7576580', endColorstr='#f7122b59',GradientType=0 ); /* IE6-9 */
}

/***************************************************************************
* PAGE BODY
***************************************************************************/

#pageBodyWrapper {}

#pageBody {}

/***************************************************************************
* CONTENT
***************************************************************************/

#contentWrapper {}

#content {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding-top: 30px;
	padding-bottom: 30px;
}

/*---------- products ----------*/
#products {
	margin-top: 20px;
	margin-bottom: 20px;
}
#products .product {
	margin-bottom: 20px;
	border: 1px solid #dedfe0;
}
#products .product .product_image img {
	margin: 0 auto;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
#products .product:hover .product_image img {
	opacity: 0.75;
	filter: alpha(opacity=75); /* For IE8 and earlier */
}
#products .product .product_name {
	text-align: center;
	border-top: 1px solid #dedfe0;
}
#products .product .product_name a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-family: 'proxima_novasemibold';
	color: #333333;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(240,240,240,1) 58%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(255,255,255,1)), color-stop(58%,rgba(240,240,240,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 47%,rgba(240,240,240,1) 58%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 47%,rgba(240,240,240,1) 58%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 47%,rgba(240,240,240,1) 58%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 47%,rgba(240,240,240,1) 58%,rgba(240,240,240,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
#products .product:hover .product_name a {
	color: #ff0000;
}

/*---------- box ----------*/
.box {
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding: 10px;
}

/*---------- newsletter box ----------*/
.newsletter {
	font-family: 'proxima_novasemibold';
}
.newsletter h3 {
	font-family: 'proxima_novasemibold';
	color: #333;
	margin-top: 0;
}
.newsletter img.newsletter_logo {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.newsletter input[type="text"] {
	width: 100%;
	height: 30px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 2px 10px;
	margin-bottom: 10px;
}
.newsletter .sign_up_label {
	color: #727272;
}
.newsletter button[type="submit"] {
	float: right;
	border: 0;
	padding: 5px 15px;
	color: #fff;
	background: rgb(18,63,144); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(18,63,144,1) 0%, rgba(18,63,144,1) 28%, rgba(16,62,147,1) 32%, rgba(17,64,146,1) 36%, rgba(15,62,144,1) 40%, rgba(19,65,143,1) 48%, rgba(6,50,125,1) 56%, rgba(8,50,124,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18,63,144,1)), color-stop(28%,rgba(18,63,144,1)), color-stop(32%,rgba(16,62,147,1)), color-stop(36%,rgba(17,64,146,1)), color-stop(40%,rgba(15,62,144,1)), color-stop(48%,rgba(19,65,143,1)), color-stop(56%,rgba(6,50,125,1)), color-stop(100%,rgba(8,50,124,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(18,63,144,1) 0%,rgba(18,63,144,1) 28%,rgba(16,62,147,1) 32%,rgba(17,64,146,1) 36%,rgba(15,62,144,1) 40%,rgba(19,65,143,1) 48%,rgba(6,50,125,1) 56%,rgba(8,50,124,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(18,63,144,1) 0%,rgba(18,63,144,1) 28%,rgba(16,62,147,1) 32%,rgba(17,64,146,1) 36%,rgba(15,62,144,1) 40%,rgba(19,65,143,1) 48%,rgba(6,50,125,1) 56%,rgba(8,50,124,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(18,63,144,1) 0%,rgba(18,63,144,1) 28%,rgba(16,62,147,1) 32%,rgba(17,64,146,1) 36%,rgba(15,62,144,1) 40%,rgba(19,65,143,1) 48%,rgba(6,50,125,1) 56%,rgba(8,50,124,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(18,63,144,1) 0%,rgba(18,63,144,1) 28%,rgba(16,62,147,1) 32%,rgba(17,64,146,1) 36%,rgba(15,62,144,1) 40%,rgba(19,65,143,1) 48%,rgba(6,50,125,1) 56%,rgba(8,50,124,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123f90', endColorstr='#08327c',GradientType=0 ); /* IE6-9 */

}
/*---------- kagan_trim box ----------*/
.kagan_trim {
	font-family: 'proxima_novasemibold';
}
.kagan_trim {
	text-align: center;
}
.kagan_trim a {
	color: #08327c;
}
.kagan_trim_title {
	font-family: 'proxima_novasemibold';
	background: #7086af;
	color: #fff;
	font-size: 18px;
	padding: 5px;
	margin: -10px -10px 10px -10px;
}


/***************************************************************************
* PAGE FOOTER
***************************************************************************/

#pageFooterWrapper {}

#pageFooter {}

/*---------- footer ----------*/
#footer_wrapper {
	border-top: 5px solid #44639a;
	background: rgb(28,52,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(28,52,102,1) 0%, rgba(28,56,110,1) 11%, rgba(28,57,112,1) 21%, rgba(23,55,111,1) 69%, rgba(21,51,106,1) 83%, rgba(18,44,90,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,52,102,1)), color-stop(11%,rgba(28,56,110,1)), color-stop(21%,rgba(28,57,112,1)), color-stop(69%,rgba(23,55,111,1)), color-stop(83%,rgba(21,51,106,1)), color-stop(100%,rgba(18,44,90,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(28,52,102,1) 0%,rgba(28,56,110,1) 11%,rgba(28,57,112,1) 21%,rgba(23,55,111,1) 69%,rgba(21,51,106,1) 83%,rgba(18,44,90,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(28,52,102,1) 0%,rgba(28,56,110,1) 11%,rgba(28,57,112,1) 21%,rgba(23,55,111,1) 69%,rgba(21,51,106,1) 83%,rgba(18,44,90,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(28,52,102,1) 0%,rgba(28,56,110,1) 11%,rgba(28,57,112,1) 21%,rgba(23,55,111,1) 69%,rgba(21,51,106,1) 83%,rgba(18,44,90,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(28,52,102,1) 0%,rgba(28,56,110,1) 11%,rgba(28,57,112,1) 21%,rgba(23,55,111,1) 69%,rgba(21,51,106,1) 83%,rgba(18,44,90,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3466', endColorstr='#122c5a',GradientType=0 ); /* IE6-9 */
}
#footer {
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer h3 {
	font-family: 'proxima_novasemibold';
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #ffffff;
}
#footer .section {
	height: 170px;
}
#footer .section_1 {
	text-align: left;
}
#footer .section_2 {
	border-left: 1px solid #44639a;
	border-right: 1px solid #44639a;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#footer .section_3 {
	text-align: right;
}
@media (max-width: 767px) {
	#footer .section {
		border: none !important;
		height: auto !important;
		text-align: left !important;		
	}
	#footer .section_1,
	#footer .section_2 {
		border-bottom: 1px solid #44639a !important;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

/*---------- footer_nav ----------*/
#footer ul.footer_nav {
	list-style: none;
	display: block;
	margin: 5px 0px;
	padding: 0;
}
#footer ul.footer_nav li {

}
#footer ul.footer_nav li a {
	color: #ffffff;
}
#footer ul.footer_nav li a:hover {
	text-decoration: underline;
}

/*---------- footer social_media ----------*/
#footer ul.social_media {
	list-style: none;
	display: block;
	margin: 5px 0px;
	padding: 0;
}
#footer ul.social_media li {
	display: inline-block;
	margin-right: 5px;
}
#footer ul.social_media li:last-child {
	margin-right: 0;
}
#footer ul.social_media li a {
	display: block;
	width: 28px;
	height: 28px;
}

/*---------- copyright ----------*/
#copyright_wrapper {
	background: rgb(31,67,130); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(31,67,130,1) 0%, rgba(5,43,110,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,67,130,1)), color-stop(100%,rgba(5,43,110,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(31,67,130,1) 0%,rgba(5,43,110,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(31,67,130,1) 0%,rgba(5,43,110,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(31,67,130,1) 0%,rgba(5,43,110,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(31,67,130,1) 0%,rgba(5,43,110,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4382', endColorstr='#052b6e',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #164fbf;
	border-bottom: 1px solid #183b78;
}
#copyright {
	min-height: 40px;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
