/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 
 /*FOOTER START*/
 

 @media (min-width: 0) {
.sponsors{
	postition: relative;
	color: #000;
	font-size: 11pt;
}
.sponsors img{
	margin-left: 0px; 
	margin-bottom: 30px;
}
.sponsors-title {
	margin-left: 0px;
}
 
 }
 @media (min-width: 320px) {
.sponsors{
	postition: relative;
}

.sponsors img{
	margin-left: 10px; 
	margin-bottom: 30px;
}
.sponsors-title {
	margin-left: 0px;
}
	 
}

@media (min-width: 768px) {
.sponsors{
	float: right;
}	

.sponsors img{
	margin-right: 0px; 
	margin-bottom: 30px;
}
.sponsors-title {
	margin-left: 13px;
}
}


@media (min-width: 1400px) {
.sponsors{
	float: right;
}
.sponsors img{
	margin-left: 20px; 
	margin-bottom: 30px;
}
.sponsors-title {
	margin-left: 25px;
}
}

 /*FOOTER END*/ 
 
 
 /* CONTACT FORM STARTS */
input#edit-submitted-name {
    padding: 10px;
    float:left;
    width: 46%;
    margin-bottom: 10px;
    border: 1px #ccc solid;
}

input#edit-submitted-phone-number {
    padding: 10px;
    width: 46%;
    float: right;
    margin-bottom: 10px;
    color: #adadad;
    border: 1px #ccc solid;
}

input#edit-submitted-email {
	padding: 10px;
	width: 46%;
	float:left;
	margin-bottom: 10px;
	border: 1px #ccc solid;
}

textarea#edit-submitted-subject {
	padding: 10px;
	width: 46%;
	float: right;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

/*form-item.webform-component.webform-component-textarea.webform-component--message*/
textarea#edit-submitted-message {
	padding: 10px;
	border: 1px solid #ccc;
}

input.webform-submit.button-primary.form-submit {
	padding: 7px 50px;
    float: right;
    background-color: #fff;
    border: 1px #ccc solid;
    text-transform: uppercase;
    color: #858585;
}

.meta.submitted {
    display: none;
}

div#block-webform-client-block-72 {
    float: right;
    width: 69%;
    margin-right: 32px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #888;
    margin-top: -30px;
}

@media screen and (max-width: 768px) {
	div#block-webform-client-block-72 {
   	 	float: right;
    	width: 90%;
    	margin-right: 32px;
    	margin-bottom: 20px;
    	padding-bottom: 30px;
    	border-bottom: 1px solid #888;
}

}

@media screen and (max-width: 450px) {
	
div#block-webform-client-block-72 {
   	 	float: right;
    	width: 90%;
    	margin-right: 32px;
    	margin-bottom: 20px;
    	padding-bottom: 30px;
    	border-bottom: 1px solid #888;
}

input#edit-submitted-name {
    padding: 10px;
    width: 90%;
    float:right;
    margin-bottom: 10px;
    border: 1px #ccc solid;
}

input#edit-submitted-phone-number {
    padding: 10px;
    width: 90%;
    float:right;
    margin-bottom: 10px;
    color: #adadad;
    border: 1px #ccc solid;
}

input#edit-submitted-email {
	padding: 10px;
	width: 90%;
	float: right;
	margin-bottom: 10px;
	border: 1px #ccc solid;
}

textarea#edit-submitted-subject {
	padding: 10px;
	width: 90%;
	float: right;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

textarea#edit-submitted-message {
	padding: 10px;
	border: 1px solid #ccc;
	width: 90%;
	float: right;
}


