@charset "UTF-8";
/*
Theme Name: IRF Summit
Description: This theme has been built and customized for you.
Version: 3.0
*/
.has-white-background-color {
  background-color: #fff;
}

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

.has-blue-background-color {
  background-color: #0a304d;
}

.has-pink-background-color {
  background-color: #DD0665;
}

.has-gray-background-color {
  background-color: #ddd;
}

.has-gray-light-background-color {
  background-color: #f2f6f9;
}

.has-turquoise-background-color {
  background-color: #00FFE3;
}

.has-blue-light-background-color {
  background-color: #007ec4;
}

.has-purple-background-color {
  background-color: #524F86;
}

.has-green-background-color {
  background-color: #00C248;
}

.has-green-dark-background-color {
  background-color: #007100;
}

.has-mushroom-background-color {
  background-color: #5C584E;
}

.has-yellow-background-color {
  background-color: #EDB20F;
}

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

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

.has-white-70-color {
  color: rgba(255, 255, 255, 0.7);
}

.has-blue-color {
  color: #0a304d;
}

.has-pink-color {
  color: #DD0665;
}

.has-gray-color {
  color: #ddd;
}

.has-gray-light-color {
  color: #f2f6f9;
}

.has-turquoise-color {
  color: #00FFE3;
}

.has-blue-light-color {
  color: #007ec4;
}

.has-purple-color {
  color: #524F86;
}

.has-green-color {
  color: #00C248;
}

.has-mushroom-color {
  color: #5C584E;
}

.has-yellow-color {
  color: #EDB20F;
}

.has-white-partial-color {
  color: rgba(255, 255, 255, 0.7);
}

.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;
}

.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-family: "Nexa", sans-serif;
  font-weight: 700;
  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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
}

.wp-block-button__link.has-blue-background-color:hover {
  background: #041420;
  text-decoration: none;
}
.wp-block-button__link.has-green-background-color:hover {
  background: #008f35;
  text-decoration: none;
}

.btn {
  font-family: "Nexa", sans-serif;
  font-weight: 700;
  border-radius: 25px;
}
.btn.btn-hover-gray:hover {
  background: #f2f6f9;
}
.btn.btn-hover-white:hover {
  background: #fff;
}
.btn.btn-up {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
.btn.btn-pad {
  padding-right: 35px;
  padding-left: 35px;
}
.btn.btn-social {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.btn.btn-white-outline {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  padding: 15px 25px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
}
.btn.btn-white-outline:hover {
  border: 2px solid white;
}
.btn.btn-gray-outline {
  border: 2px solid rgba(222, 226, 229, 0.5);
  border-radius: 25px;
  padding: 15px 25px;
  color: #0a304d;
  font-size: 14px;
  line-height: 1em;
}
.btn.btn-gray-outline:hover {
  background-color: rgba(222, 226, 229, 0.5);
}
.btn.btn-gray {
  color: #000;
  background: #ddd;
  border: none;
}
.btn.btn-gray:hover {
  background: #0a304d;
  color: #fff;
}
.btn.btn-blue {
  background: #0a304d;
  border: none;
  color: #fff;
}
.btn.btn-blue:hover {
  background: #041420;
}
.btn.btn-blue-light {
  background: #007ec4;
  border: none;
  color: #fff;
}
.btn.btn-blue-light:hover {
  background: #005d91;
}
.btn.btn-green {
  background: #00C248;
  border: none;
  color: #fff;
}
.btn.btn-green:hover {
  background: #008f35;
}
.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;
}
.btn.btn-linkedin {
  background: #0173b1;
  border: none;
  color: #fff;
}
.btn.btn-linkedin:hover {
  background: #0194e4;
}

#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;
}

.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 {
  font-weight: 300;
  font-size: 14px !important;
  background-color: #00C248;
  color: #fff;
  padding: 8px 25px;
  border-radius: 25px;
  font-weight: 700;
  font-family: "Nexa", sans-serif;
  border: none;
}
.gform_button.button:hover {
  background-color: #0a304d;
  cursor: pointer;
}

article .gform_button.button {
  width: 50%;
  margin: 0 auto;
  display: block;
  background-color: #007ec4;
}
article .gform_button.button:hover {
  background-color: #00C248;
  cursor: pointer;
}

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

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ddd;
  font-family: "Montserrat", sans-serif;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
  font-family: "Montserrat", sans-serif;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ddd;
  font-family: "Montserrat", sans-serif;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
  font-family: "Montserrat", 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-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);
}

