@import url("http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,300italic,400italic");

@import url(../bower_components/jquery-ui/themes/base/jquery.ui.autocomplete.css);

@import url(../bower_components/bootstrap-sass/dist/css/bootstrap.min.css);

/* line 5, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

html {
  line-height: 1;
}

/* line 24, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

ol,
ul {
  list-style: none;
}

/* line 26, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

q,
blockquote {
  quotes: none;
}

/* line 103, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

a img {
  border: none;
}

/* line 116, ../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 10, ../../app/styles/_base.scss */

body {
  font-family: Roboto !important;
  font-size: 16px !important;
}

/* line 15, ../../app/styles/_base.scss */

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* line 21, ../../app/styles/_base.scss */

.wrapper {
  z-index: 9999;
  text-align: center;
}

/* line 25, ../../app/styles/_base.scss */

.clickable {
  cursor: pointer;
}

/* line 103, ../../app/styles/_base.scss */

.profile-pic {
  float: left;
  width: 250px;
}

@media only screen and (max-width: 320px) {
  /* line 103, ../../app/styles/_base.scss */

  .profile-pic {
    width: 100%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 1023px) {
  /* line 103, ../../app/styles/_base.scss */

  .profile-pic {
    width: 125px;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 103, ../../app/styles/_base.scss */

  .profile-pic {
    float: none;
  }
}

/* line 7, ../../app/styles/_menubar.scss */

#makinit-logo {
  cursor: pointer;
}

/* line 11, ../../app/styles/_menubar.scss */

.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 998;
  text-align: center;
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 21, ../../app/styles/_menubar.scss */

.fixed-navbar .select2-container-multi .select2-choices {
  width: 265px !important;
  margin-right: 30px !important;
  font-style: italic !important;
  font-size: 12px !important;
  height: 38px !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border: 2px solid #ebe9e8 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  background: #e4e4e0 !important;
  padding-left: 10px !important;
}

/* line 33, ../../app/styles/_menubar.scss */

.fixed-navbar .select2-container-multi .select2-choices .select2-search-choice {
  width: auto;
  height: 80%;
  font-size: 19px;
  background: inherit;
  border: none;
  font-style: normal;
  box-shadow: none;
  vertical-align: bottom;
  line-height: 21px;
}

/* line 47, ../../app/styles/_menubar.scss */

.fixed-navbar .nav-content {
  height: 40px;
  margin-top: 6px;
  position: relative;
  display: inline-block;
}

/* line 52, ../../app/styles/_menubar.scss */

.fixed-navbar .nav-content .logo {
  vertical-align: top;
  padding-right: 10px;
  display: inline-block;
  margin-top: 1px;
  position: relative;
  float: left;
}

/* line 60, ../../app/styles/_menubar.scss */

.fixed-navbar .nav-content .search {
  margin-top: -8px;
  vertical-align: top;
  padding-right: 100px;
  display: inline-block;
  position: relative;
  float: right;
}

/* line 67, ../../app/styles/_menubar.scss */

.fixed-navbar .nav-content .search .primary-input {
  width: 300px;
  margin: 10px 20px 5px 20px;
  font-style: italic;
  line-height: 18px;
}

/* line 73, ../../app/styles/_menubar.scss */

.fixed-navbar .nav-content .search .location-input {
  width: 200px;
  margin: 10px 20px 5px 20px;
  font-style: italic;
  line-height: 18px;
}

/* line 83, ../../app/styles/_menubar.scss */

.fixed-navbar .ui-helper-hidden-accessible {
  display: none;
}

/* line 84, ../../app/styles/_menubar.scss */

.fixed-navbar .ui-autocomplete {
  top: 43px !important;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 998 !important;
  font-family: Roboto !important;
  font-size: 16px !important;
}

/* line 92, ../../app/styles/_menubar.scss */

.fixed-navbar .ui-autocomplete .ui-menu-item {
  cursor: default;
  padding: 0 4px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid transparent;
  font-size: 14px;
  color: #999 !important;
  line-height: 25px;
  border-radius: 0 !important;
}

/* line 105, ../../app/styles/_menubar.scss */

.fixed-navbar .ui-autocomplete .ui-menu-item a {
  color: #333;
}

/* line 106, ../../app/styles/_menubar.scss */

.fixed-navbar .ui-autocomplete .ui-menu-item .ui-state-focus {
  background: #ebf2fe !important;
  font-weight: bold !important;
  border-radius: 0 !important;
}

/* line 114, ../../app/styles/_menubar.scss */

.fixed-navbar .pac-container {
  font-family: Roboto !important;
  font-size: 16px !important;
}

/* line 120, ../../app/styles/_menubar.scss */

.fixed-navbar .logo img {
  margin-right: 20px;
}

/* line 134, ../../app/styles/_menubar.scss */

.fixed-navbar #account-icon {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 139, ../../app/styles/_menubar.scss */

.fixed-navbar #account-icon img {
  border: 1px solid #ebe9e8;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

/* line 147, ../../app/styles/_menubar.scss */

.fixed-navbar #account-dropdown {
  padding: 15px 8px 10px 8px;
  position: absolute !important;
  right: 0;
  top: 50px;
  z-index: 9999;
  display: none;
  width: 200px;
  background: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 18px;
}

/* line 159, ../../app/styles/_menubar.scss */

.fixed-navbar #account-dropdown a {
  color: #8d897d;
}

/* line 163, ../../app/styles/_menubar.scss */

.fixed-navbar #account-dropdown span {
  float: right;
  color: #ee572d;
}

/* line 169, ../../app/styles/_menubar.scss */

.fixed-navbar .active-border {
  border: 1px solid #ee572d !important;
  border-radius: 20px;
}

/* line 177, ../../app/styles/_menubar.scss */

.fixed-navbar #menu-log-in {
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}

/* line 184, ../../app/styles/_menubar.scss */

.fixed-navbar .log-btn {
  position: absolute;
  border: 1px solid #ebe9e8;
  top: 14px;
  left: 240px;
  width: 120px;
  height: 40px;
  background: #ee572d;
  color: white;
  cursor: pointer;
}

/* line 194, ../../app/styles/_menubar.scss */

.fixed-navbar .log-btn:hover {
  background-color: #ec4415;
}

/* line 206, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  vertcal-align: top;
  text-align: center;
  font-size: 14px;
}

/* line 215, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview .logo {
  display: inline-block;
  float: none;
  margin-top: 7px;
  padding: 0;
}

/* line 221, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #usermenu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
}

/* line 226, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #usermenu:hover {
  background-color: #b3b3b3;
}

/* line 229, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #usermenu.depressed {
  background-color: #b3b3b3;
}

/* line 232, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #usermenu .usermenu_icon {
  background-image: url(../images/account-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

/* line 240, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview .dropdown {
  background-color: #333;
  position: absolute;
  display: none;
  top: 50px;
  right: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  border-bottom: 3px solid #b3b3b3;
}

/* line 251, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview .dropdown input[type="text"],
.fixed-navbar .mobileview .dropdown input[type="password"],
.fixed-navbar .mobileview .dropdown input[type="email"] {
  margin: 0 auto 15px auto;
  width: 80%;
  line-height: 23px;
  height: 35px;
}

/* line 257, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview .dropdown input[type='button'] {
  margin-right: 10%;
  float: right;
  height: 32px;
}

/* line 264, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #usermenuDropdown a.login {
  color: #999999;
  float: left;
  margin-top: 9px;
  margin-left: 18%;
}

/* line 270, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #usermenuDropdown.logged-in {
  width: 270px;
  border-bottom: 3px solid #b3b3b3;
  border-left: 3px solid #b3b3b3;
  padding-bottom: 10px;
}

/* line 275, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #usermenuDropdown.logged-in ul {
  width: 100%;
}

/* line 277, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #usermenuDropdown.logged-in ul li {
  color: #999999;
  font-size: 25px;
  line-height: 25px;
  margin-top: 3px;
  width: 100%;
  clear: both;
  padding-top: 10px;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 10px;
}

/* line 288, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #usermenuDropdown.logged-in ul li:hover,
.fixed-navbar .mobileview #usermenuDropdown.logged-in ul li:hover a {
  background-color: #b3b3b3;
  color: #333;
}

/* line 293, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #usermenuDropdown.logged-in ul li div.ss-desktop,
.fixed-navbar .mobileview #usermenuDropdown.logged-in ul li div.ss-lock,
.fixed-navbar .mobileview #usermenuDropdown.logged-in ul li div.ss-info {
  float: left;
  margin-top: 5px;
  font-size: 30px;
  margin-right: 5px;
}

/* line 301, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #usermenuDropdown.logged-in ul li a {
  font-size: 20px;
  margin-left: 10px;
  color: #999999;
}

/* line 310, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #searchmenu {
  position: fixed;
  left: 0;
  top: 0;
  padding: 10px;
}

/* line 315, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #searchmenu:hover {
  background-color: #b3b3b3;
}

/* line 318, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #searchmenu.depressed {
  background-color: #b3b3b3;
}

/* line 321, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #searchmenu .searchmenu_icon {
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

/* line 330, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #searchmenuDropdown .ui-helper-hidden-accessible {
  display: none;
}

/* line 331, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #searchmenuDropdown .ui-autocomplete {
  top: 63px !important;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 998 !important;
  font-family: Roboto !important;
  font-size: 16px !important;
}

/* line 339, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #searchmenuDropdown .ui-autocomplete .ui-menu-item {
  cursor: default;
  padding: 0 4px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid transparent;
  font-size: 14px;
  color: #999 !important;
  line-height: 25px;
  border-radius: 0 !important;
}

/* line 352, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #searchmenuDropdown .ui-autocomplete .ui-menu-item a {
  color: #333;
  width: 100%;
}

/* line 353, ../../app/styles/_menubar.scss */

.fixed-navbar .mobileview #searchmenuDropdown .ui-autocomplete .ui-menu-item .ui-state-focus {
  background: #ebf2fe !important;
  font-weight: bold !important;
  border-radius: 0 !important;
}

/* line 375, ../../app/styles/_menubar.scss */

#makinit-message-modal .modal-dialog {
  z-index: 9999;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-top: -100px;
  margin-left: -200px;
  min-height: 200px;
  width: 400px;
}

/* line 384, ../../app/styles/_menubar.scss */

#makinit-message-modal .modal-dialog #makinit-message {
  margin: 30px;
}

/* line 388, ../../app/styles/_menubar.scss */

#makinit-message-modal input[type="button"] {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: 1px solid #ebe9e8;
  width: 100px;
  height: 36px;
  background-color: #ffffff;
  cursor: pointer;
}

/* line 397, ../../app/styles/_menubar.scss */

#makinit-message-modal input[type="button"]:hover {
  background-color: #f2f2f2;
}

/*__ _ _                                    _        _
 _____  _____   ____  _____  _____ _      ______  _____         _____ ______
|  __ \|  __ \ / __ \|  ____|_  _| |    |  ____| |  __ \ /\   / ____|  ____|
| |__) | |__) | |  | | |__   | | | |    | |__    | |__) /  \ | |  __| |__
|  ___/|  _  /| |  | |  __|  | | | |    |  __|   |  ___/ /\ \| | |_ |  __|
| |    | | \ \| |__| | |    _| |_| |____| |____  | |  / ____ \ |__| | |____
|_|    |_|  \_\____/|_|   |_____|______|______| |_| /_/    \_\_____|______|


*/

@media only screen and (max-width: 1199px) {
  /* line 19, ../../app/styles/_profilepage.scss */

  .profile-master {
    padding: 0 10px;
  }
}

/* line 25, ../../app/styles/_profilepage.scss */

.heading-area {
  border-radius: 8px;
  position: relative;
}

/* line 30, ../../app/styles/_profilepage.scss */

.attributes-area {
  width: 100%;
  min-height: 500px;
  text-align: left;
  position: relative;
}

/* line 36, ../../app/styles/_profilepage.scss */

.attributes-placeholder {
  padding-right: 30px;
  padding-bottom: 55px;
  height: 100%;
}

/* line 41, ../../app/styles/_profilepage.scss */

.skill-area {
  min-height: 500px;
}

