/*Content Phrases*/
/*Color definintions*/
/*Navigation colors*/
/*Header in page*/
/*Content area*/
/*Footer*/
/*bs=boostrap*/
/*
	Values to over-ride the default bootstrap files
*/

body {
  color: #222222;
}
a {
  color: #ad327c;
}
a:focus {
  text-decoration: underline;
}
.nav-main li::after {
  content: '';
  display: block;
  width: 0px;
  height: 2px;
  background: #7b004a;
  transition: 0.2s;
}
.nav-main li:hover::after {
  width: 100%;
}
section {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: rgba(0, 0, 0, 0.1) 0 solid;
}
section #section-header,
section #section-content,
section #section-footer {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  section div.row > div {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  #topMain > li {
    border-bottom: rgba(0, 0, 0, 0.1) 0px solid;
  }
  #header #topNav #topMain > li > a {
    height: 40px !important;
    line-height: 60px !important;
    padding-top: 0;
    color: White;
  }
}
@media only screen and (max-width: 768px) {
  #header.transparent #topMain {
    background-color: #313f71 !important;
  }
  #header #topNav #topMain > li > a {
    background-color: #313f71;
    color: White;
  }
  section .nav-pills {
    display: block;
  }
}
.dropdown-menu {
  right: 0;
  left: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #091c57;
  margin: 0 0 15px 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-weight: 300 !important;
}
h1 {
  font-size: 36px;
  margin: 0 0 15px 0;
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 10px;
}
p,
pre,
li,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  font-size: 11pt;
}
#header .transparent {
  border-bottom: 0;
}
#header .transparent #topMain.nav-pills > li > a {
  color: white;
  text-shadow: 2px 2px 5px #323232;
}
#header a.logo > img {
  height: 100px;
  -webkit-transition: all .300s;
  -moz-transition: all .300s;
  -o-transition: all .300s;
  transition: all .300s;
}
header {
  border-bottom: 0;
}
#header.transparent #topMain.nav-pills > li > a {
  color: White;
  font-size: larger;
}
#topNav {
  background: #091c57;
  border-bottom: 1px solid white;
}
#topNav ul > li a {
  color: White;
}
#topNav ul > li a:hover {
  color: #be000f;
}
#topNav ul.dropdown-menu > li,
#topNav #topNav ul.dropdown-menu > li a {
  background-color: rgba(255, 255, 255, 0.1);
  text-align: right;
}
.owl-buttons {
  opacity: 0.5;
}
.lightbox-ajax .lightbox-ajax-body {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 50px;
}
.lightbox-text p {
  line-height: 1.9em;
}
.lightbox-text h3 {
  font-size: 28pt;
  margin-bottom: 5px;
  line-height: 1.2em;
}
.btn-mobile {
  border: 1px dashed black;
}
.btn-primary {
  background-color: #091c57;
}
