@font-face {
  font-family: Gotham;
  src: url("/assets/fonts/Gotham Book.otf"); }
@font-face {
  font-family: GothamNarrow;
  src: url("/assets/fonts/Gotham Narrow Book.otf"); }
@font-face {
  font-family: GothamLight;
  src: url("/assets/fonts/Gotham Light.otf"); }
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
body {
  margin: 0;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: #444;
  background-color: white; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #de4f4f;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #9e3a3a;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }
  input[type="radio"]:disabled,
  input[type="checkbox"]:disabled {
    cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }
.col-sm-2, .col-sm-3, .col-sm-4,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6 {
    float: left; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-5 {
    width: 41.666667%; }

  .col-sm-6 {
    width: 50%; } }
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%; }

  .col-md-12 {
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%; }

  .col-lg-12 {
    float: left; } }
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container:before, .container:after, section:before, section:after {
  display: table;
  content: " ";
  clear: both; }

.clearfix, section {
  clear: both; }

.text-center {
  text-align: center; }

html {
  font-size: 16px; }

@media screen and (max-width: 560px) {
  html {
    font-size: 12px; } }
body {
  -moz-osx-font-smoothing: grayscale; }

blockquote, q {
  quotes: none; }

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

table {
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

b, strong {
  font-weight: 600; }

em {
  font-style: italic; }

#wrap {
  padding-top: 90px;
  padding-left: 300px;
  height: 100%; }

#main_wrap {
  padding: 40px 0 0 0;
  height: 100%; }

#header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%; }

#sidebar {
  background-color: #fff;
  position: fixed;
  z-index: 2;
  top: 70px;
  left: 0;
  bottom: 0;
  width: 300px;
  padding: 20px 30px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }

#sidebar::-webkit-scrollbar {
  width: 0 !important; }

#content {
  padding: 3rem 1.5rem; }

#mobile-header {
  z-index: 3; }

#mobile-shade {
  z-index: 1;
  display: none;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); }

html:not([data-scroll='0']) #top-nav {
  background-color: #000000d9;
  transition: background-color 2s ease; }
html:not([data-scroll='0']) #top-nav-links a {
  color: #999;
  transition: color 2s ease; }
html:not([data-scroll='0']) .main-logo-text {
  color: white;
  transition: color 2s ease; }

#top-nav {
  height: 70px;
  line-height: 70px;
  background-color: #141d28;
  border-bottom: 1px solid #b8c4c7;
  transition: background-color 2s ease; }
  #top-nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  #top-nav a {
    text-decoration: none; }

#top-nav-links {
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 30px; }
  #top-nav-links li {
    float: left;
    margin-left: 20px; }
  #top-nav-links a {
    display: inline-block;
    height: 30px;
    padding: 0 5px;
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: 0.4s;
    cursor: pointer; }
  #top-nav-links a:hover {
    color: #fff; }

#site-nav {
  position: relative;
  height: 70px;
  border-bottom: 1px solid #eee;
  line-height: 69px;
  padding: 0 30px;
  z-index: -1;
  background-color: #fff; }

#site-nav a,
#site-nav span {
  vertical-align: middle; }

#site-nav .sub-title {
  display: inline-block;
  line-height: 1.4;
  margin-left: 0.5rem;
  font-weight: 500;
  vertical-align: -1px; }

#site-nav .logo img {
  height: 50px; }

#mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }

#mobile-header .menu-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 5px;
  left: 12px;
  opacity: 0.5;
  font-size: 22px;
  text-align: center;
  cursor: pointer; }

#mobile-header .logo {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -15px;
  background-size: 30px; }

#mobile-header .logo img {
  width: 30px;
  height: 30px; }

#sidebar {
  border-right: 1px solid #eee;
  font-size: 1rem;
  line-height: 1.1em;
  font-size: 0.9rem; }
  #sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  #sidebar li {
    margin-bottom: 0.6em; }
  #sidebar a {
    color: #444;
    text-decoration: none; }
  #sidebar a.current, #sidebar a:hover {
    color: #de4f4f; }
  #sidebar a.H2 {
    font-weight: bold; }

