@charset "UTF-8";
/*@font-face {
    font-family: 'Lato';
    src: url('../montserrat/montserrat-bold-webfont.woff2') format('woff2'),
         url('../montserrat/montserrat-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('../montserrat/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('../montserrat/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('../montserrat/montserrat-italic-webfont.woff2') format('woff2'),
         url('../montserrat/montserrat-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}
@font-face {
    font-family: 'Lato';
    src: url('../montserrat/montserrat-light-webfont.woff2') format('woff2'),
         url('../montserrat/montserrat-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('../montserrat/montserrat-lightitalic-webfont.woff2') format('woff2'),
         url('../montserrat/montserrat-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;

}
@font-face {
    font-family: 'Lato';
    src: url('../montserrat/montserrat-regular-webfont.woff2') format('woff2'),
         url('../montserrat/montserrat-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}*/
.navbar-header {
  float: none; }

.navbar-toggle {
  display: block; }

.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.collapse {
  display: none !important; }

.navbar-nav {
  float: none !important;
  margin: 7.5px -15px; }

.navbar-nav > li {
  float: none; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px; }

/** * Globals */
body {
  background-color: #fff;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  word-wrap: break-word; }

label {
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px; }

p {
  margin: 0 0 20px; }

a {
  color: #000;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

a:hover {
  color: #000;
  opacity: 0.8; }

ul, ol {
  margin-bottom: 16px;
  padding-left: 40px; }

iframe {
  border: none;
  width: 100%; }

img {
  max-width: 100%;
  height: auto; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #eee;
  text-decoration: none; }

big {
  font-size: 125%; }

input, textarea, select {
  border: 1px solid #ddd;
  background-color: #eee;
  height: 40px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%; }

textarea {
  min-height: 140px; }

table.table tr th {
  background: #000;
  color: #fff; }

table.table tbody tr td {
  border-top: 0; }

table.table tbody tr:nth-child(2n-1) td {
  background: #e9f4fb; }

input[type="submit"], button[type="submit"], .btn, .comment .comment-reply-link {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: 400;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px; }

input[type="submit"]:hover, button[type="submit"]:hover, .btn:hover, .comment .comment-reply-link:hover {
  color: #fff; }

.btn {
  border-radius: 0;
  padding: 10px 20px; }

.widget li:before, nav[role="navigation"] li:before {
  content: ""; }

.gallery-item {
  padding: 5px; }

.gallery-item img {
  border: none !important; }

.screen-reader-text {
  display: none; }

.wp-caption {
  max-width: 100%; }

.comment_content ul li, .entry-content ul li {
  list-style: none; }

.comment_content ul li:before, .entry-content ul li:before {
  color: #000;
  font-size: 28px;
  content: "•";
  display: inline-block;
  width: 15px;
  margin-left: -15px;
  vertical-align: middle; }

.comment_content ol {
  counter-reset: my-counter;
  list-style: none; }

.comment_content ol > li:before {
  color: #000;
  content: counter(my-counter) ". ";
  counter-increment: my-counter;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin-left: -15px;
  width: 15px; }

blockquote {
  border-left: 5px solid #000;
  font-family: "Lato", sans-serif; }

.pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
  text-align: center; }

.pagination .nav-links {
  display: inline-block;
  margin: 20px 0;
  border-radius: 4px;
  font-family: "Lato", sans-serif; }

.pagination span, .pagination a {
  display: inline;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #444;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  text-transform: none;
  font-weight: 400; }

.pagination .current {
  background-color: #000;
  color: #fff; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

#masonry {
  padding-bottom: 60px; }

.blog #masonry {
  padding-top: 60px; }

#masonry .blog-item .entry-title, #masonry .blog-item .entry-meta, #masonry .blog-item .entry-content {
  margin: 0; }

#masonry .blog-item .entry-content {
  padding-bottom: 20px; }

.ias-trigger {
  text-align: center;
  margin: 40px auto;
  max-width: 265px; }

.ias-noneleft, .ias-spinner {
  position: absolute;
  bottom: -100px;
  width: 100%; }

.ias-trigger-next {
  position: absolute;
  bottom: -130px;
  width: auto;
  left: 0;
  right: 0; }

#masonry .blog-item .entry-content .moretag, .ias-trigger a {
  display: block;
  width: 150px;
  background-color: transparent;
  color: #000;
  text-align: center;
  padding: 8px;
  border: 2px solid #000;
  font-family: 'Lato';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0;
  line-height: normal;
  margin-top: 20px; }

.ias-trigger a {
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 700; }

#masonry .blog-item .entry-content .moretag:hover, .ias-trigger a:hover {
  text-decoration: none; }

/** * Table */
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%; }

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em; }

th {
  padding: 0.4em;
  text-align: left; }

