@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Material-Design-Iconic-Font';
	src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'),
	url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'),
	url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*
SCG-font
 */
@font-face {
  font-family: 'SCG-font';
  src:  url('../fonts/SCG-font.eot?xxdlze');
  src:  url('../fonts/SCG-font.eot?xxdlze#iefix') format('embedded-opentype'),
    url('../fonts/SCG-font.ttf?xxdlze') format('truetype'),
    url('../fonts/SCG-font.woff?xxdlze') format('woff'),
    url('../fonts/SCG-font.svg?xxdlze#SCG-font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SCG-font' !important;
  speak: never;
  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;
}

.icon-5:before {
  content: "\e900";
  color: #fff;
}
.icon-1:before {
  content: "\e901";
  color: #fff;
}
.icon-2:before {
  content: "\e902";
  color: #fff;
}
.icon-3:before {
  content: "\e903";
  color: #fff;
}
.icon-4:before {
  content: "\e904";
  color: #fff;
}
.icon-6:before {
  content: "\e905";
  color: #fff;
}
.icon-7:before {
  content: "\e906";
  color: #fff;
}
.icon-8:before {
  content: "\e907";
  color: #fff;
}
.icon-9:before {
  content: "\e908";
  color: #fff;
}
.icon-10:before {
  content: "\e909";
  color: #fff;
}

* {
    margin: 0;
    padding: 0;
    }

/*for Chrom*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; }

/*for FireFox*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

:focus::-webkit-input-placeholder {color: transparent;}
:focus::-moz-placeholder          {color: transparent;}
:focus:-moz-placeholder           {color: transparent;}
:focus:-ms-input-placeholder      {color: transparent;}

*:focus::-webkit-input-placeholder { opacity:0; }
*:focus:-moz-placeholder { opacity:0; }
*:focus::-moz-placeholder { opacity:0; }
*:focus:-ms-input-placeholder { opacity:0; }

/*::-webkit-input-placeholder {
   color: #ffffff;
}
:-moz-placeholder {
   color: #ffffff;
}
::-moz-placeholder {
   color: #ffffff;
}
:-ms-input-placeholder {
   color: #ffffff;
}*/

a {
	outline: none !important;
	cursor: pointer;
    color: #1E265E;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #142493;
}
a img {
    border:-moz-none !important;
    outline:-moz-none !important;
}
img {
    max-width: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #1F1F1F;
    font-size: 18px;
	font-weight: normal;
	max-width: 1920px;
    margin: 0 auto;
}
section,
.sppb-section {
    width: 100%;
    float: left;
}
.container-fluid {
    padding: 0;
    width: 100%;
    float: left;
}
.home-content {
    width: 100%;
    float: left;
}
.home-content .sppb-col-md-12 {

}
h1, .h1 {
    font-size: 48px;
    font-weight: 700;
}
h2, .h2 {
    font-size: 36px;
    font-weight: 700;
}
h3, .h3 {
    font-size: 30px;
    font-weight: 700;
}
h4, .h4 {
    font-size: 24px;
    font-weight: 700;
}
h5, .h5 {
    font-size: 20px;
    font-weight: 700;
}
h6, .h6 {
    font-size: 18px;
    font-weight: 700;
}
.btn {
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    padding: 16px 60px;
    box-shadow: none;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-primary {
    color: #fff;
    background-color: #1E265E;
    border-color: #1E265E;
}
.btn-primary:hover {
    color: #fff;
    background-color: #142493;
    border-color: #142493;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #142493;
    border-color: #142493;
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);*/
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #142493;
    border-color: #142493;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);*/
}
.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #1E265E;
    border-color: #1E265E;
}
.btn-transp {
    color: #ffffff;
    border: 1px solid #FFFFFF;
    background-color: transparent;
}
.btn-transp:hover,
.btn-transp:focus {
    opacity: 0.8;
    color: #ffffff;
}
.btn-close:focus {
    box-shadow: none;
}
button {
    border: none;
    background-color: transparent;
}
a.link-article {
    color: #333;
    font-size: 14px;
    border: 2px solid #1E265E;
    border-radius: 36px;
    padding: 12px 40px;
    background-color: #ffffff;
    text-decoration: none;
}
a.link-article:hover,
a.link-article:focus {
    color: #ffffff;
    background-color: #1E265E;
}