

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
@font-face {
  font-family: OpenSans Bold;
  src: url(.././fonts/OpenSans-Bold.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSans Light;
  src: url(.././fonts/OpenSans-Light.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSans Regular;
  src: url(.././fonts/OpenSans-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Raleway ExtraLight;
  src: url(.././fonts/Raleway-ExtraLight.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Raleway Regular;
  src: url(.././fonts/Raleway-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Raleway Medium;
  src: url(.././fonts/Raleway-Medium.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Manuale SemiBold;
  src: url(.././fonts/Raleway-SemiBold.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
  outline: none;
}
html {
  font-size: 1em;
}
html,
body {
  min-height: 100%;
}
body {
  background: #fff;
  font-family: OpenSans Regular, sans-serif;
  padding-top: 4.875em;
}
figure {
  display: block;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
p:first-letter{
  text-transform: capitalize;
}
a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active,
a.active {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  display: block;
}
img {
  border: none;
}
svg path,
svg circle {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
strong {
  font-weight: 700;
}
.main {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}
.clmn_100 {
  width: 100%;
}
.clmn_75 {
  width: 75%;
}
.clmn_33 {
  width: 33.333%;
}
.clmn_25 {
  width: 25%;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-item {
  display: flex;
  padding: 0 1em;
}
.header {
  background: #fff;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  height: 4.875em;
  width: 100%;
  z-index: 1;
}
.header ul {
  display: block;
  text-align: left;
}
.header ul.opened {
  display: block;
  transition: all .3s;
  z-index: 999;
}
.header ul li {
  display: inline-block;
  padding: 0;
}
.header ul li a {
  display: block;
  font-family: OpenSans Bold, sans-serif;
  font-size: .875em;
  margin-top: 1px;
  padding: .3rem 1.5rem .3rem 0;
  text-decoration: none;
  text-transform: uppercase;
}
.header ul li a:hover,
.header ul li a.active {
  text-decoration: underline;
}
#logo {
  display: block;
  overflow: hidden;
  padding-top: 1em;
  text-decoration: none;
  width: 100%;
  text-transform: capitalize;
}
#logo img {
  float: left;
  padding-right: .75em;
}
#logo span {
  color: #000;
  display: block;
  font-family: Raleway Regular, sans-serif;
  font-size: 2em;
  padding-top: .25em;
}
#mobile_menu {
  display: none;
  position: absolute;
  top: 1.875em;
  right: 0;
  cursor: pointer;
}
#low_menu {
  background: #453736;
  display: inline-block;
  margin-left: -15px;
  padding: 0 15px;
  position: absolute;
  top: 4.875em;
  width: 100%;
}
.accordion .item a {
    color: #000;
    text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .header ul {
    display: none;
    padding: .5rem 1rem 1rem 1rem;
  }
  .header ul.opened {
    position: relative;
  }
  .header ul li {
    display: block;
    text-align: center;
  }
  .header ul li a {
    padding: .2rem;
    margin-top: .3rem;
  }
  #mobile_menu {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  #logo {
    font-size: .9em;
    padding-top: 1.5em;
  }
  #logo span {
    font-size: 1.8em;
    padding-top: .35em;
  }
}
@media screen and (max-width: 350px) {
  #logo {
    font-size: .8em;
  }
  #logo span {
    padding-top: .45em;
  }
}
input[type=text]:not(.omInputText),
input[type=password]:not(.omInputText),
input[type=email]:not(.omInputText),
input[type=tel]:not(.omInputText),
textarea:not(.omInputText),
select:not(.omInputText) {
  background-color: #fff;
  border: 1px solid #cadbe3;
  border-radius: 0;
  font-family: OpenSans Regular, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  padding: 12px 14px;
  width: 100%;
}
input[type=text]:focus:not(.omInputText),
input[type=password]:focus:not(.omInputText),
input[type=email]:focus:not(.omInputText),
input[type=tel]:focus:not(.omInputText),
textarea:focus:not(.omInputText),
select:focus:not(.omInputText) {
  border-color: #698fb4;
}
select,
select:not(.omInputText) {
  background: url(.././images/select.png) no-repeat #fff 100% 0;
  border: 1px solid #484848;
  border-radius: 30px;
  font-family: OpenSans Bold, sans-serif;
  font-size: 1em;
  padding-right: 2.5em;
  height: 58px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
:-moz-placeholder {
  color: #000;
  opacity: 1;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
input[type=submit],
button {
  background: #a54068;
  background: -moz-linear-gradient(top, #a54068 0%, #86456d 100%);
  background: -webkit-linear-gradient(top, #a54068 0%, #86456d 100%);
  background: linear-gradient(to bottom, #a54068 0%, #86456d 100%);
  border: none;
  border-radius: 1.67em;
  color: #fff;
  display: block;
  font-family: Raleway Medium, sans-serif;
  font-size: 1.375em;
  margin-top: 0;
  height: 2.64em;
  width: 100%;
  transition: background-color 0.3s ease;
}
input[type=submit]:hover,
button:hover,
button:focus {
  background: #000;
  background: -moz-linear-gradient(top, #000 0%, #000 100%);
  background: -webkit-linear-gradient(top, #000 0%, #000 100%);
  background: linear-gradient(to bottom, #000 0%, #000 100%);
  cursor: pointer;
}
.footer {
  background: #453736;
  padding: 54px 16px;
}
.footer a {
  display: inline-block;
  font-family: OpenSans Regular, sans-serif;
  font-size: .875em;
  padding: .4rem 0;
  position: relative;
}
.footer a:before {
  content: '\2022';
  position: absolute;
  left: -10px;
}
.footer-item {
  width: 33.333%;
}
.copy {
  background: #a54068;
  color: #fff;
  display: block;
  font-family: OpenSans Regular, sans-serif;
  font-size: .875em;
  padding: .5rem 1rem;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .footer ul {
    text-align: center;
  }
  .footer li {
    display: inline-block;
    padding: 0 .4rem;
  }
  .footer .flex {
    display: block;
  }
  .footer-item {
    justify-content: center;
    width: auto;
  }
}
.section-first {
  background: url(.././images/bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 130px 40px 40px 40px;
  position: relative;
  height: 900px;
  text-align: right;
}
.section-first-bg {
  background: url(.././images/ipad.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 75%;
}
.form_block {
  display: inline-block;
  margin: 0;
  max-width: 600px;
}
.form_block #slogan {
  text-align: right;
  padding: 0 30px;
}
.form_block #slogan h1 {
  color: #484848;
  display: inline-block;
  font-family: Raleway ExtraLight, sans-serif;
  font-size: 55px;
  line-height: 72px;
  max-width: 600px;
  text-align: left;
}
.form_block form {
  text-align: left;
}
.form_block .form_section {
  display: inline-block;
  padding: 30px;
  max-width: 480px;
  text-align: left;
}
.form_block .form_section .clmns {
  padding-bottom: 16px;
}
.form_block .form_section .clmns:last-child {
  padding-bottom: 0;
}
.form_block .form_section .selectors {
  text-align: center;
  display: inline-block;
  padding-top: 6px;
}
.form_block h2 {
  color: #484848;
  font-size: 28px;
  font-family: Raleway Regular, sans-serif;
}
.form_block p {
  color: #484848;
  font-family: Raleway SemiBold, sans-serif;
  font-size: 14px;
  margin-top: 2px;
  text-transform: uppercase;
}
.note {
  color: #b5b5b5;
  font-family: OpenSans Bold, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 auto;
  padding: 8px 0 24px 0;
  width: 100%;
  text-align: justify;
}
.note a {
  color: #b5b5b5;
  font-weight: bold;
}
.note a:hover {
  color: #a54068;
}
.bttn_section {
  max-width: 680px;
  margin: 0 auto;
}
.bttn_section span {
  display: inline-block;
  font-size: 12px;
  padding-left: 12px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 1400px) {
  .section-first-bg {
    left: -100px;
  }
}
@media screen and (max-width: 1200px) {
  .section-first-bg {
    left: -200px;
  }
}
@media screen and (max-width: 1100px) {
  .section-first-bg {
    left: -300px;
  }
}
@media screen and (max-width: 1000px) {
  .section-first {
    padding: 5em 1em 5em 1em;
    height: auto;
  }
  .section-first-bg {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .section-first {
    padding: 2em 1em 3em 1em;
  }
  .section-first-bg {
    background: none;
  }
  .form_block #slogan {
    padding: 0 0 3em;
  }
  .form_block #slogan h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .form_block .form_section {
    padding: 0;
  }
}
#second_section {
  background: #e1d6db;
  background: -moz-linear-gradient(top, #e1d6db 0%, #e8e9ee 100%);
  background: -webkit-linear-gradient(top, #e1d6db 0%, #e8e9ee 100%);
  background: linear-gradient(to bottom, #e1d6db 0%, #e8e9ee 100%);
  padding: 5em 1em;
}
#second_section .icon {
  padding-right: 1.5em;
}
#second_section h3 {
  font-size: 28px;
  line-height: 32px;
  color: #000;
  font-family: Raleway Medium, sans-serif;
}
#second_section p {
  margin: 0;
  font-size: 16px;
  font-family: OpenSans Light, sans-serif;
  line-height: 24px;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1000px) {
  #second_section {
    padding: 3em 1em;
  }
  #second_section .icon {
    padding: 0;
    margin-bottom: 1em;
  }
  #second_section .flex-item {
    display: block;
    padding: 0 1em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #second_section .flex {
    display: block;
  }
  #second_section .flex-item {
    width: auto;
    padding-bottom: 1.5em;
  }
}
#third_section, #internal_content {
  padding: 54px 16px;
  background: #f3f7f9;
}
#third_section h2 {
  font-size: 32px;
  line-height: 38px;
  color: #000;
  font-family: Raleway Medium, sans-serif;
}
#third_section p {
  margin: 0;
  font-size: 14px;
  font-family: OpenSans Light, sans-serif;
  line-height: 24px;
  padding-top: 1.4rem;
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  #third_section h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
#apply_section {
  background: #f9b38d;
  background: -moz-linear-gradient(top, #f9b38d 0%, #f58780 100%);
  background: -webkit-linear-gradient(top, #f9b38d 0%, #f58780 100%);
  background: linear-gradient(to bottom, #f9b38d 0%, #f58780 100%);
  overflow: hidden;
  padding: 60px 16px 70px;
  position: relative;
  text-align: center;
}
#apply_section:before {
  content: ' ';
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -250px;
  width: 500px;
  height: 500px;
}
#apply_section h2 {
  font-family: Raleway Medium, sans-serif;
  font-size: 28px;
  line-height: 32px;
  color: #000;
  max-width: 250px;
  display: inline-block;
}
#apply_section .bttn_section_b {
  background: #000;
  display: inline-block;
  margin-top: 2.4rem;
  max-width: 250px;
  transition: all 0.3s;
  text-transform: uppercase;
}
#apply_section .bttn_section_b:hover {
  background: #a54068;
}