tr {
  border-bottom: 1px solid #eee; }

td {
  padding: 0.4em; }

th:first-child, td:first-child {
  padding-left: 0; }

th:last-child, td:last-child {
  padding-right: 0; }

.breadcrumbs {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
  margin-top: 5px; }

/** * Required CSS */
.sticky, .bypostauthor {
  opacity: 1; }

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.social-links-menu {
  margin: 0;
  padding: 0; }

.social-navigation {
  margin-top: 25px;
  text-align: right; }

.social-navigation li {
  display: inline-block;
  margin: 0 10px; }

.social-navigation li:first-child {
  margin-left: 0; }

.social-navigation a {
  border-radius: 100%;
  color: #fff;
  display: block;
  text-align: center; }

.social-navigation .icon {
  display: inline-block;
  fill: currentColor;
  height: 16px;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 16px; }

/** * Header */
#site-header {
  background-color: #f4f4f4; }

#site-header .container {
  width: 95%; }

#site-header #main-navigation-area {
  background-color: #000;
  position: relative; }

#site-header #main-navigation-area:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  width: 100%; }

#site-header .navbar-default {
  background-color: transparent;
  border: none;
  margin: 0;
  font-family: "Lato", sans-serif;
  padding: 22px 0; }

#site-header .navbar-default .navbar-toggle {
  background-color: #000;
  border: none;
  border-radius: 0; }

#site-header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

#site-header .navbar-default .navbar-collapse {
  border: none; }

#site-header .navbar-brand {
  height: auto; }

#site-header #logo {
  margin: 0;
  line-height: 1.1em; }

#site-header #logo a {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 26px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase; }

#site-header .logo-area p {
  margin: 0; }

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .footer-nav .navbar-nav > li > a, .footer-nav .navbar-nav > li > a:hover {
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .footer-nav .navbar-nav > .open > a, .footer-nav .navbar-nav > .open > a:focus, .footer-nav .navbar-nav > .open > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #000; }

.navbar-nav > li > .dropdown-menu {
  padding: 0; }

.dropdown-menu {
  border: none;
  border-radius: 0; }

.dropdown-menu > li > a {
  padding: 10px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #ff8500; }

.navbar-nav > li > .dropdown-menu {
  padding: 0; }

.dropdown-menu > li > a {
  padding: 10px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #000; }

.dropdown-menu .dropdown-menu {
  right: 0;
  left: 100%;
  top: 0;
  padding: 0;
  margin: 0; }

#main-navigation, .footer-nav {
  font-weight: 300; }

.footer-nav {
  margin-top: 16px; }

#main-navigation ul.navbar-nav {
  margin: 0 0 0 50px; }

#main-navigation ul.navbar-nav > li.active > a, .footer-nav ul.navbar-nav > li.active > a {
  color: #000;
  background-color: transparent;
  font-family: inherit;
  font-weight: 700; }

#main-navigation ul.navbar-nav > li.current-menu-item > a,
#main-navigation ul.navbar-nav > li.current-menu-parent > a {
  position: relative; }

.home-widget-area {
  padding-top: 60px;
  padding-bottom: 60px; }

.page-title-area {
  background-color: #f4f4f4;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 60px;
  padding: 40px 0 60px; }

.page .page-title-area {
  padding: 0; }

.page-template-default .page-title-area {
  padding: 40px 0 60px; }

.page-template-default .page-title-area .featured-image {
  margin-bottom: 30px; }

.single .page-title-area .entry-meta {
  margin-bottom: 0; }

.single .page-title-area .featured-image {
  margin-bottom: 30px; }

.page-title-area .page-title {
  color: #333;
  font-weight: 800;
  position: relative;
  margin: 0;
  z-index: 2;
  word-wrap: break-word;
  margin: 0;
  font-size: 35px;
  text-transform: uppercase; }

.post-full.page-title-area {
  background-color: #fff;
  padding: 0 !important; }

.post-full.page-title-area .page-title, .post-full.page-title-area .entry-meta {
  text-align: center;
  margin-top: 40px; }

.page-title-area .featured-image {
  background-size: cover;
  background-position: center;
  display: block;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 50%;
  width: 100%; }

.post-full.page-title-area .featured-image {
  padding-bottom: 30%;
  margin-bottom: 0; }

.blog-item {
  margin-bottom: 60px; }

.blog-item .page-title-area {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  text-align: center; }

.blog-item .page-title-area .featured-img {
  display: inline-block;
  margin-bottom: 30px; }

.blog-item .featured-image {
  height: 160px; }

.blog-item.sticky .featured-image {
  height: auto;
  padding-bottom: 50%;
  margin-bottom: 40px; }

.blog-item .entry-title {
  font-weight: 800;
  font-size: 22px;
  line-height: normal;
  margin: 15px 0; }

.blog-item .entry-meta {
  text-align: center;
  margin-top: 15px !important; }

