.ipsApp label:not(.ipsField_unlimited), .ipsApp input, .ipsApp button, .ipsApp select, .ipsApp textarea {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  vertical-align: middle;
}

.cSearchPretendButton {
  border: 0;
  padding: 0;
  margin: 0;
  display: inline;
  background: transparent;
}

.cSearchMainBar .ipsType_huge.fa {
  font-size: 36px;
  line-height: 1;
  margin-left: 7px;
}
button, html [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
}

.ipsPos_left {
  float: left;
}
*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.ipsPos_right {
  float: right;
}

button, input, optgroup, select, textarea {
  overflow: visible;
  text-transform: none;
  margin: 0;
  margin-bottom: 0px;
  margin-left: 0px;
}

*, .ipsApp input[type="search"] {
  box-sizing: border-box;
}

body.ipsApp.ipsCommunity {
  color: #35373a;
}
body.ipsApp {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #5f6c73;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #353c41;
  height: 100%;
  background-color: #ffffff;
  margin: 0;
}


html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
}

html[dir='ltr'] #elMainSearchInput {
  padding-right: 150px;
}

html[dir='ltr'] #elSearchSubmit {
  margin-right: 4px;
  margin-top: -34px;
  position: relative;
}

.ipsClearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-search::before {
  content: "\f002";
}
.ipsType_huge {
  font-size: 72px;
  line-height: 80px;
  font-weight: 300;
  //color: #1e2225;
}

.ipsApp textarea:focus, .ipsApp input[type='text']:focus, .ipsApp input[type='password']:focus, .ipsApp input[type='datetime']:focus, .ipsApp input[type='datetime-local']:focus, .ipsApp input[type='date']:focus, .ipsApp input[type='month']:focus, .ipsApp input[type='time']:focus, .ipsApp input[type='week']:focus, .ipsApp input[type='number']:focus, .ipsApp input[type='email']:focus, .ipsApp input[type='url']:focus, .ipsApp input[type='search']:focus, .ipsApp input[type='tel']:focus, .ipsApp input[type='color']:focus {
  box-shadow: 0px 0px 5px rgba(82,168,236,0.6);
  border-color: #3480bb;
  outline: 0;
}
.ipsApp .ipsField_autocomplete, .ipsApp textarea, .ipsApp input[type='text'], .ipsApp input[type='password'], .ipsApp input[type='datetime'], .ipsApp input[type='datetime-local'], .ipsApp input[type='date'], .ipsApp input[type='month'], .ipsApp input[type='time'], .ipsApp input[type='week'], .ipsApp input[type='number'], .ipsApp input[type='email'], .ipsApp input[type='url'], .ipsApp input[type='search'], .ipsApp input[type='tel'], .ipsApp .ipsField_dummy {
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.2);
  border-radius: 3px;
  width: 100%;
  max-width: 350px;
  padding: 7px;
}
.ipsApp .ipsFieldRow_fullWidth input[type='text'], .ipsApp .ipsForm_fullWidth .ipsFieldRow input[type='text'], .ipsApp .ipsFieldRow_fullWidth input[type='email'], .ipsApp .ipsForm_fullWidth .ipsFieldRow input[type='email'], .ipsApp .ipsFieldRow_fullWidth input[type='password'], .ipsApp .ipsForm_fullWidth .ipsFieldRow input[type='password'], .ipsApp .ipsFieldRow_fullWidth input[type='submit'], .ipsApp .ipsForm_fullWidth .ipsFieldRow input[type='submit'], .ipsApp .ipsFieldRow_fullWidth select, .ipsApp .ipsForm_fullWidth .ipsFieldRow select, .ipsApp .ipsFieldRow_fullWidth button, .ipsApp .ipsForm_fullWidth .ipsFieldRow button, .ipsApp .ipsFieldRow_fullWidth textarea, .ipsApp .ipsForm_fullWidth .ipsFieldRow textarea, .ipsApp .ipsFieldRow_fullWidth .ipsField_autocomplete, .ipsApp .ipsForm_fullWidth .ipsFieldRow .ipsField_autocomplete, .ipsApp .ipsFieldRow_fullWidth .ipsSelectTree, .ipsApp .ipsForm_fullWidth .ipsFieldRow .ipsSelectTree, .ipsApp input.ipsField_fullWidth, .ipsApp textarea.ipsField_fullWidth, .ipsApp .ipsField_autocomplete.ipsField_fullWidth, .ipsApp select.ipsField_fullWidth, .ipsApp .ipsSelectTree.ipsField_fullWidth, .ipsApp .ipsField_dummy.ipsField_fullWidth {
  width: 100%;
  max-width: 100% !important;
}
.ipsApp .ipsField_primary, .ipsApp .ipsField_primary.ipsField_autocomplete input, .ipsApp .ipsFieldRow_primary input {
  font-size: 18px;
}


