@import "font-awesome.min.css";
@import url("//fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900");

/* 
JKR edits 240402: changed active/hover nav menu text font color and added yellow background and text color change to nav menu items with no dropdown.
 */

/* 
SRB edits 250313: New hero photo.
 */

body {
  background: #222833
}

body,
input,
select,
textarea {
  color: #555;
  font-family: raleway, sans-serif;
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.75em
}

.image.fit img {
  width: 100%;
  height: auto
}

a {
  color: #3ac984;
  text-decoration: underline
}

a:hover {
  text-decoration: none
}

strong,
b {
  font-weight: 700
}

em,
i {
  font-style: italic
}

p,
ul,
ol,
dl,
table,
blockquote {
  margin: 0 0 2em
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none
}

h2 {
  font-size: 1.5em
}

h3 {
  font-size: 1.25em
}

sub {
  font-size: .8em;
  position: relative;
  top: .5em
}

sup {
  font-size: .8em;
  position: relative;
  top: -.5em
}

hr {
  border-top: solid 1px #888;
  border: 0;
  margin-bottom: 1.5em
}

blockquote {
  border-left: solid .5em #888;
  font-style: italic;
  padding: 1em 0 1em 2em
}

section.special,
article.special {
  text-align: center
}

header.major {
  padding-bottom: 3em
}

header h2 {
  margin: 0;
  padding: 0;
  font-size: 3em;
  font-weight: 600
}

header .byline {
  font-size: 1.6em
}

footer>:last-child {
  margin-bottom: 0
}

footer.major {
  padding-top: 3em
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: 0 0;
  border: solid 1px #888;
  color: inherit;
  display: block;
  outline: 0;
  padding: .75em;
  text-decoration: none;
  width: 100%
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: #3ac984
}

input[type=text],
input[type=password],
input[type=email] {
  line-height: 1em
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
  position: relative;
  top: 3px
}

:-moz-placeholder {
  color: inherit;
  opacity: .5
}

::-moz-placeholder {
  color: inherit;
  opacity: .5
}

:-ms-input-placeholder {
  color: inherit;
  opacity: .5
}

.formerize-placeholder {
  color: rgba(85, 85, 85, .5) !important
}

.image {
  border: 0;
  position: relative
}

.image.fit {
  display: block
}

.image.fit img {
  display: block;
  width: 100%
}

.image.feature {
  display: block;
  margin: 0 0 2em
}

.image.feature img {
  display: block;
  width: 100%
}

.icon {
  position: relative
}

.icon:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-transform: none !important
}

.icon>.label {
  display: none
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em
}

ol.default li {
  padding-left: .25em
}

ul {
  margin: 0;
  padding: 0
}

ul.default {
  list-style: none
}

ul.default li {
  display: block;
  padding: .6em 0;
  border-top: 1px solid;
  border-color: rgba(192, 192, 192, .15)
}

ul.default>:first-child {
  padding-top: 0;
  border-top: none
}

ul.icons {
  cursor: default
}

ul.icons li {
  display: inline-block;
  line-height: 1em;
  padding-left: .5em
}

ul.icons li:first-child {
  padding-left: 0
}

ul.actions {
  cursor: default
}

ul.actions:last-child {
  margin-bottom: 0
}

ul.actions li {
  display: inline-block;
  padding: 0 0 0 1.5em
}

ul.actions li:first-child {
  padding: 0
}

ul.actions.vertical li {
  display: block;
  padding: 1.5em 0 0
}

ul.actions.vertical li:first-child {
  padding: 0
}

ul.contact li {
  padding: 1.05em 0;
  border-top: 1px solid;
  border-color: rgba(192, 192, 192, .15)
}

ul.contact li>span {
  display: inline-block
}

ul.contact li .address,
ul.contact li .mail,
ul.contact li .phone {
  float: left;
  width: 100px;
  font-weight: 600
}

ul.contact>:first-child {
  padding-top: 0;
  border-top: none
}

ul.style li {
  clear: both;
  display: block;
  padding-top: 3em
}

ul.style>:first-child {
  padding-top: 0
}

ul.style h3 {
  display: block;
  margin: 0;
  padding-bottom: .5em;
  font-size: 1.1em;
  font-weight: 700;
  color: #404040
}

