@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700');

/* Our styles */

div.page-content-wrapper {
    padding-bottom: 342px;
}
div.footer {
    margin-top: -342px;
}

/* Things we had to add to their styles to override our styles */
.kyruus-custom-wrapper .nav li.active a:after {
  background: none;
}

.kyruus-custom-wrapper .nav {
  font-weight: normal;
  line-height: 20px;
}

.kyruus-custom-wrapper {
  -webkit-font-smoothing: auto;
}

.kyruus-custom-wrapper header .utility-wrap nav.utility ul li a {
  font-size: 12px;
  line-height: 20px;
}

.kyruus-custom-wrapper footer .row ul.social li a {
  font-size: 24px;
}

.kyruus-custom-wrapper footer .footer-disclaimer p{
  color: #ffffff;
  font-style: italic;
}

.kyruus-custom-wrapper .mobile-nav nav ul li a {
  font-size: 25px;
  line-height: 36px;
}

.kyruus-custom-wrapper .mobile-nav nav.utility ul li a {
  font-size: 20px;
  line-height: 28px;
}

/* Their styles */


.kyruus-custom-wrapper .group:after, .kyruus-custom-wrapper .view-all:after, .kyruus-custom-wrapper footer .row ul.social:after {
  content: '';
  display: table;
  clear: both; }

.kyruus-custom-wrapper .nopaddingbottom {
  padding-bottom: 0 !important; }

.kyruus-custom-wrapper .nopaddingtop {
  padding-top: 0 !important; }

.kyruus-custom-wrapper .nopaddingleft {
  padding-left: 0 !important; }

.kyruus-custom-wrapper .nopaddingright {
  padding-right: 0 !important; }

.kyruus-custom-wrapper .nopadding {
  padding: 0 !important; }

.kyruus-custom-wrapper .nomarginbottom {
  margin-bottom: 0 !important; }

.kyruus-custom-wrapper .nomargintop {
  margin-top: 0 !important; }

.kyruus-custom-wrapper .nomarginleft {
  margin-left: 0 !important; }

.kyruus-custom-wrapper .nomarginright {
  margin-right: 0 !important; }

.kyruus-custom-wrapper .nomargin {
  margin: 0 !important; }

.kyruus-custom-wrapper .underline {
  border-bottom: 1px solid #fff; }

.kyruus-custom-wrapper .uppercase {
  text-transform: uppercase; }

.kyruus-custom-wrapper .home-wrap, .int-wrap {
  position: relative;
  overflow: hidden; }

.kyruus-custom-wrapper .container { max-width: 1170px; }
.container .row.no-gutter { margin: 0; }
@media screen and (max-width: 992px) {
  .kyruus-custom-wrapper .container {
    max-width: 1170px;
    width: auto; } }

.kyruus-custom-wrapper {
  font-family: "Work Sans", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.kyruus-custom-wrapper p, .kyruus-custom-wrapper h1, .kyruus-custom-wrapper h2, .kyruus-custom-wrapper h3, .kyruus-custom-wrapper h4, .kyruus-custom-wrapper h5 {
  margin: 0; }

.kyruus-custom-wrapper p, .kyruus-custom-wrapper a {
  font-family: "Work Sans","Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.kyruus-custom-wrapper a {
  text-decoration: none;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }

.kyruus-custom-wrapper h1 {
  font-size: 45px;
  font-weight: 700; }

.kyruus-custom-wrapper h2 {
  color: #3a3f48;
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 40px;
  margin-top: 0;
  font-weight: 300;
  letter-spacing: .025em; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 25px;
      line-height: 35px; } }

.kyruus-custom-wrapper h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300; }

.kyruus-custom-wrapper h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: large; }

.kyruus-custom-wrapper address p {
  font-size: 13px;
  line-height: 18px; }
.kyruus-custom-wrapper address h4 {
  font-size: 13px;
  line-height: 21px;
  color: #1d57ad;
  margin: 0 0 7px; }
.kyruus-custom-wrapper address a.btn {
  margin: 9px 0;
  font-size: 12px;
  padding: 8px 15px; }
.kyruus-custom-wrapper address a.btn:after {
  margin: 0 0 0 7px; }

.kyruus-custom-wrapper .btn {
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  color: #fff;
  padding: 11px 25px;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }
.kyruus-custom-wrapper .btn:hover {
  opacity: 1;
  color: #fff; }

.kyruus-custom-wrapper .btn-block, .kyruus-custom-wrapper .mobile-nav a.btn {
  display: block; }

.kyruus-custom-wrapper .btn-inline {
  display: inline-block; }

.kyruus-custom-wrapper .btn-more, .kyruus-custom-wrapper address a.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 200; }
  .btn-more:after, address a.btn:after {
    margin: 0 0 0 15px; }