.blog-item.sticky .entry-meta {
  text-align: left;
  margin-top: 0 !important; }

.blog-item .entry-meta span.posted-on {
  margin-left: 10px; }

.blog-item.sticky .entry-meta span.posted-on {
  margin-left: 0; }

.blog-item .entry-content .entry-title {
  font-size: 36px; }

.blog-item .page-title-area .entry-title a, .blog-item .entry-content .entry-title a {
  text-transform: uppercase;
  color: #000; }

.blog-item .entry-content {
  overflow: hidden; }

.blog-item .entry-meta .cat-list, .page-title-area .entry-meta .cat-list {
  display: inline-block;
  position: relative;
  padding-left: 10px; }

.blog-item .entry-meta .cat-list:before, .page-title-area .entry-meta .cat-list:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 2px;
  background-color: #000;
  top: 5px;
  left: 0; }

.blog-item .sticky .entry-content {
  font-size: 20px; }

.post-pagination {
  text-align: center; }

.entry-header .entry-title {
  margin: 0; }

.not-full {
  margin: 0 auto;
  max-width: 768px; }

.related-posts h3 a {
  font-size: 20px;
  font-weight: 700;
  color: #333; }

.entry-content {
  font-weight: 400;
  line-height: 1.8em; }

.blog-sticky {
  background-color: #f4f4f4;
  padding: 0 0 60px;
  margin-bottom: 60px; }

.blog-sticky .blog-item {
  margin: 0; }

/** * Homepage */
/* html, body.page-template-template-home, #content-area, #banner {
     height: 100%;
}
 */
#banner {
  background-color: #181728;
  background-size: cover;
  background-position: center;
  padding: 8% 0;
  color: #fff; }

#home-blog {
  color: #a2a4af;
  max-width: 768px;
  margin: 0 auto 60px; }

#insta_twitt {
  background-color: #1f1f3e;
  color: #99a9b5;
  padding: 60px 0; }

#insta_twitt #ctf .ctf-item {
  padding: 0 15px;
  width: 50%;
  float: left;
  min-height: 160px;
  border: none;
  margin-bottom: 30px;
  position: relative; }

#insta_twitt #ctf .ctf-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 1px;
  background-color: #393d50;
  width: calc(100% - 30px); }

#insta_twitt #ctf .ctf-author-name {
  margin-left: 0; }

#insta_twitt #ctf .ctf-tweet-content {
  padding-bottom: 30px; }

#insta_twitt #sb_instagram #sbi_images {
  padding: 0 !important; }

#insta_twitt #sb_instagram #sbi_images .sbi_item {
  padding: 10px !important; }

.instagram-feed-area > div {
  margin-left: -10px;
  margin-right: -10px; }

.page-template-template-home footer.footer {
  margin-top: 0; }

.insta-twitt-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700; }

/** * Blog */
.entry-meta {
  font-size: 14px;
  margin: 20px 0 40px; }

.entry-meta span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase; }

.entry-meta span i {
  display: inline-block;
  margin-right: 5px; }

.blog-index .featured-image {
  margin-bottom: 30px; }

.blog-list article.post, .blog-list article.page {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.blog-list article.post .entry-title, .blog-list article.page .entry-title {
  margin-bottom: 30px; }

.gallery-caption, .wp-caption-text {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding: 10px; }

.blog .nav-links {
  margin-bottom: 0; }

.nav-links {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px; }

.nav-links .nav-previous, .nav-links .nav-next {
  display: inline-block;
  width: 50%; }

.nav-links .nav-previous :before, .nav-links .nav-next :before {
  content: "\f177";
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 10px; }

.nav-links .nav-next {
  text-align: right; }

.nav-links .nav-next :before {
  content: none; }

.nav-links .nav-next :after {
  content: "\f178";
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 10px; }

article .cat-tag-links {
  margin: 30px 0; }

.entry-footer .cat-tag-links {
  margin-top: 30px; }

.entry-footer .cat-tag-links i {
  display: inline-block;
  min-width: 20px; }

.entry-footer .cat-tag-links a, .cat-tag-links a {
  background-color: #fff;
  border-radius: 0;
  color: #000;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px; }

.entry-footer .cat-tag-links a:hover, .cat-tag-links a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none; }

.post-full article.post, .post-full article.page {
  max-width: 800px;
  margin: 0 auto; }

.entry-footer .entry-footer-title {
  text-align: center;
  margin: 0 0 20px; }

.related-posts {
  margin-top: 60px; }

.related-posts .related-item {
  text-align: center;
  margin-top: 20px; }

.related-posts .related-item h3 {
  margin: 10px 0 0; }

#respond {
  margin-top: 60px; }

#respond .comment-reply-title {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0; }

#respond .comment-reply-title a {
  display: none; }

