/*
Theme Name: Generations
Author: Fiat Insight
Author URI: https://fiatinsight.com/
Description: This theme has been built and customized for you.
Version: 2.0
*/
.bg-white,
.has-white-background-color {
  background-color: #fff; }

.bg-black,
.has-black-background-color {
  background-color: #000; }

.bg-blue-dark,
.has-blue-dark-background-color {
  background-color: #1f3b65; }

.bg-blue,
.has-blue-background-color {
  background-color: #314d78; }

.bg-blue-light,
.has-blue-light-background-color {
  background-color: #0088cc; }

.bg-gray,
.has-gray-background-color {
  background-color: #efefef; }

.bg-gray-dark,
.has-gray-dark-background-color {
  background-color: #888; }

.black,
.has-black-color {
  color: #000; }

.white,
.has-white-color {
  color: #fff; }

.blue,
.has-blue-color {
  color: #314d78; }

.blue-dark,
.has-blue-dark-color {
  color: #1f3b65; }

.blue-light,
.has-blue-light-color {
  color: #0088cc; }

.gray-dark,
.has-gray-dark-color {
  color: #888; }

.gray,
.has-gray-color {
  color: #efefef; }

.blue-link {
  color: #597299; }

.red {
  color: #8b0000; }

.blue-alt {
  color: #738192; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.mejs-container {
  margin-bottom: 1.5em; }

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0; }

.wp-playlist {
  padding: 0.625em 0.625em 0.3125em; }

.wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700; }

.wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal; }

.wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer; }

.wp-playlist-item:last-of-type {
  border-bottom: none; }

.wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none; }

.wp-playlist-item a,
.wp-playlist-item a:focus,
.wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }

.wp-playlist-item-length {
  top: 5px; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%; }

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%); }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: button; }

.btn.btn-up {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px; }
.btn.btn-pad {
  padding-right: 35px;
  padding-left: 35px; }
.btn.btn-red {
  background: #8b0000;
  border: none;
  color: #fff; }
  .btn.btn-red:hover {
    background: #580000; }
.btn.btn-white {
  background: #fff;
  color: #1f3b65; }
.btn.btn-blue {
  background: #1f3b65;
  color: #fff; }
  .btn.btn-blue:hover {
    background: #2b528c; }
.btn.btn-blue-light {
  background: #0088cc;
  color: #fff; }
  .btn.btn-blue-light:hover {
    background: #00aaff; }
.btn.btn-facebook {
  background: #3b5998;
  border: none;
  color: #fff; }
  .btn.btn-facebook:hover {
    background: #264077; }
.btn.btn-twitter {
  background: #00aced;
  border: none;
  color: #fff; }
  .btn.btn-twitter:hover {
    background: #1dcaff; }

#comments {
  clear: both;
  padding: 2em 0 0.5em; }

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em; }

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list li:before {
  display: none; }

.comment-body {
  margin-left: 65px; }

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2; }

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px; }

.comment-author .says {
  display: none; }

.comment-meta {
  margin-bottom: 1.5em; }

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.comment-metadata a {
  color: #767676; }

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em; }

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em; }

.comment-reply-link {
  font-weight: 800;
  position: relative; }

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em; }

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px; }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px; }

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.comments-pagination {
  margin: 2em 0 3em; }

.form-submit {
  text-align: right; }

.dropdown-item.active,
.dropdown-item:active {
  background-color: #314d78; }

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin: 0 4px 0 1px !important; }

.gform_button.button {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px !important;
  background-color: #1f3b65;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px; }
  .gform_button.button:hover {
    background-color: #7f8e9f;
    cursor: pointer; }

.ginput_card_security_code {
  display: inline-block !important; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7f8e9f;
  font-family: "Roboto", sans-serif; }
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f8e9f;
  font-family: "Roboto", sans-serif; }
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #7f8e9f;
  font-family: "Roboto", sans-serif; }
input:-moz-placeholder {
  /* Firefox 18- */
  color: #7f8e9f;
  font-family: "Roboto", sans-serif; }

/* Radio button large style
#input_formid_fieldid.gfield_radio li {
  background: $blue;
  padding: 10px !important;
  border-radius: 15px;
  label {
    color: $white;
  }
}

@media (min-width: 768px) {
  #input_formid_fieldid.gfield_radio li {
    display: inline-block;
    width: 20%;
    margin-right: 20px;
  }
}
*/
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-image-pad {
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-fixed {
  background-attachment: fixed; }

.hover-shadow {
  transition: 0.5s box-shadow;
  -webkit-transition: 0.5s box-shadow; }
  .hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.wp-audio-shortcode {
  width: 100% !important; }

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

hr {
  background-color: #dee2e6; }

@media (min-width: 1200px) {
  .container-wider {
    max-width: 1240px; } }
.blue-inside a {
  color: #314d78; }

.twitter-icon {
  color: #1da1f3;
  background: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 5px 9px 0px 9px; }

.border-bar-left {
  border-left: 3px solid rgba(31, 59, 101, 0.22); }

.border-bottom-blue {
  border-bottom: 3px solid #0088cc; }

.height-38 {
  height: 38px; }

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
  font-family: "Noto Serif", serif;
  font-weight: 700; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0; }

h1 {
  font-size: 24px;
  font-size: 1.5rem; }

h2 {
  color: #000;
  font-size: 2em; }

h3 {
  color: #000;
  font-size: 24px; }

h4 {
  color: #000;
  font-size: 20px; }

h5 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase; }

h6 {
  color: #a2a2a2;
  font-size: 18px; }

p {
  margin: 0 0 1.5em;
  font-size: 1rem;
  padding: 0;
  font-family: "Noto Serif", serif;
  color: #000;
  font-weight: 400; }

.font-weight-300 {
  font-weight: 300; }

.font-sans {
  font-family: "Roboto", sans-serif; }

.font-30 {
  font-size: 30px; }

.font-28 {
  font-size: 28px; }

.font-20 {
  font-size: 20px; }

.font-2r {
  font-size: 2rem; }

.font-2x {
  font-size: 1.5rem; }

.font-24 {
  font-size: 24px; }

.font-20 {
  font-size: 20px; }

.font-18 {
  font-size: 18px; }

.font-16 {
  font-size: 16px; }

.font-14 {
  font-size: 14px; }

.font-12 {
  font-size: 12px; }

.font-3em {
  font-size: 3em; }

.line-height {
  line-height: 1.1em; }

.column-title {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px; }

.font-bold {
  font-weight: 800; }

.font-thin {
  font-weight: 300; }

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "Noto Serif", serif;
  overflow: hidden;
  border-left: 3px solid #ddd; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em; }

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

a {
  color: #0088cc; }
  a:hover {
    color: #314d78; }

.has-drop-cap:not(:focus):first-letter {
  color: #314d78; }

.has-drop-cap:not(:focus):after {
  padding-top: 0; }

.blockquote-inline {
  background: #314d78;
  margin-top: -24px;
  padding: 20px 0 0 0px;
  border-left: 5px solid #60b3de; }
  .blockquote-inline blockquote {
    border-left: none;
    padding: 0 0 0 10px; }
    .blockquote-inline blockquote p {
      color: #fff; }
  .blockquote-inline cite {
    color: #60b3de; }

article p {
  font-size: 1.1rem; }
article a {
  text-decoration: underline; }
  article a:hover {
    text-decoration: underline; }
  article a.btn {
    text-decoration: none; }
article ul,
article ol {
  font-size: 1rem;
  font-family: "Noto Serif", serif;
  font-weight: 400; }
  article ul li,
  article ol li {
    margin-bottom: 6px;
    color: #000; }

html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

main {
  margin-top: 66px;
  flex: 1 0 auto; }

footer {
  flex-shrink: 0; }
  footer .navbar-nav .nav-link {
    padding: 0;
    color: rgba(255, 255, 255, 0.7); }
    footer .navbar-nav .nav-link:hover {
      color: #fff; }

body.admin-bar #main-nav {
  top: 32px; }

.dropdown-menu {
  margin-top: 0; }

#main-nav .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 14px; }

.nav-tabs .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0; }

.card-default h2 {
  font-size: 24px; }
.card-default .card-excerpt p {
  color: #738192;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "Roboto", sans-serif; }
.card-default .card-byline {
  color: #0088cc; }
  .card-default .card-byline span {
    color: #000; }

.pagination {
  width: 300px; }

.top-feature .excerpt p {
  color: #738192;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif; }
.top-feature a {
  color: #000; }
  .top-feature a:hover {
    color: #597299;
    text-decoration: none; }
.top-feature .owl-nav {
  position: absolute;
  left: -35px;
  top: 34%;
  color: #bdbdbd; }
  .top-feature .owl-nav .owl-next {
    font-size: 4em !important;
    background: none !important; }
  .top-feature .owl-nav .owl-prev {
    font-size: 4em !important;
    margin-right: 20px !important;
    background: none !important; }
.top-feature .owl-stage-outer {
  margin-right: 1px; }

.article-box h4 a,
.book-box h4 a {
  color: #000; }
  .article-box h4 a:hover,
  .book-box h4 a:hover {
    color: #597299;
    text-decoration: none; }
.article-box.invert h4 a,
.book-box.invert h4 a {
  color: #fff; }
  .article-box.invert h4 a:hover,
  .book-box.invert h4 a:hover {
    color: #e6e6e6;
    text-decoration: none; }
.article-box .excerpt-wrap,
.book-box .excerpt-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 15px;
  background: #1f3b65cf;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  opacity: 0; }
  .article-box .excerpt-wrap p,
  .book-box .excerpt-wrap p {
    font-size: 13px;
    line-height: 1.5em;
    color: #fff;
    font-family: "Roboto", sans-serif; }
.article-box:hover .excerpt-wrap,
.book-box:hover .excerpt-wrap {
  opacity: 1; }
.article-box:hover .category-label,
.book-box:hover .category-label {
  display: none !important; }
.article-box .category-label,
.book-box .category-label {
  position: absolute;
  bottom: 0;
  background: #314d78;
  padding: 4px; }

.hover-reveal-action {
  position: relative;
  display: block; }
  .hover-reveal-action div {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(31, 59, 101, 0.85); }
    .hover-reveal-action div p {
      color: #fff;
      text-align: center;
      margin: 0;
      font-family: "Roboto", sans-serif; }
  .hover-reveal-action:hover div {
    opacity: 1; }

.author-bio p:last-of-type {
  margin-bottom: 0; }

.number-indicator {
  color: #1f3b65;
  font-weight: 800;
  font-size: 20px;
  font-family: "Roboto", sans-serif; }

.image-overlay-icon {
  position: absolute;
  bottom: 15px;
  left: 15px; }

.side-menu .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  padding-bottom: 0;
  color: #5d5d5d; }
  .side-menu .nav-link:hover {
    color: #000;
    text-decoration: underline; }

.program-staff-text p {
  margin-bottom: 0;
  font-size: 16px; }
.program-staff-text a {
  text-decoration: none; }
  .program-staff-text a:hover {
    text-decoration: underline; }

.menu-two-wide .dropdown-menu {
  width: 500px; }
  .menu-two-wide .dropdown-menu a {
    display: inline-block !important;
    width: 50%;
    float: left;
    clear: none; }
    .menu-two-wide .dropdown-menu a:first-child {
      display: block !important;
      border-bottom: 1px solid #e5e5e5;
      width: 100%;
      margin-bottom: 5px; }

.bordered-box {
  border-top: 4px solid #203b65;
  border-bottom: 4px solid #dedede;
  height: 100%;
  padding: 40px; }
  .bordered-box p {
    font-family: "Roboto", sans-serif; }

.list-group-about a {
  font-size: 24px;
  color: #1f3b65;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0; }
  .list-group-about a .mr-2 {
    margin-left: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all; }
  .list-group-about a:hover {
    color: #0088cc; }
    .list-group-about a:hover .mr-2 {
      margin-left: 20px; }

#gform_wrapper_7 .gform_body {
  width: 70%;
  display: inline-block;
  clear: none;
  margin: 0;
  padding: 0;
  float: left; }
  #gform_wrapper_7 .gform_body ul.gform_fields li.gfield {
    margin: 0;
    padding: 0;
    border-radius: 0; }
  #gform_wrapper_7 .gform_body input {
    margin: 0;
    padding: 7px 10px;
    border-radius: 0;
    border: 1px solid #ced4da; }
#gform_wrapper_7 .gform_footer {
  width: 30%;
  display: inline-block;
  clear: none;
  margin: 0;
  padding: 0; }
#gform_wrapper_7 .ginput_container {
  margin: 0; }

#gform_submit_button_7 {
  width: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
  height: 40px;
  background-color: #0088cb; }
  #gform_submit_button_7:hover {
    background-color: #7f8e9f; }

.placeholder-img {
  display: block;
  width: 100%;
  background: #1f3b65;
  padding: 34%;
  overflow: hidden; }

.text-decoration-hover-none:hover {
  text-decoration: none !important; }

body.single-program .hello-outer {
  height: 45vh; }

.hello-outer {
  height: 77vh;
  background-size: cover;
  background-position: center; }
  .hello-outer p {
    font-size: 28px; }

.hello-inner {
  background: rgba(32, 59, 101, 0.55); }

.scholar-img-item img {
  width: 100%;
  height: 279px;
  object-fit: cover; }
  .scholar-img-item img:hover {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(40%); }

#mc_embed_signup .indicates-required {
  display: none; }

#mc-embedded-subscribe {
  background-color: #1f3b65;
  border: none;
  color: #fff;
  border-radius: 15px;
  padding: 5px 15px;
  margin-top: -15px; }

.mc-field-group {
  margin-bottom: 15px; }

.mc-field-group.input-group {
  display: block; }

.mc-field-group ul {
  list-style-type: none;
  padding-left: 0; }

.mc-field-group ul li input {
  margin-right: 8px; }

a.wp-block-button__link {
  text-decoration: none !important; }

a.wp-block-button__link.has-blue-dark-background-color:hover {
  background-color: #0c264c; }

#articlemain img.wp-post-image {
  max-height: 429px;
  object-fit: cover; }

.nav-donate {
  margin-left: 10px; }
  .nav-donate a {
    background: #efefef;
    color: #314d78 !important;
    border-radius: 5px;
    font-weight: 800; }
    .nav-donate a:hover {
      background: #fff; }

@media (max-width: 767px) {
  .bg-fixed {
    background-attachment: scroll; }

  main {
    margin-top: 59px; }

  img.alignleft,
  img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block; }

  .nav-tabs .nav-link {
    border: 1px solid #dee2e6; }

  .navbar-brand {
    max-width: 70%; }

  .border-bottom-m {
    border-bottom: 1px solid #dee2e6; }

  .article-box h4,
  .book-box h4 {
    min-height: 1px;
    font-size: 18px; }

  .top-feature .border-right {
    border-right: none !important; }
  .top-feature .owl-nav {
    top: 20px;
    left: 0;
    color: #fff;
    width: 100%; }
    .top-feature .owl-nav .owl-next {
      float: right; }
    .top-feature .owl-nav .owl-prev {
      float: left; }

  .hover-reveal-action div {
    position: relative;
    opacity: 1;
    background: #1f3b65; }

  article.border-right,
  article .border-right {
    border-right: none; }

  h1.font-3em {
    font-size: 2.2em; }

  .font-16-m {
    font-size: 16px !important; }

  article .font-16 {
    font-size: 14px; }

  #Share-Modal img.avatar {
    height: 70px;
    width: 70px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    float: none; }

  .home-featured-event h3 {
    font-size: 18px; }

  #gform_wrapper_7 .gform_body {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    float: none; }
  #gform_wrapper_7 .gform_footer {
    width: 100%;
    display: block; }

  .hello-outer {
    height: 60vh; }
    .hello-outer p {
      font-size: 20px; }

  #main-nav .navbar-nav .nav-link {
    color: #fff;
    text-align: center; }

  .dropdown-item {
    white-space: normal; }

  .menu-two-wide .dropdown-menu a {
    float: none;
    font-size: 12px; }

  .menu-two-wide .dropdown-menu {
    width: auto; }

  #mainNav {
    padding-top: 15px; }

  .scholar-img-item img {
    height: auto; }

  .nav-donate {
    margin-bottom: 10px;
    margin-left: 0; } }
@media (min-width: 576px) {
  #searchModal .modal-dialog {
    max-width: 1000px; }

  #Share-Modal .modal-dialog {
    width: 600px;
    max-width: 100%; } }
@media (min-width: 768px) {
  #Share-Modal img.avatar {
    height: 70px;
    width: 70px;
    margin-left: 10px;
    border-radius: 50%;
    float: right; } }
@media (max-width: 1371px) {
  .socialside {
    display: none !important; } }
@media (min-width: 1024px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    /*enable dropdown menu on hover*/ }

  .gallery-columns-5 .gallery-item {
    max-width: 20%; }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }

  .container-wide {
    max-width: 1500px; } }

/*# sourceMappingURL=style.css.map */