input.webform-submit.button-primary.form-submit {
    margin-top: 20px;
}

}
/* CONTACT FORM ENDS */
 
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #000 0%, #000 100%);
  background-image:      -o-linear-gradient(top, #000 0%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image:         linear-gradient(to bottom, #000 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #000;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #000;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #000;
  border-color: #000;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #000 0%, #000 100%);
  background-image:      -o-linear-gradient(top, #000 0%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image:         linear-gradient(to bottom, #000 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  background-image:      -o-linear-gradient(top, #222 0%, #282828 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828));
  background-image:         linear-gradient(to bottom, #222 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #000 0%, #000 100%);
  background-image:      -o-linear-gradient(top, #000 0%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image:         linear-gradient(to bottom, #000 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #000;
  background-image: -webkit-linear-gradient(top, #000 0%, #000 100%);
  background-image:      -o-linear-gradient(top, #000 0%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image:         linear-gradient(to bottom, #000 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  background-repeat: repeat-x;
  border-color: #000;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #000 0%, #000 100%);
  background-image:      -o-linear-gradient(top, #000 0%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image:         linear-gradient(to bottom, #000 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
html,
body {
  font-family: Open Sans;
}
body {
  padding-top: 29px;
}
body.test {
  /*background-image:url(../../../../../images/themes/general/YoungHunter_GeneralInternal_Desktop_v1.jpg); */
  background-position: 50% 0;
}
.content-body {
  margin-top: 11;
}
@media (min-width: 1400px) {
  .content-body {
    width: 1300px;
    margin: 0 auto;
  }
}
.content-body .sidebar {
  /*@media (min-width: @screen-md-min) {
      width: @container-md;
      .nav-sidebar { display: none; }
    }*/
}
@media (min-width: 0) {
  .content-body .sidebar {
    width: 750px;
  }
  .content-body .sidebar .nav-sidebar {
    display: none;
  }
  .content-body .sidebar .nav-sidebar {
    display: none;
  }
}
@media (min-width: 768px) {
  .content-body .sidebar {
    width: 750px;
  }
  .content-body .sidebar .nav-sidebar {
    display: none;
  }
  .content-body .sidebar .nav-sidebar {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-body .sidebar {
    /*(min-width: @screen-lg-min) {*/
    float: left;
    width: 22.5%;
    padding-left: 20px;
  }
  .content-body .sidebar .nav-sidebar {
    display: block;
  }
}
@media (min-width: 1400px) {
  .content-body .sidebar {
    float: left;
    width: 22.5%;
    padding-left: 20px;
  }
  .content-body .sidebar .nav-sidebar {
    display: block;
  }
}
/*.navbar-nav {
  > li {
    display: block;
    position: relative;
    > ul {
      position: absolute;
      list-style: none;
      margin:0;
      padding:0;
    }
    &:hover ul {
      display:block;
    }
  }
}*/
@media (min-width: 0) {
  .page-blurb {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .page-blurb {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
.nav-sidebar {
  padding-left: 20px;
}
.nav-sidebar h2 {
  width: 190px;
  padding-bottom: 15px;
  margin-bottom: 16px;
  font-size: 15px;
  font-style: italic;
  color: #455561;
  border: none;
  border-bottom: solid 1px #455561;
}
@media (min-width: 0) {
  .nav-sidebar h2 {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav-sidebar h2 {
    display: block;
  }
}
.nav-sidebar > ul,
.nav-sidebar .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 0) {
  .nav-sidebar > ul,
  .nav-sidebar .content ul {
    padding: 10px 0;
    margin-bottom: 20px;
    border-top: solid 1px #455561;
    border-bottom: solid 1px #455561;
  }
  .nav-sidebar > ul li,
  .nav-sidebar .content ul li {
    display: inline-block;
    padding: 5px 0;
    margin-right: 10px;
  }
  .nav-sidebar > ul li:last-child,
  .nav-sidebar .content ul li:last-child {
    border: none;
  }
  .nav-sidebar > ul li.header,
  .nav-sidebar .content ul li.header {
    display: none;
  }
  .nav-sidebar > ul li a,
  .nav-sidebar .content ul li a {
    padding-right: 10px;
    border-right: solid 2px #455561;
  }
  .nav-sidebar > ul li:last-child a,
  .nav-sidebar .content ul li:last-child a {
    border: none;
  }
}
@media (min-width: 992px) {
  .nav-sidebar > ul,
  .nav-sidebar .content ul {
    border: none;
  }
  .nav-sidebar > ul li,
  .nav-sidebar .content ul li {
    width: 190px;
    padding: 0;
    padding-bottom: 15px;
    margin: 0;
    margin-bottom: 16px;
    border: none;
    border-bottom: solid 1px #455561;
  }
  .nav-sidebar > ul li.header,
  .nav-sidebar .content ul li.header {
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #455561;
  }
  .nav-sidebar > ul li a,
  .nav-sidebar .content ul li a {
    display: block;
    min-width: 190px;
    padding: 0;
    border: none;
  }
}
.navbar-header {
  margin-left: 3px;
}
.highlight {
  font-weight: 600;
  color: #e17f26;
}
.footer {
  padding-top: 10px;
  margin: 50px 15px;
  font-size: 75%;
}
@media (min-width: 0) {
  .footer ul {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer ul {
    display: block;
  }
}
.footer li {
  margin: 0;
  float: left;
}
.footer li a {
  padding: 0 !important;
  padding-right: 5px !important;
  margin: 15.5px 0;
  margin-right: 5px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  text-transform: none;
  border-right: solid 1px black;
}
.footer li.last a {
  border: none;
}
.expert {
  display: inline-block;
  width: 98px;
  height: 103px;
  background-image: url("../images/experts.png");
}
.expert.hidden-xs {
  position: absolute;
  bottom: 27px;
  right: 55px;
}
.expert.expert-01,
.inverse a:hover .expert.expert-01 {
  background-position: -14px 0;
}
.inverse .expert.expert-01,
a:hover .expert.expert-01 {
  background-position: -14px -113px;
}
.expert.expert-02,
.inverse a:hover .expert.expert-02 {
  background-position: -260px 0;
}
.inverse .expert.expert-02,
a:hover .expert.expert-02 {
  background-position: -260px -113px;
}
.expert.expert-03,
.inverse a:hover .expert.expert-03 {
  background-position: -127px 0;
}
.inverse .expert.expert-03,
a:hover .expert.expert-03 {
  background-position: -127px -113px;
}
.expert.expert-04,
.inverse a:hover .expert.expert-04 {
  background-position: -371px 0;
}
.inverse .expert.expert-04,
a:hover .expert.expert-04 {
  background-position: -371px -113px;
}
.expert.expert-05,
.inverse a:hover .expert.expert-05 {
  background-position: -12px -244px;
}
.inverse .expert.expert-05,
a:hover .expert.expert-05 {
  background-position: -12px -357px;
}
.expert.expert-06,
.inverse a:hover .expert.expert-06 {
  background-position: -254px -239px;
}
.inverse .expert.expert-06,
a:hover .expert.expert-06 {
  background-position: -254px -352px;
}
.expert.expert-07,
.inverse a:hover .expert.expert-07 {
  background-position: -129px -243px;
}
.inverse .expert.expert-07,
a:hover .expert.expert-07 {
  background-position: -129px -356px;
}
.expert.expert-08,
.inverse a:hover .expert.expert-08 {
  background-position: -373px -234px;
}
.inverse .expert.expert-08,
a:hover .expert.expert-08 {
  background-position: -373px -347px;
}
.expert.expert-09,
.inverse a:hover .expert.expert-09 {
  background-position: -12px -473px;
}
.inverse .expert.expert-09,
a:hover .expert.expert-09 {
  background-position: -12px -586px;
}
.expert.expert-10,
.inverse a:hover .expert.expert-10 {
  background-position: -254px -490px;
}
.inverse .expert.expert-10,
a:hover .expert.expert-10 {
  background-position: -254px -603px;
}
.expert.expert-11,
.inverse a:hover .expert.expert-11 {
  background-position: -374px -482px;
}
.inverse .expert.expert-11,
a:hover .expert.expert-11 {
  background-position: -374px -595px;
}
.expert.expert-12,
.inverse a:hover .expert.expert-12 {
  background-position: -131px -490px;
}
.inverse .expert.expert-12,
a:hover .expert.expert-12 {
  background-position: -131px -603px;
}
.expert.expert-13,
.inverse a:hover .expert.expert-13 {
  background-position: -12px -716px;
}
.inverse .expert.expert-13,
a:hover .expert.expert-13 {
  background-position: -12px -835px;
}
.aboveline {
  border-top: solid 2px black;
}
p > a {
  text-transform: none;
}
.underline {
  padding-bottom: 11px;
  margin-bottom: 15px;
  border-bottom: solid 2px black;
}
form.search > div,
#search-block-form > div {
  display: inline-block;
  margin: 3px 0 0 0;
  background-color: #f5f3f3;
}
@media (min-width: 0) {
  form.search > div,
  #search-block-form > div {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  form.search > div,
  #search-block-form > div {
    margin-top: 0;
  }
}
form.search > div input,
#search-block-form > div input,
form.search > div button,
#search-block-form > div button {
  padding: 5px;
  background-color: transparent;
  border: none;
}
form.search > div input.search-term,
#search-block-form > div input.search-term {
  padding-left: 10px;
  font-size: .9em;
  font-style: italic;
}
form.search > div button,
#search-block-form > div button,
form.search > div input.submit,
#search-block-form > div input.submit {
  font-weight: bold;
}
.expertise-list > li a,
.experts-gridlayout > li a {
  height: 35px;
}
.expertise-list > li.inverse a .experts-header,
.experts-gridlayout > li.inverse a .experts-header {
  color: #e17f26;
}
.expertise-list > li.inverse a:hover .experts-header,
.experts-gridlayout > li.inverse a:hover .experts-header,
.expertise-list > li.inverse a:focus .experts-header,
.experts-gridlayout > li.inverse a:focus .experts-header {
  color: #000;
}
.expertise-container {
  width: 100%;
  padding: 5px 0;
  margin: 20px 0;
  margin-bottom: 13.5px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: none;
}
.expertise-container > .expertise-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  /*width: (12 * (160 + 90))px;*/
}
.expertise-container > .expertise-list > li {
  position: relative;
  display: block;
  float: left;
  width: 160px;
  min-height: 130px;
  margin-right: 90px;
  text-align: center;
  border: none;
}
.expertise-container > .expertise-list > li > a {
  position: relative;
  display: block;
  padding-left: 0;
}
.expertise-container > .expertise-list > li > a:hover,
.expertise-container > .expertise-list > li > a:focus {
  text-decoration: none;
}
.expertise-container > .expertise-list > li > a > span {
  display: block;
  margin: 0 auto;
}
a.action {
  font-weight: 600;
}
a.action:after {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 2px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: ">";

  -webkit-font-smoothing: antialiased;
  /*content: "\e080";*/
}
a.action:hover {
  font-weight: bold;
  color: #000;
}
.experts-container {
  /*padding: 0 !important;*/
}
.experts-gridlayout {
  margin-top: 20px;
  list-style: none;
}
.experts-gridlayout .expertise-item,
.experts-gridlayout .experts-expertise {
  position: relative;
  float: left;
  min-width: 220px;
  min-height: 220px;
  padding: 20px;
  padding-top: 40px;
  text-align: center;
  background-color: #f5f3f3;
  /* start media layout */
  /*@screen-sm-min*/
  /**/
}
.experts-gridlayout .expertise-item .experts-thumb,
.experts-gridlayout .experts-expertise .experts-thumb {
  display: block;
  /*height:auto;*/
  width: 180px;
  height: 180px;
}
.experts-gridlayout .expertise-item .experts-thumb .experts-header,
.experts-gridlayout .experts-expertise .experts-thumb .experts-header {
  display: block;
  height: 3em;
}
.experts-gridlayout .expertise-item .experts-thumb .experts-view,
.experts-gridlayout .experts-expertise .experts-thumb .experts-view {
  display: none;
}
.experts-gridlayout .expertise-item.inverse,
.experts-gridlayout .experts-expertise.inverse {
  background-color: #fff;
}
.experts-gridlayout .expertise-item .experts-view,
.experts-gridlayout .experts-expertise .experts-view {
  display: none;
  width: 220px;
  height: 220px;
  text-align: left;
  -webkit-transition: width .4s, height .4s;
       -o-transition: width .4s, height .4s;
          transition: width .4s, height .4s;
}
.experts-gridlayout .expertise-item.expert-open .experts-view,
.experts-gridlayout .experts-expertise.expert-open .experts-view {
  display: block;
  overflow: auto;
}
.experts-gridlayout .expertise-item.expert-open .experts-view .blurb,
.experts-gridlayout .experts-expertise.expert-open .experts-view .blurb {
  margin-bottom: 10px;
}
.experts-gridlayout .expertise-item.expert-open .experts-close,
.experts-gridlayout .experts-expertise.expert-open .experts-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.experts-gridlayout .expertise-item.expert-open .experts-thumb,
.experts-gridlayout .experts-expertise.expert-open .experts-thumb {
  display: none;
}
@media (min-width: 0) {
  .experts-gridlayout .expertise-item,
  .experts-gridlayout .experts-expertise {
    min-width: 100px;
    min-height: 130px;
    padding: 5px;
    margin: 5px;
  }
  
  .experts-gridlayout .expertise-item.expert-open {
    right: 0px;
  }

  .experts-gridlayout .expertise-item .experts-thumb,
  .experts-gridlayout .experts-expertise .experts-thumb {
    /*width: 100px;*/
    height: 150px;
    font-size: 12px;
  }
  .experts-gridlayout .expertise-item.expert-open .experts-view,
  .experts-gridlayout .experts-expertise.expert-open .experts-view {
    /*padding: 5px;*/
    width: 100%;
    height: auto;
  }
}
@media (min-width: 320px) {
  .experts-gridlayout .expertise-item,
  .experts-gridlayout .experts-expertise {
    min-width: 160px;
    min-height: 160px;
    padding: 5px;
    margin: 5px;
  }
  .experts-gridlayout .expertise-item .experts-thumb,
  .experts-gridlayout .experts-expertise .experts-thumb {
    width: 150px;
    height: 150px;
    font-size: 12px;
  }
  .experts-gridlayout .expertise-item.expert-open .experts-view,
  .experts-gridlayout .experts-expertise.expert-open .experts-view {
    padding: 5px;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 515px) {
   .experts-gridlayout .expertise-item.expert-open {
    right: auto;
  }
  .experts-gridlayout .expertise-item,
  .experts-gridlayout .experts-expertise {
    min-width: 220px;
    min-height: 220px;
    padding: 10px;
    margin: 5px;
    margin: 10px;
  }
  .experts-gridlayout .expertise-item .experts-thumb,
  .experts-gridlayout .experts-expertise .experts-thumb {
    width: 180px;
    height: 180px;
    padding-top: 25px;
    font-size: 12px;
  }
  .experts-gridlayout .expertise-item.expert-open .experts-view,
  .experts-gridlayout .experts-expertise.expert-open .experts-view {
    /*padding: 40px;*/
    width: 440px;
    height: 440px;
  }
}
@media (min-width: 992px) {
  .experts-gridlayout .expertise-item,
  .experts-gridlayout .experts-expertise {
    margin: 10px;
  }
  .experts-gridlayout .expertise-item.expert-open .experts-view,
  .experts-gridlayout .experts-expertise.expert-open .experts-view {
    width: 440px;
    height: 440px;
  }
  .experts-gridlayout .expertise-item .experts-thumb,
  .experts-gridlayout .experts-expertise .experts-thumb {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .experts-gridlayout .expertise-item,
  .experts-gridlayout .experts-expertise {
    margin: 15px;
  }
}
.experts-gridlayout .expertise-item.fluid,
.experts-gridlayout .experts-expertise.fluid {
  height: auto;
  overflow: visible;
}
.people-list {
  list-style: none;
}
.people-list .person-thumbnail {
  position: relative;
  display: block;
  /*float:left;*/
  width: 220px;
  height: 260px;
  padding: 0;
  margin: 0;
  margin-right: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  /* background-color: #f5f5f5; */
}
.people-list .person-thumbnail .person-details {
  display: block;
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}
.people-list .person-thumbnail a span {
  font-size: 15px;
  text-transform: none;
}
.people-list .person-thumbnail .person-name {
  display: block;
  font-weight: 600;
}
.people-list .person-thumbnail .person-catagory {
  display: block;
  font-style: italic;
  font-weight: 100;
}
.people-list .person-thumbnail .person-photo {
  /*position: absolute; */
  top: 0;
}

@media (min-width: 600px) {
	.people-list-collapsed{
		height: 300px !important;
	}
}

@media (min-width: 0) {
  .people-list .person-thumbnail {
    width: auto;
    height: 268px;
    margin: 10px;
	position: relative;
	text-align: center;
  }
  .people-list .person-thumbnail .person-photo {
    /* top: initial;
	top: 0;
    right: 0;
    bottom: 0; */
  }
}
@media (min-width: 600px) {
  .people-list .person-thumbnail {
    left: 0;
    float: left;
    width: 220px;
    height: 268px;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 990px) {
  .people-list .person-thumbnail {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .people-list .person-thumbnail {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.people-details {
  margin-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 2px #455561;
}
.people-details .h2 {
  font-weight: bold;
}
.people-details .details .tabs {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #455561;
}
.people-details .details .tabs a {
  margin-right: 10px;
  font-size: 14px;
}
.people-details .details .disabled {
  display: none;
}
.people-details .panel {
  padding: 0;
}
@media (min-width: 0) {
  .people-details .panel {
    /*float:none;*/
  }
}
@media (min-width: 768px) {
  .people-details .panel {
    /*float:right;*/
  }
}
.people-details .panel.col-sm-8 {
  /*padding-right:40px;*/
}
.people-details .contacts p {
  margin-top: 20px;
  font-style: italic;
}
.people-details .contacts .icon-set {
  font-weight: bold;
}
.people-list-collapsed {
  height: 240px;
  overflow-x: auto;
  overflow-y: hidden;
}
.icon-set:before {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 2px;
  content: " ";
  background-image: url("../images/icon-set.png");
}
.contacts .icon-set:before {
  position: relative;
  bottom: -3px;
}
.contacts .icon-set.email:before {
  bottom: -1px;
}
.contacts > p {
  margin-bottom: 0;
}
.experts-container { 
  display: inline-block;
  width: 100%;
}
.icon-set.profile:before {
  background-position: -8px -42px;
}
.icon-set.profile.active:before,
a.icon-set.profile:hover:before {
  background-position: -8px -8px;
}
.icon-set.expertise:before {
  background-position: -144px -42px;
}
.icon-set.expertise.active:before,
a.icon-set.expertise:hover:before {
  background-position: -144px -8px;
}
.icon-set.phone:before {
  background-position: -103px -42px;
}
.icon-set.phone.active:before,
a.icon-set.phone:hover:before {
  background-position: -103px -8px;
}
.icon-set.email:before {
  background-position: -182px -42px;
}
.icon-set.email.active:before,
a.icon-set.email:hover:before {
  background-position: -182px -8px;
}
.icon-set.cell:before {
  background-position: -252px -42px;
}
.icon-set.cell.active:before,
a.icon-set.cell:hover:before {
  background-position: -252px -8px;
}
.icon-set.save:before {
  background-position: -220px -42px;
}
.icon-set.save.active:before,
a.icon-set.save:hover:before {
  background-position: -220px -8px;
}

.content-header {
  padding-bottom: 900px;
  margin-bottom: -900px;
  overflow-x: hidden;
  overflow-y: overlay;
}
/*# sourceMappingURL=bootstrap-theme.css.map */
