html,
body,
div,
span,
object,
iframe,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

::selection {
  background: #dbdeea;
  color: #fff;
}

::-moz-selection {
  background: #dbdeea;
  color: #fff;
}

::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

a,
a:visited {
  color: #2e2e2e;
  outline: none;
  text-decoration: none;
}

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

h1,
h2,
h3 {
  -webkit-font-smoothing: antialiased;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'proxima-nova', helvetica neue;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #2d2d2d;
  font-family: 'proxima-nova', helvetica neue;
  line-height: 1;
  word-wrap: break-word;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.wf-loading {
  visibility: hidden;
}

.news-body-wrapper {
  float: left;
  width: 100%;
  padding: 90px 0px;
  background-image: url('../../images/icons/background-shapes.svg');
  background-repeat: no-repeat;
  background-position: top 100px right -30%;
}

.news-body-wrapper .inner-wrapper {
  width: 1048px;
  margin-left: auto;
  margin-right: auto;
}

nav.top {
  float: left;
  width: 100%;
  margin-bottom: 90px;
}

nav.top a.logo {
  float: left;
  width: 59px;
  height: 59px;
  background-repeat: no-repeat;
  background-image: url('../../images/icons/induction.png');
  background-size: 59px;
}

main.mid {
  float: left;
  width: 100%;
  margin-bottom: 90px;
}

main.mid header {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  max-width: 670px;
}

main.mid header .saved-icon {
  float: left;
  width: 97px;
  height: 97px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-image: url('../../images/icons/saved-post-icon.svg');
  background-size: 100%;
}

main.mid header h1 {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 68px;
  color: #333333;
  letter-spacing: -1.32px;
  line-height: 68px;
}

main.mid header p {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #999999;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 20px;
}

main.mid header p:last-child {
  margin-bottom: 0px;
}

main.mid header p span {
  color: #333;
}

main.mid header a.action-button {
  background: #4199ff;
  box-shadow: 0 3px 9px 0 #acd2ff;
  border-radius: 32.5px;
  color: #fff;
  font-family: 'proxima-nova', helvetica neue;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  float: left;
  margin-top: 20px;
}

main.mid .columns {
  float: left;
  width: 100%;
}

main.mid .columns .left {
  float: left;
  width: 670px;
  margin-right: 70px;
}

.field {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.field.split-left {
  width: 50%;
  padding-right: 8px;
}

.field.split-right {
  width: 50%;
  padding-left: 8px;
}

.field input[type='text'] {
  width: 100%;
  float: left;
  margin-top: 10px;
  outline: none;
  background: #ffffff;
  border: 2px solid #cbcbcb;
  border-radius: 5px;
  font-size: 18px;
  color: #5a5a5b;
  letter-spacing: -0.53px;
  font-weight: 500;
  padding: 17px 19px;
  font-family: 'proxima-nova', helvetica neue;
}

.field select {
  width: 100%;
  float: left;
  margin-top: 10px;
  height: 60px;
  outline: none;
  background: #ffffff;
  border: 2px solid #cbcbcb;
  border-radius: 5px;
  font-size: 18px;
  color: #5a5a5b;
  letter-spacing: -0.53px;
  font-weight: 500;
  padding: 17px 19px;
  font-family: 'proxima-nova', helvetica neue;
  outline: none;
  clear: both;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url('../../images/icons/icon-select-dropdown.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 20px top 25px;
}

.field textarea {
  width: 100%;
  float: left;
  margin-top: 10px;
  outline: none;
  background: #ffffff;
  border: 2px solid #cbcbcb;
  border-radius: 5px;
  font-size: 18px;
  color: #5a5a5b;
  letter-spacing: -0.53px;
  font-weight: 500;
  padding: 17px 19px;
  font-family: 'proxima-nova', helvetica neue;
  min-height: 150px;
  resize: none;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  background: #ffffff;
  border: 2px solid #4199ff;
  box-shadow: 0 0 10px 0 rgba(65, 153, 255, 0.45);
  color: #5a5a5b;
}

.redactor-editor:focus {
  background: #ffffff;
  border: 2px solid #4199ff;
  box-shadow: 0 0 10px 0 rgba(65, 153, 255, 0.45);
  color: #5a5a5b;
}

.field select:focus {
  background-image: url('../../images/icons/icon-select-dropdown.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 20px top 25px;
  color: #5a5a5b;
}

.field button {
  background: #4199ff;
  box-shadow: 0 3px 9px 0 #acd2ff;
  border-radius: 32.5px;
  color: #fff;
  font-family: 'proxima-nova', helvetica neue;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  margin-top: 20px;
  outline: none;
}

.field button.action-button:hover {
  background: #3179ce;
}

.field .editor-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #f8f8f8;
  padding: 7px;
  border-radius: 3px;
  font-family: ProximaNova-Bold;
  font-size: 13px;
  color: #929292;
  letter-spacing: -0.38px;
  text-align: center;
}

::-webkit-input-placeholder {
  color: #b4b4b4;
}
::-moz-placeholder {
  color: #b4b4b4;
}
:-ms-input-placeholder {
  color: #b4b4b4;
}
:-moz-placeholder {
  color: #b4b4b4;
}

main.mid .columns .right {
  width: 308px;
  float: right;
}

main.mid .columns .right h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #555555;
  margin-bottom: 15px;
}

main.mid .columns .right ul {
  float: left;
  width: 100%;
  list-style: none;
}

main.mid .columns .right ul li {
  float: left;
  width: 100%;
  list-style: none;
  background-repeat: no-repeat;
  background-image: url('../../images/icons/blue-tick-icon.svg');
  background-position: 0px 16px;
  padding: 10px 0px 10px 40px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
  color: #999999;
  letter-spacing: 0;
  line-height: 26px;
}

footer {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #b3b3b3;
  letter-spacing: 0;
}

main.mid header.error-heading {
  padding: 100px 0px;
}

@media screen and (max-width: 1600px) {
  .news-body-wrapper {
    background-repeat: no-repeat;
    background-position: top 100px right -85px;
    background-size: 430px;
  }
}

@media screen and (max-width: 1058px) {
  .news-body-wrapper .inner-wrapper {
    width: 92%;
  }

  main.mid .columns .left {
    width: 100%;
    margin-right: 0px;
  }

  main.mid .columns .right {
    width: 100%;
    float: right;
    margin-top: 60px;
  }
}

@media screen and (max-width: 700px) {
  main.mid header h1 {
    font-size: 48px;
    line-height: 48px;
  }

  main.mid header p {
    font-size: 18px;
    line-height: 24px;
  }
  .news-body-wrapper {
    padding: 40px 0px;
  }
}

@media screen and (max-width: 500px) {
  .news-body-wrapper {
    background-image: none;
  }

  .field.split-left {
    width: 100%;
    padding-right: 0px;
  }
  .field.split-right {
    width: 100%;
    padding-left: 0px;
  }
}

.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.publish-error {
  margin-top: 50px;
  color: red !important;
}

.slim-btn {
  width: auto !important;
  font-size: 1em !important;
  padding: 0 1em !important;
  border-radius: 1em !important;
  background-image: none !important;
}
.slim .slim-area .slim-status {
  min-height: 400px;
}

.slim {
  background-color: #f5f5f5;
}
.slim .slim-area .slim-status {
  min-height: 380px;
  background-image: url('../../images/icons/upload-image-icon.svg');
  background-repeat: no-repeat;
  background-position: center top 120px;
  padding: 120px 50px 0px 40px !important;
  font-weight: 800;
  cursor: pointer;
}

.slim-label p {
  background-color: #fff;
  padding: 12px 18px;
  border-radius: 5px;
}
/* dsfd */