#respond .comment-notes {
  font-size: 12px;
  margin: 20px 0; }

#respond label {
  font-weight: 700;
  text-transform: uppercase; }

#respond textarea, #respond input[type="text"], #respond input[type="email"], #respond input[type="url"] {
  border: 1px solid #000;
  padding: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px; }

#respond textarea {
  min-height: 80px; }

#respond textarea:focus, #respond input[type="text"]:focus {
  border-bottom: 2px solid #000; }

.commentlist {
  margin-top: 60px; }

#comments-title {
  color: #444;
  font-weight: 700;
  text-align: left;
  margin: 0 0 30px; }

.comment {
  margin-bottom: 40px; }

.comment .comment-author {
  margin: 0;
  padding: 0;
  width: auto; }

.comment .comment_content {
  box-sizing: border-box;
  margin-bottom: 5px;
  margin-left: 75px;
  line-height: 1.8em; }

.comment .comment_content cite.fn {
  font-weight: 800;
  font-style: normal;
  font-size: 18px; }

.comment .comment_content time {
  text-transform: uppercase;
  font-weight: 700; }

.comment .comment:not(.depth-1) {
  margin-left: 80px;
  padding: 0; }

.comment .comment_content p {
  margin-bottom: 0; }

.comment .vcard {
  margin-left: 0;
  margin-right: 10px; }

.comment .vcard .avatar {
  float: left;
  position: static; }

.comment .comment_content time {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px; }

.comment .comment_content time a {
  color: #aaa;
  font-size: 14px;
  text-decoration: none; }

.comment .comment-reply-link {
  padding: 5px 10px;
  display: inline-block;
  margin: 10px 0 0; }

.comment .comment-inner {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px; }

.comment .reply-link {
  text-align: right; }

.comment [class*=depth-] {
  margin-top: 1.1em; }

.next-prev-post {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  margin-top: 60px; }

.next-prev-post a {
  font-weight: 700; }

.next-prev-post .next {
  text-align: right; }

.next-prev-post span {
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px; }

.author-info {
  margin-top: 60px; }

.author-name span {
  color: #000;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block; }

.author-name a {
  text-transform: uppercase;
  font-weight: 800; }

.author-info .avatar {
  float: left; }

.author-info .info {
  line-height: 1.8em;
  margin-left: 120px; }

.author-info .info .author-name {
  font-size: 20px;
  font-weight: 700;
  color: #000; }

/** * Widget */
.widget {
  margin-bottom: 40px; }

.widget .widgettitle {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 15px; }

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.widget ul ul {
  padding-left: 20px; }

.widget select, .widget input[type="text"], .widget textarea {
  width: 100%; }

.widget #wp-calendar {
  width: 100%; }

.widget #wp-calendar th {
  text-align: center; }

.widget #wp-calendar td {
  font-family: inherit;
  text-align: center; }

.widget #wp-calendar caption {
  background: #000;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding: 8px 0;
  text-transform: uppercase;
  text-align: center; }

.widget #wp-calendar thead {
  border: 1px solid #aaa; }

#searchform input[type="text"] {
  float: left;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px); }

#searchform input[type="submit"] {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  width: 80px; }

.sidebar-area ul li {
  padding-top: 5px;
  padding-bottom: 5px; }

.sidebar-area .widget > ul > li {
  position: relative;
  padding-left: 10px; }

.sidebar-area .widget > ul > li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 4px; }

/** * Footer */
footer.footer {
  padding: 60px 0; }

footer.footer .footer-item {
  margin-bottom: 30px;
  margin-top: 50px; }

footer.footer .footer-copyright {
  background-color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px; }

footer.footer .widget .widgettitle {
  font-size: 15px;
  color: #000; }

footer.footer .container {
  width: 95%; }

footer.footer #logo a {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 26px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase; }

footer.footer #logo {
  line-height: normal;
  margin: 0; }

.footer-nav .navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0; }

.footer-nav .caret {
  display: none; }

@media only screen and (max-width: 991px) {
  #banner {
    height: auto; }
  .logo-area {
    margin-bottom: 20px; }
  .page-title-area {
    margin-bottom: 30px; }
  .sidebar-area {
    margin-top: 40px; }
  .breadcrumbs {
    text-align: left;
    margin-top: 30px; }
  .footer-nav {
    display: none; }
  footer.footer #logo {
    text-align: center; }
  footer.footer .footer-copyright {
    text-align: center;
    margin-top: 30px; }
  .dropdown-menu {
    display: block !important;
    position: static;
    box-shadow: none;
    background-color: transparent;
    margin-left: 30px !important; }
  .dropdown-menu > li > a {
    padding: 10px 15px; } }

.navbar-header {
  float: none; }

.navbar-left, .navbar-right {
  float: none !important; }