.image-gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #0a304d, #007ec4);
  opacity: 0.9;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Montserrat", 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.4em;
  margin: 0 0 0.25em;
  padding: 1em 0 0;
  font-family: "Montserrat", sans-serif;
}

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

h1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1em;
}

h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1em;
}

h3 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1em;
}

h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1em;
}

h5 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1em;
}

h6 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 1px;
}

p {
  margin: 0 0 1.5em;
  font-size: 1rem;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 300;
}

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "Montserrat", sans-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: #0a304d;
}
a:hover {
  color: #041420;
}

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

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

.line-height-sm {
  line-height: 1.2em;
}

.line-height-regular {
  line-height: 1.4em;
}

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

.font-regular {
  font-weight: 500;
}

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

.letter-spacing {
  letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

.font-size-45 {
  font-size: 45px;
  line-height: 1.1em;
}

.font-size-60 {
  font-size: 60px;
  line-height: 1.1em;
}

strong,
b {
  font-weight: 700;
}

article h1 {
  font-size: 30px;
}
article h2 {
  font-size: 24px;
}
article h3 {
  font-size: 24px;
}
article h4,
article h5,
article h6 {
  font-size: 20px;
}
article p,
article ul,
article ol {
  font-size: 18px;
  font-weight: 400;
}
article a {
  color: #0a304d;
  text-decoration: underline;
}
article a:hover {
  color: #104c7a;
  text-decoration: underline;
}
article a.btn {
  text-decoration: none;
}

.wp-block-group .wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0;
}

blockquote.wp-block-quote {
  border-left: none;
  overflow: inherit;
  padding-left: 30px;
}
blockquote.wp-block-quote p {
  font-size: 18px;
  font-weight: 500;
}
blockquote.wp-block-quote::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #03acdc;
  margin-left: -52px;
  float: left;
  font-size: 40px;
  margin-top: -21px;
  opacity: 0.3;
}

.accordion > .card {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd !important;
}
.accordion > .card .card-header {
  background: transparent;
  padding-left: 0;
}
.accordion > .card .card-body p:last-of-type {
  margin-bottom: 0;
}
.accordion h2 {
  border-bottom: 0;
}
.accordion h2 button {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none !important;
}

.wp-block-group .wp-block-group__inner-container {
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.wp-block-group.is-style-full-width .wp-block-group__inner-container {
  width: 100%;
}
.wp-block-group.has-background {
  padding-top: 35px;
  padding-bottom: 5px;
}

.wp-block-column p:last-of-type {
  margin-bottom: 0;
}
.wp-block-column p:last-of-type + ul {
  margin-top: 10px;
}

.carousel-overlay {
  top: 0;
  right: 10%;
  bottom: 0;
  left: 10%;
  z-index: 1;
}

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

.page-banner-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.page-banner-image img {
  max-height: 400px;
  object-fit: cover;
}

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

.dropdown-toggle::after {
  display: none;
}

.home-arrow svg {
  position: absolute;
  top: -78px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

#mainNav .navbar-nav .nav-item {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #dee2e5;
}
#mainNav .navbar-nav .nav-item:last-of-type {
  border-right: none;
}
#mainNav .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 3px 15px;
  border-radius: 25px;
}
#mainNav .navbar-nav .nav-link:hover {
  background: #f2f6f9;
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-item p,
.accordion-item ul,
.accordion-item ol {
  font-size: 18px;
}

.accordion-item p:last-of-type {
  margin-bottom: 0;
}

.accordion-body {
  padding: 30px 1.25rem;
}

.fi-accordion-block {
  background: #f1f1f1;
  padding: 20px;
  margin-bottom: 40px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #0a304d;
}

