@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Droid Sans'), local('DroidSans'), url(http://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciC3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMfEr6Hm6RMS0v1dtXsGir4g.ttf) format('truetype');
}

@font-face {
    font-family: 'Kelly Slab';
    font-style: normal;
    font-weight: 400;
    src: local('Kelly Slab'), local('KellySlab-Regular'), url(http://fonts.gstatic.com/s/kellyslab/v6/4A8U9DtmhklTRFOO_fzgaC3USBnSvpkopQaUR-2r7iU.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBp0EAVxt0G0biEntp43Qt6E.ttf) format('truetype');
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/Y_TKV6o8WovbUd3m_X9aAA.ttf) format('truetype');
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url(http://fonts.gstatic.com/s/oswald/v10/bH7276GfdCjMjApa_dkG6aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}




/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	
}

a:focus {
    outline: dotted thin;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cf:after,
.cf:before {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}




body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 11px;
	background: #282727 url(images/bg.jpg) repeat-x fixed;
}

h1,
h2,
h3 {
    font-family: 'Kelly Slab', cursive;
    text-transform: uppercase;
}

.red-text {
    color: #be191c;
}

h1 {
    color: #1b1449;
    font-size: 30px;
    margin: 25px 0;
}

header {
    height: 195px;
}

#logo {
    float: left;
    position: absolute;
}

.header-right {
    float: right;
    width: 500px;
}

.header-right p {
    color: #FFF;
    font-style: italic;
}

.header-right-top {
    clear: both;
}

.header-right-top img {
    position: relative;
    top: 0;
    float: left;
    margin-top: -55px;
}

.logo-jh-header-sm {
    margin-left: 96px;
    float: left;
    text-align: center;
}

.logo-jh-header-sm p {
    margin-top: 28px;
}

.logo-nat-hs {
    float: left;
    width: 100px;
    margin-top: 20px;
}

.logo-nat-hs img {
    margin: 0 auto;
    width: 62px;
}

.header-right-bottom {
    margin-top: -40px;
    height: 45px;
    position: absolute;
}

.header-btn,
.header-btn:visited {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #8b4b0c;
    font-family: 'Kelly Slab', cursive;
    font-size: 13px;
    padding: 8px 10px;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, .75);
    margin-right: 20px;
    font-style: normal;
}

.header-btn:hover,
.social-icon:hover {
    position: relative;
    top: 3px;
}

.social-icon {
    margin-left: 10px;
}

#nav {
	background-color: #0b084a;
	width: 100%;
	height: 150px;
	font-family: Oswald, sans-serif;
	margin-top: 10px;
}

#menu-main {
    padding-left: 15px;
    margin: 2px 0;
}

#menu-main li {
    list-style-type: none;
    display: inline-block;
    padding: 20px 15px;
}

#menu-main li a,
#menu-main li a:visited {
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
}

.sub-menu {
    position: absolute;
    display: none;
    width: 170px;
    background-color: #0b084a;
    padding-top: 20px;
    padding-left: 0;
    z-index: 999;
}

.sub-menu li {
    display: block!important;
    padding: 8px 0 8px 10px!important;
}

.sub-menu li:hover {
    background-color: #be191c;
    color: #FFF;
}

.sub-menu li a,
.sub-menu li a:hover,
.sub-menu li a:visited {
    color: #FFF!important;
}

#menu-main li:hover>.sub-menu {
    display: block;
}

.current-menu-item a,
.current-menu-item a:visited {
    color: #ec1e2c!important;
}

.dropdown-arrow {
    background: url(images/dropdown-arrow.png) right center no-repeat;
}