@media only screen and (max-width: 767px) {
  /* line 41, ../../app/styles/_profilepage.scss */

  .skill-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 41, ../../app/styles/_profilepage.scss */

  .skill-area {
    padding-top: 30px;
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 41, ../../app/styles/_profilepage.scss */

  .skill-area {
    padding-top: 45px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 41, ../../app/styles/_profilepage.scss */

  .skill-area {
    padding-top: 65px;
    padding-bottom: 55px;
  }
}

/* line 49, ../../app/styles/_profilepage.scss */

#skill-summary-icon {
  position: absolute;
  top: 0;
  left: 87px;
}

/* line 55, ../../app/styles/_profilepage.scss */

.portrait-location {
  text-align: left;
  margin-bottom: 25px;
  font-size: 14px;
}

/* line 59, ../../app/styles/_profilepage.scss */

.portrait-location a {
  color: darkgray;
  text-decoration: underline;
}

/* line 62, ../../app/styles/_profilepage.scss */

.portrait-location a:hover {
  color: darkblue;
}

/* line 68, ../../app/styles/_profilepage.scss */

#videoplayer,
#player,
.player {
  z-index: 9 !important;
}

/* line 74, ../../app/styles/_profilepage.scss */

.video-loading {
  background: url(../images/loading-orange.gif);
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  float: left;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 40%;
  margin-top: -25px;
  z-index: -1;
}

/* line 89, ../../app/styles/_profilepage.scss */

.profile-subtitle {
  color: #ee572d;
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 93, ../../app/styles/_profilepage.scss */

.profile-subtitle span {
  float: right;
  margin-right: 35px;
}

/* line 99, ../../app/styles/_profilepage.scss */

.profile-title {
  color: #ee572d;
  font-size: 22px;
  margin-bottom: 10px;
}

/* line 111, ../../app/styles/_profilepage.scss */

.title-name {
  font-weight: 500;
  color: #ee572d;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  /* line 111, ../../app/styles/_profilepage.scss */

  .title-name {
    font-size: 25px;
    line-height: 32px;
    clear: both;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 111, ../../app/styles/_profilepage.scss */

  .title-name {
    font-size: 19px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 111, ../../app/styles/_profilepage.scss */

  .title-name {
    font-size: 22px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 111, ../../app/styles/_profilepage.scss */

  .title-name {
    font-size: 25px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 111, ../../app/styles/_profilepage.scss */

  .title-name {
    float: left;
    clear: both;
  }
}

/* line 124, ../../app/styles/_profilepage.scss */

.title-orgs {
  font-size: 18px;
  color: #ee572d;
}

@media only screen and (max-width: 767px) {
  /* line 124, ../../app/styles/_profilepage.scss */

  .title-orgs {
    float: left;
    clear: both;
  }
}

/* line 130, ../../app/styles/_profilepage.scss */

.left-title {
  float: left;
  vertical-align: bottom;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 137, ../../app/styles/_profilepage.scss */

.left-title.edit {
  overflow: visible;
}

/* line 140, ../../app/styles/_profilepage.scss */

.right-title {
  margin-top: -30px;
  float: right;
}

/* line 143, ../../app/styles/_profilepage.scss */

.right-title div {
  display: inline-block;
}

/* line 149, ../../app/styles/_profilepage.scss */

.user-tags {
  color: #8d897d;
  text-align: left;
  font-size: 14px;
  float: left;
  padding-left: 0;
  margin-left: 0;
  margin-top: 3px;
  margin-bottom: 5px;
  clear: left;
  max-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  /* line 149, ../../app/styles/_profilepage.scss */

  .user-tags {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 149, ../../app/styles/_profilepage.scss */

  .user-tags {
    max-width: 60%;
  }
}

/* line 168, ../../app/styles/_profilepage.scss */

.user-tags .title {
  color: #57554d;
  width: auto;
}

/* line 172, ../../app/styles/_profilepage.scss */

.user-tags a {
  color: darkgray;
  text-decoration: underline;
}

/* line 175, ../../app/styles/_profilepage.scss */

.user-tags a:hover {
  color: darkblue;
}

/* line 181, ../../app/styles/_profilepage.scss */

.skill-indicator {
  display: inline-block;
  width: 135px;
  height: 50px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #ebe9e8;
  color: #ee572d;
  font-weight: 300;
  font-size: 18px;
  padding: 15px;
}

/* line 195, ../../app/styles/_profilepage.scss */

.ss-star {
  color: #8d897d;
}

/* line 199, ../../app/styles/_profilepage.scss */

.contact-links {
  float: right;
  position: relative;
}

@media only screen and (max-width: 767px) {
  /* line 199, ../../app/styles/_profilepage.scss */

  .contact-links {
    width: 100%;
  }
}

/* line 203, ../../app/styles/_profilepage.scss */

.contact-links a {
  margin-right: 0px;
  font-weight: 500;
}

/* line 215, ../../app/styles/_profilepage.scss */

.sub-heading-nav {
  position: relative;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #414141;
  color: #b3afaf;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  /* line 215, ../../app/styles/_profilepage.scss */

  .sub-heading-nav {
    font-size: 13px;
    margin-top: -11px;
    height: 35px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 215, ../../app/styles/_profilepage.scss */

  .sub-heading-nav {
    font-size: 13px;
    height: 35px;
    margin-top: -11px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 215, ../../app/styles/_profilepage.scss */

  .sub-heading-nav {
    font-size: 15px;
    height: 40px;
    margin-top: -11px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 215, ../../app/styles/_profilepage.scss */

  .sub-heading-nav {
    font-size: 17px;
    height: 50px;
    margin-top: -10px;
    line-height: 50px;
  }
}

/* line 250, ../../app/styles/_profilepage.scss */

.sub-heading-nav .skills-heading {
  color: #ffffff;
  float: left;
  margin-left: 10px;
}

@media only screen and (max-width: 600px) {
  /* line 250, ../../app/styles/_profilepage.scss */

  .sub-heading-nav .skills-heading {
    display: none;
  }
}

/* line 256, ../../app/styles/_profilepage.scss */

.sub-heading-nav .skill-button-container {
  height: 100%;
  float: right;
}

/* line 259, ../../app/styles/_profilepage.scss */

.sub-heading-nav .skill-button-container .skill-button.add-skill {
  width: 45px;
}

/* line 262, ../../app/styles/_profilepage.scss */

.sub-heading-nav .skill-button-container .skill-button {
  position: relative;
  height: 100%;
  border-left: 1px solid #000;
  float: right;
  position: relative;
  color: #b3afaf;
}

/* line 270, ../../app/styles/_profilepage.scss */

.sub-heading-nav .skill-button-container .skill-button .skill-text {
  float: left;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 0px 7px;
  width: 100%;
}

/* line 279, ../../app/styles/_profilepage.scss */

.sub-heading-nav .skill-button-container .skill-button .skill-text:hover {
  text-decoration: underline;
}

/* line 282, ../../app/styles/_profilepage.scss */

.sub-heading-nav .skill-button-container .skill-button.active,
.sub-heading-nav .skill-button-container .skill-button:hover {
  color: #ee572d;
}

/* line 285, ../../app/styles/_profilepage.scss */

.sub-heading-nav .skill-button-container .skill-button.active.edit {
  padding-right: 20px;
}

/* line 287, ../../app/styles/_profilepage.scss */

.sub-heading-nav .skill-button-container .skill-button.active.edit .ss-write {
  position: absolute;
  right: 3px;
  top: 0;
  z-index: 99;
}

/* line 303, ../../app/styles/_profilepage.scss */

.active .inner:after {
  border: 1px solid #ffffff;
  border-bottom-width: 10px;
  border-top-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  content: "";
  width: 0;
  height: 0;
  border-color: rgba(92, 92, 90, 0.9) transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 40%;
  z-index: 99;
}

/* line 318, ../../app/styles/_profilepage.scss */

.active a {
  color: #ee572d !important;
}

/* line 323, ../../app/styles/_profilepage.scss */

.cover-photo {
  position: relative;
  background: #8d897d;
  overflow: hidden;
  border-radius: 8px;
}

/* line 328, ../../app/styles/_profilepage.scss */

.cover-photo img {
  width: 100%;
  margin: -10px -10px -10px -10px;
}

/* line 343, ../../app/styles/_profilepage.scss */

.profile-subtitle {
  position: relative;
  text-align: left;
}

/* line 347, ../../app/styles/_profilepage.scss */

.attributes-location {
  position: relative;
  text-align: left;
  bottom: 0;
  width: 100%;
}

/* line 355, ../../app/styles/_profilepage.scss */

.attributes-features {
  min-height: 200px;
  margin-bottom: 60px;
}

/* line 358, ../../app/styles/_profilepage.scss */

.attributes-features li {
  font-weight: 300;
  color: #5c5c5a;
  line-height: 20px;
  font-size: 14px;
}

/* line 366, ../../app/styles/_profilepage.scss */

.location-map {
  width: 100%;
  border: 1px solid #ebe9e8;
  border-radius: 8px;
}

/* line 370, ../../app/styles/_profilepage.scss */

.location-map img {
  border-radius: 8px;
  width: 100%;
}

/* line 377, ../../app/styles/_profilepage.scss */

.attributes-photo {
  width: 160px;
  height: 160px;
  border-radius: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

/* line 386, ../../app/styles/_profilepage.scss */

.attributes-photo span.ss-write {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 402, ../../app/styles/_profilepage.scss */

.skill-summary {
  width: 100%;
  height: 146px;
  word-wrap: break-word;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: pre-wrap;
  text-align: left;
}

/* line 403, ../../app/styles/_profilepage.scss */

.skill-summary.view {
  max-height: 146px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  /* line 403, ../../app/styles/_profilepage.scss */

  .skill-summary.view {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    max-height: none;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 403, ../../app/styles/_profilepage.scss */

  .skill-summary.view {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 403, ../../app/styles/_profilepage.scss */

  .skill-summary.view {
    margin-top: 25px;
    margin-bottom: 55px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 403, ../../app/styles/_profilepage.scss */

  .skill-summary.view {
    margin-top: 25px;
    margin-bottom: 55px;
    font-size: 16px;
  }
}

/* line 421, ../../app/styles/_profilepage.scss */

.skill-element-container {
  position: relative;
}

/* line 425, ../../app/styles/_profilepage.scss */

.tab-element {
  display: none;
}

/* line 429, ../../app/styles/_profilepage.scss */

.active {
  display: block;
}

/* line 433, ../../app/styles/_profilepage.scss */

.tab-element {
  margin-top: -20px;
}

/* line 434, ../../app/styles/_profilepage.scss */

.tab-navigation {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: #414141;
  color: #b3afaf;
}

@media only screen and (max-width: 767px) {
  /* line 434, ../../app/styles/_profilepage.scss */

  .tab-navigation {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 434, ../../app/styles/_profilepage.scss */

  .tab-navigation {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 434, ../../app/styles/_profilepage.scss */

  .tab-navigation {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 434, ../../app/styles/_profilepage.scss */

  .tab-navigation {
    height: 60px;
    line-height: 60px;
    font-size: 17px;
  }
}

/* line 453, ../../app/styles/_profilepage.scss */

.tab-navigation .tab-button {
  border-left: 1px solid #000;
  width: 25%;
  float: right;
  position: relative;
  text-align: center;
  font-weight: 400;
  height: 100%;
  cursor: pointer;
  color: #b3afaf;
  margin: 0 auto;
}

/* line 454, ../../app/styles/_profilepage.scss */

.tab-navigation .tab-button:last-of-type {
  border-left: none;
}

/* line 464, ../../app/styles/_profilepage.scss */

.tab-navigation .tab-button.active {
  color: #ee572d;
}

/* line 465, ../../app/styles/_profilepage.scss */

.tab-navigation .tab-button:active {
  color: #ee572d;
}

/* line 466, ../../app/styles/_profilepage.scss */

.tab-navigation .tab-button:hover {
  color: #ee572d;
  text-decoration: underline;
}

/* line 478, ../../app/styles/_profilepage.scss */

#skill-audio-player,
#skill-video-slideshow,
#skill-document-slideshow,
#skill-photo-slideshow {
  width: 100%;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 490, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-video-area,
#skill-video-slideshow .skill-video-area,
#skill-document-slideshow .skill-video-area,
#skill-photo-slideshow .skill-video-area {
  width: 100%;
  height: 360px;
}

/* line 493, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-video-area iframe,
#skill-video-slideshow .skill-video-area iframe,
#skill-document-slideshow .skill-video-area iframe,
#skill-photo-slideshow .skill-video-area iframe {
  width: 100%;
  height: 100%;
}

/* line 498, ../../app/styles/_profilepage.scss */

#skill-audio-player li,
#skill-video-slideshow li,
#skill-document-slideshow li,
#skill-photo-slideshow li {
  display: none;
  width: 100%;
}

/* line 502, ../../app/styles/_profilepage.scss */

#skill-audio-player img,
#skill-video-slideshow img,
#skill-document-slideshow img,
#skill-photo-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
}

/* line 510, ../../app/styles/_profilepage.scss */

#skill-audio-player .active,
#skill-video-slideshow .active,
#skill-document-slideshow .active,
#skill-photo-slideshow .active {
  display: inline-block !important;
}

/* line 513, ../../app/styles/_profilepage.scss */

#skill-audio-player div.title,
#skill-video-slideshow div.title,
#skill-document-slideshow div.title,
#skill-photo-slideshow div.title {
  position: relative;
  margin-top: 4%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  font-size: 30px;
  line-height: 40px;
}

@media only screen and (max-width: 767px) {
  /* line 513, ../../app/styles/_profilepage.scss */

  #skill-audio-player div.title,
  #skill-video-slideshow div.title,
  #skill-document-slideshow div.title,
  #skill-photo-slideshow div.title {
    line-height: 20px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 513, ../../app/styles/_profilepage.scss */

  #skill-audio-player div.title,
  #skill-video-slideshow div.title,
  #skill-document-slideshow div.title,
  #skill-photo-slideshow div.title {
    line-height: 25px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 513, ../../app/styles/_profilepage.scss */

  #skill-audio-player div.title,
  #skill-video-slideshow div.title,
  #skill-document-slideshow div.title,
  #skill-photo-slideshow div.title {
    line-height: 35px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 513, ../../app/styles/_profilepage.scss */

  #skill-audio-player div.title,
  #skill-video-slideshow div.title,
  #skill-document-slideshow div.title,
  #skill-photo-slideshow div.title {
    line-height: 40px;
    font-size: 30px;
  }
}

/* line 529, ../../app/styles/_profilepage.scss */

#skill-audio-player div.description,
#skill-video-slideshow div.description,
#skill-document-slideshow div.description,
#skill-photo-slideshow div.description {
  cursor: default;
  position: relative;
  margin: 10% auto;
  width: 90%;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  /* line 529, ../../app/styles/_profilepage.scss */

  #skill-audio-player div.description,
  #skill-video-slideshow div.description,
  #skill-document-slideshow div.description,
  #skill-photo-slideshow div.description {
    height: 60px;
    line-height: 15px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 529, ../../app/styles/_profilepage.scss */

  #skill-audio-player div.description,
  #skill-video-slideshow div.description,
  #skill-document-slideshow div.description,
  #skill-photo-slideshow div.description {
    height: 80px;
    line-height: 18px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 529, ../../app/styles/_profilepage.scss */

  #skill-audio-player div.description,
  #skill-video-slideshow div.description,
  #skill-document-slideshow div.description,
  #skill-photo-slideshow div.description {
    height: 100px;
    line-height: 19px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 529, ../../app/styles/_profilepage.scss */

  #skill-audio-player div.description,
  #skill-video-slideshow div.description,
  #skill-document-slideshow div.description,
  #skill-photo-slideshow div.description {
    height: 130px;
    line-height: 22px;
    font-size: 18px;
  }
}

/* line 543, ../../app/styles/_profilepage.scss */

#skill-audio-player div.download,
#skill-video-slideshow div.download,
#skill-document-slideshow div.download,
#skill-photo-slideshow div.download {
  position: relative;
  margin: 10% auto;
  font-weight: bold;
  width: 90%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  /* line 543, ../../app/styles/_profilepage.scss */

  #skill-audio-player div.download,
  #skill-video-slideshow div.download,
  #skill-document-slideshow div.download,
  #skill-photo-slideshow div.download {
    line-height: 20px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 543, ../../app/styles/_profilepage.scss */

  #skill-audio-player div.download,
  #skill-video-slideshow div.download,
  #skill-document-slideshow div.download,
  #skill-photo-slideshow div.download {
    line-height: 20px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 543, ../../app/styles/_profilepage.scss */

  #skill-audio-player div.download,
  #skill-video-slideshow div.download,
  #skill-document-slideshow div.download,
  #skill-photo-slideshow div.download {
    line-height: 22px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 543, ../../app/styles/_profilepage.scss */

  #skill-audio-player div.download,
  #skill-video-slideshow div.download,
  #skill-document-slideshow div.download,
  #skill-photo-slideshow div.download {
    line-height: 24px;
    font-size: 20px;
  }
}

/* line 559, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav,
#skill-video-slideshow .skill-slideshow-subnav,
#skill-document-slideshow .skill-slideshow-subnav,
#skill-photo-slideshow .skill-slideshow-subnav {
  width: 100%;
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(92, 92, 90, 0.8);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media only screen and (max-width: 767px) {
  /* line 559, ../../app/styles/_profilepage.scss */

  #skill-audio-player .skill-slideshow-subnav,
  #skill-video-slideshow .skill-slideshow-subnav,
  #skill-document-slideshow .skill-slideshow-subnav,
  #skill-photo-slideshow .skill-slideshow-subnav {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 559, ../../app/styles/_profilepage.scss */

  #skill-audio-player .skill-slideshow-subnav,
  #skill-video-slideshow .skill-slideshow-subnav,
  #skill-document-slideshow .skill-slideshow-subnav,
  #skill-photo-slideshow .skill-slideshow-subnav {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 559, ../../app/styles/_profilepage.scss */

  #skill-audio-player .skill-slideshow-subnav,
  #skill-video-slideshow .skill-slideshow-subnav,
  #skill-document-slideshow .skill-slideshow-subnav,
  #skill-photo-slideshow .skill-slideshow-subnav {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 559, ../../app/styles/_profilepage.scss */

  #skill-audio-player .skill-slideshow-subnav,
  #skill-video-slideshow .skill-slideshow-subnav,
  #skill-document-slideshow .skill-slideshow-subnav,
  #skill-photo-slideshow .skill-slideshow-subnav {
    height: 60px;
    line-height: 60px;
    font-size: 17px;
  }
}

/* line 577, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .active,
#skill-video-slideshow .skill-slideshow-subnav .active,
#skill-document-slideshow .skill-slideshow-subnav .active,
#skill-photo-slideshow .skill-slideshow-subnav .active {
  display: inline-block !important;
}

/* line 580, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .description,
#skill-video-slideshow .skill-slideshow-subnav .description,
#skill-document-slideshow .skill-slideshow-subnav .description,
#skill-photo-slideshow .skill-slideshow-subnav .description {
  position: absolute;
  left: 5vw;
  color: #cbc5c0;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

/* line 590, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .counter,
#skill-video-slideshow .skill-slideshow-subnav .counter,
#skill-document-slideshow .skill-slideshow-subnav .counter,
#skill-photo-slideshow .skill-slideshow-subnav .counter {
  position: absolute;
  right: 45px;
  max-width: 25%;
  color: #cbc5c0;
  text-align: right;
}

/* line 596, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .counter.edit,
#skill-video-slideshow .skill-slideshow-subnav .counter.edit,
#skill-document-slideshow .skill-slideshow-subnav .counter.edit,
#skill-photo-slideshow .skill-slideshow-subnav .counter.edit {
  right: 80px;
}

/* line 598, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .title,
#skill-video-slideshow .skill-slideshow-subnav .title,
#skill-document-slideshow .skill-slideshow-subnav .title,
#skill-photo-slideshow .skill-slideshow-subnav .title {
  font-size: 20px;
  font-style: bold;
  color: #78c8a1;
  top: 0px;
  left: 0px;
  padding: 30px;
  position: absolute;
  width: 681px;
  white-space: normal;
  word-break: break-all;
  height: 360px;
  overflow-y: auto;
}

/* line 612, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .download,
#skill-video-slideshow .skill-slideshow-subnav .download,
#skill-document-slideshow .skill-slideshow-subnav .download,
#skill-photo-slideshow .skill-slideshow-subnav .download {
  margin: 10px 45%;
}

/* line 615, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .slide-navigate,
#skill-video-slideshow .skill-slideshow-subnav .slide-navigate,
#skill-document-slideshow .skill-slideshow-subnav .slide-navigate,
#skill-photo-slideshow .skill-slideshow-subnav .slide-navigate {
  position: absolute;
  height: 100%;
  width: 30%;
  top: 0;
  z-index: 998;
  cursor: pointer;
}

/* line 622, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .slide-navigate.left,
#skill-video-slideshow .skill-slideshow-subnav .slide-navigate.left,
#skill-document-slideshow .skill-slideshow-subnav .slide-navigate.left,
#skill-photo-slideshow .skill-slideshow-subnav .slide-navigate.left {
  left: 0;
}

/* line 623, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .slide-navigate.right,
#skill-video-slideshow .skill-slideshow-subnav .slide-navigate.right,
#skill-document-slideshow .skill-slideshow-subnav .slide-navigate.right,
#skill-photo-slideshow .skill-slideshow-subnav .slide-navigate.right {
  right: 0;
}

/* line 623, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .slide-navigate.right.edit,
#skill-video-slideshow .skill-slideshow-subnav .slide-navigate.right.edit,
#skill-document-slideshow .skill-slideshow-subnav .slide-navigate.right.edit,
#skill-photo-slideshow .skill-slideshow-subnav .slide-navigate.right.edit {
  right: 42px;
}

/* line 626, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .ss-navigateright,
#skill-video-slideshow .skill-slideshow-subnav .ss-navigateright,
#skill-document-slideshow .skill-slideshow-subnav .ss-navigateright,
#skill-photo-slideshow .skill-slideshow-subnav .ss-navigateright {
  cursor: pointer;
  position: absolute;
  color: #ee572d;
  right: 0;
  text-align: right;
  min-width: 40px;
}

/* line 633, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .ss-navigateright.left,
#skill-video-slideshow .skill-slideshow-subnav .ss-navigateright.left,
#skill-document-slideshow .skill-slideshow-subnav .ss-navigateright.left,
#skill-photo-slideshow .skill-slideshow-subnav .ss-navigateright.left {
  left: 0;
}

/* line 634, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .ss-navigateright.edit,
#skill-video-slideshow .skill-slideshow-subnav .ss-navigateright.edit,
#skill-document-slideshow .skill-slideshow-subnav .ss-navigateright.edit,
#skill-photo-slideshow .skill-slideshow-subnav .ss-navigateright.edit {
  right: 42px;
}

@media only screen and (max-width: 767px) {
  /* line 626, ../../app/styles/_profilepage.scss */

  #skill-audio-player .skill-slideshow-subnav .ss-navigateright,
  #skill-video-slideshow .skill-slideshow-subnav .ss-navigateright,
  #skill-document-slideshow .skill-slideshow-subnav .ss-navigateright,
  #skill-photo-slideshow .skill-slideshow-subnav .ss-navigateright {
    height: 42px;
    line-height: 42px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 626, ../../app/styles/_profilepage.scss */

  #skill-audio-player .skill-slideshow-subnav .ss-navigateright,
  #skill-video-slideshow .skill-slideshow-subnav .ss-navigateright,
  #skill-document-slideshow .skill-slideshow-subnav .ss-navigateright,
  #skill-photo-slideshow .skill-slideshow-subnav .ss-navigateright {
    height: 40px;
    line-height: 48px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 626, ../../app/styles/_profilepage.scss */

  #skill-audio-player .skill-slideshow-subnav .ss-navigateright,
  #skill-video-slideshow .skill-slideshow-subnav .ss-navigateright,
  #skill-document-slideshow .skill-slideshow-subnav .ss-navigateright,
  #skill-photo-slideshow .skill-slideshow-subnav .ss-navigateright {
    height: 50px;
    line-height: 61px;
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 626, ../../app/styles/_profilepage.scss */

  #skill-audio-player .skill-slideshow-subnav .ss-navigateright,
  #skill-video-slideshow .skill-slideshow-subnav .ss-navigateright,
  #skill-document-slideshow .skill-slideshow-subnav .ss-navigateright,
  #skill-photo-slideshow .skill-slideshow-subnav .ss-navigateright {
    height: 60px;
    line-height: 72px;
    font-size: 50px;
  }
}

/* line 641, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .ss-navigateleft,
#skill-video-slideshow .skill-slideshow-subnav .ss-navigateleft,
#skill-document-slideshow .skill-slideshow-subnav .ss-navigateleft,
#skill-photo-slideshow .skill-slideshow-subnav .ss-navigateleft {
  cursor: pointer;
  position: absolute;
  color: #ee572d;
  left: 0;
  text-align: left;
  min-width: 40px;
}

@media only screen and (max-width: 767px) {
  /* line 641, ../../app/styles/_profilepage.scss */

  #skill-audio-player .skill-slideshow-subnav .ss-navigateleft,
  #skill-video-slideshow .skill-slideshow-subnav .ss-navigateleft,
  #skill-document-slideshow .skill-slideshow-subnav .ss-navigateleft,
  #skill-photo-slideshow .skill-slideshow-subnav .ss-navigateleft {
    height: 42px;
    line-height: 42px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 641, ../../app/styles/_profilepage.scss */

  #skill-audio-player .skill-slideshow-subnav .ss-navigateleft,
  #skill-video-slideshow .skill-slideshow-subnav .ss-navigateleft,
  #skill-document-slideshow .skill-slideshow-subnav .ss-navigateleft,
  #skill-photo-slideshow .skill-slideshow-subnav .ss-navigateleft {
    height: 40px;
    line-height: 48px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 641, ../../app/styles/_profilepage.scss */

  #skill-audio-player .skill-slideshow-subnav .ss-navigateleft,
  #skill-video-slideshow .skill-slideshow-subnav .ss-navigateleft,
  #skill-document-slideshow .skill-slideshow-subnav .ss-navigateleft,
  #skill-photo-slideshow .skill-slideshow-subnav .ss-navigateleft {
    height: 50px;
    line-height: 61px;
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 641, ../../app/styles/_profilepage.scss */

  #skill-audio-player .skill-slideshow-subnav .ss-navigateleft,
  #skill-video-slideshow .skill-slideshow-subnav .ss-navigateleft,
  #skill-document-slideshow .skill-slideshow-subnav .ss-navigateleft,
  #skill-photo-slideshow .skill-slideshow-subnav .ss-navigateleft {
    height: 60px;
    line-height: 72px;
    font-size: 50px;
  }
}

/* line 654, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .ss-plus.edit,
#skill-video-slideshow .skill-slideshow-subnav .ss-plus.edit,
#skill-document-slideshow .skill-slideshow-subnav .ss-plus.edit,
#skill-photo-slideshow .skill-slideshow-subnav .ss-plus.edit {
  cursor: pointer;
  position: absolute;
  right: 0;
  font-size: 42px;
  color: #cbc5c0;
}

/* line 661, ../../app/styles/_profilepage.scss */

#skill-audio-player .skill-slideshow-subnav .plus-border,
#skill-video-slideshow .skill-slideshow-subnav .plus-border,
#skill-document-slideshow .skill-slideshow-subnav .plus-border,
#skill-photo-slideshow .skill-slideshow-subnav .plus-border {
  height: 100%;
  border-left: 1px solid #000;
  width: 5px;
  float: right;
  position: relative;
  text-align: center;
  margin-right: 41px;
}

/* line 682, ../../app/styles/_profilepage.scss */

.ss-write.edit-icon {
  font-size: 20px;
  color: #cbc5c0;
  cursor: pointer;
}

/* line 688, ../../app/styles/_profilepage.scss */

.ss-delete.edit-icon {
  font-size: 23px;
  color: #cbc5c0;
  cursor: pointer;
}

/* line 693, ../../app/styles/_profilepage.scss */

.ss-plus.edit-icon {
  font-size: 20px;
  color: #cbc5c0;
  cursor: pointer;
}

/* line 699, ../../app/styles/_profilepage.scss */

.contact-icon {
  left: 660px;
  top: 58px;
  position: absolute;
  z-index: 1000;
}

/* line 708, ../../app/styles/_profilepage.scss */

#profilePicturePreview img {
  width: 160px;
  border-radius: 100px;
}

/* line 712, ../../app/styles/_profilepage.scss */

#profilePicturePreview .ci-image-wrapper {
  border-radius: 100px;
}

