﻿/* colors */
/* ITAS PRIMARY PALETTE */
/* black -> gray */
/* accent palette 1 */
/*@brand-accent-1: rgb(0,99,158);*/
/* end colors ------------------------------------------- */
/* font styles */
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-mediumbold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
/* helper classes */
.caps {
  text-transform: uppercase;
}
.block {
  display: block;
  overflow: hidden;
}
.i-header {
  font-weight: 800;
}
.i-header:after {
  /* 3 dots after main headings */
  content: "\2022 \2022 \2022";
  display: block;
  color: #ed5a55;
  font-size: 1em;
  letter-spacing: 0.25em;
  margin-top: 0;
}
/* gutters and padding */
/* breakpoints */
body,
html {
  overflow-x: hidden;
  min-width: 320px;
}
.col-md-12 {
  overflow-x: hidden;
}
body {
  background-color: #f7f7f7;
}
.outer-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  background-color: #ffffff;
}
/* Repainting header colors */
#header {
  background-color: #074975;
}
#header .logo {
  margin-top: 8px;
  height: 58px;
  width: 160px;
}
#header .logo img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header .logo {
    margin-top: 10px;
    height: 48px;
    width: 132px;
  }
}
#mainmenu {
  background-color: #133552;
}
#mainmenu li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
}
#mainmenu li a:hover {
  background: #074975;
}
#subpagemenu {
  background-color: #074975;
}
#megamenu {
  background-color: #074975;
}
#breadcrumb {
  border-bottom: 1px solid #f7f7f7;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}