.container {
    width: 940px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.container-lg {
    width: 1090px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.front-page-content {
    height: 1200px;
}

.main-content {
    min-height: 940px;
    background-color: #FFF;
    line-height: 2em;
}

.main-content p {
    font-size: 13px;
}

.main-content h2 {
    font-size: 23px;
    color: #0b084a;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content p {
    padding: 0 40px;
}

.main-content h1 {
    line-height: normal!important;
}

.content-wrapper-1 {
    box-shadow: -10px 0 25px #000;
}

.content-wrapper {
    box-shadow: 7px 7px 20px #000;
}

.dotted-border {
    border-width: 3px;
    border-style: dotted;
    border-color: #2f2d60;
    margin: 4px;
}

.dotted-border-gray {
    border-width: 3px;
    border-style: dotted;
    border-color: #d1d1ce;
    margin: 4px;
    min-height: 450px;
}

.intro-blurb {
    background-color: #0b084a;
    color: #FFF;
    position: relative;
}

.intro-blurb h2,
.intro-blurb p {
    width: 620px;
    float: left;
    color: #FFF;
}

.intro-blurb h2 {
    margin-bottom: 0;
}

.intro-blurb a {
    color: #fff;
}

.front-page-bottom h2,
.front-page-bottom p,
.intro-blurb h2,
.intro-blurb p {
    padding: 0 25px;
}

.right-blurb {
    float: right;
    width: 254px;
    min-height: 465px;
    background-color: #b8b9b2;
    position: absolute;
    right: 20px;
    top: 80px;
}

.right-blurb h2 {
    padding: 0!important;
    width: auto;
}

.sponsors-div {
    width: 100%;
    float: left;
    margin-left: 2em;
}

.sponsors-div a {
    font-size: 1em;
    font-weight: 700;
    color: #0b084a;
    text-decoration: none;
}

.tilde {
    margin-right: 1em;
    color: #ec1e2c;
    font-weight: 700;
    float: left;
    height: 10px;
    width: 10px;
}

.col-sponsor {
    float: left;
    width: 50%;
}

.sponsors-h2 {
    font-size: 20px!important;
}

.fp-sponsors {
    width: 650px;
    padding-bottom: 1em;
}

.fp-sponsors:after {
    content: "";
    display: table;
    clear: both;
}

.fp-view-more {
    margin-left: 25px;
    margin-top: 0!important;
}

.sponsors-div ul li {
    width: 49%;
    display: inline-block;
    float: left;
    font-size: 1.25em;
}

.slider {
    min-height: 350px;
}

.slideshowlink {
    display: none;
}

.announcements {
    padding: 0 6px 0 18px;
}

.announcement {
    list-style-type: none;
    margin-top: 18px;
}

.announcement a {
    color: #0b084a;
    float: left;
    max-width: 145px;
    font-size: 1em;
    font-weight: 700;
    background: url(images/bullet-star-white.png) left 7px no-repeat;
    padding-left: 20px;
}

.announcement span {
    color: #0b084a;
    float: right;
    font-size: 1em;
}

.announcement:after {
    content: "";
    display: table;
    clear: both;
}

img.attachment-front-page-slider {
    height: auto!important;
}

.two-thirds {
    width: 597px;
    float: left;
	 padding:20px 20px 20px 20px;
}

.one-third {
    width: 303px;
    float: right;
}

.one-third h2 {
    font-size: 21px;
    color: #fc0420;
    padding-left: 0;
}

.one-third ul {
    padding-left: 0;
}

.breadcrumbs {
    padding-left: 40px;
    margin: 20px 0 30px;
}

.breadcrumbs span {
    text-transform: lowercase;
    display: inline;
    padding-left: 15px;
    margin-left: 3px;
    background: url(images/bullet-star.png) left 4px no-repeat;
}

.breadcrumbs span:first-child {
    padding-left: 0;
    margin-left: 0;
    background: 0 0;
}

.breadcrumbs span a,
.breadcrumbs span a:visited {
    text-decoration: none;
    color: #898989;
}

.int-image-contain {
    margin: 0 40px 20px;
    border: 10px solid #fc0420;
    overflow: hidden;
    height: 220px;
}

.int-image {
    width: 100%;
    height: auto;
}

.sponsors-div ul {
    padding-left: 25px;
    margin-top: 0;
}

.sponsors-div ul li {
    list-style-type: none;
}

.sponsors-div ul li:before {
    content: '~ ';
    margin: 0 1em;
    color: #ec1e2c;
    font-weight: 700;
}

.sponsors-div ul li a,
.sponsors-div ul li a:visited {
    text-decoration: none;
    color: #1b1449;
}

.recent-photos-small {
    width: 75px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 10px 0 0 10px;
}

.recent-photo {
    width: 100%;
    height: auto;
}

.recent-photos-3x2 {
    margin-left: -8px;
}

.recent-photos-3x2:after {
    content: "";
    display: table;
    clear: both;
}

.view-more {
    text-decoration: none;
    color: #0b084a;
    font-size: 1.2em;
    margin-top: 10px;
    display: block;
    font-weight: 700;
}

.recent-photos-medium {
    width: 100px;
    height: 73px;
    overflow: hidden;
    float: left;
    margin: 10px 0 0 25px;
}

.recent-photos-1x6 {
    width: 100%;
    height: 95px;
}

.recent-photos-1x6:after {
    content: "";
    display: table;
    clear: both;
}

.announcement-title {
    font-size: 1.6em;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    padding: 40px 0 20px;
}

.announcement-date {
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    margin: 0 0 0 40px;
}

.announcement-content {
    font-size: 1.4em;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    margin-top: 10px;
}

.announcement-content p {
    margin: 0;
}

.rodeo-photo-container {
    max-width: 210px!important;
    width: 210px!important;
    float: left;
    margin: 18px 0 0 18px;
    overflow: hidden;
    height: 150px;
}

.rodeo-photo-container a img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.some-sponsors ul {
    margin-left: 10px;
}

.some-sponsors ul li {
    list-style-type: none;
    margin-top: 10px;
}

.some-sponsors a,
.some-sponsors span {
	background: url(images/bullet-star.png) no-repeat left 7px;
	padding-left: 17px;
	color: #2f2d60;
	text-decoration: none;
	display: block;
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
}

.photo {
    list-style-type: none;
    float: left;
    margin: 20px 20px 0 0;
    height: 146px;
    width: 150px;
    position: relative;
    overflow: hidden;
}

.photo img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}

.photo a {
    height: 100%;
    width: 100%;
}

.photos-paginate {
    width: 100%;
    padding-top: 20px;
    float: left;
}

#accordion {
    width: 80%;
    margin: 0 auto;
}

