/* RESET
---------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers
---------------------------------------
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 18px;
  font-family: Arial !important;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  position: relative;
  min-height: 100%;
  min-width: 300px;
}

input,
textarea,
button {
  font-family: inherit;
}

a {
  text-decoration: none;
  color: #0C6AA0;
}

b {
  font-weight: 600;
}

a:hover {
  color: #333;
  text-decoration: none;
}

/* Custom Bootstarp
---------------------------------------
*/
@media only screen and (max-width: 767px) {
  .container {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    display: block;
    width: 95%;
    max-width: 1170px;
    margin: 0 auto;
  }
}

.modal-backdrop {
  display: none;
}

.modal .modal-dialog {
  transition: -webkit-transform .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.modal.in {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal.in .modal-dialog {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.modal.left .modal-dialog {
  float: left;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.modal.left.in .modal-dialog {
  left: 0;
  right: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.modal.bottom .modal-dialog {
  bottom: 0;
  left: auto;
  right: auto;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.modal.bottom.in .modal-dialog {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Custom Auto complete
---------------------------------------
*/
.ui-autocomplete {
  border-radius: 2px;
}

@media only screen and (min-width: 768px) {
  .ui-autocomplete {
    width: 450px !important;
  }
}

.ui-autocomplete .ui-menu-item {
  padding: 0;
  border-radius: 0;
  outline: none;
}

.ui-autocomplete .ui-menu-item:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}

.ui-autocomplete .ui-menu-item-wrapper {
  margin: 0;
  padding: 5px 0;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active, .ui-autocomplete .ui-menu-item-wrapper.ui-state-active:hover {
  background: #f4f4f4;
  border: 0;
}

.ui-autocomplete .select-code {
  margin: 0;
}

/* Custom Datepicker
---------------------------------------
*/
.ui-datepicker {
  z-index: 9999 !important;
  width: 100% !important;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: white !important;
  font-family: arial;
}

@media screen and (max-width: 450px) {
  .ui-datepicker {
    left: 0 !important;
    padding: 10px;
    background: white !important;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .ui-datepicker {
    width: 400px !important;
    padding: 10px;
    background: white !important;
  }
}

.ui-datepicker.ui-datepicker-multi {
  width: 600px !important;
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
  background: white;
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-group-first {
  padding: 5px 10px 10px;
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-group-last {
  padding: 5px 10px 10px;
  border-left: 1px solid #f3f3f3;
}

.ui-datepicker .ui-datepicker-calendar {
  display: table;
  width: 100% !important;
  margin: 0 !important;
}

.ui-datepicker .ui-datepicker-calendar thead, .ui-datepicker .ui-datepicker-calendar tbody, .ui-datepicker .ui-datepicker-calendar tr {
  display: block;
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  width: 14.28%;
  height: auto;
  display: inline-block;
  float: left;
  padding: 0;
}

.ui-datepicker .ui-datepicker-calendar th {
  color: #999999;
  font-weight: normal;
}

.ui-datepicker .ui-datepicker-calendar span, .ui-datepicker .ui-datepicker-calendar a {
  line-height: 38px;
}

.ui-datepicker .ui-state-default {
  padding: 0;
  cursor: pointer;
}

.ui-datepicker .ui-state-default:hover {
  background-color: #d9d9d9;
  color: #333333;
  border-radius: 2px;
}

.ui-datepicker .ui-state-default.ui-state-active {
  background-color: #ff9600;
  color: white;
  border-radius: 2px;
}

.ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: 0;
  padding: 0;
  color: black;
  border-radius: 0;
  border-bottom: 1px dashed #b3b3b3;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 5px 0 5px;
  line-height: 30px;
  font-size: 14px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  opacity: 0.5;
  top: 5px;
  height: auto;
  width: auto;
  display: inline-block;
  color: gray;
  overflow: hidden;
  cursor: pointer !important;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  font-family: "FontAwesome";
  font-size: 24px;
  text-align: center;
  width: 26px;
  height: 26px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  opacity: 1;
  background-color: #d9d9d9;
  color: #333333;
  border-radius: 2px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: none;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
}

.ui-datepicker .ui-state-hover {
  border: 0;
  background: transparent;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: 0;
  background: transparent;
  font-weight: normal;
  text-align: center;
  color: #333333;
}

/* Custom UI-Widget
---------------------------------------
*/
.ui-widget.ui-widget-content .ui-dialog-titlebar-close {
  background-image: url("/sites/49/images/ui-icons.png");
  background-repeat: no-repeat;
  background-position: -96px -128px;
  width: 18px;
  height: 18px;
}

@media only screen and (max-width: 767px) {
  .ui-widget.ui-widget-content {
    width: calc(100% - 30px) !important;
    margin: 0 auto;
  }
}

/* Custom Zopim
---------------------------------------
*/
@media only screen and (max-width: 767px) {
  .zopim {
    display: none !important;
  }
}

/* Loading
---------------------------------------
*/
#Loading {
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  #Loading {
    padding: 10px 0;
    margin: 0 -10px;
  }
}

#Loading .quote-right {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #Loading .quote-right {
    margin-left: 15px;
  }
}

#Loading .quote-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#Loading .cfn-group-filter {
  height: 100vh;
  overflow: hidden;
}

#Loading .cfn-group-filter .cfn-group {
  padding: 0;
}

#Loading .block-loading {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  padding: 1em;
  margin-bottom: 15px;
}

#Loading .block-loading .loading-bar {
  border: 1px solid #ffc066;
  border-radius: 20px;
  padding: 5px;
  margin: 5px 0 10px;
}

#Loading .block-loading .progress {
  height: 15px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

#Loading .block-loading .progress .progress-bar {
  background-color: #ff9600;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#Loading .block-destination {
  background: #edf5ff;
  color: #124056;
  border-radius: 4px;
  border: 0;
}