/* line 714, ../../app/styles/_profilepage.scss */

#profilePicturePreview .ci-image-wrapper img {
  border-radius: 0;
}

/* line 718, ../../app/styles/_profilepage.scss */

#profilePicturePreview .ci-fixing-position {
  display: none;
}

/* line 721, ../../app/styles/_profilepage.scss */

#profilePicturePreview .ci-tool {
  top: 30px;
}

/* line 725, ../../app/styles/_profilepage.scss */

#imgUpload {
  float: left;
  clear: left;
  width: 160px;
  height: 20px;
}

/* line 734, ../../app/styles/_profilepage.scss */

.profile-attributes-section {
  clear: both;
}

/* line 738, ../../app/styles/_profilepage.scss */

#add-skill {
  cursor: pointer;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 738, ../../app/styles/_profilepage.scss */

  #add-skill {
    font-size: 25px;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 738, ../../app/styles/_profilepage.scss */

  #add-skill {
    font-size: 30px;
    margin-top: 7px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 738, ../../app/styles/_profilepage.scss */

  #add-skill {
    font-size: 35px;
    margin-top: 9px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 738, ../../app/styles/_profilepage.scss */

  #add-skill {
    font-size: 40px;
    margin-top: 10px;
  }
}

/* line 747, ../../app/styles/_profilepage.scss */

#add-photo,
#add-document {
  cursor: pointer;
}

/* line 752, ../../app/styles/_profilepage.scss */

#welcome-modal {
  text-align: left;
}

/* line 754, ../../app/styles/_profilepage.scss */

#welcome-modal #profileName {
  line-height: 23px;
}

/* line 758, ../../app/styles/_profilepage.scss */

.modal-footer {
  clear: both;
}

/* line 760, ../../app/styles/_profilepage.scss */

.modal-footer div {
  float: left;
}

/* line 766, ../../app/styles/_profilepage.scss */

.modal-body input[type="text"],
.modal-body input[type="email"] {
  width: 300px;
  margin: 20px 0;
  font-size: 18px;
  clear: both;
}

/* line 772, ../../app/styles/_profilepage.scss */

.modal-body input {
  clear: left;
}

/* line 775, ../../app/styles/_profilepage.scss */

.modal-body .profile-caption {
  margin-bottom: 5px;
  font-size: 14px;
  color: #8d897d;
  line-height: 20px;
}

/* line 781, ../../app/styles/_profilepage.scss */

.modal-body .venue-label {
  margin-top: -65px;
  margin-left: 5px;
  font-size: 14px;
  color: #8d897d;
}

/* line 790, ../../app/styles/_profilepage.scss */

.skill-summary-input {
  width: 300px;
  height: 70px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ebe9e8;
  border-radius: 4px;
  box-shadow: none;
  background: #e4e4e0;
  padding-left: 10px;
}

/* line 808, ../../app/styles/_profilepage.scss */

.popover {
  position: absolute;
  border-radius: 8px;
  box-shadow: -2px -2px 2px #000, 2px 2px 3px #000, 2px 3px 8px #000;
  display: none;
  z-index: 999;
}

/* line 818, ../../app/styles/_profilepage.scss */

.title-area {
  position: relative;
}

/* line 822, ../../app/styles/_profilepage.scss */

.title-content {
  margin-top: 30px;
}

/* line 825, ../../app/styles/_profilepage.scss */

.title-area-edit {
  width: 800px;
  height: 420px;
  z-index: 999;
  background: #ffffff;
  padding: 20px;
  top: 100px;
  left: 50%;
  margin-left: -400px;
}

/* line 834, ../../app/styles/_profilepage.scss */

.title-area-edit hr {
  margin: -10px 10px 18px 10px;
}

/* line 839, ../../app/styles/_profilepage.scss */

.headline-area-edit {
  width: 1000px;
  height: 565px;
  z-index: 999;
  background: #ffffff;
  padding: 20px;
  position: relative;
}

/* line 847, ../../app/styles/_profilepage.scss */

.headline-im-icon {
  top: 10px !important;
}

/* line 850, ../../app/styles/_profilepage.scss */

#headlinePhotoPreview {
  margin-top: 5px;
  height: 250px;
  width: 600px;
  position: relative;
  overflow: hidden;
}

/* line 858, ../../app/styles/_profilepage.scss */

#headlinePhotoEdit {
  position: absolute;
  left: 50%;
  margin-left: -325px;
  top: 150px;
  height: 450px;
  width: 650px;
}

/* line 867, ../../app/styles/_profilepage.scss */

.headline-photo-placeholder {
  width: 100%;
}

/* line 871, ../../app/styles/_profilepage.scss */

.headline-image-container {
  border-radius: 8px;
  height: 100%;
  margin: 0 auto;
}

/* line 878, ../../app/styles/_profilepage.scss */

.hidden {
  display: none;
}

/* line 881, ../../app/styles/_profilepage.scss */

.headline-image-preview-container {
  border-radius: 8px;
  margin: 0 auto;
}

/* line 890, ../../app/styles/_profilepage.scss */

.vertical-divider {
  height: 400px;
  width: 2px;
  position: absolute;
  left: 50%;
  z-index: 999;
  background: #000;
}

/* line 899, ../../app/styles/_profilepage.scss */

.ss-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 999;
  line-height: 25px;
  font-size: 23px;
}

/* line 909, ../../app/styles/_profilepage.scss */

.title-edit-top {
  width: 100%;
  height: 60px;
}

/* line 913, ../../app/styles/_profilepage.scss */

.editing-title {
  font-size: 20px;
  color: #ee572d;
  position: absolute;
}

/* line 918, ../../app/styles/_profilepage.scss */

.edit-profile-name {
  float: left;
  width: 300px;
  position: absolute;
  left: 153px;
  top: 90px;
}

/* line 928, ../../app/styles/_profilepage.scss */

.contactinput {
  z-index: 999;
  background: #ffffff;
  width: 570px;
  height: 410px;
  margin: 0 auto;
  left: 26%;
}

/* line 935, ../../app/styles/_profilepage.scss */

.contactinput .button-link {
  margin-left: 30px;
  margin-top: 10px;
}

/* line 938, ../../app/styles/_profilepage.scss */

.contactinput .button-link:hover {
  text-decoration: underline;
}

/* line 941, ../../app/styles/_profilepage.scss */

.contactemail {
  font-size: 20px;
  color: #ee572d;
  left: 0px;
  text-align: left;
  padding: 30px;
  float: left;
  clear: both;
}

/* line 950, ../../app/styles/_profilepage.scss */

span.privacy-select {
  line-height: 34px;
  padding-left: 5px;
  color: #8d897d;
  font-size: 14px;
}

/* line 956, ../../app/styles/_profilepage.scss */

.contact-right {
  width: 350px;
  margin-right: 40px;
  margin-top: 17px;
  line-height: 10px;
  clear: right;
  float: right;
}

/* line 964, ../../app/styles/_profilepage.scss */

.contactbox {
  position: relative;
  width: 350px;
  height: 40px;
}

/* line 970, ../../app/styles/_profilepage.scss */

.contact-subtitle {
  clear: left;
  color: #8d897d;
  font-size: 14px;
  width: 130px;
  line-height: 70px;
  float: left;
  margin-left: 40px;
  overflow: hidden;
}

/* line 979, ../../app/styles/_profilepage.scss */

.contact-subtitle.final-url {
  margin-left: 190px;
  margin-top: -5px;
  width: 330px;
  line-height: 17px;
  font-size: 12px;
  -webkit-touch-callout: initial;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

/* line 993, ../../app/styles/_profilepage.scss */

.contact-done {
  position: absolute;
  right: 30px;
  bottom: 15px;
  border: 1px solid #ebe9e8;
  width: 90px;
  height: 40px;
  background: #78c8a1;
  cursor: pointer;
}

/* line 1002, ../../app/styles/_profilepage.scss */

.contact-done:hover {
  background-color: #66c194;
}

/* line 1007, ../../app/styles/_profilepage.scss */

#delete-skill {
  float: left;
}

/* line 1009, ../../app/styles/_profilepage.scss */

#delete-skill:hover {
  color: red;
}

/* line 1014, ../../app/styles/_profilepage.scss */

.confirm-delete-button {
  width: 72px;
  margin-left: 49px;
  margin-top: 45px;
  height: 35px !important;
  border: 1px solid #ebe9e8;
  cursor: pointer;
  color: darkgrey;
}

/* line 1022, ../../app/styles/_profilepage.scss */

.confirm-delete-button:hover {
  color: black;
}

/* line 1026, ../../app/styles/_profilepage.scss */

.confirm-delete-subtitle {
  color: #8d897d;
  font-size: 14px;
  padding: 20px;
  padding-top: 24px;
  position: absolute;
}

/* line 1034, ../../app/styles/_profilepage.scss */

.confirm-delete {
  z-index: 999;
  background: #ffffff;
  width: 300px;
  height: 134px;
  margin: 0 auto;
  position: relative !important;
}

/* line 1042, ../../app/styles/_profilepage.scss */

#skill-delete-modal {
  top: -200px;
  margin-left: 10%;
}

/* line 1047, ../../app/styles/_profilepage.scss */

.adjust-lineheight-1 {
  position: absolute;
  left: 0;
}

/* line 1051, ../../app/styles/_profilepage.scss */

.editing-subtitle {
  font-size: 16px;
  color: #8d897d;
  padding: 5px;
  float: left;
}

/* line 1058, ../../app/styles/_profilepage.scss */

.adjust-lineheight-2 {
  position: absolute;
  left: 0;
  top: 55px;
}

/* line 1064, ../../app/styles/_profilepage.scss */

.title-edit-mid-left {
  position: relative;
  height: auto;
  width: 335px;
  float: left;
}

/* line 1069, ../../app/styles/_profilepage.scss */

.title-edit-mid-left input {
  margin-top: 20px;
  width: 400px;
}

/* line 1075, ../../app/styles/_profilepage.scss */

.tags-select {
  resize: none;
  margin-top: 17px;
  width: 365px !important;
  height: 125px !important;
}

/* line 1080, ../../app/styles/_profilepage.scss */

.tags-select ul.select2-choices {
  margin-top: 17px;
  height: 125px !important;
  overflow-y: auto;
}

/* line 1087, ../../app/styles/_profilepage.scss */

.equity-union-select,
.certification-select {
  resize: none;
  width: 350px;
  height: 125px !important;
}

/* line 1092, ../../app/styles/_profilepage.scss */

.equity-union-select ul.select2-choices,
.certification-select ul.select2-choices {
  height: 125px !important;
  overflow-y: auto;
}

/* line 1098, ../../app/styles/_profilepage.scss */

.title-edit-mid-right {
  position: relative;
  height: auto;
  width: 350px;
  float: right;
  border-left: 1px solid gray;
  padding-left: 20px;
  margin-right: 24px;
}

/* line 1108, ../../app/styles/_profilepage.scss */

.title-edit-bottom {
  position: relative;
  width: 100%;
  clear: both;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

/* line 1116, ../../app/styles/_profilepage.scss */

.title-section-icon {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

/* line 1121, ../../app/styles/_profilepage.scss */

#contact-profile-edit {
  width: 180px;
  float: right;
  cursor: none;
}

/* line 1126, ../../app/styles/_profilepage.scss */

.contact-edit-icon {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 1131, ../../app/styles/_profilepage.scss */

.attr-section-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

/* line 1137, ../../app/styles/_profilepage.scss */

.edit-icon.location-icon {
  position: absolute;
  top: 0;
  left: 75px;
  width: 25px;
  height: 25px;
  z-index: 10;
}

/* line 1146, ../../app/styles/_profilepage.scss */

#profile-photo-modal {
  width: 300px;
  height: auto;
  background: #fff;
  top: 0;
  left: 20px;
  padding: 10px;
  z-index: 999;
}

/* line 1154, ../../app/styles/_profilepage.scss */

#profile-photo-modal .uploadbox {
  width: 280px;
  margin-top: 5px;
  font-size: 13px;
}

/* line 1160, ../../app/styles/_profilepage.scss */

.upload-buttons {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  font-size: 13px;
}

/* line 1167, ../../app/styles/_profilepage.scss */

.attributes-location-edit {
  width: 500px;
  height: 520px;
  background: #fff;
  padding: 20px;
  top: 200px;
  left: 20px;
}

/* line 1174, ../../app/styles/_profilepage.scss */

.attributes-location-edit .clear-location-input {
  margin: 0 8px;
}

/* line 1177, ../../app/styles/_profilepage.scss */

.attributes-location-edit .location-map {
  width: 460px;
  height: 300px;
}

/* line 1180, ../../app/styles/_profilepage.scss */

.attributes-location-edit .location-map img {
  width: 100%;
  height: 100%;
}

/* line 1185, ../../app/styles/_profilepage.scss */

.attributes-location-edit #gmap-input {
  width: 400px;
}

/* line 1188, ../../app/styles/_profilepage.scss */

.attributes-location-edit a {
  cursor: pointer;
}

/* line 1193, ../../app/styles/_profilepage.scss */

.features-edit-icon {
  left: 80px;
  top: -4px;
}

/* line 1198, ../../app/styles/_profilepage.scss */

.attr-features-icon {
  right: 160px;
}

/* line 1202, ../../app/styles/_profilepage.scss */