.ipsApp .ipsButton_verySmall {
  font-size: 12px;
  line-height: 28px;
  padding: 0 15px;
}
.ipsApp .ipsButton_primary {
  background: #3e4148;
  color: #ffffff;
}
.ipsApp .ipsButton {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
  transition: 0.1s all linear;
  user-select: none;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.ipsType_reset {
  margin: 0;
}

.ipsApp .ipsSpacer_top.ipsSpacer_half, .ipsApp .ipsSpacer_both.ipsSpacer_half {
  margin-top: 7px;
}

element.style {
  display: block;
}

.ipsApp .ipsToolList .ipsButton_link, .ipsApp .ipsButton_link.ipsButton_link_secondary {
  border: 0px;
}

.ipsApp .ipsButton_link {
  background: transparent;
  color: #8d9aa6;
  font-weight: normal;
}

.ipsApp .ipsButton_fullWidth {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ipsApp .ipsButton_medium {
  font-size: 14px;
  line-height: 38px;
  padding: 0 20px;
}



.ipsBox {
  border: 1px solid #e0e0e0;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
  border-radius: 3px;
}

.ipsApp .ipsSpacer_bottom, .ipsApp .ipsSpacer_both {
  margin-bottom: 15px;
}

.ipsBox:not( .ipsBox_transparent ):not( .ipsModerated ) {
  background-color: #fff;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.ipsList_inline, .ipsList_reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.cForumRow_hidden .cForumTitle {
  opacity: 0.5;
}

.cForumTitle {
  transition: 0.3s linear all;
}

@media screen and (max-width: 979px)
  .ipsType_sectionTitle {
    display: block;
}

.ipsType_sectionTitle {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 15px;
  background: #415e94;
  color: #ffffff;
  border-radius: 2px 2px 0px 0px;
}

.ipsType_pageTitle, .ipsType_sectionTitle, .ipsType_secondaryTitle, .ipsType_sectionHead, .ipsType_minorHeading {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.cForumToggle {
  font-size: 18px;
  opacity: 0.2;
  transition: 0.3s all linear;
  width: 20px;
  height: 20px;
}

a.ipsType_sectionTitle, .ipsType_sectionTitle a {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

a:-webkit-any-link {
  cursor: pointer;
}

.ipsType_sectionTitle {
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 12px;
  margin-top: 0;
  background: #415e94;
  border-radius: 2px 2px 0px 0px;
}

.cForumToggle:hover {
  opacity: 1;
}

.cForumToggle:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 18px;
}

.cForumRow_hidden .cForumToggle:after {
  content: "\f053";
}

html[dir="rtl"] .cForumRow_hidden .cForumToggle:after {
  content: "\f054";
}

.ipsJS_none .ipsJS_show {
  display: none;
}

.ipsJS_has .ipsJS_hide {
  display: none;
}

a.ipsType_blendLinks:not( .ipsType_noUnderline ):hover, .ipsType_blendLinks:not( .ipsType_noUnderline ) a:not( .ipsType_noUnderline ):hover {
  color: #224361;
}