#Loading .block-destination .top {
  text-align: center;
  padding: 2em;
}

@media only screen and (max-width: 767px) {
  #Loading .block-destination .top {
    padding: 1em;
  }
}

#Loading .block-destination .top img {
  width: auto;
  height: 65px;
}

@media only screen and (max-width: 767px) {
  #Loading .block-destination .top img {
    height: 50px;
  }
}

#Loading .block-destination .middle {
  text-align: center;
  padding: 2em 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

#Loading .block-destination .middle h5 {
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #Loading .block-destination .middle h5 {
    font-size: 16px;
    padding: 0 10px;
  }
}

#Loading .block-destination .middle strong {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #Loading .block-destination .middle strong {
    font-size: 16px;
  }
}

#Loading .block-destination .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 25px 20px;
}

@media only screen and (max-width: 767px) {
  #Loading .block-destination .bottom {
    padding: 10px;
  }
}

@media only screen and (max-width: 991px) {
  #Loading .block-destination .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#Loading .block-destination .bottom .left {
  width: 340px;
  height: 115px;
  border-right: 1px dotted #bad9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 5px;
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  #Loading .block-destination .bottom .left {
    width: 100%;
    margin: 5px 0 10px;
    border: 0;
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  #Loading .block-destination .bottom .left {
    width: 100%;
    background: white;
    border-radius: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #Loading .block-destination .bottom .left {
    width: 100%;
    margin: 0;
    border: 0;
  }
}

#Loading .block-destination .bottom .left img {
  height: 80px;
  width: auto;
  margin: 0 10px;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  #Loading .block-destination .bottom .left img {
    height: 70px;
  }
}

#Loading .block-destination .bottom .left h1 {
  font-size: 26px;
  color: #1275ce;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#Loading .block-destination .bottom .left h4 {
  font-size: 18px;
  color: #1275ce;
  margin: 0 0 5px 0;
}

