﻿.contact-link {
	color: #000;
}

.contact-fit-image-container {
    background: url("../Assets/Images/Contact/contact_BG_LG.png") no-repeat top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact-test-bgmenu {
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 40% 44%;
}

.contact-fit-image-container-blue {
    background: #4965a3;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact-dim-Header {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #4965a3;
    padding-left: 15px;
    padding-top: 70px;
}

.contact-address {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding-top: 25px;
}


.contact-normal-boldTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: .75em;
    color: black;
}

.contact-descContent {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1em;
    text-align: left;
    padding-bottom: 5px;
}

.contact-hrTagStyle {
    margin-bottom: 0px;
    color: #f00;
    height: 2px;
    margin-left: 20px;
}

.contact-textboxStyle {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    border: none;
    width: 100%;
    height: 30px;
}

.contact-textAreaStyle {
    width: 100%;
    height: 150px;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    border: none;
}

.contact-boldText {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-top: -10px;
}

.contact-navbar-menu-style {
    margin-top: -375px;
    background-color: #4965a3;
    opacity: .95;
    width: 100%;
    height: 100%;
    margin-left: -20px;
}

.contact-hr {
    color: white;
    border-top-width: 4px;
    margin-top: -55px;
    height: 0px;
    padding-bottom: 10px;
    width: 50px;
}

.contact-contacttext {
    font-weight: bold;
}

.contact-send-button {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    background-color: red;
    color: white;
    border-width: 0px;
    background-color: #D73927;
    width: 100px;
    height: 35px;
    font-size: .75em;
    text-align: center;
}


/*media point 1200*/
@media(min-width: 1200px) {
    .contact-addressLineOne-Header {
        font-size: 1.25em;
    }

    .contact-addressLineTwo-Header {
        font-size: 1.25em;
    }

    .contact-normal-boldTitle {
        font-size: 1em;
    }
}


/*media point 980*/
@media (min-width: 980px) and (max-width:1199px) {
    .contact-addressLineOne-Header {
        font-size: 1.25em;
    }

    .contact-addressLineTwo-Header {
        font-size: 1.25em;
    }

    .contact-normal-boldTitle {
        font-size: 1.05em;
    }
}
/*media point 768*/
@media (min-width: 768px) and (max-width:979px) {
    .contact-addressLineOne-Header {
        font-size: 1.25em;
    }

    .contact-send-button {
        font-size: .85em;
    }

    .contact-addressLineTwo-Header {
        font-size: 1.25em;
    }

    .contact-normal-boldTitle {
        font-size: 1.05em;
    }
}

/*media point 480*/
@media (min-width: 480px) and (max-width: 767px) {
    .contact-addressLineOne-Header {
        font-size: 1.25em;
    }

    .contact-send-button {
        font-size: 1em;
    }

    .contact-addressLineTwo-Header {
        font-size: 1.25em;
    }

    .contact-normal-boldTitle {
        font-size: 1.25em;
    }
  .contact-menu-height {
        height: 32px;
    }
}

@media(max-width: 767px) {
    .contact-test-bgmenu {
        background: #4965a3;
        position: fixed;
        left: 0;
        width: 100%;
        padding-left: 49px;
        padding-bottom: 3%;
    }
}

/*media point 479*/
@media(max-width: 479px) {
    .contact-addressLineOne-Header {
        font-size: 1em;
    }

    .contact-send-button {
        font-size: 1em;
    }

    .contact-addressLineTwo-Header {
        font-size: 1em;
    }

    .contact-normal-boldTitle {
        font-size: 1.25em;
    }
       .contact-menu-height {
        height: 32px;
    }
}
/*media point 479*/