#sidebar .categories > li > p {
  margin-top: 1.5em;
  border-top: 1px solid #eee;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 1em;
  color: #999;
  font-size: 0.8em; }

#sidebar .sub-menu {
  padding-left: 20px;
  margin: 0.6em 0;
  font-size: 14px; }

#sidebar .sub-menu .active {
  position: relative;
  color: #de4f4f; }

#sidebar .sub-menu .active:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #de4f4f; }

#sidebar-mobile {
  display: none;
  margin-bottom: 20px; }

#sidebar-mobile .search-box {
  width: 200px;
  margin-bottom: 20px; }

#content {
  max-width: 760px;
  margin: 0px auto; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em;
  border-bottom: 1px solid #eee; }

h3 {
  font-size: 1.2em; }

#content ul,
#content ol {
  padding-left: 1.5em; }

#content ul li,
#content ol li {
  margin-bottom: 5px; }

#content ul {
  list-style-type: disc; }

#content ol {
  list-style-type: decimal; }

#content img {
  max-width: 100%; }

#content code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.8em;
  line-height: 1.6em;
  padding: 1px 4px;
  background-color: #eee;
  margin: 0 2px; }

#content blockquote {
  padding-left: 1.3em;
  border-left: #eee solid 0.2em;
  font-style: italic; }

#content blockquote.warning {
  border-color: #f00;
  color: #f00; }

table {
  width: 100%;
  margin: 1.5rem 0; }

#content > table tr {
  border-top: 1px solid #eee; }

#content > table tr:nth-child(2n) {
  background-color: #f8f8f8; }

#content > table th {
  font-weight: 700;
  padding: 12px 13px; }

#content > table th,
#content > table td {
  border: 1px solid #eee;
  vertical-align: middle; }

#content > table td {
  padding: 6px 13px;
  font-size: 0.8em;
  line-height: 1.6em; }

.bottom-nav {
  height: 44px;
  margin: 30px 0 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px; }
  .bottom-nav a {
    margin: 0 5px; }

@media screen and (min-width: 561px) {
  .mobile-only {
    display: none; } }
@media screen and (max-width: 560px) {
  .desktop-only {
    display: none; }

  #main_wrap {
    padding: 20px 0 0 0; }

  body.sidebar-open #sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  body.sidebar-open #mobile-shade {
    opacity: 1;
    pointer-events: auto; }

  #header {
    height: 40px; }

  #top-nav, #site-nav {
    display: none; }

  #mobile-header,
  #mobile-shade,
  #sidebar-mobile {
    display: block; }

  #wrap {
    padding-top: 40px;
    padding-left: 0; }

  #sidebar {
    top: 0;
    left: 0;
    padding-top: 60px;
    border-right: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0);
    display: block; }
    #sidebar li {
      font-size: 1.5rem;
      line-height: 1.25; } }
.bottom-bar {
  padding: 40px 0;
  width: 100%;
  background: #141d28;
  text-align: center;
  color: #767676;
  float: left; }
  .bottom-bar a {
    text-decoration: none;
    color: #767676; }
    .bottom-bar a:hover, .bottom-bar a:focus {
      color: darkorange; }

.slightbox-shade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7); }
  .slightbox-shade .slightbox-inner {
    position: absolute;
    top: 5%;
    left: 5%;
    bottom: 5%;
    right: 5%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }

.Facebook_white {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAMAAABhTZc9AAAAPFBMVEUAAAD////////////////////////////////////////////////////////////////////////////YSWgTAAAAE3RSTlMA9HPwfnQrCgX759CHaVczISAZGbUSNQAAAGJJREFUKM/dzjkOgDAQQ1F7Qhb2Jfe/K1EqisQSEhW/fZqRAWNuRyuY+xkolMiqt+qWPSIebZ1P1JrqLggdoDQUWF1vVSo6dTfXp58rHqVRaZC3m9RBr/qrUijhhXrA2FEabrXMMnXLVd5eAAAAAElFTkSuQmCC); }

.LinkedIn_white {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABCCAMAAADZlICdAAAANlBMVEUAAAD////w8PD////////////s7Ozs7Oz////s7Ozt7e319fX////////y8vLs7Oz////v7+8liGOvAAAAEHRSTlMACIcsoBDO8fC9q2M+GnXgz6bNDQAAANlJREFUWMPt2GELgyAQgOHTSjOz7v7/n10L2kmDmN6xEfP9lsUDqUEIMPQoqB9gaxhR1PhUehTWbwiKa8hXELIGwFiSINTBXkc1CBusVCIWXtlqxDBiqhHIIg1E+XXkEytfYvlmk2/733+AN0FcnAHSHCe6RM4bNr9cO74bfR0yQZ4JFchhcGs54uCcoWIkwVv2Y+Qio4FA0ECWCmQOiDSlbKAcibjnDU9KMZKOFV14rBThCXACJGgg7njEayAoQLwGgg1pSEP+B7nLn1JDSlI5cFA6+lA5hHkAmSTJiF4+zvsAAAAASUVORK5CYII=); }

.Twitter_white {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURQAAAP///////////////////////////////////////////////////////6FIq5sAAAAOdFJOUwAD+gHlgC2cHENftMcMMuDSegAAAQFJREFUOMvNU9mSxCAIBMXb8P+fO2ASRafmcauWB4J0c4gE4F+KRxGvhvEZG58PosGnexglhHqJeeHEc5yBkBuLUMkpvEUQgsswUnrAzk5EFMVrNpAkQst64bLTDKJaineKQWAO10jWboJoV1fdql4KUQ79ITAXWE2qW/yup0Avwc3GPfhSiQfFyCLAaPJ2TpJjuuYoEQrzHi7Htkb9XOMg1DVdHU+gA9fR2Sesze2EtOFeB+gsTvkg7F3sHWiXqEXeNpwWsCvymIXecMHtOslm5BxrH9CYeNhx2Zftki0e8XqKoZPGUtcnRX/usaocS4nZrO2x6XNpv8Lt3/AT/VP5AMp1Drws+V4KAAAAAElFTkSuQmCC); }

.Blog_white {
  background-image: url(data:image/svg;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAA6hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAyMS0xMC0xOFQxNjoxMDo0MDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+UGl4ZWxtYXRvciAzLjkuMjwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj4xPC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj40ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNl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); }

.social-icon-16 {
  display: inline-block;
  background-size: 16px 16px;
  width: 16px;
  height: 16px; }

.general-background {
  background-color: #fff; }

.main-page-background, .calendar-background {
  background-color: #e9e5de; }

.contact-background {
  background-color: #d2c9bb; }

.report-background {
  background-color: white; }
  .report-background button {
    background-color: green; }

.gray-background {
  background: #f7f7f7; }

.slanted {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%);
  margin-top: -50px; }

#main_wrap h1 {
  line-height: 1.1;
  font-size: 2rem;
  font-family: sans-serif; }
#main_wrap h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  border: none;
  font-family: sans-serif; }
#main_wrap h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  border: none; }
#main_wrap .subtext {
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5rem;
  text-align: justify;
  max-width: 830px; }
#main_wrap .subtext-bar {
  height: 5px;
  width: 40px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto; }
#main_wrap .supertext {
  font-size: 1.1rem;
  font-variant-caps: all-small-caps;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 0.3em;
  font-family: gotham;
  font-weight: 800; }
#main_wrap .box {
  flex: 1;
  padding-top: 1rem; }
#main_wrap .box-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap; }
#main_wrap .box-title {
  font-variant-caps: all-small-caps;
  font-size: 1.3rem;
  font-family: gotham;
  font-weight: bold; }
@media only screen and (max-width: 768px) {
  #main_wrap .subtext {
    padding: 0 20px; }
  #main_wrap .box-container {
    display: block; } }
#main_wrap h1.text-center, #main_wrap h2.text-center {
  padding-left: 10%;
  padding-right: 10%; }

.section-wrapper {
  float: left;
  width: 100%;
  padding-bottom: 60px; }

.section-wrapper .heding-wrapper {
  padding: 30px 15px 60px 15px; }

.spliter {
  display: inline-block;
  height: 6px;
  background: #ff9300;
  border-radius: 10px;
  width: 72px;
  clear: both;
  transition: all 0.4s ease; }