#Loading .block-destination .bottom .left p {
  font-size: 12px;
  color: #756a6a;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #Loading .block-destination .bottom .left h1 {
    font-size: 24px;
  }
  #Loading .block-destination .bottom .left img {
    margin-left: 0;
  }
}

#Loading .block-destination .bottom .left a:hover h1,
#Loading .block-destination .bottom .left a:hover h4 {
  text-decoration: underline;
}

#Loading .block-destination .bottom .right {
  width: 60%;
  margin-left: 5px;
  height: 115px;
}

@media only screen and (max-width: 991px) {
  #Loading .block-destination .bottom .right {
    display: none;
  }
}

#Loading .block-destination .bottom .right ul {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#Loading .block-destination .bottom .right ul li {
  float: left;
  text-align: center;
  padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #Loading .block-destination .bottom .right ul li:last-child {
    display: none;
  }
}

#Loading .block-destination .bottom .right ul li i {
  font-size: 24px;
  color: #1275ce;
  border: 1px dashed;
  padding: 12px 10px;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

#Loading .block-destination .bottom .right ul li p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.2;
}

/* Fixed bar
---------------------------------------
*/
.navbar-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1042;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  min-height: 0;
  padding: 8px 10px;
  font-size: 12px;
  margin: 0;
  width: 100% !important;
}

.navbar-fixed-bottom a {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  width: 100%;
}

.navbar-fixed-bottom a i {
  color: #FFF;
  border: 2px solid #ff9600;
  font-weight: bold;
}

.navbar-fixed-bottom a h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ff9600;
  margin: 0;
  display: block;
}

.nav-call {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1006;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 45px;
  border-radius: 0;
}

.nav-call h4 {
  color: #FFF;
  margin: 0;
  font-size: 18px;
}

.nav-call a {
  border: 2px solid #ff6600;
  text-align: center;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  background: transparent;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 6px;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  margin: 5px;
}

.nav-call a:hover {
  background: #ff6600;
  text-decoration: none;
}

/* Header
---------------------------------------
*/
.cfn-header-new {
  background: #FFF;
}