.attrs-area-edit {
  width: 750px;
  height: auto;
  z-index: 999;
  background: white;
  padding: 30px;
  position: absolute;
  top: 150px;
  left: 120px;
}

/* line 1212, ../../app/styles/_profilepage.scss */

.attrs-area-edit .float-ul {
  width: 300px;
  float: left;
}

/* line 1215, ../../app/styles/_profilepage.scss */

.attrs-area-edit .float-ul:first-of-type {
  margin-right: 60px;
  margin-left: 20px;
}

/* line 1220, ../../app/styles/_profilepage.scss */

.attrs-area-edit li {
  list-style-type: none;
  line-height: 30px;
}

/* line 1224, ../../app/styles/_profilepage.scss */

.attrs-area-edit .attrs-feature-label {
  float: left;
  width: 99%;
  margin-bottom: 0;
}

/* line 1229, ../../app/styles/_profilepage.scss */

.attrs-area-edit .attrs-feature-input {
  width: 99%;
  float: left;
  margin-top: -9px;
  line-height: 20px;
  font-size: 14px;
  margin-left: 5px;
}

/* line 1237, ../../app/styles/_profilepage.scss */

.attrs-area-edit input[type="button"] {
  float: right;
  margin: 10px;
}

/* line 1242, ../../app/styles/_profilepage.scss */

.attrs-area-edit .save-features-buttons {
  position: relative;
  top: 20px;
  clear: both;
}

/* line 1243, ../../app/styles/_profilepage.scss */

.attrs-area-edit .save-features-buttons .button {
  cursor: pointer;
  width: auto;
}

/* line 1255, ../../app/styles/_profilepage.scss */

.title-save-buttons {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding-right: 22px;
}

/* line 1260, ../../app/styles/_profilepage.scss */

.title-save-buttons input {
  float: right;
}

/* line 1265, ../../app/styles/_profilepage.scss */

.title-contact-buttons {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

/* line 1270, ../../app/styles/_profilepage.scss */

.profile-action-button {
  cursor: pointer;
  margin-left: 6px;
  margin-top: 0;
  color: gray;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  /* line 1270, ../../app/styles/_profilepage.scss */

  .profile-action-button {
    display: inline-block;
    margin: 15px;
  }
}

/* line 1280, ../../app/styles/_profilepage.scss */

.profile-action-button img {
  width: 45px;
  height: 45px;
  clear: both;
  float: left;
  border-radius: 10px;
}

/* line 1287, ../../app/styles/_profilepage.scss */

.profile-action-button .label {
  clear: both;
  float: left;
  width: 45px;
  font-size: 11px;
  text-align: center;
  margin-top: -5px;
  color: #ee572d;
  padding: 0;
}

/* line 1297, ../../app/styles/_profilepage.scss */

.profile-action-button .overlay {
  margin-top: -31px;
  clear: both;
  float: left;
  width: 45px;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  font-stretch: condensed;
}

/* line 1307, ../../app/styles/_profilepage.scss */

.profile-action-button.disable {
  opacity: 0.8;
  cursor: not-allowed;
}

/* line 1314, ../../app/styles/_profilepage.scss */

.update-buttons {
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 1320, ../../app/styles/_profilepage.scss */

.update-buttons input[type="button"] {
  float: right;
}

/* line 1322, ../../app/styles/_profilepage.scss */

.update-buttons input[type="button"]:disabled {
  opacity: 0.6;
  cursor: default;
}

/* line 1329, ../../app/styles/_profilepage.scss */

#delete-headline-image,
#delete-skill-video,
#delete-skill-photo,
#delete-skill-document {
  float: left !important;
}

/* line 1334, ../../app/styles/_profilepage.scss */

#delete-headline-image:hover,
#delete-skill-video:hover,
#delete-skill-photo:hover,
#delete-skill-document:hover {
  color: red;
}

/* line 1339, ../../app/styles/_profilepage.scss */

.pull-left {
  left: 20px;
  right: auto;
}

/* line 1350, ../../app/styles/_profilepage.scss */

.skill-summary-edit {
  position: absolute;
  width: 696px;
  height: 293px;
  border-radius: 8px;
  top: 0;
  margin: 0 auto;
  background: white;
}

/* line 1358, ../../app/styles/_profilepage.scss */

.skill-summary-edit .summary-textbox {
  width: 656px;
}

/* line 1362, ../../app/styles/_profilepage.scss */

.summary-title-edit {
  margin-top: 20px;
  margin-left: 25px;
}

/* line 1367, ../../app/styles/_profilepage.scss */

.summary-textbox {
  width: 100%;
  height: 146px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 1374, ../../app/styles/_profilepage.scss */

.summary-textarea {
  margin: 10px 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ebe9e8;
  border-radius: 4px;
  box-shadow: none;
  background: #fafaf8;
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 1384, ../../app/styles/_profilepage.scss */

.summary-textarea:active {
  border: 2px solid #ebe9e8;
  border-radius: 4px;
}

/* line 1389, ../../app/styles/_profilepage.scss */

.icon-bkgd {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}

/* line 1400, ../../app/styles/_profilepage.scss */

.edit-video,
.edit-audio,
#edit-document,
.edit-photo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 105px;
  right: 10px;
  z-index: 99;
}

/* line 1413, ../../app/styles/_profilepage.scss */

.delete-document,
.delete-photo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 99;
}

/* line 1424, ../../app/styles/_profilepage.scss */

.add-document,
.add-photo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 99;
}

/* line 1435, ../../app/styles/_profilepage.scss */

.skill-element-icon {
  font-size: 25px !important;
  position: absolute;
  top: 5px;
  left: 3px;
  z-index: 999;
}

/* line 1444, ../../app/styles/_profilepage.scss */

.skill-photo-edit {
  width: 660px;
  height: 600px;
  top: -120px;
  left: 0;
  padding: 30px;
  background: #ffffff;
}

/* line 1453, ../../app/styles/_profilepage.scss */

.skill-document-add,
.skill-document-delete,
.skill-document-edit,
.skill-video-edit {
  width: 500px;
  height: 400px;
  top: 0;
  left: 100px;
  padding: 30px;
  background: #ffffff;
}

/* line 1464, ../../app/styles/_profilepage.scss */

.skill-audio-edit {
  width: 500px;
  height: 250px;
  top: 0;
  left: 100px;
  padding: 30px;
  background: #ffffff;
}

/* line 1472, ../../app/styles/_profilepage.scss */

#skillPicturePreview {
  width: 100%;
  min-height: 325px;
}

/* line 1476, ../../app/styles/_profilepage.scss */

#skillImgUpload {
  width: 100%;
}

/* line 1479, ../../app/styles/_profilepage.scss */

#photo-upload-desc {
  width: 100%;
  height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ebe9e8;
  border-radius: 4px;
  box-shadow: none;
  background: #e4e4e0;
  margin-right: 15px;
}

/* line 1489, ../../app/styles/_profilepage.scss */

.skill-photo-preview {
  width: 600px;
  height: 360px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

/* line 1497, ../../app/styles/_profilepage.scss */

#skill-photo-delete-modal {
  margin-top: -200px;
}

/* line 1501, ../../app/styles/_profilepage.scss */

.youtube-url-input {
  margin: 0 auto;
  width: 300px;
}

/* line 1506, ../../app/styles/_profilepage.scss */

#new-skill-modal {
  width: 375px;
  height: 200px;
  position: fixed;
  top: 30%;
  left: 40%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 1px 1px 1px #000;
  border: 1px solid #ccc;
}

/* line 1517, ../../app/styles/_profilepage.scss */

#new-skill-modal .new-skill-name {
  width: 100%;
}

/* line 1520, ../../app/styles/_profilepage.scss */

#new-skill-modal .new-skill-select {
  width: 100%;
  margin-top: 30px;
}

/* line 1528, ../../app/styles/_profilepage.scss */

.skill-document-title {
  width: 430px;
  height: 30px;
  margin: 0;
}

/* line 1533, ../../app/styles/_profilepage.scss */

.skill-document-desc {
  margin-top: 10px;
  width: 430px;
  height: 150px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ebe9e8;
  border-radius: 4px;
  box-shadow: none;
  background: #e4e4e0;
  resize: none;
}

/* line 1544, ../../app/styles/_profilepage.scss */

#skillImgUpload,
#skillDocUpload {
  width: 430px;
  background: transparent;
  line-height: 16px;
  border: none;
  margin-top: 5px;
}

/* line 1553, ../../app/styles/_profilepage.scss */

.soundcloud-iframe {
  width: 100%;
  height: 100%;
}

/* line 1565, ../../app/styles/_profilepage.scss */

.milestone-bar {
  width: 100%;
  height: 40px;
  margin-top: 30px;
  border-radius: 8px;
  position: relative;
  background: #fff;
}

/* line 1572, ../../app/styles/_profilepage.scss */

.milestone-bar .left-title {
  float: left;
  font-size: 22px;
  color: #ee572d;
  margin-top: 7px;
  margin-left: 10px;
}

/* line 1579, ../../app/styles/_profilepage.scss */

.milestone-bar #publish-status {
  margin-right: 5px;
  float: right;
  line-height: 40px;
}

/* line 1583, ../../app/styles/_profilepage.scss */

.milestone-bar #publish-status .subtitle {
  font-size: 16px;
  color: #8d897d;
  margin-right: 5px;
}

/* line 1589, ../../app/styles/_profilepage.scss */

.milestone-bar .right-progress-bar-container {
  width: 250px;
  height: 40px;
  border: 1px solid #78c8a1;
  border-radius: 8px;
  float: right;
  background-color: #8d897d;
  font-size: 18px;
  position: relative;
}

/* line 1598, ../../app/styles/_profilepage.scss */

.milestone-bar .right-progress-bar-container .progress-bar {
  position: absolute;
  width: 0px;
  height: 100%;
  background: #78c8a1;
  border-radius: 7px;
  z-index: 9;
}

/* line 1606, ../../app/styles/_profilepage.scss */

.milestone-bar .right-progress-bar-container .progress-text {
  height: 40px;
  z-index: 99;
  position: relative;
  padding-top: 10px;
  padding-left: 10px;
  color: white;
}

/* line 1619, ../../app/styles/_profilepage.scss */

.go-private-button,
.go-live-button {
  cursor: pointer;
  margin-right: 10px;
  opacity: 0.8;
  color: black;
}

/* line 1625, ../../app/styles/_profilepage.scss */

.go-private-button:hover,
.go-live-button:hover {
  text-decoration: underline;
}

/* line 1629, ../../app/styles/_profilepage.scss */

.profile-location-input {
  width: 210px;
}

/* line 1632, ../../app/styles/_profilepage.scss */

.profile-location-input-container {
  display: inline;
}

/* line 1636, ../../app/styles/_profilepage.scss */

.skill-continue-button {
  width: 200px;
  color: #fff;
  font-size: 16px;
  background: #ee572d;
}

/* line 1641, ../../app/styles/_profilepage.scss */

.skill-continue-button:hover {
  background: #ec4415;
}

/* line 1653, ../../app/styles/_profilepage.scss */

.golive {
  z-index: 999;
  background: #ffffff;
  width: 300px;
  height: 120px;
  left: 40%;
  top: 300px;
  position: fixed !important;
  padding: 20px;
}

/* line 1663, ../../app/styles/_profilepage.scss */

#consentPublish {
  position: absolute;
  left: 20px;
  bottom: 10px;
  border: 1px solid #ebe9e8;
  width: 120px;
  height: 40px;
  background: #78c8a1;
  cursor: pointer;
}

/* line 1672, ../../app/styles/_profilepage.scss */

#consentPublish:hover {
  background-color: #66c194;
}

/* line 1677, ../../app/styles/_profilepage.scss */

#declinePublish {
  position: absolute;
  right: 20px;
  bottom: 10px;
  border: 1px solid #ebe9e8;
  width: 120px;
  height: 40px;
  background: #ee572d;
  cursor: pointer;
}

/* line 1686, ../../app/styles/_profilepage.scss */

#declinePublish:hover {
  color: #e6e6e6;
}

/* line 1691, ../../app/styles/_profilepage.scss */

.smallprint {
  color: #8d897d;
  font-family: sans-serif;
  font-size: 14px;
  position: absolute;
}

/* line 1698, ../../app/styles/_profilepage.scss */

.greenbutton {
  border: 1px solid #ebe9e8;
  width: 120px;
  height: 40px;
  background: #78c8a1;
  cursor: pointer;
}

/* line 1704, ../../app/styles/_profilepage.scss */

.greenbutton:hover {
  background-color: #66c194;
}

/* line 1709, ../../app/styles/_profilepage.scss */

.redbutton {
  position: absolute;
  right: 20px;
  bottom: 10px;
  border: 1px solid #ebe9e8;
  width: 120px;
  height: 40px;
  background: #ee572d;
  cursor: pointer;
}

/* line 1718, ../../app/styles/_profilepage.scss */

.redbutton:hover {
  color: #e6e6e6;
}

/* line 1722, ../../app/styles/_profilepage.scss */

.greenbuttonswap {
  position: absolute;
  right: 20px;
  bottom: 10px;
  border: 1px solid #ebe9e8;
  width: 120px;
  height: 40px;
  background: #78c8a1;
  cursor: pointer;
}

/* line 1731, ../../app/styles/_profilepage.scss */

.greenbuttonswap:hover {
  background-color: #66c194;
}

/* line 1736, ../../app/styles/_profilepage.scss */

.redbuttonswap {
  position: absolute;
  right: 160px;
  bottom: 10px;
  border: 1px solid #ebe9e8;
  width: 120px;
  height: 40px;
  background: #ee572d;
  cursor: pointer;
}

/* line 1745, ../../app/styles/_profilepage.scss */

.redbuttonswap:hover {
  color: #e6e6e6;
}

/* line 1752, ../../app/styles/_profilepage.scss */

#skill-edit-modal {
  background-color: white;
  height: 185px;
  width: 490px;
  z-index: 999;
  position: absolute;
  padding: 20px;
  color: #8d897d;
  font-size: 14;
  font-weight: 100;
  top: 275px;
  left: 50%;
  margin-left: -245px;
}

/* line 1765, ../../app/styles/_profilepage.scss */

#skill-edit-modal .new-skill-name {
  width: 100%;
}

/* line 1770, ../../app/styles/_profilepage.scss */

.deleteSkill-subtitle {
  color: #ee572d;
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 1774, ../../app/styles/_profilepage.scss */

.deleteSkill-subtitle span {
  float: right;
  margin-right: 35px;
}

/* line 1780, ../../app/styles/_profilepage.scss */

.deleteSkill-button {
  float: left;
  clear: left;
  margin-left: 0;
  margin-top: 0;
  width: 120px;
  height: 40px;
  background: #ee572d;
  border: 1px solid #ebe9e8;
  cursor: pointer;
}

/* line 1794, ../../app/styles/_profilepage.scss */

.share-profile-modal {
  background-color: white;
  height: 370px;
  width: 70vw;
  max-width: 500px !important;
  right: 10%;
  left: auto;
  top: 5vw;
  z-index: 99;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.75);
}

/* line 1808, ../../app/styles/_profilepage.scss */

.share-profile-modal.bottom {
  bottom: 2vw;
  top: auto;
}

/* line 1812, ../../app/styles/_profilepage.scss */

.share-profile-modal img {
  height: 66px;
  cursor: pointer;
}

/* line 1816, ../../app/styles/_profilepage.scss */

.share-profile-modal #social-icons {
  left: 0;
  bottom: 20px;
  width: 100%;
  position: absolute;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 21px;
}

/* line 1828, ../../app/styles/_profilepage.scss */

.share-profile-modal #share-url {
  position: relative;
  width: 100%;
  border: 1px solid grey;
  background-color: white;
  border-radius: 1px;
  color: #8d897d;
}

/* line 1837, ../../app/styles/_profilepage.scss */

.share-profile-modal #share-divide {
  height: 1px;
  width: 98%;
  margin: auto;
  background: #8d897d;
}

/* line 1843, ../../app/styles/_profilepage.scss */

.share-profile-modal #share-divide #share-divide-orange {
  background: #ee572d;
  width: 60px;
  height: 1px;
  left: 0px;
}

/* line 1849, ../../app/styles/_profilepage.scss */

.share-profile-modal #share-divide-2 {
  position: absolute;
  height: 2px;
  width: 100%;
  margin: auto;
  background-color: #e6e6e6;
  bottom: 150px;
  margin-left: -20px;
}

/* line 1858, ../../app/styles/_profilepage.scss */

.share-profile-modal #share-sub-right {
  float: left;
  margin: 30px 0px 0px 80px;
  text-align: left;
}

/* line 1863, ../../app/styles/_profilepage.scss */

.share-profile-modal #share-sub-left {
  float: left;
}

/* line 1867, ../../app/styles/_profilepage.scss */

.share-profile-modal #share-text {
  color: #5c5c5a;
}

/* line 1873, ../../app/styles/_profilepage.scss */

#favorite-created {
  z-index: 9999;
  background-color: #f1efea;
  color: grey;
  font-weight: 300;
  top: 50%;
  margin-top: -170px;
  position: fixed;
  left: 50%;
  font-size: 24px;
  width: 415px;
  height: 330px;
  margin-left: -208px;
}

@media only screen and (max-width: 767px) {
  /* line 1873, ../../app/styles/_profilepage.scss */

  #favorite-created {
    font-size: 18px;
    width: 315px;
    height: 230px;
    margin-left: -155px;
  }
}

/* line 1894, ../../app/styles/_profilepage.scss */

#favorite-created a {
  text-decoration: underline;
}

/* line 1895, ../../app/styles/_profilepage.scss */

#favorite-created .check-mark-img {
  width: 200px;
  height: 177px;
  background-image: url(../images/check-mark.png);
  margin: 0 auto;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  /* line 1895, ../../app/styles/_profilepage.scss */

  #favorite-created .check-mark-img {
    height: 120px;
    background-position-y: -40px;
  }
}

/* line 1906, ../../app/styles/_profilepage.scss */