#accordion h3 {
    background-color: #fff;
    color: #0b084a;
    cursor: pointer;
    font-size: 1.8em;
    text-align: center;
    line-height: 1.618;
    margin: 15px 0;
    text-transform: none;
    padding: 14px;
}

footer {
    font-style: italic;
    color: #FFF;
}

footer a {
    color: #FFF;
    text-decoration: none;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.centered-text {
    text-align: center;
}

.font-lowercase {
    text-transform: none;
}

.staff-member {
    float: left;
    width: 450px;
    margin-top: 35px;
    margin-left: 15px;
}

.staff-member-photo {
    padding: 0 30px 70px;
    float: left;
}

.staff-member-info-wrap h3,
h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.staff-member-name {
    font-family: 'Open Sans', sans-serif;
    color: #ec1e2c;
    font-size: 18px;
}

.staff-member-position {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}

.staff-member-bio p {
    margin: 0;
    line-height: 1.5em;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}



.read-more {
    display: block;
    color: #1b1449;
    font-size: 1.5em;
}

.more-posts {
    max-width: 250px;
    margin: 0 auto 30px;
}
#dropthecol{
	margin-top: 60px;
}
#autodropdown{
	border: medium double #000000;
	padding: 5px 5px 5px 5px;
	
}
.commandbutton{
	 text-transform: uppercase;
  outline: 0;
  background: #1476B0;
  width: 221px;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin-top: 20px;
}

  .modal
{
	position: fixed;
	z-index: 100000;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}
.center
{
    z-index: 100008;
    margin: 300px auto;
    padding: 10px;
    width: 84px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 84px;
    width: 84px;
}