/* Generated by less 3.11.1 */
/* eb-garamond-600 - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('/themes/mailsecure/fonts/eb-garamond-v15-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/themes/mailsecure/fonts/eb-garamond-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/themes/mailsecure/fonts/eb-garamond-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/mailsecure/fonts/eb-garamond-v15-latin-600.woff') format('woff'), /* Modern Browsers */ url('/themes/mailsecure/fonts/eb-garamond-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/themes/mailsecure/fonts/eb-garamond-v15-latin-600.svg#EBGaramond') format('svg');
  /* Legacy iOS */
}
/* hind-300 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: url('/themes/mailsecure/fonts/hind-v11-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/themes/mailsecure/fonts/hind-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/themes/mailsecure/fonts/hind-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-300.woff') format('woff'), /* Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/themes/mailsecure/fonts/hind-v11-latin-300.svg#Hind') format('svg');
  /* Legacy iOS */
}
/* hind-regular - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/mailsecure/fonts/hind-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/themes/mailsecure/fonts/hind-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/themes/mailsecure/fonts/hind-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/themes/mailsecure/fonts/hind-v11-latin-regular.svg#Hind') format('svg');
  /* Legacy iOS */
}
/* hind-600 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: url('/themes/mailsecure/fonts/hind-v11-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/themes/mailsecure/fonts/hind-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/themes/mailsecure/fonts/hind-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-600.woff') format('woff'), /* Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/themes/mailsecure/fonts/hind-v11-latin-600.svg#Hind') format('svg');
  /* Legacy iOS */
}
/* hind-700 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  src: url('/themes/mailsecure/fonts/hind-v11-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/themes/mailsecure/fonts/hind-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/themes/mailsecure/fonts/hind-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-700.woff') format('woff'), /* Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/themes/mailsecure/fonts/hind-v11-latin-700.svg#Hind') format('svg');
  /* Legacy iOS */
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  color: #1A171B;
  line-height: 1.7;
  overflow-x: hidden;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.center {
  max-width: 1320px;
  padding: 0 30px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 760px) {
  .center {
    padding: 0 15px;
  }
}
.button {
  background: #ffffff;
  border: 2px solid #F49B00;
  border-radius: 2px;
  color: #ffffff;
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  padding: 2px 10px 0 10px;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
  transform: translateZ(0);
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.button:before {
  content: '';
  display: block;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #F49B00;
  z-index: -1;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
  transform: translateZ(0);
}
.button:hover {
  text-decoration: none;
  color: #F49B00;
}
.button:hover:before {
  left: 50%;
  width: 0;
}
h1 {
  margin: 0 0 15px 0;
  font-size: 3.5rem;
  font-weight: 800;
  position: relative;
  display: block;
}
h2 {
  margin: 0 0 40px 0;
  font-size: 2.8rem;
  color: #1A171B;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 2rem;
    letter-spacing: normal;
  }
}
h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 1.2rem;
  color: #58585A;
}
h4 {
  margin: 0 0 10px 0;
  color: #58585A;
  font-size: 1rem;
}
p {
  margin: 0 0 15px 0;
}
a {
  color: #DF8600;
  text-decoration: none;
}
ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 13px;
}
.ico-tel:before {
  font-family: 'FontAwesome';
  content: '\f095\0a0';
  font-weight: normal;
}
.ico-fax:before {
  font-family: 'FontAwesome';
  content: '\f02f\0a0';
  font-weight: normal;
}
.ico-email:before {
  font-family: 'FontAwesome';
  content: '\f0e0\0a0';
  font-weight: normal;
}
.table {
  display: table;
}
.table .tr {
  display: table-row;
}
.table .tr .td {
  display: table-cell;
}
.anchor {
  position: absolute;
  top: -80px;
}
#header {
  height: 85px;
  width: 100%;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  color: #808185;
  z-index: 100;
}
#header .region-header {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#header .region-header #block-mailsecure-branding {
  width: 250px;
  padding: 0 0 10px 30px;
}
#header .region-header #block-mailsecure-branding a {
  height: 100%;
  display: flex;
  justify-content: center;
}
#header .region-header #block-mailsecure-branding a img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 760px) {
  #header .region-header #block-mailsecure-branding {
    width: 350px;
  }
}
#main {
  width: 100%;
  float: left;
  margin-top: 85px;
  position: relative;
  font-size: 0.9375rem;
}
#main .region-content {
  width: 100%;
  float: left;
}
#footer {
  width: 100%;
  float: left;
  background: #808185;
  color: #ffffff;
  padding: 30px 0 0 0;
  margin-top: auto;
}
#footer .region-footer {
  max-width: 1320px;
  padding: 0 30px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 760px) {
  #footer .region-footer {
    padding: 0 15px;
  }
}
@media screen and (max-width: 760px) {
  #footer .region-footer {
    padding: 0 15px;
  }
}
#footer .region-footer .menu--footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .region-footer .menu--footer ul li {
  list-style-type: none;
}
#footer .region-footer .menu--footer ul li a {
  color: #ffffff;
  padding: 0 10px;
}
#footer .copy {
  padding: 15px 0 60px 0;
  width: 100%;
  float: left;
}
#footer .copy .center {
  text-align: center;
}
.messages--error {
  border: none;
  background: #f40028;
  color: #ffffff;
  box-shadow: none;
  background-image: none;
}
.messages__item + .messages__item {
  margin-top: 0;
}
.messages {
  border-radius: 5px;
}
.page-node-6 {
  background: #ececec;
}
.iframeContent #header {
  display: none;
}
.iframeContent #main {
  margin: 0;
}
.iframeContent #footer {
  display: none;
}
