/* CSS Document */

/*/!* Reset *!/*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}

/* Global Styles */
html,
body {
  color: #333;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: Book;
  height: 100%;
  width: 100%;
}
body {
  background: none repeat scroll 0 0 white;
  color: #333;
  line-height: normal;
  padding: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
}
h1 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
h3 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 20px;
}
h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 15px;
}
h5 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
h6 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
ul {
  margin-bottom: 20px;
  margin-left: 17px;
}
ul li {
  margin-bottom: 10px;
}
p {
  line-height: 25px;
  margin-bottom: 20px;
}
a,
a:active,
a:visited,
a:link,
a:focus {
  color: #2a3476;
  outline: 0;
  text-decoration: underline;
}
a:hover {
  color: #2a3476;
  text-decoration: none;
}
* {
  outline: none !important;
}
section {
  padding: 35px 0;
}
article {
  padding: 0 0 25px;
}
img {
  max-width: 100%;
}
.site-wrapper {
  min-height: 100%;
  margin: 0 0 -250px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.col-divide-left,
.col-divide-right {
  margin-bottom: 30px;
}

/* Global Styles */
.text-primary {
  color: #2a3476;
}
.text-secondary {
  color: #6fa382;
}
.panel {
  margin-bottom: 25px;
}
.panel-heading {
  padding: 15px 15px;
}
.panel-title {
  padding: 0;
  font-size: 18px;
}
.panel-body {
  padding: 15px 25px;
}

/* Header */
.site-header {
  webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  position: relative;
}
.site-logo {
  margin: 18px 0;
  width: 180px;
}

/* Navigation */
.navbar {
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 0;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav li {
  margin-bottom: 0;
}
.navbar-nav > li a:link,
.navbar-nav > li a:active,
.navbar-nav > li a:visited {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  padding: 12px 20px;
  text-decoration: none;
}
.navbar-nav > li a:hover,
.navbar-nav > li a:focus {
  background-color: #fff !important;
  color: #6fa382;
}
.navbar-collapse {
  padding: 0;
}
.navbar-toggle {
  margin: 25px 0;
}
.navbar-toggle .icon-bar {
  background-color: #333;
}
.navbar-nav .dropdown-menu {
  border: none;
  padding: 0;
}
.navbar-nav .dropdown-menu > li > a:link,
.navbar-nav .dropdown-menu > li > a:active,
.navbar-nav .dropdown-menu > li > a:visited {
  background-color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
  background-color: #fff;
  color: #6fa382;
}
.navbar-nav .dropdown-menu.left {
  left: 0;
  right: auto;
}
.navbar-nav .open .dropdown-menu > li > a {
  background-color: #f7f7f7;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #f7f7f7 !important;
}

/* Buttons */
.btn {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 12px 22px;
  text-decoration: none !important;
}
.btn.pull-right {
  margin-left: 15px;
  margin-right: 0;
}
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #6fa382;
  color: #fff !important;
}
.btn.btn-default,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  background-color: #ccc;
  color: #333 !important;
}

/* Modals */
.modal-header h4 {
  padding: 0;
}
.modal-body {
  max-height: 450px;
  overflow-y: auto;
}
.modal-footer .btn {
  margin-bottom: 0;
}

/* Forms */
label {
  margin-bottom: 3px;
}
.form-control {
  line-height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
}
.form-control:focus {
  border-color: #6fa382;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea.form-control {
  line-height: 20px;
  resize: vertical;
}

/* Tables */
.table > thead > tr > th {
  vertical-align: top;
}

/* Site Hero */
.site-hero {
  background: url(../img/site-hero.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  width: 100%;
}
.site-hero h1 {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 1px 1px 2px #333;
}
.site-hero h2 {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 45px;
  text-align: center;
  text-shadow: 1px 1px 2px #333;
}
.site-hero .btn {
  margin-bottom: 0;
}
.site-hero .container {
  max-width: 800px;
}

/* Content */
.site-content {
  padding: 25px 0;
}
.home-section {
  padding: 25px 0;
}

/* Footer */
.site-footer,
.push {
  height: 250px;
}
.site-footer {
  background-color: #444;
  color: #ccc;
  padding: 50px 0;
  text-align: center;
}
.site-footer a {
  text-decoration: none;
}
.site-footer .text-right {
  text-align: center;
}

/* Media Queries */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Navigation */
  .navbar-nav {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .navbar-nav > li a:link,
  .navbar-nav > li a:active,
  .navbar-nav > li a:visited {
    font-size: 16px;
    padding: 12px 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    background-color: #fff;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #fff !important;
  }
  /* Content */
  .home-section {
    padding: 50px 0;
  }
  /* Site Hero */
  .site-hero {
    padding: 150px 0;
  }
  .site-hero h1 {
    font-size: 35px;
  }
  .site-hero h2 {
    font-size: 22px;
    line-height: 30px;
  }
  /* Footer */
  .site-footer {
    text-align: left;
  }
  .site-footer .text-right {
    text-align: right;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Global Classes */
  .col-divide-left {
    border-right: 1px solid #ccc;
    padding-right: 30px;
  }
  .col-divide-right {
    padding-left: 30px;
  }
  /* Header */
  .site-logo {
    width: 250px;
  }
  /* Navigation */
  .navbar-nav > li a:link,
  .navbar-nav > li a:active,
  .navbar-nav > li a:visited {
    font-size: 18px;
    padding: 12px 20px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
