html,
body {
  font-size: 100%;
}

h1, .h1 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h4 {
  margin-top: 25px;
}

a {
  color: #B59E6E;
  font-weight: bold;
}

a:hover {
  color: #113D63;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.form-submit {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  padding: 10px 20px;
  background-color: #B59E6E;
  border: 0;
  transition: background 300ms ease-in;
}

.form-submit:hover {
  background-color: #113D63;
}

#logo-image img {
  max-height: 75px;
}

/**
  * Menus
  */
#main-menu > li {
  margin-left: 45px;
}
#main-menu > li > a {
  padding: 20px 0 20px;
  font-weight: 800;
  font-size: 17px;
}
#main-menu > li > ul {
  top: 68px;
}
#main-menu li li a.sf-with-ul {
  position: relative;
}
#main-menu li li a.sf-with-ul:before {
  position: absolute;
  top: 10px;
  right: 0;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main-menu li .sf-mega.sf-mega-s1 {
  width: 800px;
  left: auto;
  right: 0;
}
#main-menu > li:last-child > ul {
  left: auto;
  right: 0;
}
#main-menu > li:last-child > ul > li > ul {
  left: auto;
  right: 251px;
}

.top-menus {
  background: #113D63;
  display: none;
}
.top-menus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-menus ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.top-menus ul li a, .top-menus ul li a.active {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  font-size: .875rem;
}
.top-menus ul li a:hover, .top-menus ul li a.active:hover {
  background: #092f51;
}

.header-menu-right ul.menu {
  text-align: right;
}

#top-nav #top-menu li:first-child {
  border-left: 1px solid #7082a9;
}
#top-nav .kopa-search-box,
#top-nav #top-menu li {
  border-right: 1px solid #7082a9;
}

.main-nav-mobile .pull {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 99;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  margin: 10px 0 0;
}
.main-nav-mobile .pull i {
  color: #fff;
}
.main-nav-mobile .main-menu-mobile {
  position: fixed;
  top: 0;
  margin: 0;
  left: 0;
  width: 275px;
  height: auto;
  z-index: 999999;
  display: none;
  background: #113D63;
  padding: 0 15px 300px 15px;
  text-align: left;
}
.main-nav-mobile .main-menu-mobile li {
  border-top: 1px solid #e2e2e3;
  position: relative;
  width: 100%;
  margin: 0;
}
.main-nav-mobile .main-menu-mobile li > a {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  font-weight: 600;
  padding: 10px 25px 10px 0;
}
.main-nav-mobile .main-menu-mobile li > a > span {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  font-size: 15px;
  padding: 0 5px 0 10px;
}
.main-nav-mobile .main-menu-mobile li > a > span:after {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-nav-mobile .main-menu-mobile li ul {
  margin: 0;
  border-top: 1px solid #e2e2e3;
}
.main-nav-mobile .main-menu-mobile li ul li {
  margin: 0;
  border-top: 1px solid #e2e2e3;
}
.main-nav-mobile .main-menu-mobile li ul li a {
  padding: 10px 10px;
  color: #fff;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.main-nav-mobile .main-menu-mobile li ul li ul li a {
  padding-left: 15px;
}
.main-nav-mobile .main-menu-mobile li ul li ul li ul li a {
  padding-left: 20px;
}
.main-nav-mobile .main-menu-mobile li ul li .sub-menu {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  width: 100%;
}
.main-nav-mobile .main-menu-mobile li > li:first-child {
  border: 0;
}

ul li.collapsed,
ul li.leaf {
  list-style: none;
}

.kopa-area-5 {
  padding-bottom: 40px;
}
.kopa-area-5 a.more-link .fa {
  color: #fff;
  border-color: #fff;
}

.kopa-area-light {
  background-color: transparent;
}

.kopa-breadcrumb .pull-right,
.kopa-breadcrumb .pull-left {
  text-align: center;
  float: none !important;
}

.page-header-two h2 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.page-header-two p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  display: block;
  margin-top: 9px;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 1120px) {
  #main-menu > li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  #main-menu > li {
    margin-left: 20px;
  }
  #main-menu > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 979px) {
  #main-menu > li {
    margin-left: 15px;
  }
  #main-menu > li > a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .top-menus {
    display: block;
  }

  .kopa-breadcrumb .pull-right {
    text-align: left;
    float: right !important;
  }
  .kopa-breadcrumb .pull-left {
    text-align: right;
    float: left !important;
  }
}
@media screen and (max-width: 639px) {
  .top-menus ul li a, .top-menus ul li a.active {
    padding: 5px;
  }

  .header-menu-left, .header-menu-right {
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
  }

  .header-menu-right ul.menu {
    text-align: left;
  }
}
.kopa-tagline-1-widget h3 {
  margin-bottom: 0;
}
.kopa-tagline-1-widget .kopa-button {
  margin-top: 40px;
}