.kyruus-custom-wrapper .btn-search {
  color: #7c92a7;
  margin: 0;
  background: #ecf2f8;
  border: 1px solid #fff;
  border-left: none;
  font-size: 35px;
  padding: 0 15px; }
  .kyruus-custom-wrapper .btn-search:hover {
    color: #27b56d; }
  .kyruus-custom-wrapper .btn-search i:before {
    position: relative;
    top: 8px;
    font-size: 50px;
    line-height: 1px; }

.kyruus-custom-wrapper .btn-close {
  background: #202731; }
  .kyruus-custom-wrapper .btn-close:hover {
    background: #053b8c; }

.kyruus-custom-wrapper .btn-blue {
  background: #053b8c; }
  .kyruus-custom-wrapper .btn-blue:hover {
    background: #18263b; }

.kyruus-custom-wrapper .btn-green, .kyruus-custom-wrapper .mobile-nav a.btn {
  background: #27b56d; }
  .kyruus-custom-wrapper .btn-green:hover, .kyruus-custom-wrapper .mobile-nav a.btn:hover {
    background: #1c985c; }

.kyruus-custom-wrapper .btn-dk-blue {
  background: #18263b; }
  .kyruus-custom-wrapper .btn-dk-blue:hover {
    color: #7f9bc5 !important; }

.kyruus-custom-wrapper .btn-xlt-blue {
  background: #d2dce8;
  color: #18263b !important; }
  .kyruus-custom-wrapper .btn-xlt-blue:hover {
    background: #3a3f48; }

.kyruus-custom-wrapper .btn-lt-blue {
  background: #2b81eb; }
  .kyruus-custom-wrapper .btn-lt-blue:hover {
    background: #18263b; }

.kyruus-custom-wrapper .btn-lt-orange, .kyruus-custom-wrapper address a.btn {
  background: #e5894c; }
  .kyruus-custom-wrapper .btn-lt-orange:hover, .kyruus-custom-wrapper address a.btn:hover {
    background: #e3681e; }

.kyruus-custom-wrapper .btn-lt-gray {
  background: #ecf2f8;
  color: #25272a !important; }
  .kyruus-custom-wrapper .btn-lt-gray:hover {
    background: #8295b2; }

.kyruus-custom-wrapper .btn-orange {
  background: #e3681e; }
  .kyruus-custom-wrapper .btn-orange:hover {
    background: #bc571d; }

.kyruus-custom-wrapper .btn-pink {
  background: #e4517b; }
  .btn-pink:hover {
    background: #bd4367; }

.kyruus-custom-wrapper .btn-red {
  background: #dc4e41; }
  .btn-red:hover {
    background: #b94135; }

.kyruus-custom-wrapper .btn-white {
  background: #fff;
  color: #053b8c !important;
  font-weight: 500; }
  .btn-white:hover {
    color: #7f9bc5 !important; }

.kyruus-custom-wrapper .btn-lg {
  font-weight: 300;
  padding: 15px 30px;
  font-size: 16px; }

.kyruus-custom-wrapper .hairline:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #e5e5e5;
  height: 1px;
  width: 90%;
  left: 15px;
  top: 50%; }

.kyruus-custom-wrapper .view-all:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #e5e5e5;
  height: 1px;
  width: 90%;
  left: 15px;
  top: 50%; }
.kyruus-custom-wrapper .view-all .btn {
  position: relative;
  z-index: 10;
  letter-spacing: .06em;
  padding: 0 0 0 30px;
  margin: 0;
  color: #053b8c;
  text-transform: uppercase;
  background: #fff;
  float: right; }
  .kyruus-custom-wrapper .view-all .btn:after {
    margin: 0 0 0 15px; }

.kyruus-custom-wrapper section.news-wrap .item {
  margin: 0 0 35px; }
  .kyruus-custom-wrapper section.news-wrap .item .img-wrap {
    position: relative;
    overflow: hidden;
    padding: 59.45% 0 0;
    height: 0;
    border-radius: 5px; }
    .kyruus-custom-wrapper section.news-wrap .item .img-wrap img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto;
      min-width: 100%;
      max-width: none;
      border-radius: 0; }
  .kyruus-custom-wrapper section.news-wrap .item .content {
    min-height: initial;
    margin: 0 0 20px; }
.kyruus-custom-wrapper section.events-wrap .events-list-wrap ul {
  padding: 0;
  list-style: none; }
  .kyruus-custom-wrapper section.events-wrap .events-list-wrap ul li.item {
    font-weight: 500;
    border-top: 1px solid #cde9fd;
    padding: 20px 0; }
    .kyruus-custom-wrapper section.events-wrap .events-list-wrap ul li.item:first-child {
      padding-top: 0;
      border-top: none; }
      @media screen and (max-width: 991px) {
        .kyruus-custom-wrapper section.events-wrap .events-list-wrap ul li.item:first-child {
          padding: 25px 0;
          border-top: 1px solid #cde9fd; } }
    .kyruus-custom-wrapper section.events-wrap .events-list-wrap ul li.item p {
      margin: 0 0 10px; }
      .kyruus-custom-wrapper section.events-wrap .events-list-wrap ul li.item p.date {
        color: #27b56d;
        font-style: italic;
        margin: 0; }
    @media screen and (max-width: 991px) {
      .kyruus-custom-wrapper section.events-wrap .events-list-wrap ul li.item {
        padding: 25px 0; } }
.kyruus-custom-wrapper section.events-wrap .featured-events-wrap .item {
  margin: 0 0 45px; }
  .kyruus-custom-wrapper section.events-wrap .featured-events-wrap .item .img-wrap {
    border-radius: 3px; }
    .kyruus-custom-wrapper section.events-wrap .featured-events-wrap .item .img-wrap img {
      max-width: 100%; }
      @media screen and (max-width: 991px) {
        .kyruus-custom-wrapper section.events-wrap .featured-events-wrap .item .img-wrap img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: auto;
          min-width: 100%;
          max-width: none; } }
    @media screen and (max-width: 991px) {
      .kyruus-custom-wrapper section.events-wrap .featured-events-wrap .item .img-wrap {
        position: relative;
        overflow: hidden;
        height: 0;
        padding: 59.45% 0 0; } }
  .kyruus-custom-wrapper section.events-wrap .featured-events-wrap .item .content {
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px; }
    .kyruus-custom-wrapper section.events-wrap .featured-events-wrap .item .content .date {
      background: #27b56d;
      border-radius: 3px;
      color: #fff;
      font-size: 14px;
      text-align: center;
      margin-top: 4px;
      padding: 13px 13px 10px;
      width: 60px;
      float: left;
      margin-right: 15px; }
      .kyruus-custom-wrapper section.events-wrap .featured-events-wrap .item .content .date span {
        display: block; }
    .kyruus-custom-wrapper section.events-wrap .featured-events-wrap .item .content .intro {
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      margin: 0; }

.map-wrap .results {
  border: 1px solid #dce8f1; }
  .map-wrap .results ul {
    text-align: left;
    list-style-type: none;
    counter-reset: alphalist;
    padding: 0; }
    .map-wrap .results ul li {
      position: relative;
      padding: 25px 30px;
      counter-increment: alphalist; }
      .map-wrap .results ul li:before {
        content: counter(alphalist,upper-alpha);
        position: absolute;
        top: 25px;
        left: 30px;
        border-radius: 100%;
        background: #053b8c;
        color: #fff;
        width: 50px;
        height: 50px;
        text-align: center;
        padding: 5px .5em;
        font-size: 28px;
        font-weight: 600; }
.kyruus-custom-wrapper .map-wrap .btn-blue.btn-more:after, .kyruus-custom-wrapper .map-wrap address a.btn-blue.btn:after, .kyruus-custom-wrapper address .map-wrap a.btn-blue.btn:after {
  display: none; }

@font-face {
  font-family: 'icomoon';
 src: url("https://cdn.kyruus.com/pmc-customer-static-assets/beaumont/fonts/1.2/beaumont.eot?yp9dnf");
  src: url("https://cdn.kyruus.com/pmc-customer-static-assets/beaumont/fonts/1.2/beaumont.eot?yp9dnf#iefix") format("embedded-opentype"), url("https://cdn.kyruus.com/pmc-customer-static-assets/beaumont/fonts/1.2/beaumont.ttf?yp9dnf") format("truetype"), url("https://cdn.kyruus.com/pmc-customer-static-assets/beaumont/fonts/1.2/beaumont.woff?yp9dnf") format("woff"), url("https://cdn.kyruus.com/pmc-customer-static-assets/beaumont/fonts/1.2/beaumont.svg?yp9dnf#beaumont") format("svg");
  font-weight: normal;
  font-style: normal; }
.ico:before, .ico-close:before, .top-nav label[for="btn-nav"].close:before, .ico-bars.ico-before:before, .top-nav label[for="btn-nav"]:before, .ico-arrow-right1:before, .btn-more:before, address a.btn:before, .view-all .btn:before, .ico-calendar:before, .ico-cellphone:before, .ico-microscope:before, .ico-angle-left:before, .ico-angle-right:before, .ico-angle-up:before, .ico-angle-down:before, .ico-google-plus:before, .ico-twitter:before, .ico-facebook:before, .ico-instagram:before,.ico-linkdin:before,.ico-pinterest:before, .ico-youtube:before, .ico-arrow-right:before, .ico-caret-right:before, .ico-caret-left:before, .ico-cap:before, .ico-scope:before, .ico-clock:before, .ico-map:before, .ico-people:before, .ico-atoms:before, .ico-heart:before, .ico-search:before, header section.utilities .input-group .btn-search button:before, header section.utilities .input-group .btn-search a:before, .ico-shield:before, .ico:after, .ico-close:after, .top-nav label[for="btn-nav"].close:after, .ico-bars.ico-before:after, .top-nav label[for="btn-nav"]:after, .ico-arrow-right1:after, .btn-more:after, address a.btn:after, .view-all .btn:after, .ico-calendar:after, .ico-cellphone:after, .ico-microscope:after, .ico-angle-left:after, .ico-angle-right:after, .ico-angle-up:after, .ico-angle-down:after, .ico-google-plus:after, .ico-twitter:after, .ico-facebook:after,.ico-instagram:after,.ico-linkdin:after,.ico-pinterest:after, .ico-youtube:after, .ico-arrow-right:after, .ico-caret-right:after, .ico-caret-left:after, .ico-cap:after, .ico-scope:after, .ico-clock:after, .ico-map:after, .ico-people:after, .ico-atoms:after, .ico-heart:after, .ico-search:after, header section.utilities .input-group .btn-search button:after, header section.utilities .input-group .btn-search a:after, .ico-shield:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.kyruus-custom-wrapper .ico-close.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-close[for="btn-nav"]:before, .kyruus-custom-wrapper .top-nav label[for="btn-nav"].close:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-close:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-close:before {
  content: "\e90e"; }
.kyruus-custom-wrapper .ico-close.ico-after:after, .kyruus-custom-wrapper .ico-close.btn-more:after, .kyruus-custom-wrapper address a.ico-close.btn:after, .kyruus-custom-wrapper .top-nav label.btn-more[for="btn-nav"].close:after, .kyruus-custom-wrapper .view-all .ico-close.btn:after, .kyruus-custom-wrapper .view-all .top-nav label.btn[for="btn-nav"].close:after, .kyruus-custom-wrapper .top-nav .view-all label.btn[for="btn-nav"].close:after, .kyruus-custom-wrapper .top-nav label.ico-after[for="btn-nav"].close:after {
  content: "\e90e"; }

.kyruus-custom-wrapper .ico-bars.ico-before:before, .kyruus-custom-wrapper .top-nav label[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .kyruus-custom-wrapper .input-group .btn-search button.ico-bars:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-bars:before {
  content: "\f0c9"; }
.kyruus-custom-wrapper .ico-bars.ico-after:after, .kyruus-custom-wrapper .ico-bars.btn-more:after, .kyruus-custom-wrapper address a.ico-bars.btn:after, .kyruus-custom-wrapper .top-nav label.btn-more[for="btn-nav"]:after, .kyruus-custom-wrapper .view-all .ico-bars.btn:after, .kyruus-custom-wrapper .view-all .top-nav label.btn[for="btn-nav"]:after, .kyruus-custom-wrapper .top-nav .view-all label.btn[for="btn-nav"]:after, .kyruus-custom-wrapper .top-nav label.ico-after[for="btn-nav"]:after {
  content: "\f0c9"; }

.kyruus-custom-wrapper .ico-arrow-right1.ico-before:before, .kyruus-custom-wrapper .ico-before.btn-more:before, .kyruus-custom-wrapper address a.ico-before.btn:before, .kyruus-custom-wrapper address header section.utilities .input-group .btn-search a.btn:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search address a.btn:before, .kyruus-custom-wrapper .top-nav label.btn-more[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.btn-more:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.btn-more:before, .kyruus-custom-wrapper .view-all .ico-before.btn:before, .kyruus-custom-wrapper .view-all .top-nav label.btn[for="btn-nav"]:before, .kyruus-custom-wrapper .top-nav .view-all label.btn[for="btn-nav"]:before, .kyruus-custom-wrapper .view-all header section.utilities .input-group .btn-search button.btn:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search .view-all button.btn:before, .kyruus-custom-wrapper .view-all header section.utilities .input-group .btn-search a.btn:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search .view-all a.btn:before, .kyruus-custom-wrapper .top-nav label.ico-arrow-right1[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-arrow-right1:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-arrow-right1:before {
  content: "\e90d"; }
.kyruus-custom-wrapper .ico-arrow-right1.ico-after:after, .kyruus-custom-wrapper .btn-more:after, .kyruus-custom-wrapper address a.btn:after, .kyruus-custom-wrapper .view-all .btn:after {
  content: "\e90d"; }

.kyruus-custom-wrapper .ico-calendar.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-calendar[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-calendar:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-calendar:before {
  content: "\e90a"; }
.kyruus-custom-wrapper .ico-calendar.ico-after:after, .kyruus-custom-wrapper .ico-calendar.btn-more:after, .kyruus-custom-wrapper address a.ico-calendar.btn:after, .kyruus-custom-wrapper .view-all .ico-calendar.btn:after {
  content: "\e90a"; }

.kyruus-custom-wrapper .ico-cellphone.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-cellphone[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-cellphone:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-cellphone:before {
  content: "\e90b"; }
.kyruus-custom-wrapper .ico-cellphone.ico-after:after, .kyruus-custom-wrapper .ico-cellphone.btn-more:after, .kyruus-custom-wrapper address a.ico-cellphone.btn:after, .kyruus-custom-wrapper .view-all .ico-cellphone.btn:after {
  content: "\e90b"; }

.kyruus-custom-wrapper .ico-microscope.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-microscope[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-microscope:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-microscope:before {
  content: "\e90c"; }
.kyruus-custom-wrapper .ico-microscope.ico-after:after, .kyruus-custom-wrapper .ico-microscope.btn-more:after, .kyruus-custom-wrapper address a.ico-microscope.btn:after, .kyruus-custom-wrapper .view-all .ico-microscope.btn:after {
  content: "\e90c"; }

.kyruus-custom-wrapper .ico-angle-left.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-angle-left[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-angle-left:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-angle-left:before {
  content: "\f104"; }
.kyruus-custom-wrapper .ico-angle-left.ico-after:after, .kyruus-custom-wrapper .ico-angle-left.btn-more:after, .kyruus-custom-wrapper address a.ico-angle-left.btn:after, .kyruus-custom-wrapper .view-all .ico-angle-left.btn:after {
  content: "\f104"; }

.kyruus-custom-wrapper .ico-angle-right.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-angle-right[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-angle-right:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-angle-right:before {
  content: "\f105"; }
.kyruus-custom-wrapper .ico-angle-right.ico-after:after, .kyruus-custom-wrapper .ico-angle-right.btn-more:after, .kyruus-custom-wrapper address a.ico-angle-right.btn:after, .kyruus-custom-wrapper .view-all .ico-angle-right.btn:after {
  content: "\f105"; }

.kyruus-custom-wrapper .ico-angle-up.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-angle-up[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-angle-up:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-angle-up:before {
  content: "\f106"; }
.kyruus-custom-wrapper .ico-angle-up.ico-after:after, .kyruus-custom-wrapper .ico-angle-up.btn-more:after, .kyruus-custom-wrapper address a.ico-angle-up.btn:after, .kyruus-custom-wrapper .view-all .ico-angle-up.btn:after {
  content: "\f106"; }

.kyruus-custom-wrapper .ico-angle-down.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-angle-down[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-angle-down:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-angle-down:before {
  content: "\f107"; }
.kyruus-custom-wrapper .ico-angle-down.ico-after:after, .kyruus-custom-wrapper .ico-angle-down.btn-more:after, .kyruus-custom-wrapper address a.ico-angle-down.btn:after, .kyruus-custom-wrapper .view-all .ico-angle-down.btn:after {
  content: "\f107"; }

.kyruus-custom-wrapper .ico-google-plus.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-google-plus[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-google-plus:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-google-plus:before {
  content: "\e907"; }
.kyruus-custom-wrapper .ico-google-plus.ico-after:after, .kyruus-custom-wrapper .ico-google-plus.btn-more:after, .kyruus-custom-wrapper address a.ico-google-plus.btn:after, .kyruus-custom-wrapper .view-all .ico-google-plus.btn:after {
  content: "\e907"; }

.kyruus-custom-wrapper .ico-twitter.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-twitter[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-twitter:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-twitter:before {
  content: "\f09b"; }
.kyruus-custom-wrapper .ico-twitter.ico-after:after, .kyruus-custom-wrapper .ico-twitter.btn-more:after, .kyruus-custom-wrapper address a.ico-twitter.btn:after, .kyruus-custom-wrapper .view-all .ico-twitter.btn:after {
  content: "\f09b"; }

.kyruus-custom-wrapper .ico-facebook.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-facebook[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-facebook:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-facebook:before {
  content: "\f09c"; }
.kyruus-custom-wrapper .ico-facebook.ico-after:after, .kyruus-custom-wrapper .ico-facebook.btn-more:after, .kyruus-custom-wrapper address a.ico-facebook.btn:after, .kyruus-custom-wrapper .view-all .ico-facebook.btn:after {
  content: "\f09c"; }

  .kyruus-custom-wrapper .ico-instagram.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-instagram[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-instagram:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-instagram:before {
  content: "\f16d"; }
.kyruus-custom-wrapper .ico-instagram.ico-after:after, .kyruus-custom-wrapper .ico-instagram.btn-more:after, .kyruus-custom-wrapper address a.ico-instagram.btn:after, .kyruus-custom-wrapper .view-all .ico-instagram.btn:after {
  content: "\f16d"; }

  .kyruus-custom-wrapper .ico-pinterest.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-pinterest[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-pinterest:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-pinterest:before {
  content: "\f0d2"; }
.kyruus-custom-wrapper .ico-pinterest.ico-after:after, .kyruus-custom-wrapper .ico-pinterest.btn-more:after, .kyruus-custom-wrapper address a.ico-pinterest.btn:after, .kyruus-custom-wrapper .view-all .ico-pinterest.btn:after {
  content: "\f0d2"; }

  .kyruus-custom-wrapper .ico-linkdin.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-linkdin[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-linkdin:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-linkdin:before {
  content: "\e91b"; }
.kyruus-custom-wrapper .ico-linkdin.ico-after:after, .kyruus-custom-wrapper .ico-linkdin.btn-more:after, .kyruus-custom-wrapper address a.ico-linkdin.btn:after, .kyruus-custom-wrapper .view-all .ico-linkdin.btn:after {
  content: "\e91b"; }

.kyruus-custom-wrapper .ico-youtube.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-youtube[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-youtube:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-youtube:before {
  content: "\f168"; }
.kyruus-custom-wrapper .ico-youtube.ico-after:after, .kyruus-custom-wrapper .ico-youtube.btn-more:after, .kyruus-custom-wrapper address a.ico-youtube.btn:after, .kyruus-custom-wrapper .view-all .ico-youtube.btn:after {
  content: "\f168"; }

.kyruus-custom-wrapper .ico-arrow-right.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-arrow-right[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-arrow-right:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-arrow-right:before {
  content: "\f178"; }
.kyruus-custom-wrapper .ico-arrow-right.ico-after:after, .kyruus-custom-wrapper .ico-arrow-right.btn-more:after, .kyruus-custom-wrapper address a.ico-arrow-right.btn:after, .kyruus-custom-wrapper .view-all .ico-arrow-right.btn:after {
  content: "\f178"; }

.kyruus-custom-wrapper .ico-caret-right.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-caret-right[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-caret-right:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-caret-right:before {
  content: "\f04b"; }
.kyruus-custom-wrapper .ico-caret-right.ico-after:after, .kyruus-custom-wrapper .ico-caret-right.btn-more:after, .kyruus-custom-wrapper address a.ico-caret-right.btn:after, .kyruus-custom-wrapper .view-all .ico-caret-right.btn:after {
  content: "\f04b"; }

.kyruus-custom-wrapper .ico-caret-left.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-caret-left[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-caret-left:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-caret-left:before {
  content: "\f04c"; }
.kyruus-custom-wrapper .ico-caret-left.ico-after:after, .kyruus-custom-wrapper .ico-caret-left.btn-more:after, .kyruus-custom-wrapper address a.ico-caret-left.btn:after, .kyruus-custom-wrapper .view-all .ico-caret-left.btn:after {
  content: "\f04c"; }

.kyruus-custom-wrapper .ico-cap.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-cap[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-cap:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-cap:before {
  content: "\e900"; }
.kyruus-custom-wrapper .ico-cap.ico-after:after, .kyruus-custom-wrapper .ico-cap.btn-more:after, .kyruus-custom-wrapper address a.ico-cap.btn:after, .kyruus-custom-wrapper .view-all .ico-cap.btn:after {
  content: "\e900"; }

.kyruus-custom-wrapper .ico-scope.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-scope[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-scope:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-scope:before {
  content: "\e908"; }
.kyruus-custom-wrapper .ico-scope.ico-after:after, .kyruus-custom-wrapper .ico-scope.btn-more:after, .kyruus-custom-wrapper address a.ico-scope.btn:after, .kyruus-custom-wrapper .view-all .ico-scope.btn:after {
  content: "\e908"; }

.kyruus-custom-wrapper .ico-clock.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-clock[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-clock:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-clock:before {
  content: "\e909"; }
.kyruus-custom-wrapper .ico-clock.ico-after:after, .kyruus-custom-wrapper .ico-clock.btn-more:after, .kyruus-custom-wrapper address a.ico-clock.btn:after, .kyruus-custom-wrapper .view-all .ico-clock.btn:after {
  content: "\e909"; }

.kyruus-custom-wrapper .ico-map.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-map[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-map:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-map:before {
  content: "\e901"; }
.kyruus-custom-wrapper .ico-map.ico-after:after, .kyruus-custom-wrapper .ico-map.btn-more:after, .kyruus-custom-wrapper address a.ico-map.btn:after, .kyruus-custom-wrapper .view-all .ico-map.btn:after {
  content: "\e901"; }

.kyruus-custom-wrapper .ico-people.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-people[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-people:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-people:before {
  content: "\e902"; }
.kyruus-custom-wrapper .ico-people.ico-after:after, .kyruus-custom-wrapper .ico-people.btn-more:after, .kyruus-custom-wrapper address a.ico-people.btn:after, .kyruus-custom-wrapper .view-all .ico-people.btn:after {
  content: "\e902"; }

.kyruus-custom-wrapper .ico-atoms.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-atoms[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-atoms:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-atoms:before {
  content: "\e903"; }
.kyruus-custom-wrapper .ico-atoms.ico-after:after, .kyruus-custom-wrapper .ico-atoms.btn-more:after, .kyruus-custom-wrapper address a.ico-atoms.btn:after, .kyruus-custom-wrapper .view-all .ico-atoms.btn:after {
  content: "\e903"; }

.kyruus-custom-wrapper .ico-heart.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-heart[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-heart:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-heart:before {
  content: "\e904"; }
.kyruus-custom-wrapper .ico-heart.ico-after:after, .kyruus-custom-wrapper .ico-heart.btn-more:after, .kyruus-custom-wrapper address a.ico-heart.btn:after, .kyruus-custom-wrapper .view-all .ico-heart.btn:after {
  content: "\e904"; }

.kyruus-custom-wrapper .ico-search.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-search[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a:before {
  content: "\e905"; }
.kyruus-custom-wrapper .ico-search.ico-after:after, .kyruus-custom-wrapper .ico-search.btn-more:after, .kyruus-custom-wrapper address a.ico-search.btn:after, .kyruus-custom-wrapper address header section.utilities .input-group .btn-search a.btn:after, .kyruus-custom-wrapper header section.utilities .input-group .btn-search address a.btn:after, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.btn-more:after, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.btn-more:after, .kyruus-custom-wrapper .view-all .ico-search.btn:after, .kyruus-custom-wrapper .view-all header section.utilities .input-group .btn-search button.btn:after, .kyruus-custom-wrapper header section.utilities .input-group .btn-search .view-all button.btn:after, .kyruus-custom-wrapper .view-all header section.utilities .input-group .btn-search a.btn:after, .kyruus-custom-wrapper header section.utilities .input-group .btn-search .view-all a.btn:after, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-after:after, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-after:after {
  content: "\e905"; }

.kyruus-custom-wrapper .ico-shield.ico-before:before, .kyruus-custom-wrapper .top-nav label.ico-shield[for="btn-nav"]:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search button.ico-shield:before, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a.ico-shield:before {
  content: "\e906"; }
.kyruus-custom-wrapper .ico-shield.ico-after:after, .kyruus-custom-wrapper .ico-shield.btn-more:after, .kyruus-custom-wrapper address a.ico-shield.btn:after, .kyruus-custom-wrapper .view-all .ico-shield.btn:after {
  content: "\e906"; }

.kyruus-custom-wrapper .mobile-nav {
  position: fixed;
  z-index: 999;
  overflow-y: scroll;
  top: 69px;
  bottom: 0;
  left: 100%;
  background: #fff;
  width: 100%;
  padding: 5px 20px 30px;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  transition: left 0.5s; }
  .kyruus-custom-wrapper .mobile-nav.open {
    left: 0;
    overflow: scroll; }
  .kyruus-custom-wrapper .mobile-nav nav {
    margin: 0 0 15px; }
    .kyruus-custom-wrapper .mobile-nav nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .kyruus-custom-wrapper .mobile-nav nav ul li {
        font-size: 25px;
        padding: 15px 0;
        border-bottom: 1px solid #dce8f1; }
        .kyruus-custom-wrapper .mobile-nav nav ul li a {
          color: #053b8c; }
          .kyruus-custom-wrapper .mobile-nav nav ul li a:hover, .kyruus-custom-wrapper .mobile-nav nav ul li a:link {
            text-decoration: none; }
    .kyruus-custom-wrapper .mobile-nav nav.utility {
      margin: 0 0 20px; }
      .kyruus-custom-wrapper .mobile-nav nav.utility ul li {
        font-size: 20px;
        padding: 10px 0;
        border: none; }
  .kyruus-custom-wrapper .mobile-nav a.btn {
    font-size: 25px;
    font-weight: 100;
    padding: 15px 25px;
    text-align: center;
    line-height: 35px; }

.kyruus-custom-wrapper .top-nav {
  min-width: 320px;
  width: 100%;;
  padding: 15px 0 10px;
  z-index: 999;
  opacity: 1;
  background: #053b8c; }
  .kyruus-custom-wrapper .top-nav img {
    max-width: 100%; }
  .kyruus-custom-wrapper .top-nav .navbar-default {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    min-height: auto; }
    .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse {
      padding: 0; }
      .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse ul li.active a {
        color: #6ea8d5; }
        .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse ul li.active a:hover {
          color: #6ea8d5; }
      .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse ul li:last-of-type {
        margin-left: 10px; }
      .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse ul li + li {
        margin-left: 30px; }
      .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse ul li a {
        color: #fff;
        font-size: 18px;
        background: none !important;
        padding: 8px; }
        .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse ul li a:hover {
          color: #6ea8d5; }
        .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse ul li a.ico-search, .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse ul li header section.utilities .input-group .btn-search a, .kyruus-custom-wrapper header section.utilities .input-group .btn-search .top-nav .navbar-default .navbar-collapse ul li a {
          color: #fff;
          font-size: 50px;
          padding: 0;
          margin-top: -6px;
          display: block;
          cursor: pointer;
          transition: all .3s linear;
          -webkit-transition: all .3s linear; }
          .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse ul li a.ico-search:hover, .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse ul li header section.utilities .input-group .btn-search a:hover, .kyruus-custom-wrapper header section.utilities .input-group .btn-search .top-nav .navbar-default .navbar-collapse ul li a:hover {
            color: #6ea8d5; }
        @media screen and (max-width: 991px) {
          .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse ul li a {
            color: #053b8c;
            font-size: 25px; } }
      @media screen and (max-width: 991px) {
        .kyruus-custom-wrapper .top-nav .navbar-default .navbar-collapse ul li {
          padding: 25px 0;
          border-bottom: 1px solid #dce8f1; } }
    @media screen and (max-width: 991px) {
      .kyruus-custom-wrapper .top-nav .navbar-default {
        display: none;
        position: fixed;
        top: 68px;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        padding: 0 15px; } }
  .kyruus-custom-wrapper .top-nav input.btn-nav {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
    .kyruus-custom-wrapper .top-nav input.btn-nav:checked ~ .mobile-nav {
      left: 0; }
  .kyruus-custom-wrapper .top-nav label[for="btn-nav"] {
    font-size: 44px;
    color: #fff;
    line-height: 1px;
    margin: 0 15px 0 0;
    float: right;
    display: block;
    padding-top: 0; }
    .kyruus-custom-wrapper .top-nav label[for="btn-nav"].close {
      font-size: 24px;
      line-height: 48px; }
    @media screen and (min-width: 991px) {
      .kyruus-custom-wrapper .top-nav label[for="btn-nav"] {
        display: none; } }
  @media screen and (max-width: 991px) {
    .kyruus-custom-wrapper .top-nav {
      top: 0;
      margin: 0;
      padding: 20px 0; } }
  @media screen and (min-width: 992px) {
    .kyruus-custom-wrapper .top-nav {
      padding: 15px 0 18px; } }

/*FIXED NAVIGATION*/
.kyruus-custom-wrapper .affix {
  position: relative;
  /* affixing transition */ }
  .kyruus-custom-wrapper .affix.affixing .top-nav {
    position: fixed;
    top: 0;
    height: 55px;
    margin: 0;
    opacity: 0;
    transition: opacity .3s; }
    .kyruus-custom-wrapper .affix.affixing .top-nav img {
      max-width: 60%; }
    .kyruus-custom-wrapper .affix.affixing .top-nav .navbar-default .navbar-collapse ul li a {
      font-size: 14px; }
    .kyruus-custom-wrapper .affix.affixing .top-nav .navbar-default .navbar-collapse .ico-search, .kyruus-custom-wrapper .affix.affixing .top-nav .navbar-default .navbar-collapse header section.utilities .input-group .btn-search button, .kyruus-custom-wrapper header section.utilities .input-group .btn-search .affix.affixing .top-nav .navbar-default .navbar-collapse button, .kyruus-custom-wrapper .affix.affixing .top-nav .navbar-default .navbar-collapse header section.utilities .input-group .btn-search a, .kyruus-custom-wrapper header section.utilities .input-group .btn-search .affix.affixing .top-nav .navbar-default .navbar-collapse a {
      font-size: 30px; }
  .kyruus-custom-wrapper .affix .top-nav {
    position: fixed;
    top: 0;
    height: 55px;
    margin: 0;
    opacity: 1;
    transition: top .5s; }
    .kyruus-custom-wrapper .affix .top-nav img {
      max-width: 60%; }
    .kyruus-custom-wrapper .affix .top-nav .navbar-default .navbar-collapse ul {
      margin-top: -6px; }
      .kyruus-custom-wrapper .affix .top-nav .navbar-default .navbar-collapse ul li a {
        font-size: 14px; }
    .kyruus-custom-wrapper .affix .top-nav .navbar-default .navbar-collapse .ico-search, .kyruus-custom-wrapper .affix .top-nav .navbar-default .navbar-collapse header section.utilities .input-group .btn-search button, .kyruus-custom-wrapper header section.utilities .input-group .btn-search .affix .top-nav .navbar-default .navbar-collapse button, .kyruus-custom-wrapper .affix .top-nav .navbar-default .navbar-collapse header section.utilities .input-group .btn-search a, header section.utilities .input-group .btn-search .affix .top-nav .navbar-default .navbar-collapse a {
      font-size: 30px;
      margin-top: 0; }

/* Breadcrumbs */
.kyruus-custom-wrapper nav.breadcrumbs {
  margin: 0 0 25px; }
  .kyruus-custom-wrapper nav.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .kyruus-custom-wrapper nav.breadcrumbs ul li {
      display: inline-block;
      color: #1181df;
      text-transform: uppercase; }
      .kyruus-custom-wrapper nav.breadcrumbs ul li:after {
        display: inline-block;
        content: "-";
        margin: 0 5px 0 10px;
        color: #808080; }
      .kyruus-custom-wrapper nav.breadcrumbs ul li:last-of-type:after {
        content: ''; }
      .kyruus-custom-wrapper nav.breadcrumbs ul li a {
        color: #8295b2; }
        .kyruus-custom-wrapper nav.breadcrumbs ul li a:hover {
          text-decoration: none; }
  @media screen and (max-width: 767px) {
    .kyruus-custom-wrapper nav.breadcrumbs {
      display: none; } }

.kyruus-custom-wrapper footer {
  background: #053b8c;
  padding: 30px 0 0; }
  .kyruus-custom-wrapper footer nav {
    border-top: 1px solid #184d9e;
    padding: 30px 0;
    margin: 15px 0 0; }
    .kyruus-custom-wrapper footer nav h4 {
      color: #fff;
      font-weight: bold;
      font-size: large;
       }
    .kyruus-custom-wrapper footer nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      color: #fff; }

      @media screen and (max-width: 767px) {
          .kyruus-custom-wrapper footer nav ul {
            margin: 0 0 40px 0; } }



      .kyruus-custom-wrapper footer nav ul li {
        display: block;
        width: auto;
        margin-bottom: 10px;
        font-size: 16px; }

        .kyruus-custom-wrapper footer nav ul li a {
          color: #fff;
          font-size: medium;
          text-decoration: none;}

          .kyruus-custom-wrapper footer nav ul li a i {
          color: #fff;
          font-size: medium;
          text-decoration: none;}

        @media screen and (max-width: 767px) {
          .kyruus-custom-wrapper footer nav ul li {
            width: 100%; } }
  .kyruus-custom-wrapper footer .row + .row:before {
    border-top: 1px solid #184d9e;
    margin: 30px 15px;
    display: block;
    content: ''; }
  .kyruus-custom-wrapper footer .row .logo {
    padding-top: 7px; }
  .kyruus-custom-wrapper footer .row ul.social {
    float: right; }
    .kyruus-custom-wrapper footer .row ul.social li {
      color: #fff;
      font-size: 24px;
      text-align: center;
      display: block;
      float: left;

      background: #184d9e; }
      @media screen and (max-width: 767px) {
        .kyruus-custom-wrapper footer .row ul.social li {
          margin: 25px 7px 0 0;
        }
      }


      .kyruus-custom-wrapper footer .row ul.social li + li {
        margin: 0 0 0 7px; }
        @media screen and (max-width: 767px) {
          .kyruus-custom-wrapper footer .row ul.social li + li {
            margin: 25px 7px 0 0; } }
      .kyruus-custom-wrapper footer .row ul.social li.phone {
        background: none;
        padding: 6px 30px 0; }
        @media screen and (max-width: 767px) {
          .kyruus-custom-wrapper footer .row ul.social li.phone {
            width: 100%;
            padding: 0;
            text-align: left;
            margin: 17px 0; } }
      .kyruus-custom-wrapper footer .row ul.social li a {
        display: table-cell;
        width: 45px;
        height: 45px;
        background: #184d9e;
        color: #fff;
        line-height: normal;
        vertical-align: middle;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        -webkit-transition: background 0.5s;
        transition: background 0.5s; }
        .kyruus-custom-wrapper footer .row ul.social li a:hover, .kyruus-custom-wrapper footer .row ul.social li a:link {
          text-decoration: none; }
        .kyruus-custom-wrapper footer .row ul.social li a.ico-facebook:hover {
          background: #026BB5;
          color: #fff; }
        .kyruus-custom-wrapper footer .row ul.social li a.ico-google-plus:hover {
          background: #dd4b39;
          color: #fff; }
        .kyruus-custom-wrapper footer .row ul.social li a.ico-twitter:hover {
          background: #00aced;
          color: #fff; }
         .kyruus-custom-wrapper footer .row ul.social li a.ico-instagram:hover {
          background: #125688;
          color: #fff; }
        .kyruus-custom-wrapper footer .row ul.social li a.ico-pinterest:hover {
          background: #cb2027;
          color: #fff; }
            .kyruus-custom-wrapper footer .row ul.social li a.ico-linkdin:hover {
          background: #337ab7;
          color: #fff; }
        .kyruus-custom-wrapper footer .row ul.social li a.ico-youtube:hover {
          background: #bb0000;
          color: #fff; }
    @media screen and (max-width: 767px) {
      .kyruus-custom-wrapper footer .row ul.social {
        float: none;
        padding: 0; } }
  .kyruus-custom-wrapper footer section.copyright {
    background: #05347a;
    padding: 30px 0 20px 0; }
    .kyruus-custom-wrapper footer section.copyright p {
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .kyruus-custom-wrapper footer section.copyright p {
          text-align: left; } }

/* Header */
.kyruus-custom-wrapper header .utility-wrap {
  padding-top: 10px;
  padding-bottom: 10px; }
  .kyruus-custom-wrapper header .utility-wrap nav.utility ul {
    text-align: right;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .kyruus-custom-wrapper header .utility-wrap nav.utility ul li {
      display: inline-block;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      margin-left: 10px;
      color: #053b8c; }
      .kyruus-custom-wrapper header .utility-wrap nav.utility ul li:first-of-type {
        border-right: 1px solid #053b8c;
        padding-right: 20px;
        margin-right: 10px; }
      .kyruus-custom-wrapper header .utility-wrap nav.utility ul li a {
        color: #053b8c; }
  @media screen and (max-width: 991px) {
    .kyruus-custom-wrapper header .utility-wrap {
      display: none; } }
.kyruus-custom-wrapper header section.utilities {
  background: #E9EEF2;
  padding: 30px 0 60px; }
  .kyruus-custom-wrapper header section.utilities h1 {
    color: #25272a;
    text-shadow: none;
    margin: 0 0 20px; }
  .kyruus-custom-wrapper header section.utilities .input-group input.form-control {
    background: #fff;
    border: none; }
  .kyruus-custom-wrapper header section.utilities .input-group .btn-search {
    background: #fff;
    padding: 0;
    border: none; }
    .kyruus-custom-wrapper header section.utilities .input-group .btn-search button, .kyruus-custom-wrapper header section.utilities .input-group .btn-search a {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #fff;
      border: none;
      margin: 0;
      padding: 0 5px;
      font-size: 44px; }
  .kyruus-custom-wrapper header section.utilities .cta .btn {
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    margin: 0 7px;
    height: 50px; }
    @media screen and (max-width: 767px) {
      .kyruus-custom-wrapper header section.utilities .cta .btn {
        display: block;
        margin: 15px 0 0; } }
  .kyruus-custom-wrapper header section.utilities .cta .mini-nav {
    margin: 0 7px 0 0; }
    .kyruus-custom-wrapper header section.utilities .cta .mini-nav .btn {
      padding: 15px 80px 15px 30px; }
  @media screen and (max-width: 767px) {
    .kyruus-custom-wrapper header section.utilities {
      padding: 100px 0 30px; } }
@media screen and (max-width: 991px) {
  .kyruus-custom-wrapper header {
    height: 69px; } }
