/* =Ace Digital Theme Overrides
-------------------------------------------------------------- */

/* =Fonts
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

/* =Colours
-------------------------------------------------------------- */

.maroon {
    color: #9D3553;
}

.maroonBg {
    background: #9D3553;
}

.grey {
    color: #8D909E;
}

.greyBg {
    background: #8D909E;
}

.lightGrey {
    color: #EEEEEE;
}

.lightGreyBg {
    background: #EEEEEE;
}

.white {
    color: #fff;
}

.whiteBg {
    background: #fff;
}

.charcoal {
    color: #414141;
}

.charcoalBg {
    background: #414141;
}

/* =Elements
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

.container {
    max-width: 1440px;
}

.anchor {
    height: 1px;
    width: 100%;
    margin-top: -150px;
    position: absolute;
}

/* =Button
-------------------------------------------------------------- */

button:focus {outline:0;}

button {
    height: 66px;
    width: auto;
    padding: 15px 38px 15px 88px;
    border: 2px solid #9D3553;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    background: #9D3553;
    color: #fff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    min-width: 240px;
    margin-left: 0px;
    transition: all 1s ease;
}

button .button-icon {
    height: 58px;
    width: 58px;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    text-align: center;
    -moz-transition: all 1s ease;
    /* WebKit */
    -webkit-transition: all 1s ease;
    /* Opera */
    -o-transition: all 1s ease;
    /* Standard */
    transition: all 1s ease;
}

button .button-icon svg {
    margin-top: 21px;
    color: #9D3553;
}

button:hover {
    cursor: pointer;
    color: #9D3553;
    transition: all .5s ease;
}

button:hover .button-icon {
    -moz-transform: rotate(360deg) ;
	/* WebKit */
	-webkit-transform:  rotate(360deg);
	/* Opera */
	-o-transform: rotate(360deg);
	/* Standard */
	transform: rotate(360deg);
    margin-left: calc(100% - 62px);
}

button.white {
    border: 2px solid #fff;
    background: #fff;
    color: #9D3553;
}

button.white .button-icon {
    background: #9D3553;
}

button.white .button-icon svg {
    color: #fff;
}

button.white:hover {
    color: #fff;
}

/* =Header
-------------------------------------------------------------- */

body.home header.header-1 {
    display: block;
}

body.home header.header-1.active {
    display: block;
}

header.header-1 {
    height: 150px;
    border-bottom: 1px solid #eee;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    transition: all ease 0.3s;
}

header.header-1.fixed {
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.18);
    box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.18);
}

header.header-1.fixed {
    height: 100px;
}

header.header-1.push {
    right: 360px;
}

/* =Logo
-------------------------------------------------------------- */

logo {
    height: 150px;
    display: flex;
    align-items: center;
    margin-top: 0px;
}

logo .logo-svg {
    width: 80%;
    margin-left: 30px;
    overflow: hidden;
}

logo .logo-svg svg {
    height: auto;
    width: 100%;
    margin-top: -5px;
}

logo .logo-svg svg path {

}

header.header-1.fixed logo {
    height: 100px;
}

/* =Nav
-------------------------------------------------------------- */

nav {
    height: 150px;
}

nav ul {
    height: 150px;
}

nav ul li {
    height: 150px;
}

nav ul li a {
    height: 150px;
    line-height: 150px;
    font-family: 'Lato', sans-serif;
    color: #707070;
    font-weight: 600;
    font-size: 15px;
}

nav ul li a:hover {
    color: #9D3553;
}

header.header-1.fixed nav, header.header-1.fixed nav ul, header.header-1.fixed nav ul li, header.header-1.fixed nav ul li a  {
    height: 100px;
    line-height: 100px;
}

nav ul li ul {
    margin-top: 150px;
    transition: all ease 0.3s;
    overflow: visible;
}

header.header-1.fixed nav ul li ul {
    margin-top: 100px;
}

nav ul li ul li {
    height: auto;
    overflow: visible;
}

header.header-1.fixed nav ul li ul, header.header-1.fixed nav ul li ul li, header.header-1.fixed nav ul li ul li a {
    height: auto !important;
    line-height: normal;
}

nav ul li ul li ul {
    position: absolute;
    left: 100%;
    margin-top: 0px;
    display: none;
    overflow: hidden;
}

nav ul li ul li ul li a {
    background: #606060;
}

header.header-1.fixed nav ul li ul li ul {
    margin-top: 0px;
}

nav ul li ul li ul li {
    background: red;
    display: none;
}

nav ul li ul li:hover ul, nav ul li ul li:hover ul li {
    display: block;
}

/* =Social
-------------------------------------------------------------- */

social {
    display: block;
    float: right;
    height: 150px;
    padding-left: 25px;
    padding-right: 35px;
}

social .social-icon {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 36px;
    color: #9D3553;
}

header.header-1.fixed social {
    height: 100px;
}

/* =Search
-------------------------------------------------------------- */

search {
    display: block;
    float: right;
    height: 150px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
}

search input.form-control {
    width: 200px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    font-size: 12px;
}

header.header-1.fixed search {
    height: 100px;
}

/* =Content
-------------------------------------------------------------- */

body.home content {
    display: block;
    margin-top: 0px;
}

content {
    display: block;
    margin-top: 150px;
}

/* =Hero
-------------------------------------------------------------- */

hero {
    display: block;
    height: calc(100vh + 160px);
    width: 100%;
    position: relative;
}

hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

hero .svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
}

hero .svg svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

hero .svg svg path {
    height: 20px;
    width: 100% !important;
}

hero .hero-left {
    width: 35%;
    height: 100%;
    float: left;
    position: relative;
}

hero .hero-left .hero-logo {
    width: 50%;
    height: 12.5%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    display: none;
}

hero .hero-left .hero-tile-left-one {
    width: 50%;
    height: 12.5%;
    position: absolute;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
}

hero .hero-left .hero-tile-left-two {
    width: 50%;
    height: 12.5%;
    position: absolute;
    top: 12.5%;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}

hero .hero-left .hero-tile-left-three {
    width: 50%;
    height: 12.5%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
}

hero .hero-left .hero-tile-left-four {
    width: 50%;
    height: 12.5%;
    position: absolute;
    top: 62.5%;
    left: 0%;
    background: rgba(255, 255, 255, 0.05);
}

hero .hero-left .hero-tile-left-five {
    width: 50%;
    height: 12.5%;
    position: absolute;
    top: 12.5%;
    left: 0%;
    background: rgba(255, 255, 255, 0.05);
}

hero .hero-left .hero-logo .logo-svg {
    width: 80%;
    margin-left: 10%;
    overflow: hidden;
}

hero .hero-left .hero-logo .logo-svg svg {
    height: auto;
    width: 100%;
    margin-top: -5px;
}

hero .hero-left .hero-logo .logo-svg svg path {

}

hero .hero-left .hero-feature {
    width: 100%;
    height: 25%;
    position: absolute;
    top: 25%;
    left: 0;
    display: flex;
    align-items: center;
}

hero .hero-left .hero-feature:hover {
    background: #828693;
}

hero .hero-left .hero-feature .hero-feature-content {
    padding: 10%;
}