#favorite-created h4 {
  width: 100%;
  text-align: center;
}

/* line 7, ../../app/styles/_registrationpage.scss */

.registration-master {
  margin-top: 50px;
  padding: 0 10px;
}

/* line 12, ../../app/styles/_registrationpage.scss */

.registration-master h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  color: #ee572d;
}

@media only screen and (max-width: 767px) {
  /* line 12, ../../app/styles/_registrationpage.scss */

  .registration-master h1 {
    font-size: 20px;
  }
}

/* line 22, ../../app/styles/_registrationpage.scss */

.registration-master.wrapper {
  max-width: 950px;
  margin: 50px auto;
}

/* line 34, ../../app/styles/_registrationpage.scss */

#registration-confirm-mobile p {
  font-size: 14px;
  text-align: left;
}

/* line 40, ../../app/styles/_registrationpage.scss */

.registration-page-1 {
  position: relative;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

/* line 46, ../../app/styles/_registrationpage.scss */

.about-inputs {
  position: relative;
}

/* line 49, ../../app/styles/_registrationpage.scss */

.gender-area {
  width: 140px;
  position: absolute;
  right: 90px;
  bottom: 30px;
}

/* line 55, ../../app/styles/_registrationpage.scss */

.registration-form-1 {
  max-width: 500px;
  margin: 0 auto;
  background: #ffffff;
  padding: 25px;
}

@media only screen and (max-width: 767px) {
  /* line 55, ../../app/styles/_registrationpage.scss */

  .registration-form-1 {
    padding: 10px;
    font-size: 12px;
  }

  /* line 64, ../../app/styles/_registrationpage.scss */

  .registration-form-1 input {
    width: 45%;
  }
}

/* line 67, ../../app/styles/_registrationpage.scss */

.registration-form-1 input {
  width: 40%;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 75, ../../app/styles/_registrationpage.scss */

.terms-of-service input {
  width: auto;
  height: auto;
}

/* line 80, ../../app/styles/_registrationpage.scss */

.terms-of-service .terms-text {
  color: #ee572d;
  font-weight: 300;
  margin-left: 5px;
}

/* line 86, ../../app/styles/_registrationpage.scss */

.registration-button {
  float: right;
  width: 180px;
  position: relative;
  color: #fff;
  font-size: 16px;
  background: #ee572d;
  margin-bottom: 35px;
  margin-top: 35px;
}

/* line 95, ../../app/styles/_registrationpage.scss */

.registration-button:hover {
  background: #ec4415;
}

/* line 108, ../../app/styles/_registrationpage.scss */

.profile-selection-container {
  width: 100%;
  height: 200px;
  background: #ffffff;
  padding: 5px;
  padding-top: 10px;
  position: relative;
}

/* line 116, ../../app/styles/_registrationpage.scss */

.profile-selection-buttons {
  width: 915px;
  position: relative;
  margin: 0 auto;
}

/* line 121, ../../app/styles/_registrationpage.scss */

.profile-button {
  width: 173px;
  height: 80px;
  background: #e3e0d8;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  font-size: 25px;
  border-radius: 4px;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

/* line 135, ../../app/styles/_registrationpage.scss */

.profile-button:hover {
  background: #ee572d !important;
  opacity: 0.7;
}

/* line 141, ../../app/styles/_registrationpage.scss */

.selected-profile {
  background: #ee572d !important;
  opacity: 1 !important;
}

/* line 146, ../../app/styles/_registrationpage.scss */

.profile-selection-desc {
  position: absolute;
  bottom: 40px;
  left: 95px;
  width: 770px;
  display: none;
  height: 40px;
  text-align: center;
}

/* line 160, ../../app/styles/_registrationpage.scss */

#default-desc {
  display: block;
}

/* line 164, ../../app/styles/_registrationpage.scss */

#submit-registration-3,
#create-new-profile {
  width: 200px;
  color: #fff;
  font-size: 16px;
  background: #ee572d;
  margin-bottom: 20px;
}

/* line 170, ../../app/styles/_registrationpage.scss */

#submit-registration-3:hover,
#create-new-profile:hover {
  background: #ec4415;
}

/* line 175, ../../app/styles/_registrationpage.scss */

.continue-button-section {
  text-align: right;
  margin-top: 20px;
}

/* line 178, ../../app/styles/_registrationpage.scss */

.continue-button-section .red-text {
  color: #ee572d;
  font-weight: 300;
  margin-right: 20px;
}

/* line 185, ../../app/styles/_registrationpage.scss */

.underage-warning {
  background: #ee572d;
  color: #fff;
  width: 110%;
  margin-left: -5%;
  height: auto;
  padding: 10px;
  display: none;
}

/* line 195, ../../app/styles/_registrationpage.scss */

.underage-headline {
  font-size: 20px;
  color: #fff;
}

/* line 199, ../../app/styles/_registrationpage.scss */

.underage-subtext {
  font-size: 12px;
}

/* line 212, ../../app/styles/_registrationpage.scss */

.user-image-preview {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

/* line 216, ../../app/styles/_registrationpage.scss */

.user-image-preview img {
  width: 200px;
  height: 200px;
}

/* line 8, ../../app/styles/_microsite.scss */

.microsite-master {
  display: block;
}

/* line 10, ../../app/styles/_microsite.scss */

.microsite-master .button {
  height: 30px;
  margin: 9px 0;
  padding: 0 14px;
}

/* line 17, ../../app/styles/_microsite.scss */

img.sales-header {
  width: 100%;
}

/* line 21, ../../app/styles/_microsite.scss */

img[src="images/microsite_images/main-image2-lg.jpg"] {
  top: 0;
}

@media only screen and (orientation: portrait) and (max-width: 2100) and (min-width: 2001) {
  /* line 21, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-lg.jpg"] {
    margin-left: 0px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 2000) and (min-width: 1901) {
  /* line 21, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-lg.jpg"] {
    margin-left: 100px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 1900) and (min-width: 1801) {
  /* line 21, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-lg.jpg"] {
    margin-left: 200px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 1800) and (min-width: 1701) {
  /* line 21, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-lg.jpg"] {
    margin-left: 300px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 1700) and (min-width: 1601) {
  /* line 21, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-lg.jpg"] {
    margin-left: 400px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 1600) and (min-width: 1501) {
  /* line 21, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-lg.jpg"] {
    margin-left: 500px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 1500) and (min-width: 1401) {
  /* line 21, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-lg.jpg"] {
    margin-left: 600px;
  }
}

/* line 32, ../../app/styles/_microsite.scss */

img[src="images/microsite_images/main-image2-md.jpg"] {
  top: 0;
}

@media only screen and (orientation: portrait) and (max-width: 1400) and (min-width: 1301) {
  /* line 32, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-md.jpg"] {
    margin-left: 100px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 1300) and (min-width: 1201) {
  /* line 32, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-md.jpg"] {
    margin-left: 200px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 1200) and (min-width: 1101) {
  /* line 32, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-md.jpg"] {
    margin-left: 300px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 1100) and (min-width: 1001) {
  /* line 32, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-md.jpg"] {
    margin-left: 400px;
  }
}

/* line 40, ../../app/styles/_microsite.scss */

img[src="images/microsite_images/main-image2-sm.jpg"] {
  top: 0;
}

@media only screen and (max-width: 1000) and (min-width: 901) {
  /* line 40, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-sm.jpg"] {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 900) and (min-width: 801) {
  /* line 40, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-sm.jpg"] {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 800) and (min-width: 701) {
  /* line 40, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-sm.jpg"] {
    margin-left: 200px;
  }
}

@media only screen and (max-width: 700) and (min-width: 601) {
  /* line 40, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-sm.jpg"] {
    margin-left: 300px;
  }
}

@media only screen and (max-width: 600) and (min-width: 501) {
  /* line 40, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-sm.jpg"] {
    margin-left: 400px;
  }
}

@media only screen and (max-width: 500) and (min-width: 401) {
  /* line 40, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-sm.jpg"] {
    margin-left: 500px;
  }
}

@media only screen and (max-width: 400) and (min-width: 301) {
  /* line 40, ../../app/styles/_microsite.scss */

  img[src="images/microsite_images/main-image2-sm.jpg"] {
    margin-left: 600px;
  }
}

/* line 51, ../../app/styles/_microsite.scss */

.table {
  position: relative;
  display: table;
}

/* line 54, ../../app/styles/_microsite.scss */

.table .cell-middle {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

/* line 58, ../../app/styles/_microsite.scss */

.table .cell-middle .description {
  width: 60%;
  float: left;
}

/* line 62, ../../app/styles/_microsite.scss */

.table .cell-middle .image {
  float: left;
  width: 39%;
}

/* line 69, ../../app/styles/_microsite.scss */

button.close {
  float: right;
}

/* line 72, ../../app/styles/_microsite.scss */

#login-email {
  width: 350px;
  height: 50px;
  padding: 10px 20px;
  line-height: 30px;
  background-color: #ffffff;
  font-weight: 100;
  margin-left: 60px;
  font-size: 16px;
}

/* line 83, ../../app/styles/_microsite.scss */

#login-password {
  width: 350px;
  height: 50px;
  padding: 10px 20px;
  line-height: 30px;
  background-color: #ffffff;
  font-weight: 100;
  font-size: 16px;
  margin-left: 60px;
}

/* line 94, ../../app/styles/_microsite.scss */

#submit-login {
  background: #555da3;
  color: #ffffff;
  width: 350px;
  margin-left: 60px;
  height: 60px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 200px;
}

/* line 103, ../../app/styles/_microsite.scss */

#submit-login:hover {
  color: white;
}

/* line 108, ../../app/styles/_microsite.scss */

#login-box {
  z-index: 9999;
  background-color: #f1efea;
  color: grey;
  font-weight: 300;
  font-size: 24px;
  height: 345px;
  width: 500px;
  position: fixed;
  margin: 100px -250px;
  left: 50%;
}

/* line 120, ../../app/styles/_microsite.scss */

#login-box #center-login {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

/* line 126, ../../app/styles/_microsite.scss */

#login-box #bold-login {
  font-weight: 400;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  /* line 108, ../../app/styles/_microsite.scss */

  #login-box {
    margin-top: 15px;
    width: 300px;
    margin: 100px -150px;
    font-size: 13px;
  }

  /* line 136, ../../app/styles/_microsite.scss */

  #login-box #submit-login {
    width: 200px;
    margin: 30px 0 20px 30px;
    height: 40px;
    font-size: 16px;
  }

  /* line 142, ../../app/styles/_microsite.scss */

  #login-box #login-email,
  #login-box #login-password {
    width: 240px;
    margin: 10px;
  }
}

/* line 150, ../../app/styles/_microsite.scss */

.microsite-panel {
  position: relative;
  width: 100%;
  height: 500px;
  cursor: pointer;
  top: 0px;
}

/* line 156, ../../app/styles/_microsite.scss */

.microsite-panel .panel-desc {
  width: 360px;
  height: 375px;
  position: relative;
}

/* line 162, ../../app/styles/_microsite.scss */

.microsite-panel .left {
  float: left;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

/* line 170, ../../app/styles/_microsite.scss */

.microsite-panel .middle {
  margin: 0 auto;
  text-align: left;
}

/* line 174, ../../app/styles/_microsite.scss */

.microsite-panel .right {
  text-align: left;
  float: right;
  background: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 300;
}

/* line 182, ../../app/styles/_microsite.scss */

.microsite-panel .righta {
  text-align: left;
  float: right;
  background: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-weight: 300;
}

/* line 191, ../../app/styles/_microsite.scss */

.microsite-panel .dark {
  background: rgba(0, 0, 0, 0.6);
}

/* line 195, ../../app/styles/_microsite.scss */

.microsite-panel .profile-type-desc {
  position: relative;
  width: 420px;
  height: 275px;
  top: 3em;
}

/* line 202, ../../app/styles/_microsite.scss */

.microsite-panel .right-makinit-image {
  width: 600px;
  top: -80px;
  left: -150px;
  position: absolute;
}

/* line 208, ../../app/styles/_microsite.scss */

.microsite-panel .right-makinit-image img {
  width: 250%;
  position: relative !important;
}

/* line 216, ../../app/styles/_microsite.scss */

.white-text {
  color: #fff;
}

/* line 220, ../../app/styles/_microsite.scss */

#landing-section-panel {
  color: #000;
  background: none;
}

/* line 226, ../../app/styles/_microsite.scss */

.microsite-background,
#landing-background {
  position: relative;
  top: 0px;
  width: 100%;
  text-align: center;
}

/* line 231, ../../app/styles/_microsite.scss */

.microsite-background.sales,
.sales#landing-background {
  background: #ffffff;
}

/* line 236, ../../app/styles/_microsite.scss */

.microsite-background .faq_background,
#landing-background .faq_background {
  color: #5c5c5a;
  display: inline-block;
  background: #ffffff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  /* line 236, ../../app/styles/_microsite.scss */

  .microsite-background .faq_background,
  #landing-background .faq_background {
    margin: 50px auto;
    width: 90%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 236, ../../app/styles/_microsite.scss */

  .microsite-background .faq_background,
  #landing-background .faq_background {
    margin: 50px auto;
    width: 800px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 236, ../../app/styles/_microsite.scss */

  .microsite-background .faq_background,
  #landing-background .faq_background {
    margin: 50px auto;
    width: 800px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 236, ../../app/styles/_microsite.scss */

  .microsite-background .faq_background,
  #landing-background .faq_background {
    margin: 50px auto;
    width: 800px;
  }
}

/* line 246, ../../app/styles/_microsite.scss */

.microsite-background .faq_background .header,
#landing-background .faq_background .header {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 15px 30px 15px;
}

/* line 253, ../../app/styles/_microsite.scss */

.microsite-background .faq_background .expander,
#landing-background .faq_background .expander {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 28px;
  height: 23px;
  background: url(../images/arrow-left.png);
}

/* line 260, ../../app/styles/_microsite.scss */

.microsite-background .faq_background .expander.expanded,
#landing-background .faq_background .expander.expanded {
  background: url(../images/arrow-down.png);
  height: 28px;
  width: 23px;
  top: 3px;
}

/* line 267, ../../app/styles/_microsite.scss */

.microsite-background .faq_background .label,
#landing-background .faq_background .label {
  float: left;
  height: 100%;
  position: relative;
}

/* line 272, ../../app/styles/_microsite.scss */

.microsite-background .faq_background .question,
#landing-background .faq_background .question {
  cursor: pointer;
  background: #f1efea;
  float: left;
  text-align: left;
  position: relative;
  padding: 10px 10px 10px 15px;
  width: 90%;
}

/* line 281, ../../app/styles/_microsite.scss */

.microsite-background .faq_background .answer,
#landing-background .faq_background .answer {
  clear: left;
  float: left;
  margin-left: 35px;
  text-align: left;
  font-weight: lighter;
  line-height: 18px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  /* line 281, ../../app/styles/_microsite.scss */

  .microsite-background .faq_background .answer,
  #landing-background .faq_background .answer {
    padding: 10px 40px 20px 0;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 281, ../../app/styles/_microsite.scss */

  .microsite-background .faq_background .answer,
  #landing-background .faq_background .answer {
    padding: 10px 100px 20px 0;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 281, ../../app/styles/_microsite.scss */

  .microsite-background .faq_background .answer,
  #landing-background .faq_background .answer {
    padding: 10px 100px 20px 0;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 281, ../../app/styles/_microsite.scss */

  .microsite-background .faq_background .answer,
  #landing-background .faq_background .answer {
    padding: 10px 100px 20px 0;
  }
}

/* line 294, ../../app/styles/_microsite.scss */

.microsite-background .faq_background .text,
#landing-background .faq_background .text {
  padding-left: 28px;
  padding-right: 25px;
}

/* line 299, ../../app/styles/_microsite.scss */

.microsite-background .faq_footer,
#landing-background .faq_footer {
  margin: 20px auto;
  line-height: 50px;
}

@media (min-width: 2100px) {
  /* line 306, ../../app/styles/_microsite.scss */

  .microsite-background .img-holder.large,
  #landing-background .img-holder.large {
    display: block;
  }

  /* line 307, ../../app/styles/_microsite.scss */

  .microsite-background .img-holder.medium,
  #landing-background .img-holder.medium {
    display: none !important;
  }

  /* line 308, ../../app/styles/_microsite.scss */

  .microsite-background .img-holder.small,
  #landing-background .img-holder.small {
    display: none !important;
  }
}

@media (min-width: 1100px) and (max-width: 2099px) {
  /* line 313, ../../app/styles/_microsite.scss */

  .microsite-background .img-holder.large,
  #landing-background .img-holder.large {
    display: none !important;
  }

  /* line 314, ../../app/styles/_microsite.scss */

  .microsite-background .img-holder.medium,
  #landing-background .img-holder.medium {
    display: block;
  }

  /* line 315, ../../app/styles/_microsite.scss */

  .microsite-background .img-holder.small,
  #landing-background .img-holder.small {
    display: none !important;
  }
}

@media (max-width: 1099px) {
  /* line 320, ../../app/styles/_microsite.scss */

  .microsite-background .img-holder.large,
  #landing-background .img-holder.large {
    display: none !important;
  }

  /* line 321, ../../app/styles/_microsite.scss */

  .microsite-background .img-holder.medium,
  #landing-background .img-holder.medium {
    display: none !important;
  }

  /* line 322, ../../app/styles/_microsite.scss */

  .microsite-background .img-holder.small,
  #landing-background .img-holder.small {
    display: block;
  }
}

/* line 335, ../../app/styles/_microsite.scss */

.bkgd-one {
  background: #f2f2f2;
}

/* line 340, ../../app/styles/_microsite.scss */

.action-buttons {
  position: absolute;
  bottom: 0;
  left: 50px;
}

/* line 344, ../../app/styles/_microsite.scss */

.action-buttons input {
  height: 40px;
  width: 130px;
  color: #fff;
  font-size: 16px;
  position: relative;
  bottom: -60px;
  border: none;
}

/* line 345, ../../app/styles/_microsite.scss */

