/*////////////// 

GLOBAL STYLES

//////////////*/

@import url(https://use.typekit.net/wob4xss.css); /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("bootstrap.min.css");
@import url("fontawesome.css");


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

html {
    scroll-behavior: smooth
}

body {
    color: #449994;
    font-size: 16px;
    line-height: 1.5;
    font-family: nimbus-sans,sans-serif;
    font-weight: 300;
    font-style: normal
}

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

@media (min-width: 768px) {
    body {
        font-size:1.25rem
    }
}

h1 {
    font-size: 1.5rem
}

h1,h2 {
    line-height: 1
}

h2 {
    font-size: 1rem
}

h1,h2 {
    color: #005f5d;
    text-transform: uppercase;
    font-family: nimbus-sans,sans-serif;
    font-style: normal;
    font-weight: 300
}

h1 strong,h2 strong {
    font-weight: 700
}

img {
    max-width: 100%;
    height: auto;
	vertical-align: bottom;
}

.image--full-width {
    width: 100%;
    height: auto;
    display: flex
}

* {
    box-sizing: border-box
}

a {
    color: #449994
}

p {
    margin: 0
}

/*////////////// 

HERO STYLES

//////////////*/


.hero {
    display: flex;
    flex-direction: column;
    position: relative;
	color: #FFF;
}

.hero .row {
  max-width: 1300px;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
  position: relative;
  text-align: center
}

@media (min-width: 993px) {
  .hero .row {
      padding:6rem 2rem 8rem
  }
}

.hero--image {
    width: 100%;
    height: auto;
    display: flex
}

.hero--logo {
    max-width: calc(100% - 4rem);
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0rem;
    transform: translateX(-50%);
}
.hero--sticker {
    max-width: calc(100% - 4rem);
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 20rem;
    transform: translateX(-50%);
}

.hero--logo h1 {
    /*color: #005f5d;*/
	color: #FFF;
    text-transform: uppercase;
    font-family: nimbus-sans,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
	margin: .67em 0 3.8em 0;
}
.hero--logo h1 .smaller {
    color: #FFF;
    text-transform: uppercase;
    font-family: nimbus-sans,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 4px;
    
}

@media (min-width: 768px) {
    .hero--logo {
        max-width:calc(100% - 10rem);
    }
    .hero--logo h1 {
        font-size: 100px;
        line-height: 0.4;
    }
    .hero--logo h1 .smaller {
        font-size: 30px;
        letter-spacing: 4px;
    }    
}

@media (min-width: 993px) {
    .hero--logo {
        max-width:calc(100% - 35rem);
        top:3rem;
    }
    .hero--logo h1 {
        font-size: 150px;
        line-height: 0.4;
		margin: .67em 0;
    }
    .hero--logo h1 .smaller {
        font-size: 40px;
        letter-spacing: 4px;
    }    
}

@media (min-width: 1600px) {
    .hero--logo {
        max-width: calc(100% - 4rem);
        top:1rem;
		margin-top: 150px;
    }
    .hero--logo h1 {
        font-size: 150px;
        line-height: 0.4;
		margin: .67em 0;
    }
    .hero--logo h1 .smaller {
        font-size: 40px;
        letter-spacing: 4px;
    }      
}

.hero--info {
    background-color: #449994;
    font-size: 1.5rem;
}

.hero--info:before {
    content: "";
    background-color: #b8dad8;
    display: block;
    height: .5em;
    /*width: 100vw*/
}

.hero--info p {
    margin: 2em 3em;
    color: #fff;
    text-align: center
}

.hero--info strong {
    margin-right: 1em;
    font-weight: 700;
    letter-spacing: 2px
}

.hero--header {
    font-size: 2em;
    line-height: 1;
    margin: 0 0 .5rem;
    text-transform: uppercase
}

@media (min-width: 993px) {
    .hero--header {
        font-size:3rem
    }
}

.hero--description {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center
}

@media (min-width: 1025px) {
    .hero--description {
        font-size:1.5rem
    }
}

.fade-in {
    text-align: center;
    opacity: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


/*////////////// 

BOOTSTRAP SECTION

//////////////*/
.p-10 {
    padding: 6rem !important;
}
@media (max-width: 1280px) {
	.p-10 {
		padding: 3rem !important;
	}
}
@media (max-width: 900px) {
	.p-10 {
		padding: 3rem !important;
	}
}

/*////////////// 

APARTMENT STYLES

//////////////*/


.apartment {
    max-width: 1300px;
    margin: 0 auto;
    padding: 4rem 0 6rem
}

.apartment:after {
    content: "";
    clear: both;
    display: table
}

@media (min-width: 768px) {
    .apartment {
        padding:6rem 2rem 8rem
    }
}

.apartment--header {
    padding: 0 2rem
}

@media (min-width: 768px) {
    .apartment--header {
        text-align:center;
        font-size: 3rem
    }
}

.apartment-list {
    list-style: none;
    margin: 0;
    padding: 1rem 0
}

@media (min-width: 768px) {
    .apartment-list {
        width:calc(50% - 2rem);
        float: left;
        margin: 1rem;
        padding: 2rem;
        height: auto;
        font-size: 1rem
    }
}

@media (min-width: 993px) {
    .apartment-list {
        width:calc(50% - 2rem);
        padding: 1rem 0;
        margin: 0 1rem
    }
}

@media (min-width: 1025px) {
    .apartment-list {
        width:calc(25% - 2rem)
    }
}

.apartment-list--item {
    margin: 1em 2em;
    padding-left: 2em;
    position: relative
}

@media (min-width: 993px) {
    .apartment-list--item {
        margin:1rem
    }
}

.apartment-list i {
    left: 0;
    position: absolute;
    top: 3px
}

.apartment-card {
    background-color: rgba(68,153,148,0);
    height: 5rem;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    transition: all .3s ease-in-out
}

.apartment-card-verhuurd {
    background-color: rgba(68,153,148,0);
    height: 5rem;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    transition: all .3s ease-in-out;
    opacity:0.4;
}



@media (min-width: 768px) {
    .apartment-card {
        width:calc(50% - 2rem);
        float: left;
        background-color: rgba(68,153,148,.15);
        margin: 1rem;
        padding: 2rem;
        height: auto
    }
    .apartment-card-verhuurd {
        width:calc(50% - 2rem);
        float: left;
        background-color: rgba(68,153,148,.15);
        margin: 1rem;
        padding: 2rem;
        height: auto
    }
}

@media (min-width: 1025px) {
    .apartment-card {
        width:calc(25% - 2rem)
    }
    .apartment-card-verhuurd {
        width:calc(25% - 2rem)
    }
}

.apartment-card--header {
    color: #002c31;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 .5rem;
    text-transform: uppercase
}

.apartment-card--description {
    color: #449994;
    font-size: 1em;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 1.5rem;
}
.apartment-card--description-prijs {
  color: #449994;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 1rem;
    background-color: #dce5e4;
    padding: 10px;
    border-radius: 600px;
    text-align: center;
    font-weight: 600;
}

.apartment-card--description-verhuurd {
    color: #ff0000;
      font-size: 1em;
      font-weight: 300;
      line-height: 1.3;
      margin: 0 0 1rem;
  }

.apartment-card--description-optie {
    color: #ff8200;
      font-size: 1em;
      font-weight: 300;
      line-height: 1.3;
      margin: 0 0 1rem;
  }

@media (min-width: 768px) {
    .apartment-card--description {
        font-size:1rem
    }
    .apartment-card--description-prijs {
        font-size:1rem
    }
    .apartment-card--description-verhuurd {
        font-size:1rem
    }
    .apartment-card--description-optie {
    font-size:1rem
    }
}

.apartment-card--image {
    width: 100%;
    height: auto;
    display: flex;
    cursor: pointer
}

.apartment-card--close-btn {
    align-items: center;
    border: 1px solid rgba(68,153,148,.66);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    height: 2.5rem;
    justify-content: center;
    position: absolute;
    right: 2em;
    top: 2em;
    width: 2.5rem;
    transition: transform .3s ease-in-out;
    cursor: pointer
}

@media (min-width: 768px) {
    .apartment-card--close-btn {
        display:none
    }
}

.apartment-card--close-btn i {
    color: #002c31;
    transform: rotate(0deg);
    transform-origin: center center;
    transition: transform .3s ease-in-out
}

.apartment-card .open-modal>img {
    opacity: 0;
    transition: opacity .9s ease-in-out
}

@media (min-width: 768px) {
    .apartment-card .open-modal>img {
        opacity:0.4;
        cursor: pointer
    }
}

.apartment-card__open {
    background-color: rgba(68,153,148,.15);
    padding: 2rem;
    height: auto;
    position: relative;
    transition: all .3s ease-in-out
}

@media (min-width: 768px) {
    .apartment-card__open {
        width:calc(50% - 2rem);
        float: left;
        background-color: rgba(68,153,148,.15);
        margin: 1rem;
        padding: 2rem;
        height: auto
    }
}

.apartment-card__open i {
    transform: rotate(45deg);
    transition: transform .3s ease-in-out
}

.apartment-card__open .open-modal>img {
    opacity: 1
}

/*////////////// 

AREA STYLES

//////////////*/

.area {
    max-width: 1080px;
    margin: 0 auto;
    padding: 4rem 2rem 6rem
}

@media (min-width: 993px) {
    .area {
        padding:6rem 2rem 8rem
    }
}

.area--header {
    color: #005f5d;
    font-size: 2em;
    line-height: 1;
    margin: 0 0 .5rem;
    text-transform: uppercase
}

@media (min-width: 993px) {
    .area--header {
        font-size:3rem
    }
}

.area--subheader {
    color: #005f5d;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    margin: 4rem 0 .5rem;
    text-transform: uppercase
}

@media (min-width: 993px) {
    .area--subheader {
        font-size:1.5rem
    }
}

/*////////////// 

CONTACT STYLES

//////////////*/


.contact {
    background-color: #ffffff;
}

.contact .row {
    max-width: 1300px;
    margin: 0 auto;
	padding-top: 4rem;
    /*padding: 4rem 2rem 6rem;*/
    position: relative;
    text-align: center
}
.contact .form-row {
    max-width: 800px;
    margin: 0 auto;
    /*padding: 4rem 2rem 6rem;*/
    padding:0;
    position: relative;
    text-align: center
}
.contact .form-row .col {
    /*max-width: 800px;*/
    width: 100%;
    margin: 0 auto;
    /*padding: 4rem 2rem 6rem;*/
    padding:0;
    position: relative;
    text-align: left;
}
.contact .form-row .col.center {
    text-align: center;
}

.contact .form-row .col-md-6,
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 993px) {
    .contact .row {
        padding:6rem 2rem 8rem
    }
}

.contact--header {
    color: #005f5d;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 .5rem;
    text-transform: uppercase
}

@media (min-width: 1025px) {
    .contact--header {
        font-size:3rem;
        margin: 0
    }
}

.contact--description {
    color: #002c31
}

@media (min-width: 1025px) {
    .contact--description {
        margin:0 auto 1rem
    }
}

.contact--logo {
    max-width: 300px;
    max-height: 200px;
    height: 100%;
    width: 100%;
    margin-left: .5rem;
    margin-top: 5rem;
    position: relative;
}

@media (max-width: 991px) {
    .contact--logo {
        max-width: 100% !important;
        height: auto !important;
        margin-left: .5rem;
        margin-top: 5rem;
        position: relative;
    }
}

.contact .btn,
.btn {
    background-color: #e9f3f3;
    border: 1px solid #449994;
    border-radius: 2rem;
    box-shadow: 0 4px 16px rgba(0,44,49,.16);
    color: #449994;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-top: 3rem;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
    font-size:15px;
}

@media (min-width: 768px) {
    .contact .btn,
    .btn {
        margin-top:2rem;
    }
}
.contact .btn:hover,
.btn:hover {
    background-color: #449994;
    color: #fff;
    box-shadow: 0 8px 32px rgba(0,44,49,.32);
}

.hero .btn {
    /*background-color: #449994; 
    border: 1px solid #449994;*/
    background-color: #FF8900;
    border: 1px solid #FF8900;	
    border-radius: 2rem;
    box-shadow: 0 4px 16px rgba(0,44,49,.16);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-top: 1rem;
    padding: 0.6rem 2.2rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
    font-size: 14px;    
}
.hero .btn:hover {
    background-color: #e9f3f3;
    color: #449994;
    box-shadow: 0 8px 32px rgba(0,44,49,.32);
}

.hero .btn-secondary {
    background-color: #ec6708;
    border: 1px solid #ec6708;
    border-radius: 2rem;
    box-shadow: 0 4px 16px rgba(0,44,49,.16);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-top: 3rem;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
    font-size: 14px;    
}
.hero .btn-secondary:hover {
    background-color: #e9f3f3;
    color: #ec6708;
    box-shadow: 0 8px 32px rgba(0,44,49,.32);
}

@media (min-width: 768px) {
    .hero .btn {
		padding: 1rem 2.5rem;
        font-size: 16px;
        margin-top:2rem;
    }
}

/*////////////// 

INFO STYLES

//////////////*/

.info {
    background-color: #002c31
}

.info .row {
    max-width: 1300px;
    margin: 0 auto;
    padding: 4rem 2rem 6rem;
    position: relative;
}

.info:after {
    content: "";
    background-color: #449994;
    height: 1rem;
    display: block;
    /* width: 100vw;*/
    position: relative;
    bottom: 0
}

.info--project {
    color: #fff;
    text-align: center;
    margin-bottom: 1rem
}

@media (min-width: 1025px) {
    .info--project {
        display:inline-block;
        float: right;
        margin-bottom: 0;
        width: 50%;
        text-align: right
    }
}

.info--project span {
    position: relative;
	margin-right: 1rem;
}

@media (min-width: 768px) {
    .info--project span {
        top:-13px;
        margin-right: 1rem
    }
}

.info--project .logo {
    width: 100%;
    max-width: 255px;
    height: auto
}

.info--copyright {
    color: #fff;
    position: relative;
    text-align: center;
	margin-bottom: 20px;
}

@media (min-width: 1025px) {
    .info--copyright {
        display:inline-block;
        margin-bottom: 0;
        width: 50%;
        text-align: left
    }
}

/*////////////// 

MODAL STYLES

//////////////*/

.modal-351,.modal-353,.modal-355,.modal-357,.modal-359,.modal-361,.modal-363,.modal-365,.modal-367,.modal-369 {	
    opacity: 0;
    visibility: hidden;
    transform: scale(1.2);
    transition: all .3s ease-in-out;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e9f3f3;
    display: flex;
    height: 100vh;
    width: 100vw;
    z-index: 5
}

.modal-351--is-visible,.modal-353--is-visible,.modal-355--is-visible,.modal-357--is-visible,.modal-359--is-visible,.modal-361--is-visible,.modal-363--is-visible,.modal-365--is-visible,.modal-367--is-visible,.modal-369--is-visible {
	opacity: 1;
    transform: scale(1);
    visibility: visible
}

.modal-351__inner,.modal-353__inner,.modal-355__inner,.modal-357__inner,.modal-359__inner,.modal-361__inner,.modal-363__inner,.modal-365__inner,.modal-367__inner,.modal-369__inner  {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
    width: 100%
}

.modal-351__description,.modal-353__description,.modal-355__description,.modal-357__description,.modal-359__description,.modal-361__description,.modal-363__description,.modal-365__description,.modal-367__description,.modal-369__description {
    position: absolute;
    top: 3rem;
    left: 3rem
}

.modal-351__header,.modal-353__header,.modal-355__header,.modal-357__header,.modal-359__header,.modal-361__header,.modal-363__header,.modal-365__header,.modal-367__header,.modal-369__header {
    color: #002c31;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 .5rem;
    text-transform: uppercase
}

.modal-351__subheader,.modal-353__subheader,.modal-355__subheader,.modal-357__subheader,.modal-359__subheader,.modal-361__subheader,.modal-363__subheader,.modal-365__subheader,.modal-367__subheader,.modal-369__subheader {
    color: #449994;
    font-size: 1em;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase
}
.modal-351__image-wrapper,.modal-353__image-wrapper,.modal-355__image-wrapper,.modal-357__image-wrapper,.modal-359__image-wrapper,.modal-361__image-wrapper,.modal-363__image-wrapper,.modal-365__image-wrapper,.modal-367__image-wrapper,.modal-369__image-wrapper {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: flex
}

.modal-351__image,.modal-353__image,.modal-355__image,.modal-357__image,.modal-359__image,.modal-361__image,.modal-363__image,.modal-365__image,.modal-367__image,.modal-369__image {
    max-height: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    display: flex;
    align-self: center;
    margin-top: 2rem
}

.modal-351__close,.modal-353__close,.modal-355__close,.modal-357__close,.modal-359__close,.modal-361__close,.modal-363__close,.modal-365__close,.modal-367__close,.modal-369__close {
    border: 1px solid rgba(68,153,148,.66);
    border-radius: .25rem;
    color: #002c31;
    cursor: pointer;
    font-size: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 3rem;
    right: 3rem;
    z-index: 1
}

/*////////////// 

BS FORM STYLES

//////////////*/

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}