/* FONTS */

@font-face {
    font-family: FullSans;
    src: url(/rosemont/assets/fonts/FullSans/fullsans-lc70medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: FullSans;
    src: url(/rosemont/assets/fonts/FullSans/fullsans-lc50book.otf);
    font-weight: 400;
}

@font-face {
    font-family: Constant;
    src: url(/rosemont/assets/fonts/Constant/constant-regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: Constant;
    src: url(/rosemont/assets/fonts/Constant/constant-bold.otf);
    font-weight: 600;
}


body {
    transition: .2s ease-in-out;
}

body.open {
    transform: translateX(-80%);
    transition: .2s ease-in-out;
}

body b {
    font-family: FullSans;
    font-weight: 500;
}

body p {
    font-family: FullSans;
    font-weight: 400;
}

h2 {
    font-family: FullSans;
    font-weight: 500;
    margin-bottom: 0px;
}

h4 {
    font-family: FullSans;
    font-weight: 500;
    margin-bottom: -5px;
    line-height: 0px;
}


.cbox-container {
    height: calc(100vh*0.98);
    overflow: hidden;
    position: relative;
    min-height:650px;
    max-height:900px;
}

.triangle-container-right {
    width: 71%;
    height: inherit;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    right: 0px;
    height:100%;
}

.triangle-container-right .triangle-right {
    background-image: linear-gradient(to top left, #3787bc91, #3787bcd1);
	background-image: -webkit-gradient(linear, left top, #3787bc3b, #3787bc17); /* Chrome,Safari4+ */
  	background-image: -webkit-linear-gradient(top,  ##3787bc3b, #3787bc17); /* Chrome10+,Safari5.1+ */
  	background-image: -o-linear-gradient(top,  #3787bc3b, #3787bc17); /* Opera 11.10+ */
  	background-image: -ms-linear-gradient(top,  #3787bc3b, #3787bc17); /* IE10+ */
    height: inherit;
    transform: skew(22deg, 0deg);
    transform-origin: top;
    overflow: hidden;
}

#disclaimer .triangle-container-right .triangle-right {
    background-color: white;
    background-image: none;
}


.triangle-container-left {
    width: 71%;
    height: inherit;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    right: 0px;
    height:100%;
}

.triangle-left {
    background-color: white;
    height: inherit;
    transform: skew(-22deg, 0deg);
    transform-origin: bottom;
    overflow: hidden;
}

.logo img {
    width: 240px;
}


#about {
    background-image: url(/rosemont/assets/images/about.jpg);
    background-size: 128%;
    background-position-x: 83%;
    background-position-y: 36%;
    background-repeat: no-repeat;
}


.content {
    height: 100%;
}

.text {
    font-size: 13px;
    line-height: 17px;
    color: white;
    z-index: 1;
}

.text a {
    color: white;
    font-weight: 500;
    text-decoration: underline;
}

.text ul {
    font-family: FullSans;
}


#about .text {
    padding: 32px 8% 0px 0px;
    float: right;
}



div#products {
    background-image: linear-gradient(to right, #3787bc3b, #3787bc17);
	background-image: -webkit-gradient(linear, left top, #3787bc3b, #3787bc17); /* Chrome,Safari4+ */
  	background-image: -webkit-linear-gradient(top,  ##3787bc3b, #3787bc17); /* Chrome10+,Safari5.1+ */
  	background-image: -o-linear-gradient(top,  #3787bc3b, #3787bc17); /* Opera 11.10+ */
  	background-image: -ms-linear-gradient(top,  #3787bc3b, #3787bc17); /* IE10+ */
  	
}



#products #background {
    height: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left:24%;
}

/*
#products .text-row {
    float: right;
    height: 100%;
    padding-left: 8%;
}


#products .text-container {
    height: 100%;
    display: table;
    max-width: 400px;
}

#products .content .text {
    float: none;
    display: table-cell;
    vertical-align: middle;
    max-width: 400px;
    color: black;
}
*/

#products .text {
    padding: 32px 8% 0px 0px;
    float: right;
    color:black;
}

#products .overview {
    float:left;
}

.overview .product {
    float:left;
    width:100%;
}

#products .overview h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 17px;
}

.product {
    position:relative;
}


.product-text {
    max-height:30px;
    overflow:hidden;
}

.product-text p {
    margin-top:0px;
    margin-bottom:0px;
}

.product span {
    font-size: 10px;
    position: relative;
    top: -0.5px;
    left: 2px;
}

#products .overview {
    margin-top:13px;
}

.read-p {
   text-align: right; 
}

span.read {
    cursor: pointer;
   font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
}

span.read:hover {
    text-decoration: underline; 
}

.read.more {
    display: block;
}

.read.less {
    display:none;
}





#contact {
    background-image: linear-gradient(to top left, #3787bc91, #3787bcd1);    
	background-image: -webkit-gradient(linear, left top, #3787bc91, #3787bcd1); /* Chrome,Safari4+ */
  	background-image: -webkit-linear-gradient(top,  #3787bc91,#3787bcd1); /* Chrome10+,Safari5.1+ */
  	background-image: -o-linear-gradient(top,  #3787bc91,#3787bcd1); /* Opera 11.10+ */
  	background-image: -ms-linear-gradient(top,  #3787bc91,#3787bcd1); /* IE10+ */
  	
    
}

#contact .background {
    background-image: url(/rosemont/assets/images/contact.jpg);
    width: 71%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background-size: 142%;
    background-position: left top;
}

.contact-background {
    transform: skew(-22deg, 0deg);
}

.contact-background img {
    width: 142%;
    position: absolute;
    left: -41%;
    top: 0px;
}


#contact .text {
    position: absolute;
    bottom: 75px;
    margin-left: 8%;
    max-width: 215px;
}

#disclaimer {
    background-image: linear-gradient(to right, #3787bc3b, #3787bc17);
	background-image: -webkit-gradient(linear, left top, #3787bc3b, #3787bc17); /* Chrome,Safari4+ */
  	background-image: -webkit-linear-gradient(top,  ##3787bc3b, #3787bc17); /* Chrome10+,Safari5.1+ */
  	background-image: -o-linear-gradient(top,  #3787bc3b, #3787bc17); /* Opera 11.10+ */
  	background-image: -ms-linear-gradient(top,  #3787bc3b, #3787bc17); /* IE10+ */
}

#disclaimer .text-container {
    position: absolute;
    top: 38%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

#disclaimer .text {
    color: black;
}

#disclaimer .text p {
    max-width: 90%;
    font-size: 11.5px;
    line-height: 14px;
}

#privacy {
    background-image: linear-gradient(to right, #3787bc3b, #3787bc17);
	background-image: -webkit-gradient(linear, left top, #3787bc3b, #3787bc17); /* Chrome,Safari4+ */
  	background-image: -webkit-linear-gradient(top,  ##3787bc3b, #3787bc17); /* Chrome10+,Safari5.1+ */
  	background-image: -o-linear-gradient(top,  #3787bc3b, #3787bc17); /* Opera 11.10+ */
  	background-image: -ms-linear-gradient(top,  #3787bc3b, #3787bc17); /* IE10+ */
}

#privacy .text-container {
    position: absolute;
    top: 20%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

#privacy .text {
    color: black;
}

#privacy .text p {
    max-width: 90%;
    font-size: 11.5px;
    line-height: 14px;
}

#privacy ul {
    font-size:11.5px;
    line-height: 14px;
}

#privacy a {
    color:black;
}

.nav-container {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}

.nav-container.visible {
    opacity: 1;
    transition: 0.5s;
}

.nav-container ul {
    list-style: none;
    margin: 0px;
    padding: 30px 0px 0px 50px;
    font-family: Constant;
    font-weight: 400;
}

.nav-container ul li {
    color: white;
    font-size: 16px;
    line-height: 24px;

}

.nav-container ul li.active {
    font-weight: 600;
}

.nav-container ul a {
    color: white;
    font-size: 16px;
    line-height: 24px;
}

.nav-container ul a:hover {
    text-decoration: none;
    font-weight: 600;
}

.nav-container ul.blue li {
    color: #3787bc;
}

.nav-container ul.blue a {
    color: #3787bc;
}

.harmony-logo {
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 2;
}

.harmony-logo img {
    width: 240px;
}

.content {
    z-index: 3;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    opacity: 1;
    z-index: 80000000;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader img {
    width: 100%;
    max-width: 240px;
}

.arrow-container {
    position: absolute;
    bottom: 6%;
    width: 100%;
    text-align: center;
    z-index: 4;
}

.arrow-button {
    margin-left:auto;
    margin-right:auto;
    width:46px;
}

.arrow-button a {
    float:left;
}

.arrow {
    height: 46px;
    background-size: contain;
    width: 46px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.arrow:hover {
    filter: invert(100%);
}


.arrow-a {
    background-image: url(/rosemont/assets/images/arrow.png);
    height: 53px;
}

.arrow-b {
    background-image: url(/rosemont/assets/images/arrow-b.png);
}

.arrow-c {
    background-image: url(/rosemont/assets/images/arrow-c.png);
}

header#header {
    display: none;
}

#offpage {
    display: none;
}

#cover {
    display: none;
}

.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}

.side-menu-container .burger-bar {
    background-color: white;
}

.side-menu-container ul {
    padding-left: 0px;
}

.side-menu-container a {
    color: white;
}

.side-menu-container li {
    list-style: none;
    padding: 10px 0px;
    font-family: FullSans;
}

.harmony-mobile img {
    width: 50%;
    float: right;
    margin-top: 20px;
    display: none;
}

h2.title {
    display: none;
}

.lg-only {
    display: block;
}

.hidden-lg {
    display: none;
}

#disclaimer .text-container .text {
	column-count:3;
	}

#privacy .text-container .text {
	column-count:2;
	}

@media (max-width: 1299.98px) {
    .text {
        line-height: 15px;
    }
    
    #disclaimer .text p {
        line-height: 12px;
    }
    
    #privacy .text p {
        line-height: 12px;
    }
    
}


@media (max-width: 1199.98px) {

    .cbox-container {
        min-height:auto;
    }

    .lg-only {
        display: none;
    }

    .hidden-lg {
        display: block;
    }


    /* MOBILE MENU */
    body {
        padding-top: 80px;
    }

    header#header {
        display: block;
        background-color: white;
        top: 0px;
        position: fixed;
        overflow: hidden;
        width: 100%;
        transition: .2s;
        z-index: 999;
        height: 80px;
        padding: 0px 20px;
    }

    .burger-container {
        height: 80px;
        display: table;
        float: right;
    }

    .burger {
        display: table-cell;
        vertical-align: middle;
    }

    .burger .bars-container {
        height: 50px;
        width: 50px;
        float: left;
        display: table;
        text-align: center;
        z-index: 2;
        cursor: pointer;
    }

    .bars {
        display: table-cell;
        vertical-align: middle;
    }

    .burger-bar {
        border-radius: 3px;
        display: block;
        height: 2px;
        opacity: 1;
        width: 20px;
        background-color: #3787bc;
        margin-left: auto;
    }


    header.fixed .burger-bar {
        background-color: white;
    }

    .bar-1 {
        position: relative;
        top: -4px;
    }

    .bar-3 {
        position: relative;
        top: 4px;
    }

    #offpage {
        display: block;
        position: fixed;
        top: 0px;
        right: -80%;
        width: 80%;
        max-width: 400px;
        height: 100%;
        background-color: #3787bc;
        z-index: 1001;
        box-shadow: none;
        transition: .2s;
        padding: 30px 20px;
        float: left
    }

    #cover {
        opacity: 0.4;
        background-color: black;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 1000;
        display: none;
    }

    #offpage.visible {
        right: -80%;
        transition: none;
    }

    .closing-bars {
        height: 20px;
        width: 20px;
        float: right;
        text-align: center;
        z-index: 2;
        display: table;
        cursor: pointer;
    }

    .closing-bars .burger-bar {
        margin-right: initial;
    }

    .close-1 {
        transform: rotate(45deg) translate(0);
        position: absolute;
        top: 10px;
    }

    .close-2 {
        transform: rotate(-45deg) translate(0);
        position: absolute;
        top: 10px;
    }

    .logo-container {
        height: 80px;
        display: table;
    }

    .logo-mobile {
        display: table-cell;
        vertical-align: middle;
        transition: .2s;
    }

    .logo-mobile-image {
        background-image: url(/rosemont/assets/images/logo-b.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        height: 50px;
        transition: .2s;
    }


    /* FIXED CLASSES */
    header#header.fixed {
        height: 60px;
        box-shadow: 0px 2px 10px 1px #88888852;
        transition: .2s;
        margin-top: 0px;
        background-color: #3787bc;
    }

    header.fixed .logo-container {
        height: 60px;
    }

    header.fixed .burger-container {
        height: 60px;
    }

    header.fixed .logo-mobile-image {
        background-image: url(/rosemont/assets/images/logo.png);
        transition: .2s;
        height: 30px;
    }

    .nav-container {
        display: none;
    }


    /* RESPONSIVE */
    h2.title {
        display: block;
    }

    #about {
        background-size: cover;
    }

    .triangle-container-right {
        width: 90%;
    }

    .triangle-container-right .triangle-right {
        transform: skew(14deg, 0deg);
    }

    .triangle-container-left {
        width: 90%;
    }

    .triangle-left {
        transform: skew(-14deg, 0deg);
    }

    #contact .background {
        width: 90%;
        background-size: 260%;
        background-position-y: top;
        background-position-x: 23%;
    }
    
    #contact .text {
        margin-left:6%;
    }

    .contact-background img {
        width: 260%;
        left: -35%;
    }

    #about h2.title {
        padding: 0px 15px;
    }

    #about .content {
        padding-top: 6%;
    }

    #about .text {
        padding-right: calc(6% - 30px);
    }
    
    #products #background {
        right: 5%;
        opacity: .2;
        left: auto;
    }
    
    #products .text {
        padding-left:6%;
        float:left;
    }
 /*   
    #products .text-row {
        padding-left:0px;
        padding-right: 6%;
    }

    #disclaimer {
        height: calc(125vh*0.98);
    }


    #disclaimer .triangle-container-left {
        width: 103%;
    }
*/

    #disclaimer .text-container {
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        padding: 6%;
        top: auto;
        padding-bottom: 0px;
    }

    #disclaimer .text {
        padding-left: 0px;
        padding-right: 0px;
    }

    #disclaimer .text p {
        max-width: 100%;
    }
    
    #disclaimer .text p {
        line-height: 15px;
    }
    
    #privacy .text-container {
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        padding: 6%;
        top: auto;
        padding-bottom: 0px;
    }

    #privacy .text {
        padding-left: 0px;
        padding-right: 0px;
    }

    #privacy .text p {
        max-width: 100%;
    }
    
    #privacy .text p {
        line-height: 15px;
    }

    .harmony-logo {
        display: none;
    }

    .harmony-mobile img {
        display: block;
        width: 50%;
        float: right;
        margin-top: 20px;
        max-width: 200px;
    }

    body.open {
        transform: translateX(-400px);
    }

    #offpage.visible {
        right: -400px;
    }
    
	#disclaimer .text-container .text {
		column-count:2;
	}
    
	#privacy .text-container .text {
		column-count:2;
	}

}


