body, a {
	font-family: 'Graphik', sans-serif;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #EE524F;
    border-radius: 25px;
    border: 0 none;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    color: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    outline: 0;
    text-decoration: none;
}
.button.close, .button.close:hover, .button.close:active
, button.close, button.close:hover, button.close:active {
    background-color: #EE524F;
    opacity: 1;
    color: #fff;
    height: 24px;
    width: 24px;
    padding: 0 6px 1px;
    border-radius: 50%;
    font-weight: normal;
}

header {
	background: transparent;
	height: 12vh;
}
.main-header {
	padding-top: 30px;
}
.main-header img{
	height: 10vh;
	margin-top: -20px;   
}
.header-nav {
	margin-top: 5px;
}
.header-nav-item
, .header-nav-item:active
, .header-nav-item:hover {
	color: #fff;
	text-decoration: none;
}
.header-nav-item:not(:first-child) {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #fff;
}

.header-actions {
	float: right;
}
.header-actions::after {
	content: "";
	display: table;
	clear: both;
}

.help-number, .help-number:active, .help-number:hover {
	padding-left: 30px;
	margin-right: 40px;
	text-decoration: none;
	color: #EE524F;
	background: transparent url('images/ic_phone_red.png') no-repeat center left;
	margin-right: 20px;
}
.help-link, .help-link:hover, .help-link:active {
	padding-left: 20px;
	border-left: 1px solid #EE524F;
	color: #EE524F;
	text-decoration: none;
}

footer {
	background-color: #202020;
}

.main-footer {
	padding-top: 1em;
	padding-bottom: 1em;
}

.footer-logo {
	width: 100%;
	max-width: 84px;
}

.footer-nav, .footer-social-links, .footer-copyright {
	margin-top: 8px;
}
.footer-copyright {
	margin-top: 12px;
}

.footer-nav-item
, .footer-nav-item:active
, .footer-nav-item:hover {
	color: #757575;
	text-decoration: none;
}
.footer-nav-item:not(:first-child) {
    margin-left: 10px;
    padding-left: 10px;
	border-left: 1px solid #757575;
}

.footer-bottom {
	margin-top: 3em;
}

.social-link-content {
	float: left;
}
.social_link {
	margin: 0 .5em;
}

.copyright {
	float: right;
	color: #757575; 
	font-size: .7em;
}

.customCheckbox {
    cursor: pointer;
}

.modal-btns {
	display: inline-block;
	padding: 0 15px;
	margin-left: 15px;
}

.has-error {
	border: 1px solid #a94442 !important;
}

.btn-add {
	display: inline-block;
	margin: 1em 1em 1em 0;
	width: 130px;
	position: relative; 
	cursor: pointer;
}
.btn-cancel {
	display: inline-block;
	margin: 1em 1em 1em 0;
	width: 140px;
	position: relative; 
	cursor: pointer;
}
.btn-add-icon {
	display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent url(images/btn_ic_add.png) no-repeat center center;
}
.btn-cancel-icon {
	display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent url(images/btn_ic_cross.png) no-repeat center center;
}
.btn-add-text, .btn-cancel-text {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    color: #BCBCBC;
}
.selectType{
    background-color: #f9f9f9;
    color: #000;
    border-radius: 5px;
    display: inline-block;
    width: 85%;
    height: 30px;
    margin: 5px 0 5px 0;
    padding: 4px;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid #eae8e8;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 300;
}
.selectType:hover {
    background-color: #EE524F;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    width: 85%;
    height: 30px;
    margin: 5px 0 5px 0;
    padding: 4px;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid #f95f5c;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 300;
    box-shadow:none;
}
.selectType.selected{
    background-color: #EE524F;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    width: 85%;
    height: 30px;
    margin: 5px 0 5px 0;
    padding: 4px;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid #f95f5c;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 300;
}
.helpMessage{
	text-align: center;
	color: #ee524f;
	text-decoration:underline;
	
}
a.helpsMessage{
	color: #ee524f;
	text-decoration:underline;
}
a.helpsMessage:hover{
	text-decoration:underline;
	color: #ee524f;
}
/* loading spinner */
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    font-size:70px;
    color:white;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
/* end loading spinner */

/**
Extra small devices Phones (<768px)
Small devices Tablets (≥768px)
Medium devices Desktops (≥992px)
**/
/* 0px -> 767px */
@media screen and (min-width: 320px) and (max-width: 767px){
	.main-header {
	    padding-top: 15px;
	}
	.main-header img {
    	margin-top: -6px !important;
	}
	.help-link, .help-link:hover, .help-link:active {
	    padding-left: 20px;
	    border-left: 0px !important;
	    color: #EE524F;
	    text-decoration: none;
	    margin-left: 20px;
	}
	.help-number, .help-number:active, .help-number:hover {
  		padding-left: 22px;
	    margin-left: 10px;
	    text-decoration: none;
	    color: #EE524F;
	    background: transparent url(images/ic_phone_red.png) no-repeat center left;
	    margin-right: 20px;
	    background-size: 16px;
	    font-size: 0.8em;
	}
	.selectType {
	    background-color: #f9f9f9;
	    color: #000;
	    border-radius: 5px;
	    display: inline-block;
	    width: 100%;
	    height: 28px;
	    margin: 5px 0 5px 0;
	    padding: 2px;
	    text-align: center;
	    line-height: 24px;
	    text-transform: uppercase;
	    white-space: nowrap;
	    border: 1px solid #eae8e8;
	    font-size: 0.9em;
	    letter-spacing: 0.02em;
	    font-weight: 300;
	}
	.selectType.selected {
	    background-color: #EE524F;
	    color: #fff;
	    border-radius: 5px;
	    display: inline-block;
	    width: 100%;
	    height: 28px;
	    margin: 5px 0 5px 0;
	    padding: 2px;
	    text-align: center;
	    line-height: 24px;
	    text-transform: uppercase;
	    white-space: nowrap;
	    border: 1px solid #f95f5c;
	    cursor: pointer;
	    font-size: 0.9em;
	    letter-spacing: 0.02em;
	    font-weight: 300;
	}
}
/* 768px -> 991 */
@media screen and (min-width: 768px) and (max-width: 991px){
	.main-header {
	    padding-top: 20px;
	}
	.main-header img {
    	margin-top: 0px !important;
	}
	.header-actions {
	    float: right;
	    margin-top: 6%;
	}
	.selectType {
	    background-color: #f9f9f9;
	    color: #000;
	    border-radius: 5px;
	    display: inline-block;
	    width: 100%;
	    height: 28px;
	    margin: 5px 0 5px 0;
	    padding: 2px;
	    text-align: center;
	    line-height: 24px;
	    text-transform: uppercase;
	    white-space: nowrap;
	    border: 1px solid #eae8e8;
	    font-size: 0.8em;
	    letter-spacing: 0.02em;
	    font-weight: 300;
	}
	.selectType.selected {
	    background-color: #EE524F;
	    color: #fff;
	    border-radius: 5px;
	    display: inline-block;
	    width: 100%;
	    height: 28px;
	    margin: 5px 0 5px 0;
	    padding: 2px;
	    text-align: center;
	    line-height: 24px;
	    text-transform: uppercase;
	    white-space: nowrap;
	    border: 1px solid #f95f5c;
	    cursor: pointer;
	    font-size: 0.8em;
	    letter-spacing: 0.02em;
	    font-weight: 300;
	}
}