@import url('https://fonts.googleapis.com/css?family=Lato|Raleway:300,400,500,600');

@font-face {
    font-family: 'Helvetica-Normal';
    src: url('../fonts/HelveticaNeueLt.ttf');
}

@font-face {
    font-family: 'Helvetica-Medium';
    src: url('../fonts/HelveticaNeueMed.ttf');
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/HelveticaNeueBd.ttf');
}

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

*,  *: hover,  *:active,  *:focus,  *:link {
    outline: 0 !important;
}

.clear, .clearfix{
    clear: both;
}

.clearfix::after, .clearfix::before{
    display: block;
    clear: both;
    content: "";
}

.center-wr {
  margin: 0 auto;
  max-width: 1215px;
  padding: 0 20px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

iframe {
  border: medium none;
  display: block;
  max-width: 100%;
}

body {
    color: #4d6366;
    background: #fff;
    font-family: 'Helvetica-Medium', sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

ul {
  list-style: inside none disc;
  font-family: 'Helvetica-Medium', sans-serif;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 400;
  line-height: 1em;
  overflow-wrap: break-word;
  font-family: 'Helvetica-Medium',  sans-serif;
}

p {
    word-wrap: break-word;
    margin: 1.6em 0;
    font-family: 'Helvetica-Medium', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

a{
    color: #da1f26;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

a:hover {
    color: #444;
    text-decoration: none;
}

area, textarea {
    overflow: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 8px 15px;
    border: 1px solid #eaeaea;
    border-radius: 25px;
    outline: none;
    background-color: #fff;
    font-family: 'Helvetica-Medium', sans-serif;
    font-size: 14px;
    resize: none;
    height: 100px;
}

.left{
    float: left;
}

.right{
    float: right;
}

.site-header {
  background-color: #ffffff;
  padding: 20px 0;
}

.site-header.landing-header {
  background-color: #f0f0f0;
  padding: 75px 0;
}

h3.header-subtitle {
  color: #4d6366;
  font-family: "Raleway",sans-serif;
  font-size: 28px;
  letter-spacing: 1.5px;
  margin-top: 66px;
  line-height: 1.2;
}

h3.header-subtitle a {
  font-family: inherit;
}

.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.site-footer {
  background-color: #ececec;
  padding: 24px 0;
  font-size: 14px;
}

.copyright-text {
  !--border-right: 1px solid #2b5363;--
  color: #2b5363;
  display: inline-block;
  line-height: 1.2;
  margin-right: 21px;
  padding-right: 16px;
  vertical-align: middle;
}

.footer-menu {
  display: inline-block;
  list-style: outside none none;
  margin-left: 10px;
  vertical-align: middle;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  
  color: #2b5363;
  display: block;
  line-height: 1.2;
  margin-left: 12px;
  padding-left: 12px;
}

.footer-menu li a:hover{
  color: #da1f26;
}

.footer-social-ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.footer-social-ul li {
  display: inline-block;
  margin: 0 4px;
}

.footer-social-ul li a {
  border: 1px solid #959595;
  color: #959595;
  display: block;
  height: 24px;
  line-height: 22px;
  text-align: center;
  width: 24px;
}

.footer-social-ul li a:hover {
  background-color: #959595;
  color: #ffffff;
}

.bottom-feature-ul .feature-li .feature-icon-wr {
  display: inline-block;
  margin: 0 65px 0 0;
  vertical-align: middle;
}

.mobile-show-btn {
  display: none;
}

.country-wr {
  padding: 75px 0 67px;
}

.landing-feature-ul {
  list-style: outside none none;
  margin: 0 auto;
  max-width: 915px;
}

.landing-feature-ul li {
  color: #4d6366;
  font-family: "Helvetica-Medium";
  margin-bottom: 22px;
  min-height: 40px;
  padding-left: 58px;
  position: relative;
}

.landing-feature-ul li j {
  color: #2a3544;
  font-size: 35px;
  left: 0;
  position: absolute;
  top: -2px;
}

.landing-feature-ul li.bottom-feature-a {
  margin-bottom: 0;
  min-height: 0;
}

.country-wr h2 {
  color: #1b8b7e;
  font-family: "Raleway",sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
  margin: 75px 0 55px;
}

.footer-flag {
  height: auto;
  width: 37px;
}

span.stringrx-decorated>span:last-child{color:#ED7D26}