/* repainting footer styles */
#newsletter {
  background-color: #074975;
}
footer.footer {
  background-color: #133552;
}
footer.footer a {
  color: #ffffff;
}
/* hotjar flyout */
#slideout {
  background: #074975 !important;
  border-color: #00639e !important;
}
/* fix for forms */
.row .col-md-12 {
  overflow-x: visible;
}
.formfix .col-md-12 {
  overflow-x: visible;
}
/* override button styles */
.btn-primary {
  background-color: #00639e;
  border-color: #00639e;
}
.btn-success,
.btn.btn-success,
#coursepage .btn-success {
  background-color: #1bbc9b !important;
  border-color: #1bbc9b;
  border: 0;
  text-decoration: none;
}
.btn-success:hover,
.btn.btn-success:hover,
#coursepage .btn-success:hover {
  cursor: pointer;
  background-color: #00639e !important;
  border-color: #00639e;
}
.btn-success.btn-lg,
.btn.btn-success.btn-lg,
#coursepage .btn-success.btn-lg {
  font-weight: 600;
}
#ctabutton {
  background-color: #1bbc9b;
  border-color: #1bbc9b;
  padding: 10px 15px;
}
#ctabutton:hover {
  cursor: pointer;
  background-color: #00639e;
  border-color: #00639e;
}
#ikonliste a {
  color: #333333;
}
#ikonliste a h4 {
  color: #00639e;
}
#ikonliste a h4:hover {
  text-decoration: underline;
}
#ikonliste i {
  color: #074975;
}
/* icon list custom class to change colors */
.m-iconlist i.material-icons {
  color: #074975;
  font-size: 48px;
  margin-bottom: 15px;
}
.m-iconlist strong {
  font-weight: 600;
}
a {
  color: #00639e;
}
h1 {
  font-weight: 700;
  word-break: break-word;
}
h2 {
  font-weight: 700;
  word-break: break-word;
}
h3 {
  font-weight: 600;
}
h4.subheading {
  font-weight: 600;
  margin-top: 15px;
  font-size: 1.28em;
}
p.ingress {
  font-size: 1.2em;
  line-height: 1.52em;
  padding-top: 15px;
}
.skillelinje,
.umb-grid .skillelinje {
  border: 3px solid #ed5a55;
}
#Blockquote {
  border-left: 3px solid #ed5a55;
}
.smalltext {
  font-style: italic;
}
.umb-grid .colorgraynospacing {
  background-color: #ebf4f7;
}
.umb-grid .color {
  background-color: #074975;
}
.umb-grid .ctabox a {
  background-color: #1bbc9b;
}
.umb-grid .ctabox a:hover {
  background-color: #00639e;
}
.lightblue-bg {
  background-color: #ebf4f7;
}
.lightblue-bg .form-control {
  border-color: #cce4e8;
  border-radius: 0;
}
/* new padding */
.padtop30 {
  padding-top: 30px;
}
.padbottom30 {
  padding-bottom: 30px;
}
/* ctabox ? */
.umb-grid .ctabox h2 {
  font-weight: 800;
}
.umb-grid .ctabox h2:after {
  /* 3 dots after main headings */
  content: "\2022 \2022 \2022";
  display: block;
  color: #ed5a55;
  font-size: 1em;
  letter-spacing: 0.25em;
  margin-top: 0;
}
.umb-grid .ctabox p {
  padding-bottom: 7.5px;
}
/* new layout 190226 bipa */
/* hero img */
#homepage-hero {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#homepage-hero img {
  width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: 0;
}
#homepage-hero .hero-text {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
#homepage-hero .hero-text .container {
  padding: 15px 30px;
}
#homepage-hero .hero-text .gutter {
  display: block;
  overflow: hidden;
  color: #ffffff;
  padding: 30px;
}
#homepage-hero .hero-text .gutter h1 {
  font-weight: 800;
  font-weight: 700;
  max-width: 1100px;
  line-height: normal;
  text-shadow: 1px 1px 2px #000000;
  font-size: 2.5em;
}
#homepage-hero .hero-text .gutter h1:after {
  /* 3 dots after main headings */
  content: "\2022 \2022 \2022";
  display: block;
  color: #ed5a55;
  font-size: 1em;
  letter-spacing: 0.25em;
  margin-top: 0;
}
#homepage-hero .hero-text .gutter p {
  font-size: 1.32em;
  margin-top: 0;
  padding-top: 0;
  max-width: 800px;
  text-shadow: 1px 1px 2px #000000;
}
/* resize for breakpoints */
@media only screen and (max-width: 768px) {
  #homepage-hero .hero-text .gutter {
    padding: 15px;
  }
  #homepage-hero .hero-text .gutter h1 {
    font-size: 1.6em;
    line-height: normal;
  }
  #homepage-hero .hero-text .gutter p {
    font-size: 1.1em;
  }
  #homepage-hero img {
    width: 250%;
    margin-left: -100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #homepage-hero .container {
    padding: 15px 0;
  }
  #homepage-hero .hero-text .gutter {
    padding: 0 15px;
  }
  #homepage-hero .hero-text .gutter h1 {
    line-height: normal;
  }
  #homepage-hero img {
    width: 140%;
    margin-left: -20%;
  }
}
/* custom crop for large screens */
@media only screen and (min-width: 1280px) {
  #homepage-hero img {
    margin-top: -100px;
  }
}
/* featured items */
#featured-items {
  display: block;
  overflow: hidden;
  background: #ebf4f7;
  border-bottom: 1px solid #cce4e8;
}
#featured-items h3 {
  font-weight: 800;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0;
}
#featured-items h3:after {
  /* 3 dots after main headings */
  content: "\2022 \2022 \2022";
  display: block;
  color: #ed5a55;
  font-size: 1em;
  letter-spacing: 0.25em;
  margin-top: 0;
}
#featured-items h3 a {
  color: #333333;
}
#featured-items h3 a:hover {
  color: #ed5a55;
  text-decoration: none;
}
#featured-items .btn {
  background: #074975;
  border: 0;
  padding: 7.5px 30px;
  font-weight: 600;
}
#featured-items .btn:hover {
  background-color: #ed5a55;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #featured-items {
    padding: 15px;
  }
  #featured-items .featured-item {
    width: 100%;
    float: none;
    border-top: 1px solid #ffffff;
  }
  #featured-items .featured-item .gutter {
    padding: 30px;
  }
  #featured-items .featured-item.first {
    border-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #featured-items {
    padding-top: 15px;
  }
  #featured-items .featured-item {
    width: 50%;
    float: left;
  }
  #featured-items .featured-item.first {
    float: none;
    clear: both;
    width: 100%;
  }
  #featured-items .featured-item .gutter {
    padding: 30px;
    position: relative;
  }
  #featured-items .featured-item .gutter p {
    display: block;
    overflow: hidden;
  }
  #featured-items .featured-item.last p {
    min-height: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  #featured-items {
    position: relative;
    padding: 15px 30px;
    padding-bottom: 45px;
  }
  #featured-items .featured-item {
    display: inline-block;
    width: 33.3%;
    float: left;
  }
  #featured-items .featured-item .gutter {
    display: block;
    overflow: hidden;
    margin: 15px;
    padding: 15px;
    padding-bottom: 45px;
  }
  #featured-items .featured-item .gutter h3 {
    display: block;
    overflow: hidden;
  }
  #featured-items .featured-item .gutter p {
    display: block;
    overflow: hidden;
  }
  #featured-items .featured-item .gutter .btn {
    position: absolute;
    bottom: 45px;
  }
}
/* HOME PAGE CUSTOM OVERRIDES */
#forsidefokuslinker h2 {
  color: #00639e;
}
#forsidefokuslinker h2:hover {
  text-decoration: underline;
}
.frontpage-quickfacts {
  background-color: #ebf4f7;
  padding: 40px;
  color: #074975;
}
/* */
@media only screen and (max-width: 768px) {
  .frontpage-maincolumn {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .frontpage-maincolumn {
    border-right: 1px solid #cce4e8;
  }
}
.article-grid {
  padding-left: 15px;
  padding-right: 15px;
}
.article-grid h1 {
  font-weight: 800;
}
.article-grid h1:after {
  /* 3 dots after main headings */
  content: "\2022 \2022 \2022";
  display: block;
  color: #ed5a55;
  font-size: 1em;
  letter-spacing: 0.25em;
  margin-top: 0;
}
.article-list h3 {
  font-weight: 800;
  margin-bottom: 30px;
}
.article-list h3:after {
  /* 3 dots after main headings */
  content: "\2022 \2022 \2022";
  display: block;
  color: #ed5a55;
  font-size: 1em;
  letter-spacing: 0.25em;
  margin-top: 0;
}
.article-list ul {
  list-style: none;
}
.article-list ul li {
  padding: 7.5px;
}
.article-list ul li:nth-child(even) {
  background: #f7f7f7;
}
.article-list ul li span {
  font-size: 0.875em;
  padding-right: 7.5px;
}
.article-tags {
  background: #ebf4f7;
}
.article-tags h3 {
  font-weight: 800;
  margin-bottom: 30px;
}
.article-tags h3:after {
  /* 3 dots after main headings */
  content: "\2022 \2022 \2022";
  display: block;
  color: #ed5a55;
  font-size: 1em;
  letter-spacing: 0.25em;
  margin-top: 0;
}
.article-tags a {
  display: inline-block;
  padding: 7.5px;
}
/* detail view */
#textpage {
  padding-right: 15px;
}
#textpage h1 {
  font-weight: 800;
}
#textpage h1:after {
  /* 3 dots after main headings */
  content: "\2022 \2022 \2022";
  display: block;
  color: #ed5a55;
  font-size: 1em;
  letter-spacing: 0.25em;
  margin-top: 0;
}
#textpage i.caption {
  display: block;
  overflow: hidden;
  padding-top: 7.5px;
  margin-bottom: 15px;
  color: #686868;
}
#textpage p.ingress {
  margin-bottom: 30px;
}
#textpage .pagebody h2 {
  font-weight: 600;
  font-size: 1.44em;
}
#textpage .article-meta {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #686868;
}
#textpage .article-meta a {
  color: #00639e;
  text-decoration: none;
  padding-left: 7.5px;
  margin-left: 7.5px;
  border-left: 1px solid #cce4e8;
}
#textpage ul.related-links {
  background: #ebf4f7;
  display: block;
  overflow: hidden;
  padding: 15px;
  padding-bottom: 30px;
  padding-left: 45px;
  margin-left: 0;
  margin-bottom: 30px;
}
#textpage ul.related-links a {
  color: #00639e;
  text-decoration: none;
}
#textpage ul.related-links a:hover {
  text-decoration: underline;
}
#banner-elastic {
  display: block;
  overflow: hidden;
}
#banner-elastic img {
  width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #banner-elastic img {
    width: 140%;
    margin-left: -20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #banner-elastic img {
    width: 140%;
    margin-left: -20%;
  }
}
#homelogo {
  background-image: url(../../images/logos/simployer-infotjenester-white-web.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 767px) {
  #homelogo {
    background-image: url(../../images/logos/simployer-infotjenester-white-vertical-web.svg);
    height: 70px;
    width: 118px;
    float: left;
    margin-top: 0px;
    margin-left: -6px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #homelogo {
    height: 60px;
    width: 291px;
    float: left;
    margin-top: 7px;
    margin-left: -6px;
  }
}
@media only screen and (min-width: 1000px) {
  #homelogo {
    height: 60px;
    width: 395px;
    float: left;
    margin-top: 7px;
    margin-left: -6px;
  }
}
/* faghjelp start page */
.faghjelp-cta-okt19 {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.faghjelp-cta-okt19 a {
  display: block;
  overflow: hidden;
  padding: 7.5px 15px;
  color: #fff;
  background: #074975;
  margin-bottom: 7.5px;
  border-radius: 5px;
  font-weight: 600;
}
/* custom layouts */
.cards .col-md-4 {
  background: #ebf4f7;
}
.cards .col-md-4 h3 {
  word-wrap: break-word;
  padding: 7.5px 0;
}
@media only screen and (max-width: 768px) {
  .cards {
    padding: 0 15px;
  }
  .cards .col-md-4 {
    border: 15px solid #ffffff;
    padding-bottom: 15px;
  }
  .cards .col-md-4 .image-container {
    display: block;
    overflow: hidden;
    margin: 0 -15px 0 -15px;
    padding-bottom: 0;
  }
  .cards .col-md-4 #ctabutton {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .cards {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .cards .row {
    display: flex;
    flex-direction: row;
    padding: 15px 0;
  }
  .cards .col-md-4 {
    position: relative;
    border: 15px solid #ffffff;
    max-width: 33.33%;
    min-width: 33.33%;
  }
  .cards .col-md-4 div {
    padding-bottom: 60px;
  }
  .cards .col-md-4 .image-container {
    display: block;
    overflow: hidden;
    margin: 0 -15px 0 -15px;
    padding-bottom: 0;
  }
  .cards .col-md-4 #ctabutton {
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
}
/* fullwidth card */
.card-full {
  display: block;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 30px;
}
.card-full.centered {
  text-align: center;
}
.card-full #ctabutton {
  background-color: #00639e;
  border-color: #00639e;
}
.card-full #ctabutton:hover {
  background-color: #074975;
}
.card-full h2:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background-color: #ed5a55;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.itas-quote {
  display: block;
  overflow: hidden;
  margin: 30px;
  padding-top: 70px;
  background-image: url(/images/icons/itas-quote.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 70px;
  text-align: center;
}
.itas-quote blockquote {
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 1.2em;
  padding-bottom: 15px;
}
.itas-quote .quotee {
  font-size: 0.875em;
  display: block;
  overflow: hidden;
}
/* courses */
/* the intro list of categories */
#kurskategoriboks {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
#kurskategoriboks h1 {
  font-weight: 800;
}
#kurskategoriboks h1:after {
  /* 3 dots after main headings */
  content: "\2022 \2022 \2022";
  display: block;
  color: #ed5a55;
  font-size: 1em;
  letter-spacing: 0.25em;
  margin-top: 0;
}
#kurskategoriboks ul {
  padding: 7.5px;
}
#kurskategoriboks ul li {
  padding: 0;
  margin: 7.5px;
  background: transparent;
}
#kurskategoriboks ul li:hover {
  background: transparent;
}
#kurskategoriboks ul li a {
  padding: 15px 30px;
  font-size: 1em;
  border-radius: 5px;
  background-color: #ebf4f7;
  color: #00639e;
  font-weight: 600;
}
#kurskategoriboks ul li a:hover {
  background-color: #074975;
  color: #ffffff;
  text-decoration: none;
}
/* the main course list */
#textpage #kursliste {
  margin-left: 0;
}
#kursliste li {
  border-bottom: 1px dashed #aad1d5;
  padding-left: 0;
  padding-right: 0;
}
#kursliste li a {
  color: #074975;
  text-decoration: none;
}
#kursliste li a:hover {
  text-decoration: underline;
}
#kursliste li a h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
  max-width: 80%;
}
#kursliste li a span {
  padding-right: 0;
  padding-left: 15px;
}
#kursliste li i {
  color: #074975;
}
#kursliste li p {
  padding-top: 7.5px;
  font-style: italic;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 768px) {
  #kursliste li {
    padding: 0;
    border: 0;
    margin-bottom: 15px;
    padding: 15px;
    background: #ebf4f7;
    border-radius: 4px;
  }
  #kursliste li a {
    line-height: 1.32em;
    font-size: 1.1em;
  }
  #kursliste li a:hover {
    color: #133552;
  }
}
.more-course-options {
  display: block;
  overflow: hidden;
  background: #ebf4f7;
  padding: 30px;
}
.more-course-options h2 {
  font-weight: 800;
  margin-top: 0;
  padding-top: 0;
}
.more-course-options h2:after {
  /* 3 dots after main headings */
  content: "\2022 \2022 \2022";
  display: block;
  color: #ed5a55;
  font-size: 1em;
  letter-spacing: 0.25em;
  margin-top: 0;
}
.more-course-options p {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
/* custom class on select boxes: course filter */
.course-filter {
  background: #ebf4f7;
  padding: 30px;
  margin-top: 15px;
}
.course-filter .col-md-6 {
  margin-top: 0!important;
}
.course-filter select {
  border-color: #cce4e8;
  height: 40px;
  padding-top: 10px;
}
@media only screen and (max-width: 1000px) {
  .course-filter .col-md-6:first-child {
    padding-bottom: 15px;
  }
}
.course-dates {
  background-color: #ebf4f7;
}
.kursprismedlem {
  color: #00639e;
}
.skillelinjehorisontal {
  border: 2px solid #00639e;
}
#coursepage h2 {
  border-bottom: 1px dashed #aad1d5;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 1.48em;
}
#coursepage .media-body h2 {
  font-size: 1.32em;
  border: 0;
}
#coursepage .media {
  border-bottom: 1px dashed #aad1d5;
}
#coursepage .media .media-body h3 {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}
#coursepage h3 {
  font-weight: 600;
}
#coursepage i.material-icons {
  color: #074975;
}
/* tabs */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs li.active a {
  border: 0;
  background: #ebf4f7;
}
.tab-content {
  border: 0px solid #ebf4f7;
  background: #ebf4f7;
}
.tab-pane .row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffffff;
}
#coursepage .course-date-box {
  padding: 30px;
  margin-top: 30px;
}
#coursepage .course-date-box h2 {
  margin-top: 0;
}
#coursepage .course-date-box h3 {
  font-weight: 600;
  font-size: 1.2em;
  color: #074975;
}
#coursepage .course-date-box h3 i {
  margin-right: 7.5px;
}
#coursepage .media {
  padding-top: 15px;
}
#coursepage .media img {
  border: 0px solid #e4e4e4;
  margin-right: 15px;
  margin-bottom: 30px;
}
/* hotfix 190508 */
form .col-md-12 {
  overflow: visible;
}
/* campaign sept 2020 */
#homepage-hero {
  background-color: #11bbbb;
}
#homepage-hero .hero-text {
  top: 0;
}
#homepage-hero .hero-text {
  background: transparent;
}
#homepage-hero .hero-text .gutter h1 {
  font-size: 45px;
  text-shadow: 0px 0px 0px #fff;
  font-weight: 600;
  max-width: 500px;
}
#homepage-hero .hero-text .gutter h1:after {
  color: #074975;
  font-size: 1.52em;
  letter-spacing: 0.05em;
  margin-top: -20px;
  content: "\25CF \25CF \25CF";
  text-shadow: 0px 0px 0px #fff;
}
#homepage-hero .hero-text .gutter p {
  text-shadow: 0px 0px 0px #fff;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  #homepage-hero img {
    width: 200%;
    margin-left: -95%;
    margin-top: 150px;
  }
  #homepage-hero .hero-text .gutter {
    text-align: center;
  }
  #homepage-hero .hero-text .gutter h1 {
    font-size: 28px;
    max-width: 100%;
  }
  #homepage-hero .hero-text .gutter p {
    max-width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  #homepage-hero img {
    margin-right: -100px;
  }
  #homepage-hero .hero-text .gutter h1 {
    max-width: 100%;
    margin-top: 150px;
  }
  #homepage-hero img {
    margin-right: -50%;
  }
}
@media only screen and (min-width: 1400px) {
  #homepage-hero .hero-text {
    margin-top: 100px;
  }
  #homepage-hero .hero-text .gutter h1 {
    font-size: 45px;
  }
}