@media (max-width: 767.98px) {

    
    #offpage.visible {
        right: -80%;
    }
    
    body.open {
        transform: translateX(-80%);
    }
    
    .lg-only {
        display: none;
    }

    hidden-lg {
        display: block;
    }


    /* RESPONSIVE */
    div.pmlr-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    div.content {
        padding: 20px;
    }

    .cbox-container {
        height: auto;
        max-height:initial;
    }

    .arrow-container {
        display: none;
    }

    .triangle-container-right {
        height: 100%;
        top: 0px;
        bottom: 0px;
        /*width: 80%;*/
        width: 100%;
    }

    .triangle-container-right .triangle-right {
        transform: none;
         height: 100%;
    }

    .triangle-container-left {
        display: none;
    }

    .triangle-left {
        height: 100%;
    }

    #about .text {
        padding: 0px;
    }
    
    #about h2.title {
        padding: 0px 0px;
    }



    #about {
        background-size: cover;
        background-position-x: 40%;
        background-position-y: 0%;
    }

    #about .triangle-container-right {
        width: 100%;
    }

    #about .triangle-right {
        transform: none;
    }

    #products {
        background-image: none;
    }

    #products .text-row {
        padding-left: 0px;
        padding-right: 0px;
    }

    #products .text-container {
        max-width: initial;
    }

    #products #background {
        opacity: 0.2;
        right: 0px;
        left: auto;
        height:50%;
    }

    #contact .text {
        position: relative;
        bottom: auto;
        margin-left: 0px;
    }

    #contact {
        background-image: url(/rosemont/assets/images/contact.jpg);
        background-size: cover;
    }

    #contact .background {
        display: none;
    }

    .contact-background {
        display: none;
    }

    .harmony-logo {
        position: relative;
        display: none;
    }

    #disclaimer {
        background-image: none;
        height:auto;
    }

    #disclaimer .text-container {
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        padding-top:0px;
    }

    #disclaimer .text {
        padding-left: 0px;
        padding-right: 0px;
    }

    #disclaimer .text p {
        max-width: 100%;
    }
    
    #privacy {
        background-image: none;
        height:auto;
    }

    #privacy .text-container {
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        padding-top:0px;
    }

    #privacy .text {
        padding-left: 0px;
        padding-right: 0px;
    }

    #privacy .text p {
        max-width: 100%;
    }


    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    footer {
        background-color: #3787bc;
        height: 80px;
    }

    footer div {
        display: table;
        height: inherit;
        text-align: center;
        width: 100%;
    }

    footer p {
        display: table-cell;
        vertical-align: middle;
        color: white;
        font-size: 12px;
    }
    
    .product-text p {
    	margin-top: 13px;
    	margin-bottom: 13px;
    	}
    	
    .product-text {
    	max-height: none;
    	}
    
    .read-p {
    	display:none;
    	}
    	
    #disclaimer .text-container .text {
		column-count:1;
	}
    
    #privacy .text-container .text {
		column-count:1;
	}
}

