  .page-title {
    font-size: 5rem;
    margin: 0px;
    padding: 25px;
}
.page-title .pt-container {
    margin-top: 25px;
}
#location-title .page-title {
    padding: 0 25px 25px 25px;
    margin-top: -75px;
}
#location-title .pt-text {
    color: #003e6c;
    font-size: 4rem;
}
#location-selection {
    margin-top: -25px;
}
#core-menu {
    margin-bottom: 50px;
}
#core-menu .row{
   margin-bottom: 0;
}
#core-menu .col{
   padding: 0;
   position: relative;
}
#core-menu .cm-container {
    height: 500px;
    overflow: hidden;
}
#core-menu .cm-image {
    height: inherit;
    width: inherit;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: all 1s;
}
#core-menu .cm-container:hover .cm-image {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
#core-menu .cm-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    text-align: center;
    background-color: rgba(0, 62, 108, .8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#core-menu .cm-text {
    color: #fff;
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    font-size: 3rem;
    line-height: 2.75rem;
    margin-top: 5px;
    padding: 0 15px;
}

#menu #location-selection .m-disclaimer {
    color: #515151;
    text-align: center;
}

#default-menu .lg-header {
    font-family: "ThirstyRoughRegTwo", Helvetica, Arial, sans-serif;
    color: #003e6c;
    text-align: center;
    font-size: 4rem;
    line-height: 4.75rem;
}

#default-menu .md-header {
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    color: #c71f3f;
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.75rem;
    margin: 20px 0;
}

#default-menu .info-text {
    color: #515151;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;  
    margin-top: 20px;
}

#default-menu .wg-star {
    font-size: 2.25rem;
    color: #ccc;
}

#default-menu .wg-burger img {
    width: 80%;
}

#default-menu .graph {
    position: relative;
}

#default-menu #arrow-1, #default-menu #arrow-2, #default-menu #arrow-3  {
    position: absolute;
}

#default-menu #arrow-1 {
    top: 49px;
    left: 25%;
    width: 17%;
}

#default-menu #arrow-2 {
    top: 52px;
    left: 59%;
    width: 18%;
}

#default-menu #arrow-3 {
    top: 168px;
    left: 67%;
    width: 9%;
}


#default-menu .graph-section {
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    color: #003e6c;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 20px;
    
}

#default-menu .section-desc {
    color: #515151;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.35rem;
}

#default-menu .graph-section-r {
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    color: #003e6c;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 20px;
    text-align: right;
    
}

#default-menu .section-desc-r {
    color: #515151;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.35rem;
    text-align: right;
}



#default-menu .default-items img {
     width: 100%;
}

#default-menu #generic {
     margin-top: 50px;
}

#default-menu .divider {
    background: repeating-linear-gradient(135deg, #fff, #fff 2px, #eee 2px, #eee 4px);
    height: 30px;
}

#default-menu #generic .info-text {
    color: #515151;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: -20px;
    margin-bottom: 20px;
}

.generic-items {
    
}
.generic-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.generic-item > div {
    width: 50%;
}
.generic-item .generic-sect {
    font-family: "ThirstyRoughRegTwo", Helvetica, Arial, sans-serif;
    color: #003e6c;
    font-size: 1.5rem;
    line-height: 1.75rem; 
    margin-bottom: 10px;
}
.generic-item img {
    width: 100%;
    vertical-align: middle;
    padding: 1rem 0;
}

.generic-items .generic-item:nth-child(even) > div:nth-child(2) {
    padding-left: 1rem;
}

.generic-items .generic-item:nth-child(odd) > div:nth-child(1){
    padding-right: 1rem;
}

.generic-items .generic-item:nth-child(even) > div:nth-child(1) {
    padding-right: 1rem;
}

.generic-items .generic-item:nth-child(odd) > div:nth-child(2){
    padding-left: 1rem;
}

sup {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: .75rem;
}

