/*------------------------------------*\
    contact Element
\*------------------------------------*/
.contactBox {
    margin-top: -20px;
    top: 100px !important;
    display: block;
    z-index: 88 !important;
    position: relative;
    min-height: 20px;
}

.contactBox .contactElementButton {
    display: none;
    position: fixed;
    right: 0;
    top: 130px;
    width: 140px;
    border: solid 1px #fff;
    text-transform: none;
    background: #004d85;
    cursor: pointer;
    font-size: 13px;
    border-right: none;
    z-index: 999 !important;
    color: #fff;
}

.contactBox .contactElementButton p {
    margin: 8px 0;
    font-weight: 700;
}

.contactBox .contactElementButton span {
    font-size: 39px;
    float: left;
    margin: 0;
}

.contactElement {
    position: fixed;
    right: 0;
    top: 130px;
    width: 260px;
    background: #fff;
    border: solid 1px #fff;
    border-right: none;
    text-transform: none;
    z-index: 999 !important;
}

.contactBox .contactElement h4 {
    padding: 15px 0;
    display: block;
    font-weight: 400;
    color: #fff;
    background: #004d85;
    text-align: center;
    cursor: pointer;
}

.contactBox .contactElement img {
    width: 90px;
    margin: 20px auto;
    border-radius: 50%;
    display: block;
    -webkit-filter: none;
    filter: none;

}

.contactBox .contactElement p {
    width: 76%;
    margin: auto;
    font-size: 14px;
    color: #333333;
}

.contactBox .contactElement .contactInfoBox {
    width: 76%;
    margin: 10px auto;
	font-size: 18px;
	font-weight: 500;
}

.contactIcon {
    margin-right: 15px;
    color: #333333;
    font-size: 24px;
}

.contactBox .contactElement .contactInfoBox a[href^="tel"] {
    color: #333;
}

.contactBox .contactElement .contactButtonBox {
    width: 76%;
    margin: 0 auto 10px auto;
}

.contactBox .contactElement .contactButtonBox a {
    display: block;
    background: #004d85;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    padding: 12px 0;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #004d85;
    font-weight: 600;
    transition: background 0.2s ;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
}

.contactBox .contactElement .contactButtonBox a:first-of-type {
    margin-top: 40px;
}

.contactBox .contactElement .contactButtonBox a:last-of-type {
    background: none;
    color: #004d85;
    margin-bottom: 30px;
}

.contactBox .contactElement .contactButtonBox a:first-of-type:hover {
    background: #fff;
    color: #004d85;
}

.contactBox .contactElement .contactButtonBox a:last-of-type:hover {
    background: #004d85;
    color: #fff;
}

.contactElementButton,
.contactElement {
    box-shadow: 0 1px 5px -1px rgba(153,153,153,1);
}

/*------------------------------------*\
    contact Element queries
\*------------------------------------*/

@media only screen and (max-width: 1024px)
{
    .contactBox .contactElementButton {
        width: 50px;
    }

    .contactBox .contactElementButton span {
        font-size: 2em;
    }


    .contactElementButton p {
        display: none;
    }

    /*.contactElement, .contactElementButton {
        top: -170%;
    }*/

}

@media only screen and (max-width: 768px) {
    .contactBox {
        top: 20px !important;
    }

    .contactElement {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        border: none !important;
        text-align: center;
        border-top: 2px solid #0055A4 !important;
        box-shadow:         0 10px 7px -4px #666;
        z-index: 98;
    }

    .contactElement h4 {
        background: #fff !important;
        color: #0055A4!important;
        font-weight: 700 !important;
    }

    .contactElement p {
        width: 65% !important;
    }

    .contactBox .contactElement .contactButtonBox {
        width: 65%
    }

}

/*------------------------------------*\
    Help Ad
\*------------------------------------*/
.helpAd {
	color: #fff;
	/*background-color: #004d85;*/
	background-color: #333;
	background-color: rgba(51,51,51, 0.6);
	margin-top: 20px;
}

.helpAd img {
	display: block;
	/*float: left;*/
	/*width: 16%;*/
	display:none;
}
.helpAd-image {
	float: left;
	min-height:135px;
	
	border-right:5px solid #FFF;
}
.helpAd-content {
	margin: 0 0 0 2%;
	float: left;
	width: 91%;
	width: calc(98% - 140px);
	font-size: 15px;
	/*width: 80%;*/
}

.helpAd h2 {
	font-size: 20px;
	margin: 1em 0;
}

.helpAd a{
	color: #fff;
}

.helpAd-content ul {
	list-style: none;
	padding: 0;
}

.helpAd-content li {
	margin-right: 1%;
	float: left;
	list-style: none;
}

.helpAd-content li:last-child {
	margin-right: 0px;
}

.helpAd-content li i {
	margin-right: 4px;
}

@media only screen and (max-width: 1100px) {
	.helpAd h2 {
		font-size: 18px;
		margin: 0.7em 0;
	}
}

@media only screen and (max-width: 1000px) {
	.helpAd h2 span {
		display: block;
	}
	
	.helpAd-content li:nth-child(odd) {
		clear: both;
	}
}

@media only screen and (max-width: 768px) {
	/*.helpAd img {
		width: 23%
		width: 100px;
	}
	
	.helpAd-content {
		width: 75%;
	}
	
	.helpAd-content li {
		margin-right: 0px;
		float: none;
	}
	*/
	
	.helpAd h2 {
		font-size: 16px;
		margin: 0;
	}
}

@media only screen and (max-width: 470px) {
	.helpAd-image {
		display: none;
	}
	
	.helpAd-content {
		margin: 0;
		padding:10px 15px;
		width: 100%;
		box-sizing:border-box;
	}
}