hero .hero-left .hero-feature h2 {
    font-size: 45px;
    font-weight: 900;
}

hero .hero-left .hero-social {
    width: 25%;
    height: 12.5%;
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 50px;
    color: #9D3553;
    transition: all ease 0.3s;
}

hero .hero-left .hero-social svg {
    margin: auto;
    transition: all ease 0.3s;
}

hero .hero-left .hero-social:hover {
    background: #9D3553;
}

hero .hero-left .hero-social:hover svg {
    color: #fff;
}

hero .hero-right {
    width: 65%;
    height: 100%;
    float: right;
    position: relative;
}

hero .hero-right .hero-menu-link {
    width: 25%;
    height: 12.5%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    display: none;
}

hero .hero-right .hero-menu-link:hover {
    background: #9A314F;
}

hero .hero-right .hero-menu-link .hero-menu-link-container {
    margin: auto;
}

hero .hero-right .hero-menu-link .hero-menu-link-container .hero-menu-icon {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

hero .hero-right .hero-menu-link .hero-menu-link-container .hero-menu-icon span {
    display: block;
    height: 4px;
    width: 100%;
    margin-bottom: 5px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

hero .hero-right .hero-menu-link .hero-menu-link-container .hero-menu-icon span:nth-of-type(3) {
    margin-bottom: 0px;
    width: 85%;
    float: right;
}

hero .hero-right .hero-menu-link p {
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

hero .hero-right .hero-menu {
    width: 25%;
    height: 50%;
    position: absolute;
    top: 12.5%;
    right: 0;
    background: #7E203B;
    padding-bottom: 20%;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

hero .hero-right .hero-menu.active {
    opacity: 1;
}

hero .hero-right .hero-menu .hero-menu-nav {
    position: absolute;
    top: 0;
    height: calc(100% - 20%);
    width: 100%;
    display: flex;
    align-items: center;
}

hero .hero-right .hero-menu .menu-hero-menu-container, hero .hero-right .hero-menu .menu-renewables-container {
    width: 100%;
}

hero .hero-right .hero-menu .menu-hero-menu-container, hero .hero-right .hero-menu .menu-fabrication-container {
    width: 100%;
}

hero .hero-right .hero-menu .hero-menu-nav.primary {
    transition: all ease 0.3s;
    opacity: 1;
}

hero .hero-right .hero-menu .hero-menu-nav.primary.hide {
    display: none;
    opacity: 0;
}

hero .hero-right .hero-menu .hero-menu-nav.renewables {
    display: none;
    transition: all ease 0.3s;
    opacity: 0;
}

hero .hero-right .hero-menu .hero-menu-nav.renewables.show {
    display: flex;
    opacity: 1;
}

hero .hero-right .hero-menu .hero-menu-nav.fabrication {
    display: none;
    transition: all ease 0.3s;
    opacity: 0;
}

hero .hero-right .hero-menu .hero-menu-nav.fabrication.show {
    display: flex;
    opacity: 1;
}

hero .hero-right .hero-menu .hero-menu-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 30px;
    width: 100% !important;
    margin: auto;
}

hero .hero-right .hero-menu .hero-menu-nav ul li {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

hero .hero-right .hero-menu .hero-menu-nav ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}

hero .hero-right .hero-menu .hero-menu-nav ul li a svg {
    font-size: 10px;
    margin-bottom: 2px;
    margin-left: 3px;
}

hero .hero-right .hero-menu .hero-menu-search {
    height: 20%;
    width: 100%;
    background: #581528;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    text-align: center;
}

hero .hero-right .hero-menu .hero-menu-search form {
    margin: auto;
    width: 70%;
}

hero .hero-right .hero-menu .hero-menu-search input.form-control {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    font-size: 12px;
}

hero .hero-right .hero-tabs-container a {

}

hero .hero-right .hero-tab {
    width: 25%;
    height: 25%;
    position: absolute;
    top: 62.5%;
    right: 0;
}

hero .hero-right .hero-tab .svg-button {
    display: none;
}

hero .hero-right .hero-tabs-container .hero-tab .svg-tab {
    display: none;
}

hero .hero-right .hero-tab .hero-tab-content {
    padding: 15% 10%;
}

hero .hero-right .hero-tab .hero-tab-content h2 {
    font-size: 30px;
    font-weight: 900;
}

hero .hero-right .hero-tab .hero-tab-content p {
    color: #fff;
    font-size: 13px;
}

hero .hero-right .hero-tab.hero-tab-one {

}

hero .hero-right .hero-tab.hero-tab-one:hover {
    background: #828693;
}

hero .hero-right .hero-tab.hero-tab-two {
    right: 25%;
}

hero .hero-right .hero-tab.hero-tab-two:hover {
    background: #9A314F;
}

hero .hero-right .hero-tab.hero-tab-three {
    right: 50%;
}

hero .hero-right .hero-tab.hero-tab-three:hover {
    background: #828693;
}

hero .hero-right .hero-tile-right-one {
    width: 25%;
    height: 12.5%;
    position: absolute;
    top: 12.5%;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
}

hero .hero-right .hero-tile-right-two {
    width: 25%;
    height: 12.5%;
    position: absolute;
    top: 50%;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
}

hero .hero-right .hero-tile-right-three {
    width: 25%;
    height: 37.5%;
    position: absolute;
    top: 0;
    right: 50%;
    background: rgba(255, 255, 255, 0.05);
}

hero .hero-right .hero-tile-right-four {
    width: 25%;
    height: 12.5%;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
}

hero .hero-right .hero-tile-right-five {
    width: 25%;
    height: 12.5%;
    position: absolute;
    top: 37.5%;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
}

hero .hero-right .hero-tile-right-six {
    width: 25%;
    height: 12.5%;
    position: absolute;
    top: 25%;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
}

/* =Section Title
-------------------------------------------------------------- */

section-title {

}

.section-title {
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.section-title h2 {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
    padding: 4px 0px 4px 25px;
    z-index: 9;
    position: relative;
    display: inline-block;
    float: right;
}

.section-title-line {
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: 8;
}

/* =Projects
-------------------------------------------------------------- */

projects {
    display: block;
    padding-top: 70px;
    padding-bottom: 170px;
}

projects .project-container {
    margin-bottom: 45px;
}

projects .project-container .project {
    text-align: center;
}

projects .project-container .project .project-image-container {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

projects .project-container .project .project-image-container .project-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all ease 0.3s;
}

projects .project-container .project:hover .project-image-container .project-image {
    transform: scale(1.2) rotate(4deg);
}

projects .project-container .project .project-title {
    padding: 20px;
}

projects .project-container .project .project-title p {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* =Repeater
-------------------------------------------------------------- */

repeater {
    display: block;
    padding: 0px 50px 100px 50px;
    text-align: center;
}

repeater .repeater-container:first-of-type {
    margin-top: 50px;
}

repeater .repeater-container {
    margin-top: 100px;
}

repeater .repeater-title {
    font-size: 44px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #414141;
    display: inline-block;
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
    margin-bottom: 45px;
}

repeater .card {
    margin-bottom: 10px;
}

repeater .card-header {
    border: none;
    color: #fff;
    padding: 0;
}

repeater .card-header button {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
    transform: none !important;
}

repeater .card-header button:hover {
    color: #fff;
    background: #7E203B;
}

repeater .card-body {
    padding: 50px;
    text-align: left;
    overflow: hidden;
}

repeater .aligncenter {
    text-align: center;
}

repeater .aligncenter img {
    margin: auto;
}

/* =Resources
-------------------------------------------------------------- */

resources {
    display: block;
    padding: 0px 50px 100px 50px;
    text-align: center;
}

resources a.resource {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

resources .resource:hover {
    background: #7E203B;
    cursor: pointer;
}

resources .resource .resource-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: 50%;
    margin-top: -12px;
}

resources .resource .resource-action {
    position: absolute;
    right: 15px;
    top: 50%;
    bottom: 50%;
    margin-top: -12px;
}

resources .resource p {
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/* =Left Content
-------------------------------------------------------------- */

left-aligned {
    display: block;
    padding-bottom: 80px;
}

left-aligned p {
    margin-bottom: 30px;
    color: #fff;
}

left-aligned p.left-aligned-title {
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.2em;
}

left-aligned p.left-aligned-subtitle {
    font-size: 32px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.2em;
    margin-top: -20px;
    margin-bottom: 40px;
}

left-aligned .left-aligned-content {
    padding: 140px 100px;
    height: 100%;
    overflow: hidden;
}

left-aligned .left-aligned-content button {
    margin-top: 20px;
}

left-aligned .left-aligned-background-container {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

left-aligned .left-aligned-background-container .left-aligned-background {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

left-aligned.repeater {
    padding-bottom: 0px;
    margin-top: -30px;
}

left-aligned.spacer {
    padding-top: 120px;
}

left-aligned.contact {
    padding-top: 200px;
}

left-aligned .left-aligned-content p.left-aligned-details-title {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 2px;
}

/* =Right Content
-------------------------------------------------------------- */

right-aligned {
    display: block;
    padding-bottom: 80px;
}

right-aligned p {
    margin-bottom: 30px;
}

right-aligned p.right-aligned-title {
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
}

right-aligned .right-aligned-content {
    padding: 140px 100px;
    height: 100%;
}

right-aligned .right-aligned-content button {
    margin-top: 20px;
}

right-aligned .right-aligned-background-container {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

right-aligned .right-aligned-background-container .right-aligned-background {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

right-aligned.repeater {
    padding-bottom: 0px;
    margin-top: -30px;
}

/* =Content Repeater
-------------------------------------------------------------- */

content-repeater {
    display: block;
    padding-top: 120px;
    padding-bottom: 80px;
}

/* =Testimonials
-------------------------------------------------------------- */

testimonials {
    display: block;
    position: relative;
}

testimonials .testimonials-background {
    height: calc(100% + 500px);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

testimonials .testimonials-content {
    padding: 300px 25% 150px 25%;
}

testimonials .svg-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 500px;
}

testimonials .svg-top svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

testimonials .svg-top svg path {
    height: 20px;
    width: 100% !important;
}

testimonials .testimonials-content p {
    text-align: right;
    font-size: 19px;
}

testimonials .testimonials-content p.testimonials-title {
    font-size: 57px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 35px;
}

testimonials .testimonials-content p.testimonials-subtitle {
    font-size: 57px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 60px;
}

/* =Mission Statement
-------------------------------------------------------------- */

mission-statement {
    display: block;
    position: relative;
}

mission-statement .mission-statement-content {
    padding: 450px 25% 200px 10%;
    z-index: 9;
    position: relative;
}

mission-statement .svg-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 500px;
    z-index: 8;
}

mission-statement .mission-statement-background {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 500px);
    z-index: 7;
}

mission-statement .svg-top svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: rotateX(180deg) scale(-1,1);
    transform: rotateX(180deg) scale(-1,1);
}

mission-statement .svg-top svg .st0 {
    fill: #9D3553;
}

mission-statement .svg-top svg path {
    height: 20px;
    width: 100% !important;
}

mission-statement .mission-statement-content p {
    text-align: right;
    font-size: 19px;
    color: #fff;
}

mission-statement .mission-statement-content p.mission-statement-title {
    font-size: 57px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 35px;
}

mission-statement .mission-statement-content p.mission-statement-title.mission-statement-title-second {
    margin-top: 90px;
}

/* =Values
-------------------------------------------------------------- */

mission-statement.values .mission-statement-content {
    padding: 450px 10% 200px 25%;
    z-index: 9;
    position: relative;
    margin-top: 180px;
}

mission-statement.values .mission-statement-content p {
    text-align: left;
    font-size: 19px;
    color: #fff;
}

mission-statement.values .mission-statement-content p.mission-statement-title {
    font-size: 57px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 35px;
}

mission-statement.values .mission-statement-content p.mission-statement-title.mission-statement-title-second {
    margin-top: 90px;
}

mission-statement.values .values-content {
    padding: 180px 25% 200px 10%;
    z-index: 9;
    position: relative;
    margin-top: 180px;
}

mission-statement.values .values-content p {
    text-align: right;
    font-size: 19px;
    color: #fff;
    margin-bottom: 35px;
}

mission-statement.values .values-content p.values-title {
    font-size: 57px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 35px;
}

mission-statement.values .values-content p.values-title.values-title-second {
    margin-top: 90px;
}

mission-statement.values .values-content p.value-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
}

/* =Title
-------------------------------------------------------------- */

title-area {
    display: block;
    position: relative;
    overflow: hidden;
}

title-area .title-area-content {
    padding: 450px 25% 0px 10%;
    z-index: 9;
    position: relative;
    overflow: hidden;
}

title-area .title-area-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

title-area .svg-top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    z-index: 8;
    margin-bottom: -1px;
}

title-area .title-area-background-fill {
    display: none;
}

title-area .svg-top svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: rotateX(180deg) scale(-1,1);
    transform: rotateX(180deg) scale(-1,1);
}

title-area .svg-top svg .st0 {
    fill: #EEEEEE;
}

title-area .svg-top svg path {
    height: 20px;
    width: 100% !important;
}

title-area .title-area-content p.title-area-title {
    font-size: 57px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: right;
    padding-bottom: 30px;
    border-bottom: 1px solid #414141;
    width: 80%;
    float: right;
}

/* =Content Area
-------------------------------------------------------------- */

content-area {
    display: block;
    padding-top: 120px;
    padding-bottom: 90px;
    padding-left: 70px;
    padding-right: 70px;
}

content-area:first-of-type {
    padding-top: 160px;
}

content-area p:first-of-type {
    font-size: 18px;
    font-weight: 700;
}

content-area p {
    margin-bottom: 30px;
}

content-area p.content-area-title {
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
}

content-area .content-area-container {
    position: relative;
}

content-area .content-area-container button.button-right {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotateZ(90deg);
    transform-origin: top right;
    margin-top: 200px;
    margin-right: -120px;
}

content-area .content-area-container button.button-left {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateZ(270deg);
    transform-origin: top left;
    margin-top: 200px;
    margin-left: -120px;
}

content-area .content-area-container button.bump {
    margin-right: 10px;
    margin-bottom: 10px;
}

/* =Video
-------------------------------------------------------------- */

video-container {
    display: block;
    padding-top: 30px;
    padding-bottom: 230px;
}

video-container .video-placeholder {
    width: 100%;
    max-width: 1028px;
    height: 580px;
    background: #2d2d2d;
    margin: auto;
}

/* =Content Area (Projects)
-------------------------------------------------------------- */

content-area.project .project-details {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 18px;
}

content-area.project .project-details:last-of-type {
    margin-bottom: 30px;
}

/* =Team Members
-------------------------------------------------------------- */

team-members {
    display: block;
    padding-top: 30px;
    padding-bottom: 120px;
    padding-left: 50px;
    padding-right: 50px;
}

team-members .team-members-image {
    width: 100%;
    margin: auto;
    margin-bottom: 70px;
}

team-members .team-members-image img {
    width: 100%;
}

team-members .team-members .team-member-container {
    margin-bottom: 35px;
}

team-members .team-members .team-member-container .team-member {
    height: 100%;
    padding: 305px 25px 55px 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

team-members .team-members .team-member-container .team-member p.team-member-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1em;
}

team-members .team-members .team-member-container .team-member p.team-member-position {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
}

team-members .team-members .team-member-container:nth-of-type(odd) .team-member {
    background: #9D3553;
}

team-members .team-members .team-member-container:nth-of-type(odd) .team-member p {
    color: #fff;
}

team-members .team-members .team-member-container:nth-of-type(even) .team-member {
    background: #ffffff;
}

team-members .team-members .team-member-container .team-member .team-member-photo {
    height: 250px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* =Sponsors
-------------------------------------------------------------- */

sponsors {
    display: block;
    padding-top: 30px;
    padding-bottom: 120px;
    padding-left: 50px;
    padding-right: 50px;
}

sponsors .sponsors .sponsor-container {
    margin-bottom: 35px;
}

sponsors .sponsors .sponsor-container .sponsor {
    height: 100%;
    padding: 75px 50px;
}

sponsors .sponsors .sponsor-container .sponsor p.sponsor-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1em;
}


sponsors .sponsors .sponsor-container .sponsor p {
    font-weight: bold;
}

sponsors .sponsors .sponsor-container:nth-of-type(odd) .sponsor {
    background: #9D3553;
}

sponsors .sponsors .sponsor-container:nth-of-type(odd) .sponsor p {
    color: #fff;
}

sponsors .sponsors .sponsor-container:nth-of-type(even) .sponsor {
    background: #ffffff;
}

sponsors .sponsors .sponsor-container .sponsor p.major-sponsor {
    margin-top: -15px;
    text-transform: uppercase;
    font-weight: bold;
    
}

/* =Project List
-------------------------------------------------------------- */

project-list {
    display: block;
    padding-top: 120px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
}

project-list .project-title-container {
    text-align: center;
}

project-list p.projects-title {
    font-size: 57px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #414141;
    display: inline-block;
    padding-left: 45px;
    padding-right: 45px;
}

project-list .projects {
    margin-top: 80px;
}

project-list .projects .project-container {
    margin-bottom: 35px;
}

project-list .projects .project-container .project {
    height: 100%;
    background: #fff;
}

project-list .projects .project-container .project .project-title {
    padding: 20px;
    text-align: center;
}

project-list .projects .project-container .project .project-title p {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

project-list .projects .project-container .project .project-image {
    height: 280px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

project-list .projects .project-container .project .project-content {
    padding: 40px;
}

project-list .projects .project-container .project .project-content p.project-details {
    margin-bottom: 0px;
    font-weight: bold;
}

project-list .projects .project-container .project .project-content p.project-details:last-of-type {
    margin-bottom: 20px;
}

/* =Heritage
-------------------------------------------------------------- */

heritage {
    display: block;
    position: relative;
}

heritage .heritage-background {
    height: calc(100% + 500px);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

heritage .heritage-content {
    padding: 300px 25% 80px 25%;
}

heritage .svg-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 500px;
}

heritage .svg-top svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

heritage .svg-top svg path {
    height: 20px;
    width: 100% !important;
}

heritage .heritage-content p {
    text-align: left;
    font-size: 17px;
    margin-bottom: 30px;
}

heritage .heritage-content p.heritage-title {
    font-size: 57px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 55px;
    text-align: right;
}

/* =Locations
-------------------------------------------------------------- */

locations {
    display: block;
    padding: 120px 70px;
}

locations .location-container {
    margin-bottom: 120px;
}

locations .location-container:nth-of-type(even) {

}

locations .location-container .location {
    text-align: center;
    height: 100%;
    width: calc(100% + 30px);
    margin-left: -15px;
    position: relative;
    padding: 120px 35px 200px 35px;
}

locations .location-container:nth-of-type(odd) .location {
    background: #9D3553;
    z-index: 99;
}

locations .location-container:nth-of-type(even) .location {
    background: #8D909E;
    margin-top: 30px;
    z-index: 98;
}

locations .location-container .location svg {
    font-size: 90px;
    margin: 35px;
}

locations .location-container .location p.location-title {
    font-weight: bold;
    font-size: 19px;
}

locations .location-container .location p.location-subtitle {
    margin-top: 35px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
}

/* =Contact Form
-------------------------------------------------------------- */

contact-form {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
}

contact-form p.contact-form-title {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    border-bottom: 1px solid #707070;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

contact-form .gform_wrapper{
    margin-top: 65px;
    margin-bottom: 120px;
}

contact-form .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}

contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #707070;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 44px;
    padding: 15px;
    font-size: 12px;
}

contact-form .gform_wrapper textarea.large {
    border: 1px solid #707070;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 15px;
    font-size: 12px;
}

contact-form .gform_wrapper .gform_footer {
    text-align: right;
}

contact-form .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    background: #9D3553;
    border: none;
    width: 220px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

contact-form .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background: #7E203B;
}

/* =Map
-------------------------------------------------------------- */

map {
    display: block;
    width: 100%;
    height: 100%;
}

/* =Footer
-------------------------------------------------------------- */

footer {
    padding-top: 160px;
    padding-bottom: 90px;
    padding-left: 50px;
    padding-right: 50px;
}

footer a {
    color: #fff;
}

footer .footer-brand {
    margin-bottom: 90px;
}

footer .footer-brand .footer-logo {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 45px;
}

footer .footer-brand .footer-logo a {
    display: block;
    width: 100%;
}

footer .footer-brand .footer-logo svg {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

footer .footer-brand .footer-tagline {
    height: 100%;
    display: flex;
    align-items: center;
}

footer .footer-brand .footer-tagline p {
    margin-bottom: 0px;
    font-size: 20px;
}

footer .footer-contact {
    margin-bottom: 90px;
}

footer .footer-contact h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

footer .footer-contact .footer-spacer {
    height: 1px;
    width: 100%;
    margin-top: 47px;
}

footer .footer-contact p {
    margin-bottom: 0px;
}

footer .footer-contact ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

footer .footer-contact ul li {
    
}

footer .footer-bottom {
    font-size: 11px;
    overflow: hidden;
}

footer .footer-bottom .footer-copyright {
    float: left;
    margin-bottom: 0px;
}

footer .footer-bottom .footer-ace {
    float: right;
    margin-bottom: 0px;
}

/* =Search
-------------------------------------------------------------- */

.search-container h2 {
    margin-bottom: 30px;
}

.search-container h2 a {
    font-weight: 900;
    text-transform: uppercase;
    color: #9D3553 !important;
}

.search-container img {
    margin-bottom: 30px;
    display: none;
}

.search-container a p {
    margin-bottom: 0px;
}

/* =Side Menu
-------------------------------------------------------------- */

.ace-spmenu {
    border-left: 1px solid #fff;
    background: #581528;
    overflow: scroll;
}

.ace-spmenu-header {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    text-align: center;
    overflow: hidden;
}

.ace-spmenu-vertical a {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: none;
}

.ace-spmenu-vertical a:hover {
    color: #2E3444;
}

.side_close {
    display: none;
    position: absolute;
    top: 38px;
    right: 15px;
    border: none;
    background: transparent;
    color: #fff;
    transform: scale(0.8);
    cursor: pointer;
}

.ace-spmenu ul li.toggle {
    position: relative;
}

.ace-spmenu ul li.toggle .toggleBttn {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 42px;
    width: 42px;
    z-index: 99999;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.ace-spmenu ul li.toggle .toggleBttn.flip {
    transform: rotate(180deg);
}

.ace-spmenu ul li.toggle > .toggleBttn:hover {
    color: #fff;
}

.ace-spmenu ul li.toggle ul {
    display: none;
}

.ace-spmenu ul li ul li a {
    background: rgba(255, 255, 255, .1);
}

.ace-spmenu ul li ul li ul li a {
    background: rgba(255, 255, 255, .2);
    padding-left: 40px;
}

.ace-spmenu ul li ul li ul li a:before {
    left: 30px;
}

.ace-spmenu ul li ul li ul {
    display: none;
}

/* =Responsive Breakpoints
-------------------------------------------------------------- */

@media (max-width: 1799px) {
    
    content-area .content-area-container button.button-right {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 20px;
        margin-right: 0px;
    }
    
    content-area .content-area-container button.button-left {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin-top: 20px;
        margin-left: 0px;
    }
    
}

@media (max-width: 1499px) {
    
    content {
        margin-top: 100px;
    }
    
    header.header-1 {
        height: 100px;
    }
    
    logo {
        height: 100px;
    }
    
    nav, nav ul, nav ul li {
        height: 100px;
    }
    
    nav ul li a {
        height: 100px;
        line-height: 100px;
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    nav ul li ul {
        margin-top: 100px;
    }
    
    nav ul li ul li a {
        font-size: 12px;
    }
    
    social {
        height: 100px;
        padding-left: 10px;
        padding-right: 25px;
    }
    
    social .social-icon {
        font-size: 28px;
    }
    
    search {
        height: 100px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    hero .hero-left .hero-feature h2 {
        font-size: 40px;
        font-weight: 900;
    }
    
    hero .hero-right .hero-tab .hero-tab-content p {
        font-size: 12px;
    }
    
    hero .hero-right .hero-tab .hero-tab-content h2 {
        font-size: 26px;
    }
    
    hero .hero-right .hero-menu .hero-menu-nav ul li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    hero .hero-right .hero-menu .hero-menu-nav ul li a {
        font-size: 17px;
    }
    
    title-area .title-area-content {
        padding: 350px 10% 0px 10%;
        z-index: 9;
        position: relative;
        overflow: hidden;
    }
    
    title-area .title-area-content p.title-area-title {
        font-size: 44px;
        padding-bottom: 20px;
    }
    
    left-aligned.contact {
        padding-top: 100px;
    }
    
    left-aligned .left-aligned-content {
        padding: 100px 75px;
        height: 100%;
        overflow: hidden;
    }
    
    locations {
        display: block;
        padding: 50px;
    }
    
    contact-form .gform_wrapper {
        margin-bottom: 80px;
    }
    
    testimonials .testimonials-content {
        padding: 250px 20% 100px 20%;
    }
    
    testimonials .testimonials-content p.testimonials-title, testimonials .testimonials-content p.testimonials-subtitle {
        font-size: 44px;
    }
    
    testimonials .testimonials-content p {
        font-size: 17px;
    }
    
    testimonials .testimonials-content {
        padding: 250px 20% 100px 20%;
    }
    
    testimonials .testimonials-content p.testimonials-title, testimonials .testimonials-content p.testimonials-subtitle {
        font-size: 44px;
    }
    
    testimonials .testimonials-content p {
        font-size: 17px;
    }
    
    heritage .heritage-content {
        padding: 250px 20% 100px 20%;
    }
    
    heritage .heritage-content p.heritage-title, heritage .heritage-content p.heritage-subtitle {
        font-size: 44px;
    }
    
    heritage .heritage-content p {
        font-size: 17px;
    }
    
    heritage .heritage-content {
        padding: 250px 20% 100px 20%;
    }
    
    heritage .heritage-content p.heritage-title, heritage .heritage-content p.heritage-subtitle {
        font-size: 44px;
    }
    
    heritage .heritage-content p {
        font-size: 17px;
    }
    
    mission-statement .mission-statement-content {
        padding: 400px 75px 150px 10%;
        z-index: 9;
        position: relative;
    }
    
    mission-statement .mission-statement-content p.mission-statement-title {
        font-size: 44px;
    }
    
    mission-statement .mission-statement-content p {
        font-size: 17px;
    }
    
    mission-statement.values .values-content {
        padding: 400px 75px 150px 10%;
        z-index: 9;
        position: relative;
    }
    
    mission-statement.values .values-content p.values-title, mission-statement.values .mission-statement-content p.mission-statement-title {
        font-size: 44px;
    }
    
    mission-statement.values .values-content p, mission-statement.values .mission-statement-content p {
        font-size: 17px;
    }
    
    content-area p.content-area-title {
        font-size: 44px;
    }
    
    project-list {
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    project-list p.projects-title {
        font-size: 44px;
        padding-bottom: 20px;
    }
    
    project-list .projects .project-container .project .project-title p {
        font-size: 21px;
    }
    
    project-list .projects .project-container .project .project-image {
        height: 220px;
    }
    
    project-list .projects .project-container .project .project-content {
        padding: 30px;
    }
    
    projects .project-container .project .project-title p {
        font-size: 21px;
    }
    
    video-container {
        display: block;
        padding-top: 30px;
        padding-bottom: 140px;
    }
    
    sponsors {
        padding-top: 0px;
        padding-bottom: 70px;
    }
    
    repeater .repeater-title {
        font-size: 34px;
        padding-bottom: 15px;
        padding-right: 25px;
        padding-left: 25px;
    }
    
    repeater .card-header button {
        font-size: 15px;
    }
    
}

@media (min-width: 1200px) {
  
}

@media (max-width: 1199px) {
    
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    nav {
        display: none;
    }
    
    search {
        padding-right: 70px;
        width: 300px;
    }
    
    trigger.menu-bttn {
        display: block;
        position: absolute;
        right: 25px;
    }
    
    #nav-icon3 {
        margin-top: 0px !important;
        height: 17px;
        width: 30px;
    }
    
    #nav-icon3 span {
        background: #fff;
        height: 3px;
    }
    
    #nav-icon3:hover span {
        background: #7E203B;
    }
    
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 7px;
    }
    
    #nav-icon3 span:nth-child(4) {
        top: 14px;
        width: 85%;
        right: 0;
        left: auto;
    }
    
    search form {
        width: 100% !important;
    }
    
    search input.form-control {
        width: 100% !important;
    }
    
    hero {
        height: calc(100vh + 80px);
    }
    
    hero .hero-right .hero-tab .hero-tab-content p {
        font-size: 11px;
    }
    
    hero .hero-left .hero-feature h2 {
        font-size: 30px;
    }
    
    hero .hero-right .hero-tab .hero-tab-content h2 {
        font-size: 22px;
    }
    
    hero .hero-right .hero-menu .hero-menu-nav ul li a {
        font-size: 16px;
    }
    
    hero .hero-left .hero-logo {
        width: 100%;
    }
    
    hero .hero-left .hero-feature {
        width: 150%;
        height: 25%;
        position: absolute;
        top: 25%;
        left: 0;
        display: flex;
        align-items: center;
        z-index: 9;
    }
    
    hero .hero-left .hero-feature .hero-feature-content {
        padding: 5%;
    }
    
    hero .hero-right .hero-menu-link {
        width: 50%;
    }
    
    hero .hero-right .hero-menu {
        width: 50%;
    }
    
    hero .hero-right .hero-tab {
        width: 40%;
    }
    
    hero .hero-right .hero-tab.hero-tab-two {
        right: 40%;
    }
    
    hero .hero-right .hero-tab.hero-tab-three {
        right: 80%;
    }
    
    locations {
        display: block;
        padding: 0px 50px 60px 50px;
    }
    
    locations .location-container {
        margin-bottom: 60px;
    }
    
    locations .location-container .location {
        padding: 90px 35px 120px 35px;
    }
    
    testimonials .svg-top {
        height: 300px;
    }
    
    testimonials .testimonials-content {
        padding: 200px 15% 80px 15%;
    }
    
    heritage .svg-top {
        height: 300px;
    }
    
    heritage .heritage-content {
        padding: 200px 15% 80px 15%;
    }
    
    mission-statement .svg-top {
        height: 300px;
    }
    
    mission-statement .mission-statement-content {
        padding: 250px 75px 150px 10%;
    }
    
    mission-statement .mission-statement-background {
        height: calc(100% - 300px);
    }
    
    mission-statement.values .svg-top {
        height: 300px;
    }
    
    mission-statement.values .values-content {
        padding: 50px 75px 150px 10%;
    }
    
    mission-statement.values .mission-statement-content {
        padding: 450px 10% 200px 75px;
        z-index: 9;
        position: relative;
        margin-top: 0px;
    }
    
    mission-statement.values .values-background {
        height: calc(100% - 300px);
    }
    
    left-aligned .left-aligned-content, right-aligned .right-aligned-content {
        padding: 80px 55px;
    }
    
    left-aligned p.left-aligned-title, right-aligned p.right-aligned-title {
        font-size: 34px;
    }
    
    left-aligned p.left-aligned-subtitle {
        font-size: 25px;
    }
    
    left-aligned.spacer {
        padding-top: 30px;
    }
    
    content-area:first-of-type {
        padding-top: 100px;
    }
    
    content-area {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    content-area:first-of-type {
        padding-top: 80px;
    }
    
    content-area p.content-area-title {
        font-size: 38px;
    }
    
    content-area .content-area-container button.button-right {
        margin-top: 10px;
    }
    
    content-area .content-area-container button.button-left {
        margin-top: 10px;
    }
    
    content-area.collective {
        padding-top: 40px;
    }
    
    content-area.bump {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    
    video-container {
        display: block;
        padding-top: 0px;
        padding-bottom: 90px;
    }
    
    team-members .team-members-image {
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
    }
    
    team-members .team-members .team-member-container .team-member {
        padding: 290px 25px 40px 25px;
    }
    
    team-members .team-members .team-member-container .team-member p.team-member-title, sponsors .sponsors .sponsor-container .sponsor p.sponsor-title {
        font-size: 24px;
        line-height: 1.1em;
    }
    
    sponsors .sponsors .sponsor-container .sponsor p.sponsor-title {
        margin-bottom:15px;
    }
    
    projects {
        display: block;
        padding-top: 70px;
        padding-bottom: 50px;
    }
    
    projects .project-container {
        margin-bottom: 20px;
    }
    
    footer {
        padding-top: 100px;
        padding-bottom: 60px;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    footer .footer-brand .footer-logo svg {
        width: 100%;
        max-width: 440px;
        margin: auto;
        height: auto;
        margin-bottom: 20px;
    }
    
    footer .footer-brand .footer-tagline p {
        font-size: 18px;
    }

}

@media (min-width: 992px) {
 
}

@media (max-width: 991px) {
    
    button {
        height: 54px;
        width: auto;
        padding: 10px 38px 10px 68px;
        border: 2px solid #9D3553;
        -webkit-border-radius: 33px;
        -moz-border-radius: 33px;
        border-radius: 33px;
        background: #9D3553;
        color: #fff;
        position: relative;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        min-width: 240px;
        margin-left: 0px;
        font-size: 13px;
    }
    
    button .button-icon {
        height: 46px;
        width: 46px;
        background: #fff;
        position: absolute;
        top: 2px;
        left: 2px;
        -webkit-border-radius: 29px;
        -moz-border-radius: 29px;
        border-radius: 29px;
        text-align: center;
        -moz-transition: all 1s ease;
        /* WebKit */
        -webkit-transition: all 1s ease;
        /* Opera */
        -o-transition: all 1s ease;
        /* Standard */
        transition: all 1s ease;
    }

    button .button-icon svg {
        margin-top: 18px;
        font-size: 12px;
    }
    
    button:hover .button-icon {
        margin-left: calc(100% - 50px);
    }
    
    hero .hero-left .hero-social {
        font-size: 35px;
    }
    
    title-area .title-area-content {
        padding: 240px 75px 0px 75px;
        z-index: 9;
        position: relative;
        overflow: hidden;
    }
    
    title-area .title-area-content p.title-area-title {
        font-size: 38px;
        padding-bottom: 15px;
    }
    
    locations .location-container {
        margin-bottom: 30px;
    }
    
    locations .location-container:nth-of-type(even) .location {
        margin-top: 0px;
    }

    locations .location-container .location {
        padding: 50px 35px 70px 35px;
    }
    
    locations .location-container .location svg {
        font-size: 65px;
        margin: 35px 35px 20px 35px;
    }
    
    locations .location-container .location p.location-subtitle {
        font-size: 18px;
        margin-top: 15px;
    }
    
    project-list {
        display: block;
        padding: 20px 35px;
    }
    
    project-list p.projects-title {
        font-size: 38px;
        padding-bottom: 20px;
    }
    
    content-area:first-of-type {
        padding-top: 40px;
    }
    
    content-area {
        padding-left: 55px;
        padding-right: 55px;
        padding-bottom: 50px;
    }
    
    content-area.bump {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    
    content-repeater {
        padding-bottom: 0px;
        padding-top: 50px;
    }
    
    left-aligned .left-aligned-background-container, right-aligned .right-aligned-background-container {
        height: 450px;
        padding: 0;
    }
    
    team-members .team-members .team-member-container, sponsors .sponsors .sponsor-container {
        margin-bottom: 20px;
    }
    
    sponsors .sponsors .sponsor-container .sponsor {
        height: 100%;
        padding: 40px 35px;
    }
    
    repeater {
        display: block;
        padding: 0px 35px 100px 35px;
        text-align: center;
    }
    
    footer {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    footer .footer-brand {
        margin-bottom: 50px;
    }
    
    footer .footer-brand .footer-logo {}
    
    footer .footer-brand .footer-logo svg {
        width: 100%;
        max-width: 340px;
        margin: auto;
        height: auto;
        margin-bottom: 20px;
    }
    
    footer .footer-contact .footer-spacer {
        margin-top: 25px;
    }
    
    footer .footer-contact h4.footer-menu {
        margin-top: 35px;
    }
    
    footer .footer-contact {
        margin-bottom: 50px;
    }
    
}

@media (min-width: 768px) {
    
}

@media (max-width: 767px) {
    
    body.home header.header-1 {
        display: block;
    }
    
    content {
        margin-top: 70px !important;
    }
    
    header.header-1 {
        height: 70px !important;
    }
    
    logo {
        width: 50% !important;
        height: 70px !important;
    }
    
    logo .logo-svg {
        margin-left: 20px !important;
    }
    
    logo .logo-svg svg {
        max-width: 240px !important;
    }
    
    search {
        width: 50% !important;
        height: 70px !important;
        padding-right: 70px !important;
    }
    
    search form {
        width: 100% !important;
    }
    
    search input.form-control {
        width: 100% !important;
        height: 32px !important;
    }
    
    social {
        display: none !important;
    }
    
    hero {
        height: auto;
        overflow: hidden;
    }
    
    hero .hero-left {
        width: 100%;
        overflow: hidden;
    }
    
    hero .hero-left .hero-feature {
        width: 80%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        align-items: center;
        z-index: 9;
        margin-top: 70px;
    }
    
    hero .hero-left .hero-feature .hero-feature-content {
        padding: 7%;
    }
    
    hero .hero-left .hero-feature h2 {
        font-size: 30px;
    }
    
    hero .hero-left .hero-feature p {
        font-size: 13px;
    }
    
    hero .hero-left .hero-social {
        width: 25%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        align-items: center;
        font-size: 30px;
        color: #9D3553;
        padding: 30px;
        margin-bottom: 220px;
        float: left;
    }
    
    hero .hero-left .hero-logo {
        display: none;
    }
    
    hero .hero-right .hero-menu-link {
        display: none;
    }
    
    hero .hero-right {
        width: 100%;
    }
    
    hero .hero-right .hero-tabs-container {
        display: table;
    }
    
    hero .hero-right .hero-tab {
        width: 33.333%;
        height: 100%;
        position: relative;
        top: auto;
        right: auto !important;
        align-items: center;
        float: none;
        display: table-cell;
    }
    
    hero .hero-right .hero-tab .hero-tab-content h2 {
        font-size: 18px;
    }
    
    hero .hero-right .hero-tab .hero-tab-content {
        padding: 50px 10% 30px 10%;
    }
    
    hero .svg {
        display: none;
    }
    
    hero .hero-right .hero-tabs-container .hero-tab .svg-tab {
        display: block;
        height: 150px;
        width: 100%;
        transform: rotate(180deg);
        position: absolute;
        top: -150px;
        overflow: hidden;
    }
    
    hero .hero-right .hero-tab .svg-tab svg {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        width: 300%;
        height: 150px;
    }
    
    hero .hero-right .hero-tab.hero-tab-one .svg-tab {
    
    }
    
    hero .hero-right .hero-tab.hero-tab-two .svg-tab svg {
        left: -100% !important;
    }
    
    hero .hero-right .hero-tab.hero-tab-three .svg-tab svg {
        left: 0% !important;
    }
    
    hero .hero-right .hero-tab.hero-tab-one .svg-tab .st0 {
        fill: #8D909E;
    }

    hero .hero-right .hero-tab.hero-tab-one:hover .svg-tab .st0 {
        fill: #828693;
    }
    
    hero .hero-right .hero-tab.hero-tab-two .svg-tab .st0 {
        fill: #9D3553;
    }
    
    hero .hero-right .hero-tab.hero-tab-two:hover .svg-tab .st0 {
        fill: #9A314F;
    }
    
    hero .hero-right .hero-tab.hero-tab-three .svg-tab .st0 {
        fill: #8D909E;
    }
    
    hero .hero-right .hero-tab.hero-tab-three:hover .svg-tab .st0 {
        fill: #828693;
    }
    
    hero .hero-right .hero-tab .svg-button {
        display: block;
        width: 100%;
        height: 150px;
        position: absolute;
        top: -150px;
        overflow: hidden;
        text-align: center;
    }
    
    hero .hero-right .hero-tab .svg-button svg {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        width: 100%;
        height: 95px;
    }
    
    hero .hero-right .hero-tab .svg-button  p {
        font-weight: 900;
        position: absolute;
        right: 20%;
        top: 20%;
        font-size: 32px;
    }
    
    hero .hero-right .hero-tab .hero-tab-content {
        padding-top: 20px;
    }
    
    title-area .svg-top {
        height: 160px;
        top: 60px;
        bottom: auto;
        z-index: 9;
    }
    
    title-area .title-area-background {
        z-index: 6;
    }
    
    title-area .title-area-background-fill {
        background: #EEEEEE;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(100% - 220px);
        width: 100%;
        z-index: 7;
    }
    
    title-area .title-area-content {
        z-index: 8;
    }
    
    title-area .title-area-content p.title-area-title {
        font-size: 36px;
    }
    
    left-aligned .left-aligned-background-container, right-aligned .right-aligned-background-container {
        height: 300px;
    }
    
    left-aligned.contact {
        padding-top: 50px;
    }
    
    left-aligned p.left-aligned-title, right-aligned p.right-aligned-title {
        font-size: 28px;
    }
    
    left-aligned p.left-aligned-subtitle {
        font-size: 22px;
    }
    
    left-aligned p, right-aligned p {
        margin-bottom: 20px;
    }
    
    content-area:first-of-type {
        padding-top: 40px;
    }
    
    content-area {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    content-area.about {
        padding-top: 90px;
    }
    
    content-area.bump {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    
    contact-form {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    map {
        height: 500px;
    }
    
    project-list {
        padding-bottom: 70px;
    }
    
    project-list .projects {
        margin-top: 40px;
    }
    
    testimonials .testimonials-background {
        height: 600px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    testimonials .svg-top {
        height: 200px;
        top: 400px;
        transform: rotate(180deg);
        z-index: 9;
    }
    
    testimonials .svg-top svg .st0 {
        fill: #fff;
    }
    
    testimonials .testimonials-content {
        padding: 50px 70px 50px 70px;
    }
    
    testimonials .testimonials-content p.testimonials-title {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    testimonials .testimonials-content p.testimonials-subtitle {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    testimonials .testimonials-content p {
        text-align: left;
    }

    heritage .heritage-background {
        height: 600px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    heritage .svg-top {
        height: 200px;
        top: 400px;
        transform: rotate(180deg);
        z-index: 9;
    }
    
    heritage .svg-top svg .st0 {
        fill: #fff;
    }
    
    heritage .heritage-content {
        padding: 50px 70px 50px 70px;
    }
    
    heritage .heritage-content p.heritage-title {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    heritage .heritage-content p.heritage-subtitle {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    heritage .heritage-content p {
        text-align: left;
    }
    
    mission-statement .svg-top {
        height: 200px;
    }
    
    mission-statement .mission-statement-background {
        height: calc(100% - 200px);
    }
    
    mission-statement .mission-statement-content, mission-statement.values .mission-statement-content {
        padding: 280px 75px 100px 10%;
    }
    
    mission-statement .mission-statement-content p.mission-statement-title.mission-statement-title-second, mission-statement.values .mission-statement-content p.mission-statement-title.mission-statement-title-second {
        margin-top: 60px;
    }
    
    mission-statement .mission-statement-content p.mission-statement-title, mission-statement.values .values-content p.values-title, mission-statement.values .mission-statement-content p.mission-statement-title {
        font-size: 36px;
        margin-bottom: 20px;
        text-align: left;
    }
    
    mission-statement .mission-statement-content p {
        text-align: left;
    }
    
    mission-statement.values .svg-top {
        height: 200px;
    }
    
    mission-statement.values .values-background {
        height: calc(100% - 200px);
    }
    
    mission-statement.values .values-content {
        padding: 0px 75px 100px 10%;
        margin-top: 0px;
    }
    
    mission-statement.values .values-content p.values-title.values-title-second {
        margin-top: 60px;
    }
    
    mission-statement.values .values-content p.values-title {
        font-size: 36px;
        margin-bottom: 20px;
        text-align: left;
    }
    
    mission-statement.values .values-content p {
        text-align: left;
    }
    
    video-container {
        display: block;
        padding-top: 0px;
        padding-bottom: 50px;
    }
    
    team-members, sponsors {
        padding-bottom: 70px;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    repeater {
        padding: 0px 15px 100px 15px;
    }
    
    repeater .repeater-container:first-of-type {
        margin-top: 0px;
    }
    
    repeater .repeater-container {
        margin-top: 50px;
    }
    
    repeater .repeater-title {
        font-size: 30px;
    }
    
    repeater .card-header button {
        font-size: 14px;
    }
    
    repeater .card-body {
        padding: 30px 25px;
    }
    
    footer {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    footer .footer-brand .footer-tagline p {
        font-size: 17px;
    }
    
}

@media (max-width: 599px) {
    
    .side_close {
        display: block;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    header.header-1.push {
        right: 100%;
    }
    
    left-aligned, right-aligned {
        display: block;
        padding-bottom: 50px;
    }
    
    title-area .svg-top {
        height: 100px;
        top: 80px;
    }
    
    title-area .title-area-content {
        padding: 200px 35px 0px 35px;
    }
    
    title-area .title-area-background-fill {
        height: calc(100% - 180px);
    }
    
    title-area .title-area-content p.title-area-title {
        font-size: 30px;
    }
    
    left-aligned .left-aligned-content, right-aligned .right-aligned-content {
        padding: 60px 35px;
    }
    
    map {
        height: 400px;
    }
    
    locations {
        padding: 0px 35px 40px 35px;
    }
    
    locations .location-container {
        margin-bottom: 15px;
    }
    
    locations .location-container .location {
        padding: 35px 20px 50px 20px;
    }
    
    contact-form {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    contact-form p.contact-form-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .section-title {
        margin-top: 20px;
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
    }
    
    project-list {
        display: block;
        padding: 20px 15px;
        padding-bottom: 50px;
    }
    
    project-list p.projects-title {
        font-size: 38px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    
    content-area {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    content-area p.content-area-title {
        font-size: 30px;
    }
    
    .section-title {
        margin-top: 0px;
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
    }
    
    project-list p.projects-title {
        font-size: 30px;
    }
    
    project-list .projects .project-container .project .project-title {
        padding: 15px;
    }
    
    project-list .projects .project-container .project .project-title p {
        font-size: 18px;
    }
    
    left-aligned p.left-aligned-title {
        font-size: 25px;
    }
    
    testimonials .svg-top {
        height: 150px;
        top: 250px;
    }
    
    testimonials .testimonials-background {
        height: 400px;
    }
    
    testimonials .testimonials-content {
        padding: 50px 60px 50px 60px;
    }
    
    testimonials .testimonials-content p.testimonials-title, testimonials .testimonials-content p.testimonials-subtitle {
        font-size: 30px;
    }
    
    heritage .svg-top {
        height: 150px;
        top: 250px;
    }
    
    heritage .heritage-background {
        height: 400px;
    }
    
    heritage .heritage-content {
        padding: 50px 60px 50px 60px;
    }
    
    heritage .heritage-content p.heritage-title, heritage .heritage-content p.heritage-subtitle {
        font-size: 30px;
        text-align: left;
        margin-bottom: 35px;
    }
    
    mission-statement .svg-top {
        height: 150px;
    }
    
    mission-statement .mission-statement-content, mission-statement.values .mission-statement-content {
        padding: 220px 35px 100px 35px;
    }
    
    mission-statement .mission-statement-background {
        height: calc(100% - 150px);
    }
    
    mission-statement .mission-statement-content p.mission-statement-title {
        font-size: 30px;
    }
    
    mission-statement.values .values-content p.values-title, mission-statement.values .mission-statement-content p.mission-statement-title {
        font-size: 30px;
    }
    
    mission-statement.values .svg-top {
        height: 150px;
    }
    
    mission-statement.values .values-content {
        padding: 0px 35px 100px 35px;
    }
    
    mission-statement.values .values-background {
        height: calc(100% - 150px);
    }
    
    mission-statement.values .values-content p.values-title {
        font-size: 30px;
    }
    
    team-members, sponsors {
        padding-bottom: 70px;
        padding-left: 10px;
        padding-right: 10px;
    }

    team-members .team-members .team-member-container .team-member p.team-member-title, sponsors .sponsors .sponsor-container .sponsor p.sponsor-title {
        font-size: 23px;
    }
    
    projects {
        display: block;
        padding-top: 40px;
        padding-bottom: 00px;
    }
    
    projects .project-container {
        margin-bottom: 0px;
    }
    
    projects .project-container:nth-of-type(odd) .project .project-title {
        background: #8D909E;
    }
    
    projects .project-container .project .project-title p {
        font-size: 18px;
    }
    
    projects section-title {
        display: none;
    }
    
    resources {
        display: block;
        padding: 0px 35px 100px 35px;
        text-align: center;
    }
    
    resources .resource p {
        font-size: 13px;
    }
    
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    footer .footer-bottom {
        text-align: center;
    }

    footer .footer-bottom .footer-copyright {
        float: none;
        margin-bottom: 2px;
    }

    footer .footer-bottom .footer-ace {
        float: none;
    }
    
}

@media screen and (max-width: 400px) {
    
    footer {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

}