.navbar-toggle {
  display: block; }

.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-collapse.collapse {
  display: none !important; }

.navbar-nav {
  float: none !important;
  margin-top: 7.5px; }

.navbar-nav > li {
  float: none; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px; }

.collapse.in {
  display: block !important; }

.dropdown-menu {
  float: none;
  width: 100%; }

#main-navigation ul.navbar-nav {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .logo-area {
    margin-bottom: 0; }
  #banner .banner-title {
    font-size: 100px; }
  #banner .section-content {
    background-color: rgba(0, 0, 0, 0.4);
    max-width: 768px;
    padding: 40px; }
  .navbar-toggle {
    margin-right: 0; } }

@media only screen and (max-width: 499px) {
  #banner .banner-title {
    font-size: 60px; } }

/* Customizations */
body {
  font-family: "times new roman", times, serif;
  font-size: 1.85rem;
  line-height: 1.5;
  border-top: 8px solid #219eab; }

.mb-5 {
  margin-bottom: 50px !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.indent-1 {
  padding-left: 30px;
  display: block; }

@media (max-width: 960px) {
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: none; } }

@media (min-width: 961px) {
  .hidden-lg,
  .hidden-xl {
    display: none; } }

.bullet {
  color: #ccc;
  margin-right: 4px; }

.pipe {
  margin: 0 5px;
  opacity: .3; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "times new roman", times, serif;
  font-weight: 700;
  line-height: 1.3; }

a {
  color: #56a8b2;
  transition: none; }

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #a7aa75; }

@media (max-width: 960px) {
  .mobile-flex {
    display: flex;
    flex-direction: column; }
    .mobile-flex .mf-1 {
      order: 1; }
    .mobile-flex .mf-2 {
      order: 2; }
    .mobile-flex .mf-3 {
      order: 3; } }

.container {
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 1200px) {
    .container {
      width: 100% !important; } }

.container-fluid .row {
  overflow: visible; }

.container-fluid .col-sm-8 {
  margin: 0 auto; }

@media (max-width: 960px) {
  .container-fluid .sidebar-wrap .page-title {
    padding-left: 20px; }
  .container-fluid .sidebar-wrap .sidebar-nav {
    font-size: 1.5rem;
    padding: 20px; } }

@media (min-width: 961px) {
  .container-fluid .sidebar-wrap {
    position: -webkit-sticky;
    position: sticky !important;
    top: 1px !important;
    padding-left: 0;
    display: flex;
    padding-top: 100px;
    height: 85vh;
    overflow: scroll; } }

#site-header {
  background: transparent; }
  #site-header .container {
    width: 100%; }
    @media (min-width: 1200px) {
      #site-header .container {
        width: 1170px; } }
  #site-header .navbar-default {
    padding-top: 10px;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 960px) {
      #site-header .navbar-default {
        padding: 10px 0; } }
  #site-header #logo {
    float: left;
    line-height: 1;
    padding-left: 5px; }
    #site-header #logo a {
      font-family: "times new roman", times, serif;
      font-weight: 700;
      line-height: 1.3; }
  #site-header .navbar-collapse {
    box-shadow: none;
    display: block;
    padding: 0; }
  #site-header .nav > li > a {
    text-align: right; }

.page-title-area {
  background: transparent;
  margin: 30px auto;
  text-align: center; }
  .page-title-area h2 {
    font-size: 1.7rem;
    font-weight: normal;
    margin: 1rem auto;
    line-height: 1.3;
    text-transform: uppercase; }
  .page-title-area .page-title {
    text-transform: none;
    font-size: 4rem; }

.page-title-area,
.entry-content {
  max-width: 750px; }
  .wide .page-title-area, .wide
  .entry-content {
    max-width: 100%; }

#content-area {
  padding-bottom: 30px; }

