html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@font-face {
    font-family: "Bank Gothic Bold";
    src: url("/lib/bankgothicbold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/lib/Poppins-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*--Page Title--*/
.page-title {
    margin: 0px auto;
    padding: 25px 0 20px 0;
    background: #f8f8f8 url(/Images/dmdpltshort.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    text-align: left;
}

    .page-title h2 {
        display: inline;
        margin-left: 10px;
        font-family: "Bank Gothic Bold", cursive;
        font-size: 24px;
        color: #5d5d5d;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
        vertical-align: middle;
    }

    .page-title p {
        display: inline;
        margin-left: 5px;
        font-size: 14px;
        font-style: italic;
        font-weight: 900;
        vertical-align: middle;
    }

.page-title-icon {
    margin-left: 20px;
    font-size: 46px;
    color: #5d5d5d;
    vertical-align: middle;
}

/*--Paulo Code--*/

.main_color {
    color: #ee3222;
}

.nonmemberslink {
    color: #ee3222;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

a {
    color: #ee3222;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

    a:hover {
        color: #888;
        text-decoration: none;
        
    }

.topnavlink:hover {
    background-color: #c7d1d6;
}

.flexslider:hover {
    box-shadow: 0 3px 10px 0 #AAB3C6, 0 1px 25px 0 #AAB3C6 inset, 0 -1px 25px 0 #AAB3C6 inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

/* ----- Presentation ----- */

.presentation {
    margin-top: 30px;
}

    

    .presentation p {
        font-size: 18px;
        font-style: italic;
    }

/********** ----- CONTACT PAGE ----- **********/

/* ----- Form ----- */

.contact-us {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

    .contact-us h4 {
        margin-top: 25px;
        padding: 0 20px;
        font-family: 'Poppins', Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #5d5d5d;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255,255,255,.7);
    }

    .contact-us p {
        padding: 0 20px;
        line-height: 28px;
        font-size: 13px;
    }

.contact-form {
    padding: 10px 0;
}

    .contact-form p {
        margin-top: 15px;
    }

.contact-us form {
    margin-top: 25px;
    padding: 0 20px;
}

    .contact-us form input, .contact-us form textarea {
        width: 90%;
        height: 24px;
        border: 1px solid #ddd;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: 'Poppins', Helvetica, Arial, sans-serif;
        color: #888;
        font-size: 13px;
        font-style: italic;
    }

        .contact-us form input:focus, .contact-us form textarea:focus {
            border: 1px solid #bbb;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .contact-us form textarea {
        height: 160px;
    }

    .contact-us form button {
        width: 120px;
        height: 30px;
        margin-top: 15px;
        background: #5C3B7A;
        border: 0;
        font-family: 'Poppins', Helvetica, Arial, sans-serif;
        font-size: 13px;
        color: #fff;
        -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
        -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
        box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }

        .contact-us form button:hover {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .contact-us form button:active {
            -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
            -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
            box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
        }

    .contact-us form label {
        margin-top: 10px;
        font-size: 13px;
    }

    .contact-us form input:-moz-placeholder, .contact-us form textarea:-moz-placeholder {
        color: #ccc;
    }

    .contact-us form input:-ms-input-placeholder, .contact-us form textarea:-ms-input-placeholder {
        color: #ccc;
    }

    .contact-us form input::-webkit-input-placeholder, .contact-us form textarea::-webkit-input-placeholder {
        color: #ccc;
    }