@media only screen and (min-width: 768px) {
  .cfn-header-new .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cfn-header-new .container:before, .cfn-header-new .container:after {
  display: none;
}

.cfn-header-new .hd-top {
  background: #f9a13e;
}

@media only screen and (min-width: 768px) {
  .cfn-header-new .hd-top {
    border-bottom: 1px solid #f2f2f2;
  }
}

@media only screen and (max-width: 767px) {
  .cfn-header-new .hd-top {
    display: none;
  }
}

.cfn-header-new .hd-top .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.cfn-header-new .hd-top .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cfn-header-new .hd-bottom {
  border-bottom: 1px solid #f2f2f2;
  display: table;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .cfn-header-new .hd-bottom .container {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .cfn-header-new .hd-bottom .bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .cfn-header-new .hd-bottom .bottom-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.cfn-header-new .hd-logo {
  float: left;
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .cfn-header-new .hd-logo {
    padding-left: 5px;
    padding-top: 0;
  }
}

.cfn-header-new .hd-logo a {
  display: inline-block;
}

.cfn-header-new .hd-logo span {
  background-image: url(/Sites/49/images/home/logo-nav.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 65px;
  width: 220px;
}

@media only screen and (max-width: 767px) {
  .cfn-header-new .hd-logo span {
    background-image: url(/Sites/49/images/home/logo-nav.png);
    height: 35px;
    width: 120px;
  }
}

.cfn-header-new .menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 15px;
}

.cfn-header-new .menu-group li {
  float: left;
}

.cfn-header-new .menu-top li {
  line-height: 1;
  padding: 0 10px;
  float: left;
}

.cfn-header-new .menu-top li:not(:last-child) {
  border-right: 1px dotted rgba(255, 255, 255, 0.8);
}

.cfn-header-new .menu-top a {
  font-size: 12px;
  color: #FFF;
  opacity: 0.8;
}

.cfn-header-new .menu-top a:hover {
  text-decoration: underline;
  opacity: 1;
}

.cfn-header-new .menu-social li {
  line-height: 1;
  float: left;
  padding: 0 5px;
}

.cfn-header-new .menu-social a {
  font-size: 18px;
  color: #FFF;
  opacity: 0.8;
}

.cfn-header-new .menu-social a:hover {
  text-decoration: underline;
  opacity: 1;
}

.cfn-header-new .menu-social a i[class*="rss"]:before {
  content: "";
  background: url(/Sites/49/images/home/social-blog.png) transparent no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.cfn-header-new .menu-bottom a {
  padding: 0 10px;
  line-height: 36px;
  font-size: 16px;
  margin: 0 1px;
  display: inline-block;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cfn-header-new .menu-bottom a {
    font-size: 14px;
    padding: 0 5px;
  }
}

.cfn-header-new .menu-bottom a:hover {
  color: #ff9600;
}

.cfn-header-new .menu-bottom .active a {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .cfn-header-new .menu-bottom .active a {
    -webkit-box-shadow: 0, -4px, 0, #FF6100, inset;
    -moz-box-shadow: 0, -4px, 0, #FF6100, inset;
    -ms-box-shadow: 0, -4px, 0, #FF6100, inset;
    -o-user-select: 0, -4px, 0, #FF6100, inset;
    box-shadow: 0, -4px, 0, #FF6100, inset;
  }
}

@media only screen and (max-width: 767px) {
  .cfn-header-new .menu-bottom {
    width: 100%;
  }
  .cfn-header-new .menu-bottom li {
    float: none;
    border-top: 1px solid #f2f2f2;
  }
  .cfn-header-new .menu-bottom a {
    display: block;
    border-width: 1px 0 0 0;
    border: 0;
    font-size: 14px;
  }
  .cfn-header-new .menu-bottom .active a {
    background: transparent;
    border-width: 0 0 0 4px;
  }
}

@media only screen and (min-width: 768px) {
  .cfn-header-new .navbar-header {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cfn-header-new .navbar-header {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .cfn-header-new .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 45px;
  }
}

.cfn-header-new .navbar-header:before {
  display: none;
}

.cfn-header-new .navbar-header .navbar-toggle {
  background: #FF6100;
  border: 0;
  margin: 5px 10px 5px 5px;
  opacity: 1;
  padding: 9px 10px;
  opacity: 1;
}

.cfn-header-new .navbar-header .navbar-toggle .icon-bar {
  background: #FFF;
}

.cfn-header-new .navbar-header .btn-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 45px;
}

.cfn-header-new .navbar-header .phone {
  border: 0;
  color: transparent;
  background: url(/Sites/49/images/home/mock/btn-call.png) no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 80px;
  height: 34px;
  content: '';
  margin: 8px 0;
}

.cfn-header-new .navbar-header .phone:hover, .cfn-header-new .navbar-header .phone:focus {
  background-position: -80px 0;
}

.cfn-header-new .navbar-header a[class*="btn"] {
  display: inline-block;
  color: #1275ce;
  font-size: 11px;
  padding: 0 10px;
  text-align: center;
  height: 33px;
  text-transform: uppercase;
  opacity: 0.9;
}

.cfn-header-new .navbar-header a[class*="btn"] i {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: bold;
}

.cfn-header-new .navbar-header a[class*="btn"]:hover {
  opacity: 1;
}

.cfn-header-new .navbar-collapse {
  padding: 0;
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cfn-header-new .navbar-collapse {
    display: none !important;
  }
}

.cfn-header-new .culture-nav {
  margin: 0;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .cfn-header-new .culture-nav {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .cfn-header-new .culture-nav {
    float: left;
  }
}

.cfn-header-new .culture-nav > li:first-child {
  border-right: 1px dotted rgba(255, 255, 255, 0.8);
}

.cfn-header-new .culture-nav li > a,
.cfn-header-new .culture-nav li.open > a {
  background: transparent !important;
  border: 0 !important;
  font-size: 12px;
  line-height: 1.42857143;
  color: #FFF;
  padding: 0 10px;
  opacity: 0.9;
}

.cfn-header-new .culture-nav li > a:hover,
.cfn-header-new .culture-nav li.open > a:hover {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

.cfn-header-new .culture-nav li > a:focus,
.cfn-header-new .culture-nav li.open > a:focus {
  color: #FFF;
  text-decoration: none;
}

.cfn-header-new .culture-nav #CultureMenu {
  min-width: 440px;
}

.cfn-header-new .culture-nav #CultureMenu li {
  width: 50%;
  float: left;
  position: relative;
}

.cfn-header-new .culture-nav #CultureMenu li > a {
  padding: 6px 12px;
  color: #1275ce;
  /* 
          &:before {
            background-image: url(../img/flag.png);
            background-size: 100% auto;
            background-repeat: no-repeat;
            position: relative;
            display: inline-block;
            content: '';
            padding: 0;
            outline: none;
            box-shadow: none;
            width: 18px;
            height: 13px;
            vertical-align: middle; 
            margin-right: 5px;
          }
          */
}

.cfn-header-new .culture-nav #CurrencyMenu {
  min-width: 600px;
}

.cfn-header-new .culture-nav #CurrencyMenu li {
  width: 33.333%;
  float: left;
}

.cfn-header-new .culture-nav #CurrencyMenu li > a {
  padding: 6px 12px;
  white-space: normal;
  color: #1275ce;
}

