/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style-type: none;
}
input,
textarea {
  outline: none;
}
strong {
  font-weight: bold;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
.mr {
  margin-right: 21px;
}
.ml {
  margin-left: 21px;
}
.alignleft {
  float: left;
  margin-right: 21px;
}
.alignright {
  float: right;
  margin-left: 21px;
}
.aligncenter {
  text-align: center;
}
i,
em {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
/* ---------- PARAMETRIC MIXINS ---------- */
/* VARIABLES */
/* GENERAL */
body {
  font: 14px/21px 'Open Sans', Arial, sans-serif;
  color: #5b5b5b;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #327b99;
}
a:hover,
a:active {
  text-decoration: none;
  color: #2a3a49;
}
h1 {
  font-size: 18px;
  line-height: 21px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 0;
}
h2 {
  font-size: 16px;
  line-height: 21px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 0;
}
h3 {
  font-size: 16px;
  line-height: 21px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 0;
}
h4 {
  font-size: 14px;
  line-height: 21px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 0;
}
h5 {
  font-size: 14px;
  line-height: 21px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 0;
}
h6 {
  font-size: 14px;
  line-height: 21px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 0;
}
.form-group-custom {
  margin-bottom: 21px;
}
.form-control-custom {
  height: 42px;
  font-size: 12px;
  color: #5b5b5b;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px #cccccc;
}
textarea.form-control-custom {
  height: 140px;
}
.control-label-custom {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.btn-custom {
  padding: 0;
  font-size: 12px;
  line-height: 21px;
  background: #327b99;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  text-transform: uppercase;
  padding: 0 7px 0 14px;
  margin-bottom: 21px;
}
.btn-custom:hover,
.btn-custom:focus {
  background: #327b99;
  color: white;
}
.modal-dialog {
  z-index: 9999;
}
.ac_results {
  width: 360px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.marquee {
  width: 100%;
  overflow: hidden;
}
/* HEADER */
.main-header {
  margin-bottom: 3em;
}
.main-header .top-ad-container {
  background: #3d5469;
}
.main-header .top-ad-container .top-ad {
  text-align: center;
  padding: 10px;
}
.main-header .top-ad-container .top-ad img {
  margin-bottom: -5px;
}
.main-header .navbar-container {
  background: #2a3a49;
  margin-bottom: 1.5em;
  position: relative;
}
.main-header .navbar-container .navbar-custom {
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  background: #2a3a49;
  margin-bottom: 0;
}
.main-header .navbar-container .navbar-custom .navbar-toggle {
  background: #111111;
  border-color: #111111;
}
.main-header .navbar-container .navbar-custom .navbar-toggle .icon-bar {
  background: white;
}
.main-header .navbar-container .navbar-custom .navbar-brand {
  padding: 11.5px 21px 11.5px 0;
  font-size: 14px;
  line-height: 21px;
  height: 63px;
}
.main-header .navbar-container .navbar-custom ul li a {
  font-size: 14px;
  line-height: 21px;
  color: white;
  text-transform: uppercase;
  padding: 21px 10.5px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.main-header .navbar-container .navbar-custom ul li ul {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
}
.main-header .navbar-container .navbar-custom ul li ul li {
  white-space: nowrap;
  position: relative;
}
.main-header .navbar-container .navbar-custom ul li ul li a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #111111;
  text-transform: uppercase;
  padding: 10.5px;
  border-right: none;
  background: #f4f5f9;
  border-bottom: 1px solid #e9eaec;
}
.main-header .navbar-container .navbar-custom ul li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.main-header .navbar-container .navbar-custom ul li:hover > ul {
  display: block;
}
.main-header .navbar-container .navbar-custom ul li:hover > a,
.main-header .navbar-container .navbar-custom ul li.current a,
.main-header .navbar-container .navbar-custom ul li.current-menu-item a {
  background: white;
  color: #111111;
}
.main-header .front-page {
  margin: 1.5em 0;
}
.main-header .news-ticker {
  background: url(../images/dots-line.jpg) bottom left repeat-x;
  padding: 8.5px 0 12.5px 0;
  height: 42px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.main-header .news-ticker .news-ticker-title {
  display: inline-block;
  color: #327b99;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 1.5em;
  border-right: 1px solid #d7d7d7;
  margin-right: 17px;
  position: absolute;
  left: 0;
  top: 8.5px;
  background: white;
  z-index: 2;
}
.main-header .news-ticker .news-ticker-content a {
  color: #111111;
  font-weight: bold;
  margin-right: 17px;
}
.wide-article {
  padding: 20px 1.5em;
  background: #f4f5f9;
  border: 1px solid #e9eaec;
  margin-bottom: 1.5em;
}
.wide-article h2 a {
  color: #111111;
}
.wide-article .info {
  margin-bottom: 1.5em;
}
.wide-article .info .date {
  font-size: 12px;
  vertical-align: top;
  color: #999999;
  margin-right: 17px;
}
.wide-article .info .categories a {
  font-size: 12px;
  vertical-align: top;
  color: #327b99;
  margin-right: 6.5px;
}
.wide-article .wide-article-figure {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.wide-article .wide-article-figure .little-featured-image {
  display: block;
}
.wide-article .wide-article-content p:last-child {
  margin-bottom: 0;
}
.half-article {
  background: #f4f5f9;
  border: 1px solid #e9eaec;
  height: 25.5em;
  overflow: hidden;
  margin-bottom: 1.5em;
  position: relative;
}
.half-article .half-article-figure {
  background: #e9eaec;
}
.half-article .half-article-figure .featured-image {
  display: block;
  margin: 0 auto;
}
.half-article .half-article-content {
  padding: 21px 1.5em 20px 1.5em;
}
.half-article .half-article-content h2 {
  height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.half-article .half-article-content h2 a {
  color: #111111;
}
.half-article .half-article-content .date {
  font-size: 12px;
  vertical-align: top;
  color: #999999;
  height: 21px;
  overflow: hidden;
}
.half-article .half-article-content .categories {
  height: 1.5em;
  overflow: hidden;
}
.half-article .half-article-content .categories a {
  font-size: 12px;
  vertical-align: top;
  color: #327b99;
  margin-right: 6.5px;
}
.half-article .details {
  position: absolute;
  right: 1.5em;
  bottom: 16px;
}
.narrow-article {
  padding: 20px 1.5em;
  background: #f4f5f9;
  border: 1px solid #e9eaec;
  margin-bottom: 1.5em;
}
.narrow-article .narrow-article-figure {
  float: left;
  margin-right: 1.5em;
}
.narrow-article .narrow-article-figure .little-featured-image {
  display: block;
}
.narrow-article .narrow-article-content h4 {
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.narrow-article .narrow-article-content h4 a {
  color: #111111;
}
.narrow-article .narrow-article-content .info {
  height: 1.5em;
  overflow: hidden;
}
.narrow-article .narrow-article-content .info .date {
  font-size: 12px;
  vertical-align: top;
  color: #999999;
  margin-right: 17px;
}
.narrow-article .narrow-article-content .info .categories a {
  font-size: 12px;
  vertical-align: top;
  color: #327b99;
  margin-right: 6.5px;
}
.featured-section {
  background: url(../images/featured-section-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 25.5em;
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden;
}
.featured-section .call-to-action {
  position: absolute;
  bottom: 3em;
  left: 50%;
}
.featured-section .call-to-action .big-button {
  display: block;
  padding: 4px;
  background: #9e8250;
  position: relative;
  left: -50%;
  text-align: center;
  white-space: nowrap;
  margin-top: 1.5em;
}
.featured-section .call-to-action .big-button span {
  display: block;
  font-size: 12px;
  vertical-align: top;
  line-height: 32px;
  color: white;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 14px;
  border: 1px solid #b59f70;
}
.featured-section .call-to-action .big-button span .fa {
  margin-left: 7px;
}
.ad {
  text-align: center;
  padding: 29px;
  border: 1px solid #e9eaec;
  margin-bottom: 1.5em;
}
.ad img {
  margin-bottom: -5px;
}
.button {
  display: block;
  padding: 4px;
  background: #9e8250;
}
.button:hover,
.button:focus {
  background: #9e8250;
  content: white;
}
.button span {
  display: block;
  font-size: 12px;
  vertical-align: top;
  line-height: 19px;
  color: white;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 7px;
  border: 1px solid #b59f70;
}
.button span .fa {
  margin-left: 2px;
}
/* CONTENT */
.main-content {
  margin-bottom: 3em;
}
.main-content iframe {
  margin-bottom: 21px;
}
.main-content p {
  font-size: 14px;
  color: #5b5b5b;
  margin-bottom: 21px;
}
.main-content blockquote {
  font-size: 14px;
  color: #5b5b5b;
  font-style: italic;
  margin-bottom: 21px;
  padding-left: 32px;
  border-left: 3px solid #327b99;
}
.main-content strong {
  color: #111111;
}
.main-content ul {
  margin-bottom: 21px;
  padding-left: 21px;
}
.main-content ul li {
  font-size: 14px;
  color: #5b5b5b;
  margin-bottom: 0;
  list-style: disc outside none;
}
.main-content hr {
  margin-top: -11px;
  margin-bottom: 10px;
  border-color: #d7d7d7;
}
.main-content .ad {
  padding: 10px;
}
.main-content .main-article {
  margin-bottom: 3em;
}
.main-content .main-article .main-article-header {
  margin-bottom: 1.5em;
}
.main-content .main-article .main-article-header .info .date {
  font-size: 12px;
  vertical-align: top;
  color: #999999;
  margin-right: 17px;
}
.main-content .main-article .main-article-header .info .categories a {
  font-size: 12px;
  vertical-align: top;
  color: #327b99;
  margin-right: 6.5px;
}
.main-content .main-article .main-article-content h1,
.main-content .main-article .main-article-content h2,
.main-content .main-article .main-article-content h3,
.main-content .main-article .main-article-content h4,
.main-content .main-article .main-article-content h5,
.main-content .main-article .main-article-content h6 {
  margin-bottom: 21px;
}
.main-content .main-article .main-article-content .ad {
  padding: 1.5em;
}
.main-content .main-article .main-article-content .gallery-section {
  margin-bottom: 1.5em;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.main-content .main-article .main-article-content .gallery-section .gallery-row {
  display: table-row;
}
.main-content .main-article .main-article-content .gallery-section .gallery-row .gallery-figure {
  display: table-cell;
  width: 33.33%;
  padding: 1.5em;
  text-align: center;
  vertical-align: middle;
}
.main-content .main-article .main-article-content .gallery {
  margin-bottom: 1.5em !important;
}
.main-content .main-article .main-article-content .gallery .gallery-item {
  margin-top: 0 !important;
  padding: 0.75em;
}
.main-content .main-article .main-article-content .gallery .gallery-item .gallery-icon img {
  border: none !important;
  display: block;
  margin: 0 auto;
}
.main-content .main-article .main-article-content .social-links {
  padding-top: 5px;
  height: 3em;
}
.main-content .pager {
  padding: 0;
  margin: 0 0 21px 0;
}
.main-content .pager li.previous a span .fa {
  margin-right: 2px;
}
.main-content .pager li.index a {
  background: #999999;
}
.main-content .pager li.index a span {
  font-style: normal;
  border: 1px solid #b2b2b2;
}
.main-content .pager li.next a span .fa {
  margin-left: 2px;
}
.main-content .pager li a {
  background: #9e8250;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 4px;
}
.main-content .pager li a span {
  display: block;
  font-size: 12px;
  vertical-align: top;
  line-height: 19px;
  color: white;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 7px;
  border: 1px solid #b59f70;
}
.main-content .comments h4 {
  margin-bottom: 21px;
  text-transform: uppercase;
}
.main-content .comments ol {
  margin-bottom: 3em;
}
.main-content .comments ol li {
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
}
.main-content .comments ol li .pending {
  font-size: 12px;
  vertical-align: top;
  color: #999999;
  margin-bottom: 10.5px;
}
.main-content .comments ol li .comment-text {
  margin-bottom: 10.5px;
}
.main-content .comments ol li .comment-text .quote {
  font-size: 12px;
  vertical-align: top;
  color: #999999;
  margin-right: 5px;
}
.main-content .comments ol li .comment-text p {
  display: inline;
  margin-bottom: 0;
}
.main-content .comments ol li .meta {
  font-size: 12px;
  vertical-align: top;
  color: #999999;
  margin-bottom: 0;
}
/* SIDEBAR */
.main-sidebar {
  margin-bottom: 3em;
}
.main-sidebar .search {
  margin-bottom: 1.5em;
  position: relative;
}
.main-sidebar .search .form-control-custom {
  padding-right: 42px;
}
.main-sidebar .search .search-submit-button {
  background: none;
  border: none;
  color: #111111;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}
.main-sidebar .featured-section {
  height: 19.5em;
}
.main-sidebar .featured-section .call-to-action {
  bottom: 1.5em;
}
.main-sidebar .list {
  margin-bottom: 1.5em;
}
.main-sidebar .list .list-title {
  display: inline-block;
  padding: 0 1.5em;
  background: white;
  border-top: 1px solid #e9eaec;
  border-right: 1px solid #e9eaec;
  border-left: 1px solid #e9eaec;
}
.main-sidebar .list .list-title h4 {
  line-height: 38px;
  text-transform: uppercase;
  border-bottom: 3px solid #327b99;
}
.main-sidebar .list .list-content {
  padding: 1.5em 1.5em 20px 1.5em;
  border-top: 3px solid #327b99;
  border-right: 1px solid #e9eaec;
  border-bottom: 1px solid #e9eaec;
  border-left: 1px solid #e9eaec;
  margin-top: -3px;
}
.main-sidebar .list .list-content ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
}
.main-sidebar .list .list-content ul li .date {
  font-size: 12px;
  vertical-align: top;
  color: #999999;
}
.main-sidebar .list .list-content ul li .date .fa {
  margin: 0 5px;
}
.main-sidebar .list .list-content ul li .quote {
  font-size: 12px;
  vertical-align: top;
  color: #999999;
  margin-right: 5px;
}
.main-sidebar .list .list-content ul li a {
  color: #111111;
  font-weight: bold;
}
.main-sidebar .list .list-content ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.main-sidebar .facebook {
  text-align: center;
  padding: 20px 1.5em;
  border: 1px solid #e9eaec;
  margin-bottom: 1.5em;
  overflow: hidden;
}
/* FOOTER */
.main-footer .main-footer-container {
  padding-top: 1.5em;
  background: url(../images/dots-line.jpg) top left repeat-x;
}
.main-footer .main-footer-container h4 {
  color: #327b99;
  margin-bottom: 1.5em;
}
.main-footer .main-footer-container p {
  font-size: 12px;
  vertical-align: top;
  color: #5b5b5b;
  margin-bottom: 21px;
}
.main-footer .main-footer-container ul {
  margin-bottom: 21px;
}
.main-footer .main-footer-container ul li {
  font-size: 12px;
  vertical-align: top;
  color: #5b5b5b;
  margin-bottom: 0;
}
.main-footer .main-footer-container ul li a {
  color: #111111;
}
.main-footer .main-footer-container .newsletter {
  width: 75%;
  margin-bottom: 1.5em;
  position: relative;
}
.main-footer .main-footer-container .newsletter .form-control-custom {
  padding-right: 42px;
}
.main-footer .main-footer-container .newsletter .newsletter-submit-button {
  background: none;
  border: none;
  color: #327b99;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}
.main-footer .main-footer-container .disclaimer {
  padding-top: 1.5em;
}
.main-footer .main-footer-container .disclaimer .go-to-top {
  float: right;
  font-size: 12px;
  vertical-align: top;
  color: #327b99;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .ac_results {
    display: none !important;
  }
  .main-header .navbar-container .navbar-left-background {
    height: 50px;
  }
  .main-header .navbar-container .navbar-custom {
    margin-bottom: 0;
  }
  .main-header .navbar-container .navbar-custom .navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-header .navbar-container .navbar-custom .navbar-brand {
    padding: 8px 15px;
    height: 50px;
  }
  .main-header .navbar-container .navbar-custom .navbar-brand .logo {
    height: 34px;
  }
  .main-header .navbar-container .navbar-custom ul li a {
    font-size: 11px;
    line-height: 20px;
    padding: 10px 15px;
    border-right: none;
  }
  .main-header .navbar-container .navbar-custom ul li ul {
    display: block;
    position: static;
    left: auto;
  }
  .main-header .navbar-container .navbar-custom ul li ul li a {
    font-size: 11px;
    line-height: 20px;
    color: white;
    padding: 10px 15px 10px 20px;
    background: #212d39;
    border-bottom: none;
  }
  .main-header .navbar-container .navbar-custom ul li ul li ul {
    display: block;
    position: static;
    left: auto;
    top: auto;
  }
  .main-header .navbar-container .navbar-custom ul li ul li ul li a {
    padding: 10px 15px 10px 25px;
    background: #172029;
    border-bottom: none;
  }
  .ad {
    overflow: hidden;
  }
  .main-content .ad {
    padding: 0;
    border: none;
  }
  .main-content .main-article .main-article-content .ad {
    padding: 0;
  }
  .main-sidebar .ad {
    padding: 0;
    border: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .featured-section {
    height: 19.5em;
  }
  .featured-section .call-to-action {
    bottom: 1.5em;
  }
  .main-footer .main-footer-container .newsletter {
    width: 100%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .main-header {
    margin-bottom: 1.5em;
  }
  .main-header .navbar-container {
    margin-bottom: 1.5em;
  }
  .main-header .front-page {
    margin: 0;
  }
  .main-content {
    margin-bottom: 1.5em;
  }
  .main-content .main-article .main-article-content .ad {
    margin-bottom: 1.5em;
  }
  .main-content .main-article .main-article-content .gallery-section .gallery-row .gallery-figure {
    padding: 0.5em;
  }
  .main-content .main-article .main-article-content .gallery .gallery-item {
    padding: 0.5em;
  }
  .main-content .pager li a span em {
    display: none;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    display: block;
    margin: 0 auto 21px auto;
  }
  .main-sidebar .facebook {
    padding: 0;
    border: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .main-footer .main-footer-container .disclaimer .go-to-top {
    display: none;
  }
}









.main-sidebar .list .list-content ul li:nth-child(n+6) {
	display: none;
}