.big-wrapper {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  padding: 0; }

.big-wrapper:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  position: relative;
  z-index: 1; }

.price-holder {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #f8f8f8;
  overflow: hidden; }
  .price-holder a {
    color: #212121; }

.price-holder:nth-of-type(2) {
  border-right: 0;
  border-left: 0; }

.big-wrapper:hover .price-holder:nth-of-type(2) {
  border-right: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd; }

.big-wrapper:hover .price-holder {
  box-shadow: 2px 2px 5px #d3d2d0;
  background: #fff; }

.price-holder.heding-wrapper {
  padding: 40px 0; }

.price-holder.heding-wrapper span {
  font-size: 16px; }

.price-holder.heding-wrapper span.spliter {
  width: 35px; }

.big-wrapper:hover .price-holder.heding-wrapper span.spliter {
  width: 75px; }

.price-holder.heding-wrapper h3 {
  margin: 20px 0 10px;
  font-size: 70px;
  font-weight: bold; }

.price-holder.heding-wrapper ul {
  list-style: none;
  margin: 25px 0;
  padding: 0; }

.price-holder.heding-wrapper ul li {
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
  background: #efefef; }

.price-holder.heding-wrapper a {
  display: inline-block;
  padding: 13px 55px;
  background: none;
  border-radius: 8px;
  border: 1px solid #212121;
  text-decoration: none; }

.big-wrapper:hover a {
  background: #ff9300;
  color: #212121 !important;
  border: 1px solid #ff9300; }

.sign-up-button {
  border-radius: 4px;
  display: inline-block;
  padding: 3px 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #59abff;
  color: white;
  cursor: pointer;
  border: none;
  width: auto;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  font-size: 1.2rem;
  font-family: gotham;
  font-variant-caps: all-small-caps;
  letter-spacing: 2px; }

.sign-up-button:hover {
  background-color: #ff9300 !important; }

.get-a-price-button {
  border-radius: 5px;
  display: inline-block;
  padding: 5px 40px;
  margin: 30px 10px;
  background-color: #59abff;
  color: white;
  border: 1px solid white;
  width: auto;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  font-size: 15px; }

.get-a-price-button:hover {
  background-color: #ff9300 !important;
  border: 1px solid  #ff9300; }

.plain-button {
  border-radius: 8px;
  display: inline-block;
  padding: 5px 10px;
  margin: 30px 10px;
  background-color: transparent;
  color: black;
  border: 1px solid black;
  width: auto;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  font-size: 1rem;
  font-weight: lighter; }
  .plain-button:hover {
    background: #ff9300;
    color: white;
    border: 1px solid  #ff9300; }

.more-info-button {
  border-radius: 5px;
  display: inline-block;
  padding: 5px 40px;
  background-color: darkorange;
  color: white;
  border: 1px solid white;
  width: auto;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  font-size: 15px; }

.input-field {
  height: 40px;
  border: 1px solid lightgray;
  border-radius: 4px;
  margin-left: 0.5rem;
  width: 50%; }

.table-label {
  width: 150px;
  height: 30px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  width: 100%;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 768px) {
  .videoWrapper {
    padding-bottom: 33.75%;
    width: 60%;
    height: 100%;
    margin-left: 20%; } }
.main-logo {
  width: 100px; }

.main-logo-text {
  color: #FFF;
  transition: color 2s ease;
  font-size: 20px;
  font-family: sans-serif,'arial rounded MT bold',arial,Montserrat,-apple-system; }

.main-section {
  padding: 60px 10% 0px 10%; }

.main-section-title-area {
  margin-top: 40px; }

@media only screen and (max-width: 560px) {
  .main-section {
    padding: 0px 10% 0px 10%; }

  .main-section-title-area {
    margin-top: 40px; } }
@media only screen and (max-width: 479px) {
  .main-logo {
    width: 50px; }

  .main-logo-text {
    font-size: 16px; } }
.column {
  float: left;
  width: 100%; }

@media only screen and (min-width: 991px) {
  .column {
    width: 50%; }

  .main-section {
    padding: 80px 10% 0px 10%; }

  .main-section-title-area {
    margin-top: 30px; } }
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both; }