@media only screen and (max-width: 767px) {
  .cfn-header-new .hd-phone {
    display: none;
  }
}

.cfn-header-new .hd-phone .detail {
  position: relative;
  margin-right: -10px;
  text-align: right;
  padding-top: 6px;
  float: left;
}

.cfn-header-new .hd-phone .detail h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.cfn-header-new .hd-phone .detail h1:before {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  font-family: "FontAwesome";
  content: '\f095';
  color: #FFF;
  background: #1275ce;
  border-radius: 20px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
  vertical-align: top;
  margin-right: 5px;
}

.cfn-header-new .hd-phone .detail h1 a {
  color: #1275ce;
}

.cfn-header-new .hd-phone .detail h3 {
  font-size: 14px;
  font-weight: bold;
}

.cfn-header-new .hd-phone .detail h3 a {
  color: #1275ce;
}

.cfn-header-new .hd-phone .detail p {
  font-size: 11px;
  color: #999;
  margin: 0;
}

.cfn-header-new .hd-phone img {
  margin-right: -15px;
  float: right;
}

.cfn-header-new .affix {
  width: 100%;
  background-color: #FFF;
  z-index: 998;
  top: 0;
  -webkit-box-shadow: 0, 2px, 3px, rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0, 2px, 3px, rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0, 2px, 3px, rgba(0, 0, 0, 0.3);
  -o-user-select: 0, 2px, 3px, rgba(0, 0, 0, 0.3);
  box-shadow: 0, 2px, 3px, rgba(0, 0, 0, 0.3);
}

/* Footer
---------------------------------------
*/
.cfn-footer .ft-top {
  font-size: 12px;
  color: #999;
  padding: 20px 0;
  background: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .cfn-footer .ft-top {
    display: none;
  }
}