.action-buttons input:first-child {
  margin-right: 50px;
}

/* line 360, ../../app/styles/_microsite.scss */

.profile-desc-title {
  font-size: 48px;
  font-weight: bold;
  padding: 10px;
}

/* line 366, ../../app/styles/_microsite.scss */

.profile-desc-content {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 372, ../../app/styles/_microsite.scss */

.microsite-landing-subtitle {
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 378, ../../app/styles/_microsite.scss */

.microsite-landing-title {
  color: #ee572d;
  font-size: 25px;
  padding: 10px;
}

/* line 385, ../../app/styles/_microsite.scss */

.microsite-learn-more {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-left: 190px;
  padding-bottom: 170px;
  position: absolute;
  top: 50px;
}

/* line 386, ../../app/styles/_microsite.scss */

.microsite-learn-more h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ee572d;
  margin-top: 10px;
}

/* line 394, ../../app/styles/_microsite.scss */

.microsite-learn-more h2 {
  font-size: 20px;
  font-style: italic;
  margin: 20px 0 10px 0;
  color: #ee572d;
  font-weight: 400;
}

/* line 410, ../../app/styles/_microsite.scss */

.audience-buttons {
  width: 500px;
  -webkit-transition: left ease-in 0.8s;
  transition: left ease-in 0.8s;
}

/* line 413, ../../app/styles/_microsite.scss */

.audience-buttons input {
  margin: 0;
  top: 30;
}

/* line 423, ../../app/styles/_microsite.scss */

.microsite-content {
  background-color: white;
  background-color: #ffffff;
  padding: 30px;
  min-height: 415px;
}

/* line 428, ../../app/styles/_microsite.scss */

.microsite-content img:not(.scrolldown-top-button,
.scrolldown-button,
.scrolldown-arrow) {
  padding: 20px;
  max-width: 420px;
}

/* line 432, ../../app/styles/_microsite.scss */

.microsite-content .landing-contentslide {
  margin: 0 auto;
  text-align: left;
  color: #5c5c5a;
}

@media only screen and (orientation: landscape) {
  /* line 432, ../../app/styles/_microsite.scss */

  .microsite-content .landing-contentslide {
    width: 90%;
  }
}

@media only screen and (orientation: portrait) {
  /* line 432, ../../app/styles/_microsite.scss */

  .microsite-content .landing-contentslide {
    width: 95%;
  }
}

/* line 438, ../../app/styles/_microsite.scss */

.microsite-content .landing-contentslide .orangesub {
  color: #ee572d;
  font-weight: 500;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  /* line 444, ../../app/styles/_microsite.scss */

  .microsite-content .landing-contentslide p {
    margin: 16px 0;
    font-size: 18px;
    line-height: 22px;
  }

  /* line 448, ../../app/styles/_microsite.scss */

  .microsite-content .landing-contentslide p.orangesub {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 455, ../../app/styles/_microsite.scss */

  .microsite-content .landing-contentslide p {
    margin: 16px 0;
    font-size: 22px;
    line-height: 27px;
  }

  /* line 459, ../../app/styles/_microsite.scss */

  .microsite-content .landing-contentslide p.orangesub {
    font-size: 27px;
    line-height: 32px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 466, ../../app/styles/_microsite.scss */

  .microsite-content .landing-contentslide p {
    margin: 16px 0;
    font-size: 24px;
    line-height: 29px;
  }

  /* line 470, ../../app/styles/_microsite.scss */

  .microsite-content .landing-contentslide p.orangesub {
    font-size: 29px;
    line-height: 34px;
  }
}

@media (min-width: 1200px) {
  /* line 477, ../../app/styles/_microsite.scss */

  .microsite-content .landing-contentslide p {
    margin: 16px 0;
    font-size: 28px;
    line-height: 33px;
  }

  /* line 481, ../../app/styles/_microsite.scss */

  .microsite-content .landing-contentslide p.organgesub {
    font-size: 33px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 489, ../../app/styles/_microsite.scss */

  .microsite-content img.scrolldown-arrow,
  .microsite-content img.scrolldown-button {
    width: 40px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 489, ../../app/styles/_microsite.scss */

  .microsite-content img.scrolldown-arrow,
  .microsite-content img.scrolldown-button {
    width: 50px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 489, ../../app/styles/_microsite.scss */

  .microsite-content img.scrolldown-arrow,
  .microsite-content img.scrolldown-button {
    width: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 489, ../../app/styles/_microsite.scss */

  .microsite-content img.scrolldown-arrow,
  .microsite-content img.scrolldown-button {
    width: 70px;
  }
}

/* line 499, ../../app/styles/_microsite.scss */

.microsite-action {
  background: #e4e4e0;
  padding-top: 25px;
}

/* line 502, ../../app/styles/_microsite.scss */

.microsite-action .action-holder {
  display: table;
  border-collapse: separate;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 502, ../../app/styles/_microsite.scss */

  .microsite-action .action-holder {
    border-spacing: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 502, ../../app/styles/_microsite.scss */

  .microsite-action .action-holder {
    border-spacing: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 502, ../../app/styles/_microsite.scss */

  .microsite-action .action-holder {
    border-spacing: 40px;
  }
}

/* line 515, ../../app/styles/_microsite.scss */

.microsite-action .action-btn {
  color: #ffffff;
  background-color: #50579f;
  cursor: pointer;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  /* line 515, ../../app/styles/_microsite.scss */

  .microsite-action .action-btn {
    width: 235px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 515, ../../app/styles/_microsite.scss */

  .microsite-action .action-btn {
    width: 150px;
    height: 60px;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 515, ../../app/styles/_microsite.scss */

  .microsite-action .action-btn {
    width: 160px;
    height: 65px;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 515, ../../app/styles/_microsite.scss */

  .microsite-action .action-btn {
    width: 175px;
    height: 70px;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
  }
}

/* line 548, ../../app/styles/_microsite.scss */

.microsite-action .action-btn:hover {
  opacity: 0.9;
}

/* line 556, ../../app/styles/_microsite.scss */

.learn-more {
  left: 50%;
  margin-left: 20px;
  bottom: 170px;
}

/* line 562, ../../app/styles/_microsite.scss */

.grey {
  background-color: #999999;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 565, ../../app/styles/_microsite.scss */

.grey:hover {
  background-color: #ff6633;
}

/* line 569, ../../app/styles/_microsite.scss */

.orange {
  background-color: #ff6633;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 574, ../../app/styles/_microsite.scss */

#imgopacity {
  -webkit-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -khtml-opacity: 1;
}

/* line 582, ../../app/styles/_microsite.scss */

#imgopacity:hover {
  -webkit-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -khtml-opacity: 0.7;
}

/* line 594, ../../app/styles/_microsite.scss */

.terms {
  position: relative;
  margin: 65px 0;
  height: 90%;
  padding: 30px;
  background: #ffffff;
  font-size: 16px;
  color: #5c5c5a;
  display: inline-block;
  text-align: left;
}

/* line 604, ../../app/styles/_microsite.scss */

.terms .indented {
  margin-left: 5vw;
}

/* line 607, ../../app/styles/_microsite.scss */

.terms .scrollable-div {
  position: relative;
  overflow-y: scroll;
  height: 94%;
  min-height: 450px;
  width: 100%;
  font-size: 16px;
  color: #5c5c5a;
  margin-top: 20px;
  -webkit-touch-callout: text !important;
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

/* line 616, ../../app/styles/_microsite.scss */

.terms .scrollable-div p {
  margin-top: 1.3em;
}

/* line 629, ../../app/styles/_microsite.scss */

.headr {
  font-size: 24px;
}

/* line 633, ../../app/styles/_microsite.scss */

.help-pages-background {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  text-align: left;
}

/* line 640, ../../app/styles/_microsite.scss */

.help-pages-background.row {
  position: absolute;
}

/* line 641, ../../app/styles/_microsite.scss */

.help-pages-background .contact-us {
  position: relative;
  margin: 80px auto;
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  width: 80%;
  max-width: 730px;
}

/* line 649, ../../app/styles/_microsite.scss */

.help-pages-background .contact-us p {
  text-align: left;
}

/* line 650, ../../app/styles/_microsite.scss */

.help-pages-background .contact-us .contact-button {
  font-size: 16px;
  background-color: #f1efea;
  border-radius: 5px;
  height: 105px;
  width: 175px;
  text-align: center;
  margin: 30px 15px;
  padding: 25px 15px 15px 15px;
  display: inline-block;
}

/* line 660, ../../app/styles/_microsite.scss */

.help-pages-background .contact-us .contact-button:hover {
  background-color: #ddd8cb;
  cursor: pointer;
  text-decoration: underline;
}

/* line 669, ../../app/styles/_microsite.scss */

.help-pages-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

/* line 678, ../../app/styles/_microsite.scss */

.sm {
  font-weight: lighter;
  font-size: 14px;
}

/* line 680, ../../app/styles/_microsite.scss */

.med {
  font-size: 16px;
}

/* line 681, ../../app/styles/_microsite.scss */

.bg {
  font-size: 24px;
  font-weight: bolder;
}

/* line 683, ../../app/styles/_microsite.scss */

.light {
  font-weight: lighter;
}

/* line 685, ../../app/styles/_microsite.scss */

.callbutton {
  position: relative;
  left: 50%;
  margin-left: -60px !important;
}

/* line 693, ../../app/styles/_microsite.scss */

.microheadline {
  color: #ffffff;
  text-shadow: 1px 1px 1px #333333;
  font-weight: 500;
  height: 100%;
  position: relative;
  margin-bottom: 14vw;
}

@media only screen and (orientation: landscape) {
  /* line 693, ../../app/styles/_microsite.scss */

  .microheadline {
    padding-top: 20%;
  }
}

@media only screen and (orientation: portrait) {
  /* line 693, ../../app/styles/_microsite.scss */

  .microheadline {
    padding-top: 28%;
  }
}

@media (max-width: 767px) {
  /* line 702, ../../app/styles/_microsite.scss */

  .microheadline .headline {
    font-size: 50px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 702, ../../app/styles/_microsite.scss */

  .microheadline .headline {
    font-size: 70px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 702, ../../app/styles/_microsite.scss */

  .microheadline .headline {
    font-size: 85px;
  }
}

@media (min-width: 1200px) {
  /* line 702, ../../app/styles/_microsite.scss */

  .microheadline .headline {
    font-size: 100px;
  }
}

/* line 708, ../../app/styles/_microsite.scss */

.microheadline .medd {
  font-weight: 300;
}

@media (max-width: 767px) {
  /* line 708, ../../app/styles/_microsite.scss */

  .microheadline .medd {
    font-size: 17px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 708, ../../app/styles/_microsite.scss */

  .microheadline .medd {
    font-size: 21px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 708, ../../app/styles/_microsite.scss */

  .microheadline .medd {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  /* line 708, ../../app/styles/_microsite.scss */

  .microheadline .medd {
    font-size: 28px;
  }
}

/* line 715, ../../app/styles/_microsite.scss */

.microheadline img.scrolldown-top-button {
  position: absolute;
  bottom: 55px;
}

/* line 719, ../../app/styles/_microsite.scss */

.darkhead {
  color: #5c5c5a;
  text-shadow: 0px 0px 0px;
}

@media (max-width: 767px) {
  /* line 719, ../../app/styles/_microsite.scss */

  .darkhead {
    font-size: 17px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 719, ../../app/styles/_microsite.scss */

  .darkhead {
    font-size: 21px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 719, ../../app/styles/_microsite.scss */

  .darkhead {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  /* line 719, ../../app/styles/_microsite.scss */

  .darkhead {
    font-size: 28px;
  }
}

/* line 726, ../../app/styles/_microsite.scss */

.darkhead .darksub {
  font-size: 19px;
  font-weight: 300;
}

/* line 732, ../../app/styles/_microsite.scss */

.microcon {
  padding: 30px 80px 20px 30px;
  width: 60%;
  border-width: medium;
  border-color: black;
  height: 600px;
}

/* line 741, ../../app/styles/_microsite.scss */

.microcontent {
  text-align: left;
  color: #5c5c5a;
}

/* line 745, ../../app/styles/_microsite.scss */

.microcontentright {
  text-align: right;
  float: right;
  color: #5c5c5a;
}

/* line 751, ../../app/styles/_microsite.scss */

.bluebutton,
#bbv,
.blue-button-microsite,
.blue-button-landing {
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  top: 10px;
  background: #50579f;
  border: 0px solid #ebe9e8;
  opacity: 0.9;
}

/* line 761, ../../app/styles/_microsite.scss */

.bluebutton:hover,
#bbv:hover,
.blue-button-microsite:hover,
.blue-button-landing:hover {
  opacity: 1;
}

/* line 770, ../../app/styles/_microsite.scss */

.blue-button-microsite {
  height: 60px !important;
  font-size: 30px !important;
  opacity: 0.90;
  border: 1px transparent;
  padding: 2px 10px;
}

/* line 777, ../../app/styles/_microsite.scss */

.blue-button-microsite:hover {
  opacity: 1;
}

/* line 782, ../../app/styles/_microsite.scss */

.sub-menu {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 42px;
  background: #ffffff;
  opacity: 0.9;
  -webkit-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
  box-shadow: inset 0px 3px 7px -5px #000, 0px 4px 14px -10px #000;
  z-index: 99;
}

/* line 793, ../../app/styles/_microsite.scss */

.sub-menu .white-button:nth-child(n+1) {
  margin-left: 50px;
}

/* line 797, ../../app/styles/_microsite.scss */

#profileimg {
  cursor: pointer;
}

/* line 801, ../../app/styles/_microsite.scss */

.largeprofile-preview {
  max-width: 100%;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 806, ../../app/styles/_microsite.scss */

.largeprofile-preview .modal-content {
  display: inline-block;
  background: transparent;
  border-radius: 15px;
  margin: 5%;
  overflow: hidden;
}

/* line 813, ../../app/styles/_microsite.scss */

.largeprofile-preview img {
  width: 100%;
}

/* line 816, ../../app/styles/_microsite.scss */

.scrolldown-top-button,
.scrolldown-button {
  background: url("../images/microsite_images/arrow2.png");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  color: #ffffff;
  left: 50%;
}

/* line 824, ../../app/styles/_microsite.scss */

.scrolldown-top-button:hover,
.scrolldown-button:hover {
  color: white;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 816, ../../app/styles/_microsite.scss */

  .scrolldown-top-button,
  .scrolldown-button {
    width: 40px;
    margin-left: -20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 816, ../../app/styles/_microsite.scss */

  .scrolldown-top-button,
  .scrolldown-button {
    width: 50px;
    margin-left: -25px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 816, ../../app/styles/_microsite.scss */

  .scrolldown-top-button,
  .scrolldown-button {
    width: 60px;
    margin-left: -30px;
  }
}

@media (min-width: 1200px) {
  /* line 816, ../../app/styles/_microsite.scss */

  .scrolldown-top-button,
  .scrolldown-button {
    width: 70px;
    margin-left: -35px;
  }
}

/* line 835, ../../app/styles/_microsite.scss */

#landing-slide {
  width: 100%;
  height: auto;
}

/* line 847, ../../app/styles/_microsite.scss */

#landing-background .top-overlay {
  position: absolute;
  width: 100%;
  top: 0;
}

/* line 852, ../../app/styles/_microsite.scss */

#landing-background .top-spacer {
  height: 386px;
  background: #ffffff;
  margin-top: 279px;
}

/* line 859, ../../app/styles/_microsite.scss */

.blue-button-landing {
  width: 200px;
  margin-top: 14px;
  margin-bottom: 10px;
}

/* line 866, ../../app/styles/_microsite.scss */

.sales-subtitle {
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 866, ../../app/styles/_microsite.scss */

  .sales-subtitle {
    margin: 30px 0 20px 0;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 866, ../../app/styles/_microsite.scss */

  .sales-subtitle {
    margin: 50px 0 20px 0;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 866, ../../app/styles/_microsite.scss */

  .sales-subtitle {
    margin: 70px 0 20px 0;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 866, ../../app/styles/_microsite.scss */

  .sales-subtitle {
    margin: 80px 0 20px 0;
  }
}

/* line 875, ../../app/styles/_microsite.scss */

.sales-textdiv {
  display: inline-block;
  color: #5c5c5a;
  text-align: left;
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
}

/* line 883, ../../app/styles/_microsite.scss */

.sales-textdiv .orangesub {
  color: #ee572d;
  font-weight: 500;
  text-align: left;
}

/* line 890, ../../app/styles/_microsite.scss */

.sales-imgdiv {
  display: inline-block;
}

/* line 892, ../../app/styles/_microsite.scss */

.sales-imgdiv img {
  margin: 0;
}

/* line 897, ../../app/styles/_microsite.scss */

.sales-button-div {
  width: 100%;
  height: 100px;
  float: left;
  clear: both;
  text-align: center;
  margin: 0 auto;
  background: #ffffff;
}

/* line 908, ../../app/styles/_microsite.scss */

.microsite-panel-sales {
  position: relative;
  width: 100%;
  cursor: pointer;
  top: 0px;
  color: #ffffff;
}

/* line 914, ../../app/styles/_microsite.scss */

.microsite-panel-sales .scroll-arrow {
  position: relative;
  top: 100%;
  margin-top: -9vw;
}

/* line 918, ../../app/styles/_microsite.scss */

.microsite-panel-sales .scroll-arrow img {
  width: 5vw;
  min-width: 26px;
}

/* line 923, ../../app/styles/_microsite.scss */

.microsite-panel-sales .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 929, ../../app/styles/_microsite.scss */

.microsite-panel-sales .overlay .vertical-center {
  position: relative;
  top: 30%;
}

/* line 933, ../../app/styles/_microsite.scss */

.microsite-panel-sales .overlay .title {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  /* line 933, ../../app/styles/_microsite.scss */

  .microsite-panel-sales .overlay .title {
    font-size: 35px;
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 933, ../../app/styles/_microsite.scss */

  .microsite-panel-sales .overlay .title {
    font-size: 65px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 933, ../../app/styles/_microsite.scss */

  .microsite-panel-sales .overlay .title {
    font-size: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 933, ../../app/styles/_microsite.scss */

  .microsite-panel-sales .overlay .title {
    font-size: 130px;
  }
}

/* line 943, ../../app/styles/_microsite.scss */

.microsite-panel-sales .overlay .subtitle {
  width: 100%;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  /* line 943, ../../app/styles/_microsite.scss */

  .microsite-panel-sales .overlay .subtitle {
    font-size: 17px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 943, ../../app/styles/_microsite.scss */

  .microsite-panel-sales .overlay .subtitle {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 943, ../../app/styles/_microsite.scss */

  .microsite-panel-sales .overlay .subtitle {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 943, ../../app/styles/_microsite.scss */

  .microsite-panel-sales .overlay .subtitle {
    font-size: 45px;
  }
}

/* line 955, ../../app/styles/_microsite.scss */

.micro-slide-down {
  width: 100%;
  z-index: 99;
}

/* line 960, ../../app/styles/_microsite.scss */

#promo-video {
  font-size: 24px;
  border: 1px solid #ebe9e8;
  margin: 0 auto;
  border-radius: 8px;
  background: #ee572d;
  cursor: pointer;
  color: white;
  padding: 0 30px 0 10px;
}

/* line 969, ../../app/styles/_microsite.scss */

#promo-video:hover {
  color: #e6e6e6;
  cursor: pointer;
}

/* line 973, ../../app/styles/_microsite.scss */

#promo-video img {
  height: 25px;
  margin-top: 14px;
  margin-left: 9px;
}

/* line 978, ../../app/styles/_microsite.scss */

#promo-video div {
  float: left;
  margin-left: 20px;
  line-height: 53px;
}

/* line 986, ../../app/styles/_microsite.scss */

#promo-modal {
  padding: 25px;
  z-index: 999;
  position: fixed;
  top: 45%;
  margin-top: -22vw;
  left: 50%;
  margin-left: -42.55vw;
  width: 85.15vw;
  height: 47.7vw;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
}

/* line 999, ../../app/styles/_microsite.scss */

#promo-modal img {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -51px;
  margin-top: -51px;
}

/* line 1007, ../../app/styles/_microsite.scss */

#promo-modal iframe {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}

/* line 1012, ../../app/styles/_microsite.scss */

#promo-modal .ss-delete {
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: 300;
  font-size: 22px;
}

/* line 1, ../../app/styles/_dashboard.scss */

#dashboard-message-modal {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-top: -100px;
  margin-left: -200px;
  min-height: 200px;
  width: 400px;
}

/* line 9, ../../app/styles/_dashboard.scss */

#dashboard-message-modal #dashboard-message {
  margin: 30px;
}

/* line 12, ../../app/styles/_dashboard.scss */

#dashboard-message-modal input[type="button"] {
  float: right;
  margin: 10px 20px;
  border: 1px solid #ebe9e8;
  width: 100px;
  height: 36px;
  background-color: #ffffff;
  cursor: pointer;
}

/* line 20, ../../app/styles/_dashboard.scss */

#dashboard-message-modal input[type="button"]:hover {
  background-color: #f2f2f2;
}

/* line 27, ../../app/styles/_dashboard.scss */

#profile-delete-modal {
  z-index: 999;
  background: #ffffff;
  width: 300px;
  height: 134px;
  top: 125px;
  left: 50%;
  margin-left: -150px;
  position: fixed !important;
}

/* line 43, ../../app/styles/_dashboard.scss */

.dashboard-master {
  margin-top: 30px;
  max-width: 950px;
  margin: 0 auto;
}

/* line 47, ../../app/styles/_dashboard.scss */

.dashboard-master h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #ee572d;
}

@media only screen and (max-width: 1199px) {
  /* line 43, ../../app/styles/_dashboard.scss */

  .dashboard-master {
    padding: 0 10px;
  }
}

/* line 66, ../../app/styles/_dashboard.scss */

.dashboard-profile {
  width: 100%;
  height: 135px;
  border-radius: 8px;
  position: relative;
  background: #ffffff;
  margin-bottom: 35px;
  text-align: left;
}

/* line 76, ../../app/styles/_dashboard.scss */

.dashboard-profile-area {
  text-align: center;
}

/* line 79, ../../app/styles/_dashboard.scss */

.dashboard-greeting-area {
  height: 100px;
  width: 100%;
  font-size: 25px;
  color: #5c5c5a;
  padding-top: 37px;
  padding-bottom: 100px;
}

/* line 87, ../../app/styles/_dashboard.scss */

.dashboard-greeting-area .dashboard-name {
  float: left;
  clear: left;
}

/* line 92, ../../app/styles/_dashboard.scss */

.dashboard-greeting-area .profile-header-buttons {
  clear: left;
  padding-top: 22px;
}

/* line 103, ../../app/styles/_dashboard.scss */

.profile-image {
  width: 60px;
  height: 60px;
  border: 1px solid #ee572d;
  position: relative;
  border-radius: 40px;
  top: 20px;
  left: 20px;
  margin-right: 20px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 40px;
}

/* line 117, ../../app/styles/_dashboard.scss */

.profile-left {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 20px;
}

/* line 122, ../../app/styles/_dashboard.scss */

.profile-left .profile-image {
  float: left;
  top: 0;
  margin-right: 25px;
}

/* line 127, ../../app/styles/_dashboard.scss */

.profile-left .profile-detail {
  max-width: 65%;
  position: relative;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
}

/* line 133, ../../app/styles/_dashboard.scss */

.profile-left .profile-detail .profile-left-title {
  position: relative;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  color: #ee572d;
  font-size: 18px;
  margin-right: 5px;
  max-width: 100%;
}

/* line 145, ../../app/styles/_dashboard.scss */

.profile-left .profile-detail .profile-type {
  line-height: 20px;
  float: left;
  font-weight: 300;
  text-overflow: ellipsis;
  max-width: 100%;
  position: relative;
}

/* line 153, ../../app/styles/_dashboard.scss */

.profile-left .profile-detail .profile-skills {
  position: relative;
  float: left;
  clear: both;
  font-size: 14px;
  color: #8d897d;
  font-weight: 300;
  max-width: 580px;
  margin-top: 5px;
  max-height: 40px;
  overflow: hidden;
  white-space: normal;
  font-size: 13px;
  line-height: 17px;
  text-overflow: ellipsis;
}

/* line 170, ../../app/styles/_dashboard.scss */

.profile-left .message {
  color: #8d897d;
  text-align: center;
  font-size: 16px;
  position: absolute;
  left: 81px;
  right: 5px;
}

/* line 177, ../../app/styles/_dashboard.scss */

.profile-left .message p:first-of-type {
  margin-top: 25px;
}

/* line 178, ../../app/styles/_dashboard.scss */

.profile-left .message p {
  margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  /* line 170, ../../app/styles/_dashboard.scss */

  .profile-left .message {
    font-size: 14px;
  }

  /* line 182, ../../app/styles/_dashboard.scss */

  .profile-left .message p:first-of-type {
    margin-top: 8px;
  }
}

/* line 187, ../../app/styles/_dashboard.scss */

.profile-sub-nav {
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fcfaf8;
  font-weight: 300;
  padding: 8px;
  padding-left: 20px;
}

/* line 203, ../../app/styles/_dashboard.scss */

.sub-nav-status {
  float: right;
  color: #ee572d;
}

/* line 206, ../../app/styles/_dashboard.scss */

.sub-nav-status .status-live {
  color: #78c8a1;
}

/* line 210, ../../app/styles/_dashboard.scss */

.sub-nav-likes {
  float: right;
  color: #5c5c5a;
  width: 120px;
  font-weight: 400;
}

/* line 215, ../../app/styles/_dashboard.scss */

.sub-nav-likes .counter {
  font-weight: 200;
}

/* line 219, ../../app/styles/_dashboard.scss */

.sub-nav-button {
  float: left;
  cursor: pointer;
  padding-right: 20px;
  border: none;
  font-size: 16px;
  font-weight: 100;
  background: none;
  height: 20px;
  color: #5c5c5a;
}

/* line 229, ../../app/styles/_dashboard.scss */

.sub-nav-button:hover {
  color: #ee572d;
}

/* line 233, ../../app/styles/_dashboard.scss */

.profile-right {
  position: absolute;
  right: 25px;
  font-size: 30px;
  color: #cbc5c0;
  top: 25px;
}

/* line 239, ../../app/styles/_dashboard.scss */

.profile-right span {
  margin-right: 35px;
}

/* line 242, ../../app/styles/_dashboard.scss */

.profile-right .right-progress-bar-container {
  width: 200px;
  height: 35px;
  border: 1px solid #78c8a1;
  border-radius: 4px;
  background-color: #8d897d;
  font-size: 14px;
  position: absolute;
  right: 0;
}

/* line 251, ../../app/styles/_dashboard.scss */

.profile-right .right-progress-bar-container .progress-bar {
  position: absolute;
  width: 0px;
  height: 100%;
  background: #78c8a1;
  border-radius: 3px;
  z-index: 9;
}

/* line 259, ../../app/styles/_dashboard.scss */

.profile-right .right-progress-bar-container .progress-text {
  margin-right: 1px;
  height: 35px;
  z-index: 99;
  position: relative;
  padding-top: 10px;
  padding-left: 10px;
  color: white;
}

/* line 272, ../../app/styles/_dashboard.scss */

.dashboard-favorite {
  width: 100%;
}

/* line 276, ../../app/styles/_dashboard.scss */

.add-new-profile {
  padding-top: 100px;
}

/*
                         _           _         _
                        | |         | |       | |
 ___  ___  __ _ _ __ ___| |__    ___| |_ _   _| | ___ ___
/ __|/ _ \/ _` | '__/ __| '_ \  / __| __| | | | |/ _ \ __|
\__ \  __/ (_| | | | (__| | | | \__ \ |_| |_| | |  __\__ \
|___/\___|\__,_|_|  \___|_| |_| |___/\__|\__, |_|\___|___/
                                          __/ |
                                          |___/
*/

/* line 13, ../../app/styles/_search.scss */

.search-master {
  margin: 10px auto 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1150px;
  text-align: left;
}

/* line 22, ../../app/styles/_search.scss */

.search-results-container {
  margin-right: 40px;
  margin-top: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

/* line 30, ../../app/styles/_search.scss */

.favorite-panel,
.search-result-panel {
  min-height: 210px;
  margin: 40px 0;
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
}

/* line 39, ../../app/styles/_search.scss */

.favorite-panel .profile-image-box,
.search-result-panel .profile-image-box {
  position: relative;
  width: 100%;
  margin-right: 10px;
  max-width: 200px;
  max-height: 200px;
}

/* line 45, ../../app/styles/_search.scss */

.favorite-panel .profile-image-box:before,
.search-result-panel .profile-image-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* line 50, ../../app/styles/_search.scss */

.favorite-panel .profile-image-box .profile-image-container,
.search-result-panel .profile-image-box .profile-image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* line 61, ../../app/styles/_search.scss */

.favorite-panel:hover .profile-image-container,
.search-result-panel:hover .profile-image-container {
  border: 1px solid #ee572d !important;
  float: left;
}

/* line 65, ../../app/styles/_search.scss */

.favorite-panel .likes,
.search-result-panel .likes {
  float: right;
  font-size: 16px;
  margin-top: 3px;
  color: #ee572d;
}

/* line 70, ../../app/styles/_search.scss */

.favorite-panel .likes .counter,
.search-result-panel .likes .counter {
  font-weight: 400;
}

/* line 73, ../../app/styles/_search.scss */

.favorite-panel .likes .label,
.search-result-panel .likes .label {
  font-weight: 200;
}

/* line 77, ../../app/styles/_search.scss */

.favorite-panel .content,
.search-result-panel .content {
  vertical-align: top;
  float: left;
  padding-bottom: 20px;
  right: 0;
  position: relative;
  margin-top: 20px;
  width: 100%;
}

/* line 85, ../../app/styles/_search.scss */

.favorite-panel .content .orgs,
.search-result-panel .content .orgs {
  font-size: 16px;
  font-style: italic;
}

/* line 89, ../../app/styles/_search.scss */

.favorite-panel .content .subtitle,
.search-result-panel .content .subtitle {
  color: #8d897d;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 18px;
}

/* line 94, ../../app/styles/_search.scss */

.favorite-panel .content .subtitle .heading,
.search-result-panel .content .subtitle .heading {
  color: #57554d;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  /* line 100, ../../app/styles/_search.scss */

  .favorite-panel .content .profile-location,
  .search-result-panel .content .profile-location {
    width: 48%;
  }
}

/* line 104, ../../app/styles/_search.scss */

.favorite-panel .content .bottom-buttons,
.search-result-panel .content .bottom-buttons {
  margin-top: -5px;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  /* line 104, ../../app/styles/_search.scss */

  .favorite-panel .content .bottom-buttons,
  .search-result-panel .content .bottom-buttons {
    position: absolute;
    margin-top: -50px;
    right: 0;
    width: 48%;
  }
}

/* line 114, ../../app/styles/_search.scss */

.favorite-panel .content .bottom-buttons .button-link,
.search-result-panel .content .bottom-buttons .button-link {
  position: relative;
  float: right;
  background: transparent;
  text-decoration: underline;
}

/* line 119, ../../app/styles/_search.scss */

.favorite-panel .content .bottom-buttons .button-link:hover,
.search-result-panel .content .bottom-buttons .button-link:hover {
  font-style: underline;
}

/* line 123, ../../app/styles/_search.scss */

.favorite-panel .content .bottom-buttons .button-red,
.search-result-panel .content .bottom-buttons .button-red {
  position: relative;
  width: 130px;
  color: #fff;
  display: inline;
  float: right;
  background: #ee572d;
}

@media only screen and (max-width: 767px) {
  /* line 123, ../../app/styles/_search.scss */

  .favorite-panel .content .bottom-buttons .button-red,
  .search-result-panel .content .bottom-buttons .button-red {
    width: 107px;
  }
}

/* line 133, ../../app/styles/_search.scss */

.favorite-panel .content .bottom-buttons .button-red:hover,
.search-result-panel .content .bottom-buttons .button-red:hover {
  background: #ec4415;
}

/* line 138, ../../app/styles/_search.scss */

.favorite-panel .content .it-icon,
.search-result-panel .content .it-icon {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 142, ../../app/styles/_search.scss */

.favorite-panel .content .it-icon img,
.search-result-panel .content .it-icon img {
  width: 50px;
  height: 50px;
}

/* line 151, ../../app/styles/_search.scss */

.ad-space-container {
  width: 200px;
  margin-top: 23px;
  display: inline-block;
}

/* line 156, ../../app/styles/_search.scss */

.ad-space-container .example-ad {
  background: white;
  margin-bottom: 20px;
}

/* line 159, ../../app/styles/_search.scss */

.ad-space-container .example-ad img {
  height: 200px;
  width: 200px;
}

/* line 171, ../../app/styles/_search.scss */

.search-subnav {
  width: 700px;
  height: 50px;
}

/* line 175, ../../app/styles/_search.scss */

.search-subnav input {
  width: 130px;
  color: #fff;
  font-size: 16px;
  display: inline;
  background: #ee572d;
  margin-right: 10px;
}

/* line 181, ../../app/styles/_search.scss */

.search-subnav input:hover {
  background: #ec4415;
}

/* line 1, ../../app/styles/_bootstrap-modal.scss */

.modal-open {
  overflow: hidden;
}

/* line 5, ../../app/styles/_bootstrap-modal.scss */

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

/* line 16, ../../app/styles/_bootstrap-modal.scss */

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 25, ../../app/styles/_bootstrap-modal.scss */

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 31, ../../app/styles/_bootstrap-modal.scss */

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
  margin-top: 100px;
}

/* line 42, ../../app/styles/_bootstrap-modal.scss */

.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

/* line 54, ../../app/styles/_bootstrap-modal.scss */

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background-color: black;
}

/* line 63, ../../app/styles/_bootstrap-modal.scss */

.modal-backdrop.fade {
  opacity: 0;
  -webkit-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}

/* line 67, ../../app/styles/_bootstrap-modal.scss */

.modal-backdrop.in {
  opacity: 0.5;
  -webkit-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
}

/* line 72, ../../app/styles/_bootstrap-modal.scss */

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

/* line 78, ../../app/styles/_bootstrap-modal.scss */

.modal-header .close {
  margin-top: -2px;
}

/* line 82, ../../app/styles/_bootstrap-modal.scss */

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 87, ../../app/styles/_bootstrap-modal.scss */

.modal-body {
  position: relative;
  padding: 20px;
}

/* line 92, ../../app/styles/_bootstrap-modal.scss */

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 98, ../../app/styles/_bootstrap-modal.scss */

.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 104, ../../app/styles/_bootstrap-modal.scss */

.modal-footer:after {
  clear: both;
}

/* line 107, ../../app/styles/_bootstrap-modal.scss */

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 111, ../../app/styles/_bootstrap-modal.scss */

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 114, ../../app/styles/_bootstrap-modal.scss */

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  /* line 119, ../../app/styles/_bootstrap-modal.scss */

  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 125, ../../app/styles/_bootstrap-modal.scss */

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
a
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

/* line 16, ../../app/styles/_animate.scss */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 23, ../../app/styles/_animate.scss */

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* line 65, ../../app/styles/_animate.scss */

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

/* line 90, ../../app/styles/_animate.scss */

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 134, ../../app/styles/_animate.scss */

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 198, ../../app/styles/_animate.scss */

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

/* line 240, ../../app/styles/_animate.scss */

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 304, ../../app/styles/_animate.scss */

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

/* line 371, ../../app/styles/_animate.scss */

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* line 459, ../../app/styles/_animate.scss */

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 518, ../../app/styles/_animate.scss */

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 575, ../../app/styles/_animate.scss */

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 632, ../../app/styles/_animate.scss */

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 689, ../../app/styles/_animate.scss */

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 746, ../../app/styles/_animate.scss */

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

/* line 803, ../../app/styles/_animate.scss */

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

/* line 849, ../../app/styles/_animate.scss */

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

/* line 895, ../../app/styles/_animate.scss */

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

/* line 941, ../../app/styles/_animate.scss */

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

/* line 987, ../../app/styles/_animate.scss */

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* line 1012, ../../app/styles/_animate.scss */

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1047, ../../app/styles/_animate.scss */

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1082, ../../app/styles/_animate.scss */

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1117, ../../app/styles/_animate.scss */

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1152, ../../app/styles/_animate.scss */

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1187, ../../app/styles/_animate.scss */

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1222, ../../app/styles/_animate.scss */

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1257, ../../app/styles/_animate.scss */

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1292, ../../app/styles/_animate.scss */

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* line 1317, ../../app/styles/_animate.scss */

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* line 1352, ../../app/styles/_animate.scss */

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

/* line 1387, ../../app/styles/_animate.scss */

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

/* line 1422, ../../app/styles/_animate.scss */

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

/* line 1457, ../../app/styles/_animate.scss */

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

/* line 1492, ../../app/styles/_animate.scss */

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

/* line 1527, ../../app/styles/_animate.scss */

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* line 1562, ../../app/styles/_animate.scss */

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

/* line 1597, ../../app/styles/_animate.scss */

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1681, ../../app/styles/_animate.scss */

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

/* line 1741, ../../app/styles/_animate.scss */

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

/* line 1801, ../../app/styles/_animate.scss */

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 1839, ../../app/styles/_animate.scss */

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 1877, ../../app/styles/_animate.scss */

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

/* line 1941, ../../app/styles/_animate.scss */

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

/* line 1978, ../../app/styles/_animate.scss */

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2025, ../../app/styles/_animate.scss */

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2070, ../../app/styles/_animate.scss */

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2115, ../../app/styles/_animate.scss */

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2160, ../../app/styles/_animate.scss */

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2205, ../../app/styles/_animate.scss */

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

/* line 2250, ../../app/styles/_animate.scss */

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 2295, ../../app/styles/_animate.scss */

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

/* line 2340, ../../app/styles/_animate.scss */

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

/* line 2385, ../../app/styles/_animate.scss */

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 2430, ../../app/styles/_animate.scss */

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 2463, ../../app/styles/_animate.scss */

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 2496, ../../app/styles/_animate.scss */

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 2529, ../../app/styles/_animate.scss */

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

/* line 2562, ../../app/styles/_animate.scss */

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

/* line 2595, ../../app/styles/_animate.scss */

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

/* line 2628, ../../app/styles/_animate.scss */

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

/* line 2732, ../../app/styles/_animate.scss */

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

/* line 2769, ../../app/styles/_animate.scss */

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

/* line 2806, ../../app/styles/_animate.scss */

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* line 1, ../../app/styles/vendor/_cropimg.scss */

.ci-main {
  position: relative;
  max-width: 100%;
  margin: 0;
}

/* line 2, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper {
  margin: 0px 30px 15px 0px;
  position: relative;
  overflow: hidden;
  background-image: url("images/trbg.png");
  background-repeat: repeat;
}

/* line 3, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper:hover {
  cursor: move;
}

/* line 4, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper img {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: block !important;
  max-width: none !important;
}

/* line 5, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper .ci-fixing-position {
  display: block;
  width: 17px;
  height: 17px;
  background-color: #000;
  position: absolute;
  z-index: 2;
  background-image: url("images/cropimgbuttons.png");
  background-repeat: no-repeat;
  opacity: 0.5;
  border-radius: 10px;
}

/* line 6, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper .ci-fixing-position:hover {
  cursor: pointer;
}

/* line 7, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper .ci-fixing-position.ci-fptl {
  bottom: 39px;
  right: 39px;
  background-position: 0px -21px;
}

/* line 8, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper .ci-fixing-position.ci-fptc {
  bottom: 39px;
  right: 22px;
  background-position: -17px -21px;
}

/* line 9, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper .ci-fixing-position.ci-fptr {
  bottom: 39px;
  right: 5px;
  background-position: -34px -21px;
}

/* line 10, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper .ci-fixing-position.ci-fpcl {
  bottom: 22px;
  right: 39px;
  background-position: 0px -38px;
}

/* line 11, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper .ci-fixing-position.ci-fpcc {
  bottom: 22px;
  right: 22px;
  background-position: -17px -38px;
}

/* line 12, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper .ci-fixing-position.ci-fpcr {
  bottom: 22px;
  right: 5px;
  background-position: -34px -38px;
}

/* line 13, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper .ci-fixing-position.ci-fpbl {
  bottom: 5px;
  right: 39px;
  background-position: 0px -55px;
}

/* line 14, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper .ci-fixing-position.ci-fpbc {
  bottom: 5px;
  right: 22px;
  background-position: -17px -55px;
}

/* line 15, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-image-wrapper .ci-fixing-position.ci-fpbr {
  bottom: 5px;
  right: 5px;
  background-position: -34px -55px;
}

/* line 16, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-tool {
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 0px;
}

/* line 17, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-tool .ci-button {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0px 0px 5px 5px;
  background-image: url("images/cropimgbuttons.png");
  background-repeat: no-repeat;
  opacity: 0.5;
  border-radius: 10px;
}

/* line 18, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-tool .ci-button:hover {
  cursor: pointer;
}

/* line 19, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-tool .ci-button.ci-tool-zoomin {
  background-position: 0px 0px;
}

/* line 20, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-tool .ci-button.ci-tool-zoomout {
  background-position: -21px 0px;
}

/* line 21, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-tool .ci-fixing-size {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0px 0px 5px 5px;
  background-image: url("images/cropimgbuttons.png");
  background-repeat: no-repeat;
  opacity: 0.5;
  border-radius: 10px;
}

/* line 22, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-tool .ci-fixing-size:hover {
  cursor: pointer;
}

/* line 23, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-tool .ci-fixing-size.ci-fsw {
  background-position: -42px 0px;
}

/* line 24, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-tool .ci-fixing-size.ci-fsh {
  background-position: -63px 0px;
}

/* line 25, ../../app/styles/vendor/_cropimg.scss */

.ci-main .ci-tool:active {
  opacity: 0.7;
}

/* line 26, ../../app/styles/vendor/_cropimg.scss */

.ci-image-loader {
  display: block;
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 0;
}

/* line 27, ../../app/styles/vendor/_cropimg.scss */

.ci-tip {
  position: absolute;
  z-index: 999;
  left: 0px;
  top: 0px;
  width: auto;
  color: #fff;
  font-family: Arial, Verdana, Tahoma;
  background: #000;
  line-height: 1.3;
  font-size: 12px;
  text-shadow: none;
  padding: 4px 8px 5px;
  border-radius: 3px;
}

/* line 28, ../../app/styles/vendor/_cropimg.scss */

.ci-tip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: black transparent transparent transparent;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  bottom: -10px;
}

/* line 20, ../../app/styles/main.scss */

.hidden {
  display: none !important;
}

/* line 24, ../../app/styles/main.scss */

.text-right {
  text-align: right;
}

/* line 29, ../../app/styles/main.scss */

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -50px;
  zoom: 1;
}

/* line 41, ../../app/styles/main.scss */

.popover {
  position: absolute;
  max-width: none;
}

/* line 45, ../../app/styles/main.scss */

.login-layer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f1efea;
  z-index: 999;
}

/* line 53, ../../app/styles/main.scss */

.login-layer .login-section {
  background: #ee572d;
  border: 1px solid white;
  width: 300px;
  height: 200px;
  margin: 100px auto;
  padding: 30px;
  border-radius: 8px;
}

/* line 68, ../../app/styles/main.scss */

.footer-container {
  float: left;
  clear: both;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #ee572d;
  z-index: 999;
}

/* line 77, ../../app/styles/main.scss */

.footer-container .footer-social-icons {
  width: auto;
  float: left;
}

/* line 80, ../../app/styles/main.scss */

.footer-container .footer-social-icons img {
  height: 30px;
  display: inline-block;
  margin-right: 20px;
}

/* line 86, ../../app/styles/main.scss */

.footer-container .footer-links {
  margin-top: 8px;
  float: right;
  font-weight: 200;
}

/* line 90, ../../app/styles/main.scss */

.footer-container .footer-links div {
  margin-left: 20px;
  color: #ffffff;
}

/* line 94, ../../app/styles/main.scss */

.footer-container .footer-links a {
  color: #ffffff;
}

/* line 97, ../../app/styles/main.scss */

.select2-hidden-accessible {
  display: none;
}

/* line 100, ../../app/styles/main.scss */

.profile-edit-footer {
  position: relative;
  top: 0;
}

/* line 105, ../../app/styles/main.scss */

.dashboard-footer {
  position: relative;
  bottom: -200px;
}

/* line 114, ../../app/styles/main.scss */

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 126, ../../app/styles/main.scss */

input,
textarea {
  -webkit-touch-callout: text !important;
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

/* line 135, ../../app/styles/main.scss */

.right {
  float: right;
}

/* line 139, ../../app/styles/main.scss */

html,
body {
  font-family: Roboto !important;
  background: #f1efea;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #f1efea;
  width: 100% !important;
}

/* line 148, ../../app/styles/main.scss */

a {
  text-decoration: none;
  color: #5c5c5a;
}

/* line 151, ../../app/styles/main.scss */

a:hover {
  text-decoration: underline;
}

/* line 154, ../../app/styles/main.scss */

a:visited {
  color: #5c5c5a;
}

/* line 157, ../../app/styles/main.scss */

a:active {
  color: #5c5c5a;
}

/* line 161, ../../app/styles/main.scss */

.background {
  z-index: -99999;
  width: 100%;
  position: absolute;
  background: #ffffff;
}

/* line 169, ../../app/styles/main.scss */

.upper-bkgd {
  z-index: 9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: #f1efea;
}

/* line 179, ../../app/styles/main.scss */

.search-button {
  width: 90px;
  height: 40px;
}

/* line 183, ../../app/styles/main.scss */

.red-button {
  background: #ee572d;
  border: 1px solid #ebe9e8;
}

/* line 186, ../../app/styles/main.scss */

.red-button:hover {
  color: #e6e6e6;
}

/* line 189, ../../app/styles/main.scss */

.red-button:active {
  background: #d73c11;
}

/* line 196, ../../app/styles/main.scss */

.white-button {
  background: none;
  border: none;
}

/* line 200, ../../app/styles/main.scss */

.white-button:hover {
  text-decoration: underline;
}

/* line 203, ../../app/styles/main.scss */

.white-button:active {
  text-decoration: underline;
}

/* line 206, ../../app/styles/main.scss */

.white-button over {
  text-decoration: underline;
}

/* line 213, ../../app/styles/main.scss */

.over {
  text-decoration: underline;
}

/* line 216, ../../app/styles/main.scss */

.button-link {
  font-size: 16px;
  float: left;
  line-height: 22px;
  margin-left: 0;
  margin-right: 10px;
  background-color: transparent;
  padding: 5px;
  color: #8d897d;
}

/* line 225, ../../app/styles/main.scss */

.button-link.right {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

/* line 230, ../../app/styles/main.scss */

.button-link.active {
  color: #ee572d;
  text-decoration: underline;
}

/* line 231, ../../app/styles/main.scss */

.button-link:hover {
  text-decoration: underline;
}

/* line 234, ../../app/styles/main.scss */

.button {
  border-radius: 4px;
  font-size: 16px;
  color: #81301a;
  cursor: pointer;
}

/* line 240, ../../app/styles/main.scss */

.button-alt {
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

/* line 247, ../../app/styles/main.scss */

.button-noborder {
  font-size: 16px;
  color: #8d897d;
  cursor: pointer;
}

/* line 251, ../../app/styles/main.scss */

.button-noborder:hover {
  background-color: #d8d8d2;
}

/* line 255, ../../app/styles/main.scss */

.button-green {
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ebe9e8;
  width: 90px;
  height: 40px;
  background: #78c8a1;
  cursor: pointer;
  margin-left: 20px;
}

/* line 265, ../../app/styles/main.scss */

.button-green:hover {
  background-color: #66c194;
}

/* line 269, ../../app/styles/main.scss */

.marginright30 {
  margin-right: 20px;
}

/* line 271, ../../app/styles/main.scss */

.marg {
  margin-left: 20px;
  float: left;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

/* line 278, ../../app/styles/main.scss */

input {
  background: #e4e4e0;
  line-height: 14px;
  border: none;
  box-shadow: none;
  padding-left: 10px;
  border-radius: 4px;
}

/* line 285, ../../app/styles/main.scss */

input[type="email"],
input[type="text"] {
  height: 35px;
}

/* line 288, ../../app/styles/main.scss */

input[type="password"] {
  height: 35px;
}

/* line 291, ../../app/styles/main.scss */

input[type="file"] {
  background: transparent;
}

/* line 294, ../../app/styles/main.scss */

input[type="button"] {
  cursor: pointer;
  height: 40px;
  padding: 0 10px;
  border-radius: 4px;
}

/* line 302, ../../app/styles/main.scss */

.stage {
  position: relative;
  float: left;
  clear: both;
  z-index: 99;
  min-height: 100%;
  top: 50px;
  margin-bottom: 60px;
  width: 100%;
}

/* line 315, ../../app/styles/main.scss */

.pac-container {
  z-index: 999;
}

/* line 320, ../../app/styles/main.scss */

.menuitem {
  cursor: pointer;
}

/* line 325, ../../app/styles/main.scss */

.account-settings {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  font-size: 16px;
  line-height: 35px;
  margin-top: 80px;
  z-index: 999;
  padding: 0 20px 20px 40px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: 2px 3px 8px #000;
}

/* line 339, ../../app/styles/main.scss */

.account-settings .row {
  height: auto;
}

/* line 340, ../../app/styles/main.scss */

.account-settings .transparent {
  color: transparent;
}

/* line 341, ../../app/styles/main.scss */

.account-settings .title {
  font-size: 20px;
  line-height: 24px;
  color: #ee572d;
}

/* line 342, ../../app/styles/main.scss */

.account-settings .title.main {
  margin-left: -20px;
}

/* line 347, ../../app/styles/main.scss */

.account-settings .edit-line {
  width: 95%;
  margin-top: 10px;
}

/* line 350, ../../app/styles/main.scss */

.account-settings .edit-line .editing-subtitle {
  width: 140px;
  padding: 0 !important;
}

/* line 354, ../../app/styles/main.scss */

.account-settings .edit-line input[type='password'] {
  width: 185px;
  height: 40px;
  line-height: 22px;
}

/* line 359, ../../app/styles/main.scss */

.account-settings .edit-line input[type='email'] {
  width: 360px;
  height: 40px;
}

/* line 363, ../../app/styles/main.scss */

.account-settings .edit-line input[type='text'] {
  width: 175px;
  height: 40px;
  margin-right: 10px;
}

/* line 368, ../../app/styles/main.scss */

.account-settings .edit-line #acct-confirm-password {
  margin-left: 140px;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  /* line 325, ../../app/styles/main.scss */

  .account-settings {
    width: 80%;
    left: 10%;
    margin-left: 0;
    font-size: 13px;
    line-height: 25px;
  }

  /* line 380, ../../app/styles/main.scss */

  .account-settings .editing-subtitle {
    margin-left: -10px;
  }

  /* line 381, ../../app/styles/main.scss */

  .account-settings #acct-confirm-password {
    margin-left: 0 !important;
  }

  /* line 382, ../../app/styles/main.scss */

  .account-settings input[type='email'] {
    width: 100% !important;
  }

  /* line 383, ../../app/styles/main.scss */

  .account-settings input[type='text'] {
    width: 100% !important;
    margin-bottom: 5px;
  }

  /* line 384, ../../app/styles/main.scss */

  .account-settings input[type='password'] {
    width: 100% !important;
    margin-bottom: 5px;
  }

  /* line 385, ../../app/styles/main.scss */

  .account-settings #save-account-settings {
    width: 100px !important;
  }
}

/* line 388, ../../app/styles/main.scss */

.account-settings .update-buttons {
  position: relative;
}

/* line 391, ../../app/styles/main.scss */

.account-settings .update-buttons input[type="button"]:disabled {
  opacity: 0.6;
  cursor: default;
}

/* line 396, ../../app/styles/main.scss */

.account-settings .update-buttons #delete-account {
  float: left;
  margin-left: -50px;
}

/* line 399, ../../app/styles/main.scss */

.account-settings .update-buttons #delete-account:hover {
  color: red;
}

/* line 403, ../../app/styles/main.scss */

.account-settings .update-buttons #save-account-settings {
  border: 1px solid #ebe9e8;
  width: 120px;
  height: 40px;
  background: #78c8a1;
  cursor: pointer;
  margin-right: -25px;
}

/* line 411, ../../app/styles/main.scss */

.account-settings .update-buttons #save-account-settings:hover {
  background-color: #66c194;
}

/* line 418, ../../app/styles/main.scss */

#confirm-delete-modal {
  z-index: 999;
  position: absolute;
  width: 290px;
  left: 50%;
  margin: 100px -145px;
  height: 240px;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 2px 3px 8px #000;
  line-height: 18px;
}

/* line 431, ../../app/styles/main.scss */

#confirm-delete-modal #disable-profiles {
  float: left;
}

/* line 434, ../../app/styles/main.scss */

#confirm-delete-modal input {
  font-size: 12px;
}

/* line 437, ../../app/styles/main.scss */

.wrapword {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}

/* line 447, ../../app/styles/main.scss */

.titlemargin {
  position: absolute;
  margin-left: -20px;
}

/* line 452, ../../app/styles/main.scss */

#thankyou-message {
  cursor: pointer;
  display: none;
  position: fixed;
  padding: 0 40px;
  z-index: 9999;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 68px;
  background: #ffffff;
  border-radius: 2px;
  font-size: 18px;
  line-height: 70px;
  box-shadow: 2px 3px 8px #333;
}

/* line 469, ../../app/styles/main.scss */

#thankyou-message .thanks {
  color: #ee572d;
  font-size: 20px;
}