.sizy {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  align-items: center;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  justify-content: center;
  padding: 5px;
  left: 0;
  border-top: 1px solid #ddd; }
  .sizy p {
    margin: 3px 7px 0 15px !important; }

.btn-default {
  background-color: #fff;
  color: #333;
  border-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  font-size: 18px;
  height: 30px;
  width: 30px;
  line-height: 1; }
  .btn-default:hover {
    background-color: #303030; }

.entry-content {
  line-height: 1.5;
  margin: 0 auto;
  font-size: 1.7rem; }
  .entry-content .sizy {
    float: right; }
  .entry-content h2,
  .entry-content h3,
  .entry-content p {
    margin: 2rem 0; }
  .entry-content h2 {
    font-size: 2.2rem;
    font-family: "Open Sans", sans-serif; }
  .entry-content h3 {
    font-size: 2rem;
    font-style: italic; }
  .entry-content .indent p {
    text-indent: -3em;
    padding-left: 3em; }
  .entry-content hr {
    margin: 4rem 0 !important; }
  .entry-content .footnote,
  .entry-content sup {
    font-size: 1rem;
    top: -.5em;
    position: relative; }
  .entry-content .num {
    font-size: .7em;
    top: -.5em;
    position: relative;
    color: #aaa; }
  .entry-content .footnotes {
    color: #666;
    padding-bottom: 30px;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: .875em; }
  .entry-content .sharedaddy .sd-content li:before {
    display: none; }
  .entry-content .sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
    background: #fff;
    color: #222 !important;
    border: 1px solid #ddd; }

.page-template-page-custom-sidebar {
  background: #fff; }
  @media (min-width: 961px) {
    .page-template-page-custom-sidebar {
      background: #f3f3f3 url(../images/full-bloom.png) fixed; }
      .page-template-page-custom-sidebar article {
        background-color: #fff;
        box-shadow: 0 0 120px rgba(0, 0, 0, 0.09); } }
  .page-template-page-custom-sidebar .page-title-area h1.page-title {
    font-weight: bold; }
    @media (max-width: 767px) {
      .page-template-page-custom-sidebar .page-title-area h1.page-title {
        font-size: 3rem !important; } }
  .page-template-page-custom-sidebar .page-title-area h2 {
    margin-top: 2rem;
    font-size: 1.6rem; }
  .page-template-page-custom-sidebar article {
    padding: 40px 80px;
    margin-top: 20px; }
    @media screen and (max-width: 960px) {
      .page-template-page-custom-sidebar article {
        padding: 30px !important;
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .page-template-page-custom-sidebar article {
        padding: 20px !important; } }
  .page-template-page-custom-sidebar h2 {
    margin: 6rem 0 2rem;
    font-size: 2rem; }
  .page-template-page-custom-sidebar h3 {
    margin: 6rem 0 2rem;
    font-size: 2.25rem;
    font-style: normal; }
    .page-template-page-custom-sidebar h3:first-of-type {
      margin-top: 0 !important; }
  .page-template-page-custom-sidebar .dort,
  .page-template-page-custom-sidebar .belgic,
  .page-template-page-custom-sidebar .heidelberg {
    counter-reset: section;
    list-style-type: none;
    font-size: 1.65rem; }
    @media (max-width: 960px) {
      .page-template-page-custom-sidebar .dort,
      .page-template-page-custom-sidebar .belgic,
      .page-template-page-custom-sidebar .heidelberg {
        border-top: 1px solid #eee; } }
    .page-template-page-custom-sidebar .dort h2,
    .page-template-page-custom-sidebar .belgic h2,
    .page-template-page-custom-sidebar .heidelberg h2 {
      font-family: "times new roman", times, serif;
      font-size: 2.5rem;
      text-align: center;
      border-top: 1px solid #eee;
      padding-top: 50px; }
      @media (max-width: 960px) {
        .page-template-page-custom-sidebar .dort h2,
        .page-template-page-custom-sidebar .belgic h2,
        .page-template-page-custom-sidebar .heidelberg h2 {
          text-align: left; } }
    .page-template-page-custom-sidebar .dort h3,
    .page-template-page-custom-sidebar .belgic h3,
    .page-template-page-custom-sidebar .heidelberg h3 {
      margin-top: 4rem !important; }
    .page-template-page-custom-sidebar .dort .question,
    .page-template-page-custom-sidebar .dort .answer,
    .page-template-page-custom-sidebar .dort .letter,
    .page-template-page-custom-sidebar .dort .footnotes,
    .page-template-page-custom-sidebar .belgic .question,
    .page-template-page-custom-sidebar .belgic .answer,
    .page-template-page-custom-sidebar .belgic .letter,
    .page-template-page-custom-sidebar .belgic .footnotes,
    .page-template-page-custom-sidebar .heidelberg .question,
    .page-template-page-custom-sidebar .heidelberg .answer,
    .page-template-page-custom-sidebar .heidelberg .letter,
    .page-template-page-custom-sidebar .heidelberg .footnotes {
      padding-left: 22px;
      position: relative; }
      @media (max-width: 767px) {
        .page-template-page-custom-sidebar .dort .question,
        .page-template-page-custom-sidebar .dort .answer,
        .page-template-page-custom-sidebar .dort .letter,
        .page-template-page-custom-sidebar .dort .footnotes,
        .page-template-page-custom-sidebar .belgic .question,
        .page-template-page-custom-sidebar .belgic .answer,
        .page-template-page-custom-sidebar .belgic .letter,
        .page-template-page-custom-sidebar .belgic .footnotes,
        .page-template-page-custom-sidebar .heidelberg .question,
        .page-template-page-custom-sidebar .heidelberg .answer,
        .page-template-page-custom-sidebar .heidelberg .letter,
        .page-template-page-custom-sidebar .heidelberg .footnotes {
          padding-left: 56px; } }
    .page-template-page-custom-sidebar .dort .question,
    .page-template-page-custom-sidebar .belgic .question,
    .page-template-page-custom-sidebar .heidelberg .question {
      margin: 3.5rem 0 1.5rem;
      font-weight: bold;
      position: relative;
      font-family: "times new roman", times, serif;
      font-size: 1.85rem; }
      .page-template-page-custom-sidebar .dort .question:before,
      .page-template-page-custom-sidebar .belgic .question:before,
      .page-template-page-custom-sidebar .heidelberg .question:before {
        counter-increment: section;
        content: counters(section, ".") ". ";
        display: inline-block;
        position: absolute;
        left: -39px;
        text-align: right;
        font-size: 1.85rem;
        font-weight: bold; }
      @media (max-width: 767px) {
        .page-template-page-custom-sidebar .dort .question:before,
        .page-template-page-custom-sidebar .belgic .question:before,
        .page-template-page-custom-sidebar .heidelberg .question:before {
          left: 0;
          text-indent: 0; } }
    .page-template-page-custom-sidebar .dort .answer,
    .page-template-page-custom-sidebar .belgic .answer,
    .page-template-page-custom-sidebar .heidelberg .answer {
      margin: 1.5rem 0;
      font-family: "times new roman", times, serif;
      font-size: 1.85rem; }
    .page-template-page-custom-sidebar .dort .letter,
    .page-template-page-custom-sidebar .belgic .letter,
    .page-template-page-custom-sidebar .heidelberg .letter {
      display: inline-block;
      left: -22px;
      position: absolute;
      font-family: "times new roman", times, serif; }
      .page-template-page-custom-sidebar .dort .letter--a,
      .page-template-page-custom-sidebar .belgic .letter--a,
      .page-template-page-custom-sidebar .heidelberg .letter--a {
        left: -22px; }
    .page-template-page-custom-sidebar .dort .numeral,
    .page-template-page-custom-sidebar .belgic .numeral,
    .page-template-page-custom-sidebar .heidelberg .numeral {
      text-align: center;
      display: block;
      font-size: 1.85rem; }
  .page-template-page-custom-sidebar .dort h3 {
    font-style: normal;
    text-align: center;
    padding: 4rem auto 1rem; }
    @media (max-width: 960px) {
      .page-template-page-custom-sidebar .dort h3 {
        text-align: left; } }
  .page-template-page-custom-sidebar .dort h4 {
    font-style: italic;
    text-align: center;
    margin: 0 auto 3rem !important; }
    @media (max-width: 960px) {
      .page-template-page-custom-sidebar .dort h4 {
        text-align: left; } }
  .page-template-page-custom-sidebar .dort h5 {
    line-height: inherit;
    margin: 2rem auto;
    font-weight: normal;
    font-size: 1.5rem; }
  .page-template-page-custom-sidebar .dort p:last-child {
    margin-bottom: 60px; }
  .page-template-page-custom-sidebar .belgic h3 {
    text-align: left; }
  .page-template-page-custom-sidebar .belgic .footnotes {
    padding-left: 0;
    margin: 1.5rem 0; }

.sidebar-nav {
  font-family: "Open Sans", sans-serif;
  padding-top: 10px;
  position: relative;
  font-size: 1.32rem;
  padding: 10px;
  border-radius: 8px;
  text-shadow: none; }
  .sidebar-nav:before {
    content: "";
    display: block;
    height: 100%;
    width: 4px;
    position: absolute;
    left: -15px;
    top: 0; }
  .sidebar-nav p {
    margin: 0 0; }
  .sidebar-nav br {
    display: none; }
  .sidebar-nav a {
    color: #333;
    display: block;
    font-weight: 600;
    padding: 7px 0;
    line-height: 1.3;
    padding-left: 10px;
    text-indent: -10px; }
    .sidebar-nav a.sub-topic {
      padding-left: 2rem; }
    .sidebar-nav a:hover {
      color: #219ca9; }
  .sidebar-nav strong {
    text-transform: uppercase;
    font-size: .8em; }
  .sidebar-nav h2 {
    margin: 0 0 2rem;
    font-family: "times new roman", times, serif;
    font-size: 2rem; }
  .sidebar-nav hr {
    margin: 1rem 0 !important;
    border-color: #ccc; }
  .sidebar-nav--dort {
    font-weight: 600; }
  .sidebar-nav--heidelberg {
    font-weight: 600; }

footer.footer {
  border-top: 1px solid #eee;
  padding: 30px 0; }
  footer.footer .footer-copyright {
    text-transform: none;
    margin-top: 18px;
    background: transparent;
    text-align: center;
    font-size: 1.5rem;
    font-family: "Open Sans", sans-serif; }

/* Homepage */
.home {
  color: #fff; }
  .home #site-header #logo a,
  .home a {
    color: #fff; }
  .home footer.footer,
  .home #site-header {
    border: none; }
  .home h1, .home h2 {
    font-weight: normal;
    margin-top: 50px;
    font-family: "times new roman", times, serif;
    font-weight: 300; }
  .home h1 {
    font-size: 260%;
    margin-top: 100px;
    margin-bottom: 10px; }
  .home h2 {
    font-size: 150%;
    margin-top: 0; }
  .home h3 {
    font-weight: 300;
    font-size: 1.8rem;
    font-style: italic;
    margin-top: 50px;
    letter-spacing: .06em; }
  .home #content-area {
    text-align: center; }
  .home #content-area li:before {
    display: none; }
  .home .nav > li > a {
    color: white; }
    .home .nav > li > a:hover {
      opacity: 1 !important; }

ul.buttons {
  font-family: "Open Sans", sans-serif;
  padding-left: 0; }
  ul.buttons > li:before {
    display: none; }
  ul.buttons > li > a {
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    width: 280px;
    max-width: 100%;
    padding: 14px;
    margin-bottom: 4px;
    border-radius: 80px; }

/* Large Desktop */
@media (min-width: 991px) {
  #main-navigation ul.navbar-nav {
    margin-left: 0; }
  .navbar-nav {
    margin-top: 24px !important; }
    .navbar-nav > li > a {
      padding: 22px 9px 14px; }
  #site-header #logo {
    position: relative;
    top: 30px; }
  #main-navigation ul.navbar-nav li a {
    text-transform: none !important;
    font-weight: normal;
    font-size: 1.5rem; }
  .page-template-default .page-title-area {
    padding: 0 0 30px;
    text-align: center; }
    .page-template-default .page-title-area h1 {
      margin-bottom: 1rem; }
    .page-template-default .page-title-area h2 {
      font-weight: normal;
      font-size: 1.7rem;
      text-transform: uppercase;
      margin: 1em auto; }
  .current_page_item a:before {
    content: "* "; } }

#site-header .navbar-default .navbar-toggle {
  padding: 15px 0px;
  border-radius: 2px;
  display: block;
  width: 34px; }

#site-header #logo {
  position: relative;
  top: 23px; }

#site-header .navbar-default .navbar-toggle {
  background: transparent; }

#site-header .navbar-default .navbar-toggle .icon-bar {
  background: #333;
  height: 5px;
  width: 100%;
  margin: 5px 0; }

#site-header .navbar-default .navbar-toggle .icon-bar.first {
  width: 80%; }

#site-header .navbar-default .navbar-toggle .icon-bar.second {
  width: 60%; }