.cfn-footer .ft-top .title {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .cfn-footer .ft-top .left {
    float: left;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cfn-footer .ft-top .left {
    display: none;
  }
}

.cfn-footer .ft-top .left .block {
  font-weight: bold;
  padding: 10px 0;
  font-size: 11px;
}

.cfn-footer .ft-top .left .block a {
  font-size: 26px;
  color: #1275ce;
  font-weight: bold;
  margin: 4px 0;
  display: inline-block;
}

.cfn-footer .ft-top .left .block a:before {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  font-family: "FontAwesome";
  content: '\f095';
  color: #1275ce;
  border-radius: 20px;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}

.cfn-footer .ft-top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.cfn-footer .ft-top .right .block {
  position: relative;
}

.cfn-footer .ft-top .right .block a {
  color: #999;
  display: inline-block;
}

.cfn-footer .ft-top .right .block a:hover {
  text-decoration: underline;
}

.cfn-footer .ft-top .right .block i {
  font-size: 18px;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
}

.cfn-footer .ft-top .right .block i[class*="facebook"] {
  background: #507acd;
}

.cfn-footer .ft-top .right .block i[class*="twitter"] {
  background: #24bef1;
}

.cfn-footer .ft-top .right .block i[class*="google"] {
  background: #ff2800;
}

.cfn-footer .ft-top .right .block i[class*="rss"] {
  background: #ff8f00;
}

.cfn-footer .ft-top .right .block i[class*="rss"]:before {
  content: "";
  background: url(/Sites/49/images/home/social-blog.png) transparent no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 5px;
}

.cfn-footer .ft-top .right .block li:not(:last-child) {
  padding-bottom: 4px;
}

.cfn-footer .ft-top .right .block-group {
  position: relative;
  display: inline-block;
}

.cfn-footer .ft-top .right .block-group > ul {
  float: left;
}

.cfn-footer .ft-top .right .block-group > ul:first-child {
  margin-right: 40px;
}

.cfn-footer .ft-top .right .download-app {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 262px;
}

.cfn-footer .ft-top .right .download-app a {
  background: #000;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #FFF;
  padding: 6px 10px;
  line-height: 1.2;
  float: left;
  cursor: pointer;
  z-index: 2;
}

.cfn-footer .ft-top .right .download-app a span {
  text-align: left;
  font-size: 9px;
}

.cfn-footer .ft-top .right .download-app a strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.cfn-footer .ft-top .right .download-app a i {
  font-size: 26px;
  margin-right: 5px;
  margin-left: -5px;
}

.cfn-footer .ft-top .right .download-app a:first-child {
  margin-right: 2px;
}

.cfn-footer .ft-top .right .download-app a:hover {
  background: #e68700;
  text-decoration: none;
}

.cfn-footer .ft-bottom {
  background: #FFF;
  padding: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .cfn-footer .ft-bottom {
    padding: 0 0 60px;
  }
}

.cfn-footer .ft-bottom:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  display: block;
  margin: 0 0 20px;
}

.cfn-footer .ft-bottom p {
  font-size: 12px;
  color: #999;
  margin: 5px 0 10px 0;
}

.cfn-footer .ft-bottom img {
  display: block;
  margin: 0 auto;
  background-color: #FFF;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .cfn-footer .ft-bottom img {
    display: none;
  }
}

.cfn-footer .ft-bottom .block {
  margin-bottom: 10px;
  position: relative;
}

.cfn-footer .ft-bottom .block .top a {
  font-size: 12px;
  color: #1275ce;
  font-weight: bold;
  display: inline-block;
}

.cfn-footer .ft-bottom .block .top a:before {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  font-family: "FontAwesome";
  content: "\f067";
  font-size: 10px;
  padding-right: 5px;
  color: #1275ce;
}

.cfn-footer .ft-bottom .block .bottom {
  width: 100%;
}

.cfn-footer .ft-bottom .block .bottom ul {
  margin: 5px 0 10px 0;
  display: table;
}

@media only screen and (max-width: 767px) {
  .cfn-footer .ft-bottom .block .bottom ul {
    margin-left: -10px;
    margin-right: -10px;
    display: block;
  }
}

.cfn-footer .ft-bottom .block .bottom li {
  display: inline-block;
  float: left;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .cfn-footer .ft-bottom .block .bottom li {
    float: none;
  }
}

.cfn-footer .ft-bottom .block .bottom li a {
  display: inline-block;
  font-size: 12px;
  color: gray;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 10px;
}

.cfn-footer .ft-bottom .block .bottom li a:hover {
  color: #ff9600;
}

.cfn-footer .ft-bottom .block .bottom li:not(:last-child) {
  border-right: 1px solid #999999;
}