.text-desc {
  margin-bottom: 0 !important;
}

.kopa-area-3 {
  margin-top: 50px;
}

.view-standard-news.view-display-id-latest_news .kopa-button {
  display: block;
  float: left;
  width: 100%;
  border: 2px solid #fff;
  margin-bottom: 10px;
  transition: all 300ms ease-in;
}
.view-standard-news.view-display-id-latest_news .kopa-button:hover {
  border-color: #B59E6E;
  color: #B59E6E;
}

@media only screen and (min-width: 638px) {
  .view-standard-news.view-display-id-latest_news .kopa-button {
    width: 49%;
  }
  .view-standard-news.view-display-id-latest_news .kopa-button-news {
    margin-right: 1%;
  }
  .view-standard-news.view-display-id-latest_news .kopa-button-events {
    margin-left: 1%;
  }
}
.home-slider-1 .owl-carousel-1 .item .entry-item .entry-content {
  height: auto;
  padding-top: 10%;
}

/*
  //STYLE: Buttons
*/
a.hd-btn-solid {
  text-align: center;
  padding: 20px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1rem;
  transition: all 200ms ease-in;
  line-height: 1;
  background-color: #B59E6E;
  border-radius: 3px;
}
a.hd-btn-solid span {
  font-size: 1rem;
  display: block;
}
a.hd-btn-solid .fa {
  margin-right: 15px;
  margin-left: 15px;
}
a.hd-btn-solid:hover {
  background: #113D63;
}

a.hd-btn-bordered {
  font-size: 1.5rem;
  color: #113D63;
  text-decoration: none;
  padding: 15px;
  border: 1px solid #B59E6E;
  border-left: 8px solid #B59E6E;
  display: inline-block;
  margin-bottom: 20px;
  transition: all 200ms ease-in;
}
a.hd-btn-bordered span {
  font-size: 1rem;
  color: #B59E6E;
  text-decoration: none;
  display: block;
  line-height: 1;
}
a.hd-btn-bordered:hover {
  color: #113D63;
  border-color: #113D63;
}

a.btn-full {
  display: block;
  width: 100%;
}

a.btn-size-large {
  padding: 30px;
  font-size: 1.5rem;
}
a.btn-size-large span {
  font-size: 1rem;
}

a.btn-size-small {
  padding: 10px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 10px;
}
a.btn-size-small span {
  font-size: .875rem;
}
a.btn-size-small .fa {
  margin-right: 10px;
  margin-left: 10px;
}

a.hd-btn-default.btn-size-small {
  padding: 5px 20px;
  font-size: .875rem;
}
a.hd-btn-default.btn-size-small span {
  font-size: .75rem;
}
a.hd-btn-default.btn-size-small .fa {
  margin-right: 5px;
  margin-left: 5px;
}

a.icon-twolines {
  position: relative;
  padding-left: 70px;
}
a.icon-twolines .fa {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 40px;
  vertical-align: middle;
}

/**
  * Tables
  */
tr.even, tr.odd {
  background: transparent;
}

table {
  width: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table tr th, table tr td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
table tr:nth-child(odd) td, table tr.odd td {
  background-color: #f9f9f9;
}

th {
  text-align: left;
}

/**
  * Footer
  */
#bottom-sidebar .block-search {
  margin-bottom: 25px;
}
#bottom-sidebar .block-search h2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#bottom-sidebar .block-search .container-inline {
  position: relative;
  margin-bottom: 0;
}
#bottom-sidebar .block-search .form-text {
  border: none;
  border-radius: 3px 5px 5px 3px;
  height: 40px;
  padding: 10px 120px 10px 15px;
  line-height: 20px;
  width: 100%;
  margin-right: 1px;
}
#bottom-sidebar .block-search .form-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 3px 3px 0;
  height: 40px;
  padding: 10px;
  line-height: 20px;
  width: auto;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #113D63;
}
#bottom-sidebar .block-search .form-submit:hover {
  background-color: #B59E6E;
}