ul.style .fa {
  float: left;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 1em;
  background: #3ac984;
  line-height: 80px;
  text-align: center;
  border-radius: 5px;
  font-size: 2em;
  color: #fff
}

ul.list {
  list-style: none
}

ul.list li {
  display: block;
  padding: .6em 0;
  border-top: 1px solid;
  border-color: red
}

ul.list>:first-child {
  padding-top: 0;
  border-top: none
}

table {
  width: 100%
}

table.default {
  width: 100%
}

table.default tbody tr {
  border-bottom: solid 1px #888
}

table.default td {
  padding: .5em 1em
}

table.default th {
  font-weight: 700;
  padding: .5em 1em;
  text-align: left
}

table.default thead {
  background: #555;
  color: #fff
}

input[type=submit],
input[type=reset],
input[type=button],
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  background: #ffc300;
  border-radius: 5px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: .8em 2em;
  text-align: center;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: 600;
  min-width: 10em
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:hover {
  background-color: #32b777
}

input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit,
.button.fit {
  width: 100%
}

input[type=submit].small,
input[type=reset].small,
input[type=button].small,
.button.small {
  font-size: .8em
}

.wrapper.style1 {
  background: #fff
}

.wrapper.style2 {
  background: #ececec;
  padding: 3em 0;
  text-align: center
}

.wrapper.style3 {
  padding: 2em 0 3.5em;
  background: #ececec
}

.wrapper.style3 span {
  display: inline-block;
  padding-top: .8em;
  font-size: 2em;
  font-weight: 600
}

.wrapper.style3 .button {
  float: right
}

#header {
  background: #333 url(../images/RockySchaeffer_IA22.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 3em 0;
  text-align: center;
  background-position: 0% 65%;
  position: relative
}

#header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 32, 48, .25)
}

#header>* {
  position: relative;
  z-index: 1
}

.homepage #header {
  padding: 3em 0;
  background-position: center
}

#logo {
  font-size: 2em
}

#nav>ul {
  margin: 0
}

#nav>ul>li {
  border-radius: 5px;
  display: inline-block;
  margin-left: .5em;
  padding: .5em 1.5em
}

#nav>ul>li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 400;
}

#nav>ul>li:first-child {
  margin-left: 0
}

#nav>ul>li:hover li {
  color: #22273f;
  background: #ffc300
}
#nav>ul>li:hover a {
  color: #22273f;
  background: #ffc300
}

#nav>ul>li.active {
  background: #ffc300
}

#nav>ul>li.active a {
  color: #22273f
}

#nav>ul>li>ul {
  display: none
}

.dropotron {
  margin-top: -2px;
  background: #ffc300;
  border-radius: 5px;
  color: #22273f;
  min-width: 12em;
  padding: 1em 0
}

.dropotron>li {
  line-height: 2em;
  padding: 0 1em
}

.dropotron>li>a {
  color: #22273f;
  text-decoration: none
}

.dropotron>li.active>a,
.dropotron>li:hover>a {
  color: #22273f;
  font-weight: bold
}

.dropotron.level-0 {
  border-radius: 5px;
  font-size: 1em
}

#banner {
  text-align: center;
  padding: 3em 0 0
}

#banner .major h2 {
  font-size: 3.5em
}

#banner .major .byline {
  display: block;
  margin: 0 2em;
  line-height: 1.6em;
  font-size: 1.5em;
  font-weight: 400;
}

#banner a {
  color: inherit
}

.no-sidebar #main .major,
.left-sidebar #main .major,
.right-sidebar #main .major {
  text-align: left
}

.homepage #main .major {
  text-align: center
}

#main {
  padding: 3em 0
}

#main .sidebar .major {
  padding-bottom: 2em
}

#main .sidebar .major h2 {
  font-size: 1.8em
}

#main .sidebar .default li {
  border-color: #cdcdcd
}

#main .sidebar .default a {
  color: #464646
}

#main .sidebar>:first-child {
  margin-bottom: 3em
}

#footer {
  padding: 3em 0;
  color: #fff
}

#footer .major h2 {
  font-size: 2em;
  color: #fff
}

#footer .major .byline {
  font-size: 1.1em
}

.copyright {
  width: 100%;
  text-align: center;
  margin: 15px
}

#footer a {
  color: inherit
}