.cfn-footer .ft-bottom .block .bottom li:first-child a {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .cfn-footer .ft-bottom .block .bottom li:first-child a {
    padding-left: 10px;
  }
}

/* Sidebar
---------------------------------------
*/
.offcanvas-collapse {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto;
  height: 100% !important;
  padding: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
}

.offcanvas-collapse.collapsing {
  overflow: visible;
}

.offcanvas-collapse .modal-dialog {
  padding: 0;
  margin: 0;
  width: 320px;
  float: right;
  min-height: 100%;
  background: white;
  -webkit-box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
}

.offcanvas-collapse .modal-dialog .modal-body {
  padding: 0;
}

.offcanvas-collapse .modal-dialog .close {
  outline: 0;
}

.offcanvas-collapse .modal-dialog .close img {
  width: 25px;
  height: 25px;
}

@media only screen and (min-width: 768px) {
  .offcanvas-collapse .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.overlay {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

#modalBlackLayer {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  z-index: 16000001;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}

#modalBlackLayer:not(.in) .modal-dialog {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

#modalBlackLayer .modal-dialog {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  top: 0;
}

#modalBlackLayer .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
}

#modalBlackLayer .content-wrap {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#modalBlackLayer .content-wrap .content-group {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#modalBlackLayer .content-wrap .content-group.android .row-header {
  padding: 15px 15px 0;
}

#modalBlackLayer .content-wrap .content-group.android .row-header img {
  width: 180px;
  display: block;
  margin: 0 auto 0;
}

#modalBlackLayer .content-wrap .content-group.android .row-header .close {
  opacity: 1;
  color: white;
  text-shadow: none;
  margin: 0 10px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}

#modalBlackLayer .content-wrap .content-group.android .row-body {
  color: white;
  text-align: center;
}

#modalBlackLayer .content-wrap .content-group.android .row-body .trustpilot-widget {
  display: inline-block;
  margin: 15px 0;
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 0;
}

#modalBlackLayer .content-wrap .content-group.android .row-footer {
  text-align: center;
  position: fixed;
  bottom: 240px;
}

@media screen and (max-height: 640px) {
  #modalBlackLayer .content-wrap .content-group.android .row-footer {
    position: relative;
    bottom: 0;
  }
}

#modalBlackLayer .content-wrap .content-group.android .row-footer h4 {
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 1.5em 0;
  position: relative;
  text-align: center;
  color: white;
}

#modalBlackLayer .content-wrap .content-group.android .row-footer .icon-arrow {
  position: relative;
  display: inline-block;
  margin: 1em auto 0;
}

#modalBlackLayer .content-wrap .content-group.android .row-footer .icon-arrow:before {
  display: block;
  margin: 0 auto;
  margin-right: 9px;
  content: '';
  width: 3px;
  height: 40px;
  background: white;
}

#modalBlackLayer .content-wrap .content-group.android .row-footer .icon-arrow:after {
  display: block;
  margin: 0 auto;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid white;
}

#modalBlackLayer .content-wrap .content-group.ios .row-header {
  padding: 15px 15px 0;
}

#modalBlackLayer .content-wrap .content-group.ios .row-header img {
  width: 180px;
  display: block;
  margin: 0 auto 0;
}

#modalBlackLayer .content-wrap .content-group.ios .row-header .close {
  opacity: 1;
  color: white;
  text-shadow: none;
  margin: 0 10px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}

#modalBlackLayer .content-wrap .content-group.ios .row-body {
  color: white;
  text-align: center;
}

#modalBlackLayer .content-wrap .content-group.ios .row-body .trustpilot-widget {
  display: inline-block;
  margin: 15px 0;
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 0;
}

#modalBlackLayer .content-wrap .content-group.ios .row-footer {
  position: fixed;
  bottom: 90px;
  width: 100%;
}