.list-special {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 30px;
  border-radius: 0.25rem;
  padding: 20px;
  background: #f1f1f1;
}
.list-special li {
  position: relative;
  display: block;
  padding: 0 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 5px solid #f1f1f1;
  font-size: 18px;
  font-weight: 400;
}
.list-special li a {
  display: block;
  text-decoration: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.list-special li a:hover {
  color: #DD0665;
}
.list-special li + li {
  border-top-width: 0;
}

.accordion-button:not(.collapsed) {
  color: #0a304d;
  background-color: #e9fcff;
}

.wp-block-separator {
  border-top: none;
  border-bottom: none;
}

.partner-logo {
  object-fit: contain;
  height: 125px;
  padding: 5px;
  background: #fff;
  transition: 0.5s all;
}

.partner-logo-wrap {
  position: relative;
  border: 1px solid #f2f6f9;
}
.partner-logo-wrap:hover .partner-logo {
  -webkit-transform: scale(1.15) rotate(0.01deg);
  transform: scale(1.15) rotate(0.01deg);
}

.watermark {
  background-size: 500px;
  background-position: 90% 100px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}
.watermark.watermark-left {
  background-position: 10% 100px;
}

.lineunder:after {
  transition: all 1.5s ease;
  content: "";
  display: block;
  width: 0;
  border-bottom: 12px solid #00C248;
  margin-top: -12px;
}

.lineunder.triggered:after {
  width: 100%;
  border-color: #f2f6f9;
}

.carousel-item {
  position: relative;
}
.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 3px solid rgba(255, 255, 255, 0.2);
  margin: 15px;
}
.carousel-item img {
  object-fit: cover;
}

.carousel-gradient .carousel-item:after {
  border: none;
  margin: 0;
  background: #0a304d;
  background: linear-gradient(90deg, #0a304d 5%, rgba(10, 48, 77, 0) 39%);
}

.carousel-caption {
  bottom: 7px;
}
.carousel-caption p {
  font-size: 14px;
  font-weight: 300;
}

#gform_2 .gform_body {
  width: 75%;
  float: left;
}
#gform_2 .gform_body input {
  height: 45px;
}

#gform_2 .gform_footer {
  width: 23%;
  float: left;
  padding: 0;
  margin: 0 !important;
}

#gform_submit_button_2 {
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0 0 0 -5px;
  height: 45px;
}

.linebreak {
  height: 5px;
  width: 200px;
}

.wp-block-image {
  margin: 0;
}

.wp-block-column.has-background {
  padding: 20px;
}

.speaker-grid-img {
  width: 282px;
  height: 282px;
  object-fit: cover;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.speaker-grid {
  border-radius: 15px;
  background: #f2f6f9;
  flex: 1 0 0%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.speaker-grid:after {
  content: "";
  display: block;
  background: #00C248;
  height: 3px;
  position: absolute;
  bottom: 29px;
  right: 20px;
  left: 17px;
}
.speaker-grid .btn {
  z-index: 1;
}

.speaker-grid-body {
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  body.admin-bar #main-nav {
    top: 0;
  }

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

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

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

  .fi-slider-block h2 {
    font-size: 28px;
  }

  .mt-mobile-n5 {
    margin-top: -30px;
  }

  .mobile-font-size-32 {
    font-size: 32px;
  }

  .service-col {
    border-right: none;
    border-bottom: 1px solid #dee2e6 !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #mainNav .navbar-nav {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #mainNav .navbar-nav .nav-link {
    font-size: 20px;
  }

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

  article p,
article ul,
article ol {
    font-size: 16px;
  }

  article a {
    word-break: break-word;
  }

  .font-size-60 {
    font-size: 32px;
  }

  .font-size-45 {
    font-size: 26px;
  }

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

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

  #mainNav .navbar-nav .nav-item {
    border-right: none;
  }

  .carousel-item:after {
    display: none;
  }

  .watermark {
    background-size: 350px;
    background-position: 180% 350px;
  }

  .page-banner-image img {
    min-height: 400px;
  }

  .wp-block-image {
    margin-bottom: 15px;
  }
}
@media (min-width: 800px) {
  .modal-dialog {
    max-width: 820px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mainNav .navbar-nav {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #mainNav .navbar-nav .nav-link {
    font-size: 20px;
  }

  #mainNav .navbar-nav .nav-item {
    border-right: none;
  }

  .carousel-item:after {
    display: none;
  }

  .font-size-60 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1310px) {
  .font-size-26 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .fi-slider-block img {
    height: 500px;
    width: 100%;
    object-fit: cover;
  }

  .list-group-bg a {
    background: transparent;
  }
}
@media (max-width: 991px) {
  .modal-full {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .banner-overlay .banner-title {
    font-size: 4rem;
  }

  .container-wide {
    max-width: 1754px;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  .font-size-60 {
    font-size: 45px;
  }
}

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