@font-face {
    font-family: "Roboto";
    src: url("./Roboto-Regular.ttf"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("./Roboto-Medium.ttf"); /* Modern Browsers */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("./Roboto-Italic.ttf"); /* Modern Browsers */
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("./Roboto-Light.ttf"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Exo";
    src: url("./Exo-Regular.ttf"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Exo";
    src: url("./Exo-Italic.ttf"); /* Modern Browsers */
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: "Exo";
    src: url("./Exo-SemiBold.ttf"); /* Modern Browsers */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Exo";
    src: url("Exo-SemiBoldItalic.ttf"); /* Modern Browsers */
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Exo";
    src: url("Exo-BoldItalic.ttf"); /* Modern Browsers */
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "ExoHeavy";
    src: url("./Exo-Bold.ttf"); /* Modern Browsers */
    font-weight: bold;
    font-style: normal;
}


.clear {
    clear: both;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #575756;
    font-family: Roboto, Arial, sans-serif;
    background-image: url("../images/body_bg_1200.png");
    background-position: center;
    background-repeat: repeat;
}

a, a:visited {
    color: #980684;
    text-decoration: none;
}

a:hover {
    color: #980684;
    text-decoration: underline;
}

div.test-alert{
    width: 100%;
    display: block;
    height: 50px;
    background-color: #ffc720;
    border-bottom: 1px solid #c19915;
    font-size: 24px;
    font-weight: bold;
    color: #c70123;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    position: fixed;
    top: 0;
    z-index: 100;
}
div.dev-alert{
    background-color: #a9ff6b;
    border-bottom: 1px solid #589b20;
    color: #006007;
}

div.empty-d{
    height: 50px;
    display: block;
}

div.center-block {
    background-color: #ffffff;
    box-sizing: border-box;
}

nav.head-nav{
    height: 38px;
    text-align: right;
    margin-top: -2px;
}

nav.head-nav a, nav.head-nav a:hover{
    color: #e62063;
    margin: 0 5px;
    paddin: 0;
    font-size:24px;
}
nav.head-nav a.sign-in{
    margin-left: 50px;
    margin-right: 0;
}

nav.head-nav a.sign-in span{
    display: inline-block;
    height: 38px;
    width: 38px;
    background-color: #e62063;
    color: #FFFFFF;
    text-align: center;
}

nav.head-nav .social-media-icon{
    margin: 0 5px;
    padding: 0;
}

nav.head-nav .social-media-icon img{
    height: 28px;
}

.header-main {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 262px;
    background: #ffffff;
}


.header-main h1 {
    display: block;
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.header-main a.logo img {
    margin: 0;
    padding: 0;
}


main h1 {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 0 16px 30px;
    width: 100%;
    background-color: #221f1f;
    color: #e62063;
    font-size: 26px;
    font-family: Exo, Arial, Sans-serif;
    font-weight: bold;
}

nav.top-nav {
    display: none;
}

nav a, nav a:visited, nav a:hover {
    font-family: Exo, Arial, Sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

main {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}

footer {
    background-color: #221f1f;
    margin: 0;
    padding: 50px 40px;
    font-family: Exo, Arial, Sans-serif, sans-serif;
    font-weight: bold;
    color: #858689;
}

p, p ol li, p ul li {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
}

/*Fix for google maps*/
.gm-style-moc {
    text-align: center !important;
}
.gm-style-moc p {
    text-align: center !important;
}

footer p {
    font-size: 20px;
    line-height: 28px;
}

footer strong, footer a {
    color: #e62063;
    text-decoration: none;
}

article.block {
    display: block;
    box-sizing: border-box;
    background-color: #fce8ef;
}

article.block .content {
    padding: 35px;
}

a.header-link {
    text-decoration: none;
}

a.header-link {
    color: #e62063;
}

a.header-link:hover {
    text-decoration: none;
}

a.header-link:hover {
    color: #fff;
}

span.header-more {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("../images/arrow_right_pink.png");
    background-size: 100%;
    background-position: center center;
    margin-left: 8px;
}

a.header-link:hover span.header-more {
    background-image: url("../images/arrow_right_white.png");
}

.tiles {
    margin: 0;
    padding: 0;
}

li.tile {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tiles2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tiles a {
        color: #FFFFFF;
        text-decoration: none;
}

.tiles li {
    display: grid;
    justify-content: space-around;
    align-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 25px;
    color: #FFFFFF;
    font-size: 22px;
    font-family: ExoHeavy, Arial, Sans-serif;
    font-weight: bold;
    text-decoration: none;
    background-color: #00a399;
    width: 100%;
    height: 100%;
}

.tile a {
    display: grid;
    align-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 25px;
    color: #FFFFFF;
    font-size: 22px;
    font-family: ExoHeavy, Arial, Sans-serif;
    font-weight: bold;
    text-decoration: none;
    background-color: #00a399;
    width: 100%;
    height: 100%;
}

img.full-size-picture {
    width: 100%;
    margin: 10px 0;
}

img.medium-center-picture {
    width: 100%;
    max-width: 600px;
    margin: 10px auto;
    display: block;
}

img.small-center-picture {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    display: block;
}

img.small-left-picture {
    max-height: 200px;
    margin: 10px 20px 10px 0;
    display: inline-block;
}

p.default {
    margin: 15px 0;
}


/*
a.tile-link:first-of-type{
    background-color: #00a399;
}


a.tile-link:nth-of-type(2){
    background-color: #8ac240;
}

a.tile-link:nth-of-type(3){
    background-color: #f29023;
}

a.tile-link:nth-of-type(4){
    background-color: #e62063;
}

a.tile-link:nth-of-type(5){
    background-color: #221f1f;
}
a.tile-link:nth-of-type(6){
    background-color: #f7ea30;
}
*/

@media all and (min-width: 0px) {
    p, p ol li, p ul li, ol li, ul li {
        font-size: 16px;
    }

    main h1 {
        padding: 12px 0 10px 20px;
        font-size: 24px;
    }

    div.center-block {
        padding: 0 10px;
    }
    nav.head-nav {
       height: 32px;
    }

    nav.head-nav a.sign-in{
        font-size: 20px;
    }

    nav.head-nav a.sign-in span{
        height: 23px;
        width: 22px;
        font-size: 14px;
        line-height: 22px;
        vertical-align: middle;
    }

    .header-main {
        height: 150px;
        background-image: none;
        box-sizing: border-box;
    }

    .header-main a.logo {
        display: inline-block;
        height: 151px;
    }

    .header-main a.logo img {
        height: 100%;
    }

    .hamburger {
        display: block;
        position: absolute;
        width: 43px;
        height: 43px;
        background-color: #e62063;
        color: #FFFFFF;
        top: 137px;
        right: 10px;
        font-size: 28px;
        line-height: 27px;
        border: 0;
    }

    .hamburger:active, .hamburger:hover {
        border: 0;
        background-color: #00a399;
    }

    .hamburger img {
        width: 50px;
        margin-right: 40px;
        margin-bottom: 20px;
    }

    nav.top-nav {
        background-color: #221f1f;
        position: absolute;
        width: calc(100% - 50px);
        z-index: 1;
    }

    nav.top-nav a, nav.top-nav a:visited, nav.top-nav a:hover {
        display: block;
        margin: 7px 0 7px 25px;
        font-size: 18px;
        color: #e62063;
    }

    nav.top-nav a::before {
        display: inline-block;
        content: "";
        height: 22px;
        width: 37px;
        background-image: url("../images/arrow_right_pink.png");
        background-repeat: no-repeat;
        background-position: 0 100%;
        background-size: 18px;
    }

    nav.bottom-nav {
        height: 80px;
        margin: 0;
        padding: 0;
        background-color: #e62063;
        display: block;
        position: initial;
        width: 100%;
    }

    nav.bottom-nav a {
        display: none;
    }

    nav a:hover {
        color: #FFFFFF;
    }

    article.block .content {
        padding: 25px;
    }

    li.tile {
        display: block;
        width: 230px;
        height: 230px;
        margin: 20px auto;
    }

    .tiles li {
        display: grid;
        width: 230px;
        height: 230px;
        margin: 20px auto;
    }

    a.facebook-icon, a.youtube-icon {
        display: inline-block;
        padding-top: 20px;
        margin-left: 10px;
    }

    nav.bottom-nav {
        height: 50px;
    }

    footer {
        padding: 25px;
    }

    footer p {
        font-size: 14pt;
        line-height: 22px;
    }

}


@media all and (min-width: 540px) {

    li.tile {
        display: inline-block;
        width: 47%;
        height: 36vw;
        margin: 0 20px 20px 0;
        vertical-align: top;
    }

    .tiles li {
        display: inline-grid;
        width: 47%;
        height: 36vw;
        margin: 0 20px 20px 0;
        vertical-align: top;
    }

    .tiles li:nth-of-type(2n) {
        margin-right: 0;
    }

    li.tile:nth-of-type(2n) {
        margin-right: 0px;
    }

    div.social-media {
        display: block;
        position: relative;
        bottom: 50px;
        float: right;
        padding-top: 0;
        margin-bottom: -37px;
    }

    footer p:last-of-type {
        margin-right: 120px;
    }

}

@media all and (min-width: 640px) {

    li.tile {
        width: 230px;
        height: 230px;
        margin-right: 4%;
        margin-left: 3%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tiles li {
        width: 230px;
        height: 230px;
        margin-right: 4%;
        margin-left: 3%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tiles li:nth-of-type(2n) {
        margin-right: 0;
    }

    li.tile:nth-of-type(2n) {
        margin-right: 0px;
    }

}

@media all and (min-width: 670px) {

    li.tile {
        margin-right: 4%;
        margin-left: 5%;
    }

    .tiles li {
        margin-right: 4%;
        margin-left: 5%;
    }

}

@media all and (min-width: 740px) {

    li.tile {
        display: inline-block;
        width: 30%;
        height: 25vw;
        max-width: 230px;
        max-height: 230px;
        margin-top: 0;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .tiles li {
        display: inline-grid;
        width: 30%;
        height: 25vw;
        max-width: 230px;
        max-height: 230px;
        margin-top: 0;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .tiles li:nth-of-type(2n) {
        margin-right: 20px;
    }

    .tiles li:nth-of-type(3n) {
        margin-right: 0;
    }

    li.tile:nth-of-type(2n) {
        margin-right: 20px;
    }

    li.tile:nth-of-type(3n) {
        margin-right: 0px;
    }

}

@media all and (min-width: 860px) {

    p, p ol li, p ul li, ul li, ol li {
        font-size: 18px;
    }

    main h1 {
        padding: 20px 0 16px 30px;
        font-size: 26px;
    }

    div.center-block {
        padding: 0 25px;
    }

    .hamburger {
        right: 25px;
    }

    nav.top-nav a, nav.top-nav a:visited, nav.top-nav a:hover {
        font-size: 22px;
    }

    nav.top-nav a::before {
        height: 25px;
        background-size: 20px;
    }

    article.block .content {
        padding: 35px;
    }

    li.tile {
        width: 230px;
        height: 230px;
    }

    .tiles li {
        width: 230px;
        height: 230px;
    }

    nav.bottom-nav {
        height: 80px;
    }

    footer {
        padding: 50px 40px;
    }

    footer p {
        font-size: 20px;
        line-height: 28px;
    }
}

@media all and (min-width: 880px) {
    li.tile {
        width: 230px;
        height: 230px;
        margin-right: 4%;
        margin-bottom: 40px;
    }

    .tiles li {
        width: 230px;
        height: 230px;
        margin-right: 4%;
        margin-bottom: 40px;
    }

    .tiles li:nth-of-type(2n) {
        margin-right: 4%;
    }

    .tiles li:nth-of-type(3n) {
        margin-right: 0;
    }

    li.tile:nth-of-type(2n) {
        margin-right: 4%;
    }

    li.tile:nth-of-type(3n) {
        margin-right: 0px;
    }
}


@media all and (min-width: 1000px) {

    body {
        background-image: none;
    }

    div.center-block {
        width: 1000px;
        margin: 0 auto;
        padding: 0;
    }

    nav.head-nav {
        height: 38px;
    }


    nav.head-nav a.sign-in{
        font-size: 24px;
    }

    nav.head-nav a.sign-in span{
        height: 38px;
        width: 38px;
        font-size: 24px;
        line-height: 38px;
    }

    .header-main {
        height: 262px;
        padding-bottom: 0px;
        margin-bottom: 0;
        background-position: right bottom;
        background-size: 375px 262px;
    }

    .header-main a.logo {
        height: 262px;
    }

    .hamburger {
        display: none;
    }


    nav.top-nav {
        height: 80px;
        margin: 0;
        padding: 0;
        background-color: #e62063;
        display: block;
        position: initial;
        width: 100%;
    }

    nav.top-nav {
        display: block !important;
    }

    nav.top-nav a, nav.top-nav a:visited, nav.top-nav a:hover, nav.bottom-nav a, nav.bottom-nav a:visited, nav.bottom-nav a:hover {
        display: inline-block;
        margin: 35px 0 35px 40px;
        color: #ffffff;
        margin: 25px 0 25px 25px;
        font-size: 24px;
    }

    nav.top-nav a::before {
        display: inline-block;
        content: none;
        height: 0px;
        width: 0px;
        background: none;
    }

    nav a.bottom-item {
        display: none;
    }

}

@media all and (min-width: 1200px) {

    div.center-block {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

    nav {
        height: 100px;
    }

    nav a, nav a:visited, nav a:hover {
        margin: 35px 0 35px 40px;
        font-size: 26px;
    }

    li.tile {
        width: 230px;
        height: 230px;
        margin-right: 40px;
        margin-bottom: 40px;
    }

    .tiles li {
        width: 230px;
        height: 230px;
        margin-right: 40px;
        margin-bottom: 40px;
    }

    .tiles li:nth-of-type(2n) {
        margin-right: 40px;
    }

    .tiles li:nth-of-type(3n) {
        margin-right: 40px;
    }

    .tiles li:nth-of-type(4n) {
        margin-right: 0;
    }

    li.tile:nth-of-type(2n) {
        margin-right: 40px;
    }

    li.tile:nth-of-type(3n) {
        margin-right: 40px;
    }

    li.tile:nth-of-type(4n) {
        margin-right: 0;
    }

}

@media all and (min-width: 1360px) {

    body {
        background-image: url("../images/body_bg_1200.png");
        background-position: center;
        background-repeat: repeat;
    }

    div.center-block {
        width: 1360px;
        margin: 0 auto;
        padding: 0 80px;
    }


}

/*Animations*/
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fade-out {
    -webkit-animation: fade-out 1s ease-out both;
    animation: fade-out 1s ease-out both;
}