@media screen and (max-height: 480px) {
  #modalBlackLayer .content-wrap .content-group.ios .row-footer {
    position: relative;
    bottom: 0;
    top: 80px;
  }
}

#modalBlackLayer .content-wrap .content-group.ios .row-footer h4 {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 1.5em;
  position: relative;
  text-align: center;
  color: white;
}

#modalBlackLayer .content-wrap .content-group.ios .row-footer .icon-arrow {
  position: absolute;
  display: inline-block;
  margin: 0 auto 4em;
  top: -4em;
  right: 30%;
}

#modalBlackLayer .content-wrap .content-group.ios .row-footer .icon-arrow:before {
  display: block;
  margin: 0 auto;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid white;
}

#modalBlackLayer .content-wrap .content-group.ios .row-footer .icon-arrow:after {
  display: block;
  margin: 0 auto;
  margin-right: 9px;
  content: '';
  width: 3px;
  height: 40px;
  background: white;
}

/* Call Overlay
---------------------------------------
*/
#callOverlay {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  z-index: 16000001;
}

#callOverlay .modal-dialog {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  z-index: 16000001;
}

#callOverlay .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  height: 100vh;
  background: #f4f4f4;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  #callOverlay .modal-content {
    background: white;
  }
}

#callOverlay .modal-header {
  padding: 3px;
  position: fixed;
  top: 0;
  width: 100%;
}

#callOverlay .modal-header img {
  height: 30px;
}

#callOverlay .modal-header .close {
  opacity: 1;
  color: #b7b7b7;
  text-shadow: none;
  margin: 0 10px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}

#callOverlay .modal-body {
  padding: 0;
}

#callOverlay .groupCall {
  width: 100%;
  height: 100vh;
  display: table;
  padding-top: 40px;
  color: black;
  background: white;
}

#callOverlay .dynamicHeading {
  color: #153570;
  font-size: 26px;
  text-align: center;
  padding: 10px 10px 0;
}

#callOverlay .dynamicHeading.CallOverlay {
  font-size: 18px;
  text-align: center;
  color: #333;
  padding: 15px 0px 0;
}

#callOverlay .dynamicHeading.CallOverlay strong {
  display: block;
  font-size: 30px;
  margin: 15px auto;
}

#callOverlay .dynamicHeading.CallOverlay .call-grap {
  width: 100%;
  display: block;
  margin: 30px auto 20px;
}

#callOverlay .dynamicHeading.CallOverlay .saveUPTO {
  font-size: 18px;
}

#callOverlay .unpub-fair {
  font-size: 19px;
  text-align: center;
}

#callOverlay .modal-footer.call-over-footer {
  padding: 15px 0 20px;
  background: none;
}

#callOverlay .modal-footer.call-over-footer .callButton {
  background: #17CE2D;
  border-radius: 5px;
  margin: 10px auto;
  width: 90%;
  -webkit-box-shadow: 0 3px 11px -2px rgba(23, 206, 45, 0.9);
  box-shadow: 0 3px 11px -2px rgba(23, 206, 45, 0.9);
}

#callOverlay .imageExecutive {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

#callOverlay .imageExecutive img {
  height: 200px;
}

#callOverlay .phoneOnly {
  color: #fff;
  background-color: #6689ca;
  text-align: center;
  margin: 5px 10px 25px;
  padding: 10px;
  font-size: 23px;
  line-height: 28px;
}

#callOverlay .saveUPTO {
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  margin: 10px 0 15px 0;
}

#callOverlay .saveUPTO b {
  color: #a80000;
}

#callOverlay .modal-footer {
  text-align: center;
  padding: 25px 0 90px;
  width: 100%;
  border: 0;
  background: #f4f4f4;
  margin-top: 20px;
}

#callOverlay .modal-footer .phoneUs {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 34px;
  color: #153570;
}

#callOverlay .modal-footer .callButton {
  color: #fff;
  display: block;
  margin: 10px 40px 0;
  background-color: #a80000;
  text-align: center;
  padding: 3px 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