/* Tablet and Down */
@media (max-width: 990px) {
  .navbar-collapse {
    max-width: 400px;
    display: block;
    float: right; }
  .navbar-right {
    padding-bottom: 5px; }
  .navbar-right > li > a {
    font-size: .8em;
    padding: 5px; }
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .footer-nav .navbar-nav > li > a, .footer-nav .navbar-nav > li > a:hover {
    text-transform: none;
    font-weight: normal; }
  #main-navigation ul.navbar-nav {
    border-bottom: 2px solid #333; }
  #main-navigation ul.navbar-nav > li.current-menu-item > a {
    border-right: 6px solid #56a8b2; }
  #main-navigation ul.navbar-nav > li.current-menu-item > a:before, #main-navigation ul.navbar-nav > li.current-menu-parent > a:before {
    display: none; }
  .page-template-default .page-title-area {
    padding: 0; }
  .page-template-default .page-title-area .page-title {
    font-size: 2.75rem; } }

@media (max-width: 480px) {
  .home {
    background-position: -300px center !important; } }

@media print {
  #site-header, .footnote {
    display: none !important; } }

@media (min-width: 768px) {
  .wide .col-sm-4,
  .wide .col-sm-5 {
    float: right; }
  .wide .col-sm-7
.wide .col-sm-8 {
    float: left; } }

.tab-content {
  margin-top: 1rem; }

/*  Bootstrap Clearfix */
/*  Tablet  */
@media (min-width: 767px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: inherit; }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: left; } }

/*  Medium Desktop  */
@media (min-width: 992px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: inherit; }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: left; } }

#searchform {
  margin-left: -100px; }
  #searchform input[type="text"] {
    max-width: 400px;
    float: right;
    color: #333; }
  #searchform input[type="submit"] {
    float: right; }

.dropdown-search {
  display: none !important;
  float: right;
  padding-top: 8px;
  padding-right: 4px;
  overflow-x: visible; }
  .dropdown-search .dropdown-menu {
    background: transparent;
    box-shadow: none; }
  .dropdown-search .fa-lg {
    vertical-align: 0; }
  .dropdown-search .search-button {
    color: #333; }
