/* Global Styles & Helpers*/

body {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.no-padding {
    padding: 0;
}

.no-border {
    border: none !important;
}

.first {
    padding-left: 0;
}

.last {
    padding-right: 0;
}

.form-control::-webkit-input-placeholder,
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder {
    color: #ffffff;
    font-weight: 300;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0 6px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #000000;
    background-image: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

.form-control:focus {
    border: none;
    border-bottom: 1px solid #ffffff;
    box-shadow: none;
}

.form-group label {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    border-bottom: 1px solid #ffffff;
}


.form-group select {
    border: none;
    border-bottom: 1px solid #ffffff;
    height: 34px!important;
    padding: 5px 0 6px;
    color: #fff!important;
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-check label {
    width: 100%;
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
}

.form-check label a {
    color: #ffffff;
}

.form-check input {
    margin-bottom: 10px;
}


.rb-btn {
    position: relative;
    background-color: transparent;
    border: none;
}

.rb-btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 5px;
    left: -50%;
    background-color: #ffffff;
}

.rb-affix-top {
    position: fixed;
    top: 0;
    right: 0;
}

.rb-affix-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Typography */

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #666666;
    cursor: pointer;
}

h1 {

}

h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 200;
    margin-top: 10px;
    color: #cccccc;
}

.text-white {
    color: #ffffff;
}


/* Header */

#video-header {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}


#video-header #fmgVideo,
#video-header .cover-helper {
    position: absolute;
    width: 100%;
    height: 100%;
}

#video-header .text-container {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#video-header .text-container img {
    display: block;
    margin: 0 auto;
}

#video-header .text-container .logo-block img {
    margin-bottom: 20px;
}

#video-header .text-container p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 60px;
}

#video-header .text-container span {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

/* Main Content */

.main-content {
    position: relative;
}

.intro {
    margin-top: 0;
    margin-bottom: 50px;
}

.intro .logo-container {
    position: relative;
    top: 0;
    -ms-transform: none;
    transform: none;
    padding: 60px 30px 30px;
}

.intro .logo-container img {
    margin: 0 auto;
}

.intro .text-container {
    padding-right: 100px;
    padding-left: 60px;
}

#separator p {
    margin-top: 130px;
    margin-bottom: 130px;
    padding-right: 15px;
    padding-left: 15px;
}

.rotate-90 {
    margin-top: 40px;
    margin-bottom: 120px;
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.decorated-link {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}

.decorated-link:hover {
    text-decoration: none;
}

.decorated-link:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: -30px;
    width: 100%;
    height: 5px;
    background-color: #000000;
}

#collections .collection {
    margin-bottom: 140px;
}

#collections .collection:last-of-type {
    margin-bottom: 120px;
}

#collections .collection .subtitle {
    font-weight: 300;
    color: #cccccc;
}

#collections .collection h2 {
    margin-top: 0;
}

#collections .collection .text-container p {
    margin-top: 40px;
}

#collections .collection .images-container img{
    margin-bottom: 30px;
}

#collections .collection .images-container .img-caption {
    display: inline-block;
    margin-top: -25px;
    margin-bottom: 20px;
    color: #cccccc;
    font-size: 18px;
    font-style: italic;
}


/* Aside */

aside {
    background-color: #000000;
}

.form-tile {
    position: relative;
    margin-bottom: 30px;
}

.form-tile h2 {
    font-size: 50px;
    line-height: 50px;
}

.form-group {
    margin-bottom: 25px;
}

.submit-block {
    position: relative;
}

#rb-form-fix {
    z-index: 1;
    padding-top: 55px;
    background-color: #000000;
}



/* Footer */

footer{
    background-color: #000000;
}


footer .logo-container img {
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 40px;
}

footer .text-container a {
    color: #ffffff;
}

footer .text-container a i {

    margin-right: 30px;
    margin-bottom: 40px;
}

footer .text-container a:last-of-type i {
    margin-right: 0;
}

footer .text-container p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}


/* Media Queries */

/* XS */
@media screen and (max-width: 767px) {

    .intro .text-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    #separator p {
        margin-top: 50px;
    }

    #collections .collection {
        margin-bottom: 50px;
    }

    #collections .collection .text-right{
        text-align: left !important;
    }

    #collections .collection .images-container {
        padding-right: 0;
        padding-left: 0;
    }
    #collections .collection .images-container .img-caption {
        padding-right: 15px;
    }

    .form-tile h2 {
        margin-top: 0;
    }

}

/* SM */
@media screen and (min-width: 768px) {

    body {
        color: black;
        font-size: 20px;
        line-height: 36px;
    }

    p {
        font-size: 20px;
        line-height: 36px;
    }

    h2 {
        font-size: 60px;
        line-height: 66px;
    }

    #video-header .text-container .logo-block img {
        margin-bottom: 60px;
    }

    #separator p {
        padding-right: 100px;
        padding-left: 100px;
    }

    .rotate-90 {
        min-height: 150px;
        margin-top: 40px;
        margin-bottom: 120px;
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    #collections .collection .text-container p {
        margin-top: 60px;
    }

    .form-tile {
        position: absolute;
        right: 0;
        top: 0;
        -ms-transform: rotate(90deg) translateY(100%) translateX(100%);
        transform: rotate(90deg) translateY(100%) translateX(100%);
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        margin-top: -70px;
    }

    .form-tile h2 {
        font-size: 70px;
        line-height: 70px;
    }

    .submit-block {
        position: absolute;
        bottom: 45px;
        left: 50%;
    }
}


/* LG */
@media screen and (min-width: 1200px) {

    .intro {
        position: relative;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .intro .logo-container {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 45px ;
    }
}