.model-2 .youtube {
  background: #E62117;
  text-shadow: 0px 0px #CC181E, 1px 1px #CC181E, 2px 2px #CC181E, 3px 3px #CC181E, 4px 4px #CC181E, 5px 5px #CC181E, 6px 6px #CC181E, 7px 7px #CC181E, 8px 8px #CC181E, 9px 9px #CC181E, 10px 10px #CC181E, 11px 11px #CC181E, 12px 12px #CC181E, 13px 13px #CC181E, 14px 14px #CC181E, 15px 15px #CC181E, 16px 16px #CC181E, 17px 17px #CC181E, 18px 18px #CC181E, 19px 19px #CC181E, 20px 20px #CC181E, 21px 21px #CC181E, 22px 22px #CC181E, 23px 23px #CC181E, 24px 24px #CC181E, 25px 25px #CC181E, 26px 26px #CC181E, 27px 27px #CC181E, 28px 28px #CC181E, 29px 29px #CC181E, 30px 30px #CC181E;
}
.model-2 .youtube:hover {
  color: #CC181E;
}
.model-2 .instagram {
  background: #9942B6;
  background: linear-gradient(135deg, #5a67d2 0%, #9942b6 6%, #dc3681 100%);
  text-shadow: 0px 0px #b52b69, 1px 1px #b52b69, 2px 2px #b52b69, 3px 3px #b52b69, 4px 4px #b52b69, 5px 5px #b52b69, 6px 6px #b52b69, 7px 7px #b52b69, 8px 8px #b52b69, 9px 9px #b52b69, 10px 10px #b52b69, 11px 11px #b52b69, 12px 12px #b52b69, 13px 13px #b52b69, 14px 14px #b52b69, 15px 15px #b52b69, 16px 16px #b52b69, 17px 17px #b52b69, 18px 18px #b52b69, 19px 19px #b52b69, 20px 20px #b52b69, 21px 21px #b52b69, 22px 22px #b52b69, 23px 23px #b52b69, 24px 24px #b52b69, 25px 25px #b52b69, 26px 26px #b52b69, 27px 27px #b52b69, 28px 28px #b52b69, 29px 29px #b52b69, 30px 30px #b52b69;
}
.model-2 .instagram:hover {
  color: #9942b6;
}

/**
  * featured-block-grid
  */
.featured-block-grid div.column {
  position: relative;
}
.featured-block-grid div.column h6 {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  margin: 0;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.featured-block-grid div.column a:hover .mask {
  background-color: rgba(6, 22, 47, 0.6);
}

.field-name-field-images .medium-block-grid-6 {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 30em) {
  .featured-block-grid div.column h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 62em) {
  .featured-block-grid div.column h6 {
    font-size: 22px;
  }
}
/**
  * Sidebar Menu
  */
.menu-block-1 ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-block-1 ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none !important;
  position: relative;
}
.menu-block-1 ul.menu li a {
  font-weight: bold;
  display: block;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #ECECEC;
  color: #113D63;
  transition: background 300ms ease-in;
}
.menu-block-1 ul.menu li a:hover {
  background: #f5f5f5;
}
.menu-block-1 ul.menu li a.active {
  color: #B59E6E;
}
.menu-block-1 ul.menu li li a {
  padding-left: 20px;
  font-weight: normal;
}
.menu-block-1 ul.menu li .expand-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 12px;
  background: #fff;
  border-left: 1px solid #ECECEC;
  display: block;
  cursor: pointer;
  transition: background 300ms ease-in;
}
.menu-block-1 ul.menu li .expand-menu:hover {
  background: #f5f5f5;
}
.menu-block-1 ul.menu li.expanded ul {
  display: none;
}
.menu-block-1 ul.menu li.expanded.active-trail ul {
  display: block;
}

/**
  * Calendar
  */
.view .date-nav-wrapper .date-prev {
  padding: 5px 5px 5px 0;
  right: 83px;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #113D63;
}
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues a:hover, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff a:hover, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues a:hover, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff a:hover,
.calendar-calendar .month-view .full td.multi-day div.monthview a:hover, .calendar-calendar .week-view .full td.multi-day div.weekview a:hover, .calendar-calendar .day-view .full td.multi-day div.dayview a:hover {
  color: #fff;
}

/**
  * Blog
  */
.prev-article-item.pull-left,
.next-article-item.pull-right {
  background: #0B5093;
}

.prev-article-item.pull-left .entry-item {
  border-right: 1px solid #fff;
}