@media screen and (max-width:1400px) {
    #core-menu .cm-container {
        height: 425px;
    }
    #core-menu .cm-title {
        height: 80px;
    }
    #core-menu .cm-text {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    
    #default-menu #arrow-1 {
        top: 85px;
        left: 23%;
        width: 20%;
    }
    
     #default-menu #arrow-3 {
        top: 139px;
        left: 67%;
        width: 12%;
     }
}
@media screen and (max-width:1200px) {
    #core-menu .cm-container {
        height: 350px;
    }
    #core-menu .cm-title {
        height: 70px;
    }
    #core-menu .cm-text {
        font-size: 2.15rem;
        line-height: 2.15rem;
    }
    
     #default-menu #arrow-1 {
        top: 81px;
        left: 22%;
        width: 18%;
        -webkit-transform: rotate(-11deg);
        transform: rotate(-11deg);
    }
    
    #default-menu #arrow-3 {
        top: 128px;
        left: 69%;
        width: 14%;
    }
}
@media screen and (max-width:992px) {
    #core-menu .cm-container {
        height: 400px;
    }
    #core-menu .cm-text {
        font-size: 2.35rem;
        line-height: 2.35rem;
    }
    #core-menu .row .col:last-child {
        width: 100%;
    }
    
    #default-menu #arrow-1 {
        left: 24%;
        width: 16%;
        top: 77px;
    }
    
    #default-menu #arrow-2 {
        top: 40px;
        left: 57%;
        width: 19%;
    }
    
    #default-menu #arrow-3 {
        top: 119px;
        left: 69%;
        width: 16%;
    }
}
@media screen and (max-width:767px) {
    .page-title {
        font-size: 4.5rem;
    }
    #location-title .pt-text {
        font-size: 3rem;
    }
    #core-menu .cm-container {
        height: 300px;
    }
    #core-menu .cm-title {
        height: 60px;
    }
    #core-menu .cm-text {
        font-size: 2rem;
        line-height: 2rem;
    }
    
    #default-menu #arrow-1 {
        top: 92px;
        left: 17%;
        width: 27%;
        -webkit-transform: rotate(-26deg);
        transform: rotate(-26deg);
    }
    
    
    #default-menu #arrow-2 {
        top: 28px;
        left: 60%;
    }
    
    #default-menu #arrow-3 {
        top: 115px;
        left: 69%;
        width: 14%;
        -webkit-transform: rotate(23deg);
        transform: rotate(23deg);
    }
}
@media screen and (max-width:600px) {
    .page-title {
        font-size: 4rem;
    }
    #location-title .page-title {
        margin-top: -60px;
    }
    #location-title .pt-text {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    #default-menu #arrow-1 {
        display: none;
    }
    
    #default-menu #arrow-2 {
        display: none;
    }
    
    #default-menu #arrow-3 {
        display: none;
    }
    
    #default-menu .wg-burger img {
        width: 80%;
    }
    
    #default-menu .graph-section-r, #default-menu .section-desc-r {
        text-align: left;

    }
    
    #default-menu .lg-header {
        font-size: 3rem;
        line-height: 3.75rem;
    }
    
    #default-menu .wg-burger {
        margin-top: 25px;
    }
    
    #default-menu .section-desc {
        margin-bottom: 20px;
    }
    
    #default-menu .default-items .generic-sect {
       margin-top: 20px;
    }
    
    .generic-item {    
        flex-direction: column;
    }
    
    .generic-item img {
        padding: 1rem 0;
    }
    
    .generic-items, .generic-item > div{
        width: 100%;
    }
    
    .generic-items .generic-item:nth-child(even) > div:nth-child(2) {
        padding: 0;
    }
    
    .generic-items .generic-item:nth-child(odd) > div:nth-child(1) {
        padding: 0;
    }
    
    .generic-items .generic-item:nth-child(even) {
        flex-direction: column-reverse;
    }
    .generic-items .generic-item:nth-child(odd) {
        
    }
    
    .generic-items .generic-item:nth-child(even) > div:nth-child(1) {
        padding: 0;
    }

    .generic-items .generic-item:nth-child(odd) > div:nth-child(2){
        padding: 0;
    }
}
@media screen and (max-width:480px) {
    .page-title {
        font-size: 3.5rem;
    }
    #location-title .page-title {
        margin-top: -50px;
    }
    #location-title .pt-text {
        font-size: 2rem;
        line-height: 2rem;
    }
    #core-menu .cm-container {
        height: 325px;
    }
    
    #default-menu .md-header {
        font-size: 2rem;
        line-height: 2.25rem;
        margin-bottom: -10px;
    }
}
@media screen and (max-width:350px) {
    .page-title {
        font-size: 2.5rem;
        padding-top: 0;
    }
    #location-title .pt-text {
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    #core-menu .cm-container {
        height: 250px;
    }
    #core-menu .cm-title {
        height: 50px;
    }
    #core-menu .cm-text {
        line-height: 1.75rem;
        font-size: 1.75rem;
    }
}