.entry-box .entry-box-footer > div .entry-item {
  min-height: 120px;
}
.entry-box .entry-box-footer > div .entry-item .entry-content {
  padding: 20px 20px 0 60px;
  position: static;
}
.entry-box .entry-box-footer > div .entry-item .entry-content h4.entry-title {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.entry-box .entry-box-footer > div .entry-item .entry-content a.fa {
  top: 25px;
}

/**
  * Search
  */
.pane-search-form {
  padding: 60px 0 10px 0;
}
.pane-search-form .form-item-keys input {
  width: 68%;
  font-size: 14px;
  padding: 8px 10px;
}
.pane-search-form .form-submit {
  width: 29%;
  padding: 10px;
}

.pane-search-result {
  padding: 10px 0 60px 0;
}

.ebc-search-results {
  padding: 30px;
  margin: 10px 0;
  background-color: #f2f4f5;
}
.ebc-search-results h4 {
  margin-top: 0;
}
.ebc-search-results p {
  margin-bottom: 20px;
}

/* 30em (480px) small */
/* 48em (768px) Medium */
@media only screen and (min-width: 48em) {
  .pane-search-form .form-item-keys input {
    width: 85%;
  }
  .pane-search-form .form-submit {
    width: 14%;
  }
}
/**
  * Calculator
  */
.calc-page {
  font-size: 16px;
  padding: 10px;
  background: #EFEFEF;
}
.calc-page .form-submit {
  border: 0;
  background: #B59E6E;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.calc-page .form-submit:hover {
  background: #0B5093;
}
.calc-page label {
  display: block;
  margin-bottom: 0;
}
.calc-page label.option {
  font-weight: bold;
  display: inline-block;
}
.calc-page .description {
  font-size: 12px;
}
.calc-page h1 {
  font-size: 30px;
  line-height: 40px;
  color: #0B5093;
  font-weight: 700 !important;
  margin: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}

#edit-transfer {
  margin-top: -2px;
  margin-right: 5px;
}

.webform-client-form-134,
#node-134,
#node-134 ul.links {
  display: none;
}

.webform-client-form-134 #addressfield-wrapper {
  clear: both;
}
.webform-client-form-134 .form-item-submitted-address-premise {
  margin-bottom: 0;
}
.webform-client-form-134 .form-text {
  width: 100%;
  display: block;
}
.webform-client-form-134 .webform-component--footer {
  margin-top: 0;
}
.webform-client-form-134 .webform-component-addressfield {
  margin-bottom: 0;
}
.webform-client-form-134 .webform-component-addressfield .form-type-select label,
.webform-client-form-134 .webform-component-addressfield > label {
  display: none;
}
.webform-client-form-134 .form-item-submitted-address-country {
  margin-bottom: 0;
}
.webform-client-form-134 .locality-block .form-item,
.webform-client-form-134 .form-type-select select {
  width: 100%;
  float: none;
}

.compact-form-label {
  top: 3px;
  left: 8px;
}

#calc-results {
  margin: 0 0 15px 0;
  background: #0B5093;
  color: #fff;
  padding: 15px;
  border-radius: 3px;
  position: relative;
}
#calc-results a {
  color: #fff;
  font-weight: bold;
}
#calc-results a:hover {
  text-decoration: underline;
}
#calc-results .redo {
  background: #B59E6E;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  display: block;
}
#calc-results .redo:hover {
  color: #0B5093;
  background: #fff;
}

/* 30em (480px) small */
@media only screen and (min-width: 30em) {
  .webform-client-form-134 .locality-block,
  .webform-client-form-134 .street-block {
    clear: both;
  }
  .webform-client-form-134 .webform-component--first-name,
  .webform-client-form-134 .webform-component--last-name,
  .webform-client-form-134 .webform-component--email,
  .webform-client-form-134 .webform-component--phone-number,
  .webform-client-form-134 .street-block .form-type-textfield {
    float: left;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0;
  }
  .webform-client-form-134 .webform-component--email,
  .webform-client-form-134 .webform-component--phone-number {
    margin-bottom: 1em;
  }
  .webform-client-form-134 .webform-component--last-name,
  .webform-client-form-134 .webform-component--phone-number,
  .webform-client-form-134 .street-block .form-type-textfield.form-item-submitted-address-premise {
    margin-right: 0;
    margin-left: 1%;
  }
  .webform-client-form-134 .webform-component--top {
    margin-bottom: 0;
  }
  .webform-client-form-134 .locality-block .form-item {
    width: 32%;
    margin: 1em 0;
    float: left;
  }
  .webform-client-form-134 .locality-block .form-type-select {
    margin: 1em 1%;
    width: 34%;
  }
}
/* 48em (768px) Medium */
@media only screen and (min-width: 48em) {
  #calc-results {
    padding-right: 145px;
  }
  #calc-results .redo {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .img-right {
    float: right;
    margin: 0 0 10px 10px;
    max-width: 40%;
  }

  .img-left {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 40%;
  }
}
