.p-banner {
    height: calc(70vh - 75px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-top: 40vh !important; */
    position: relative;
    /* background-color: rgba(0,0,0,0.55); */
    background-color: rgba(42,37,89,0.68);
}



.p-banner .column {
    position: absolute;
    z-index: 150;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    padding-left: 0em;
    padding-right: 0em;
    background-color: transparent;
}



@media screen and (min-width: 719px) {
.arrow-down {
    position: absolute;
    bottom: 20px;
    right: calc(50% - 12px);
    width: 25px;
    height: 25px;
    background-image: url(images/anim-arrow-down.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    z-index: 1002;
}

}











@media screen and (max-width: 1150px) {
	.c2a .restrict-widthx {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;	
	}
	.c2a .column.fourth {
	width: 50%;
}
}
@media screen and (max-width: 720px) {
	.c2a .column.fourth {
	width: 100%;
}
}





















/*Header*/

.header {
    z-index: auto !important;
    height: 75px;
    position: relative;
    width: 100%;
	background-color: #2a2559;
}
#logo {
    margin: 0em;
    padding: 17px 2em 0px 12px;
    float: left;
    width: 350px;
    text-align: left;
    z-index: 11000 !important;
    position: relative;
}
@media screen and (max-width: 1139px) {
.header {
    height: 75px;
}
	}

@media screen and (max-width: 450px) {
.header {
    height: 65px;
}
#logo {
    margin: 0em;
    padding: 17px 2em 0px 12px;
    float: left;
    width: 250px;
    text-align: left;
    z-index: 11000 !important;
    position: relative;
}
	}

@media screen and (max-width: 370px) {
.header {
    height: 55px;
}
#logo {
    margin: 0em;
    padding: 17px 2em 0px 12px;
    float: left;
    width: 230px;
    text-align: left;
    z-index: 11000 !important;
    position: relative;
}
	}

/*menu*/
@media screen and (min-width: 1140px) {
.menu-hold {
    position: absolute;
    top: 5px;
    padding: 0px 0px 10px 0px;
    right: 0em;
    left: 0px;
    height: 60px;
    width: 100%;
    z-index: 9999;
	background-color: #2a2559;

}
	nav ul li a {

    font-family: "Red Hat Display", sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding: 19px 12px;
    background-color: transparent;
	border-left: solid 1px rgba(255,255,255,0.15);
}

	nav ul li ul li a {
    font-size: 0.9em;
    padding: 10px 15px;
    text-align: left;
    text-transform: none;
}
nav ul li ul li:last-of-type a {
	border-bottom: none;
}

}

@media screen and (max-width: 1139px) {
.menu-hold {
    position: absolute;
    right: 0px;
    top: 0px;
    left: auto;
    width: 100%;
    height: 70px;
    background-color: #000000;
}
	.toggleMenu span.touch-btn:first-of-type {
    background: url(images/plus-minus.png) no-repeat 50% 2px #666;
    border-radius: 0px !important;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
}
}
	
@media screen and (max-width: 450px) {
.menu-hold {
    height: 65px;
}		
}

@media screen and (max-width: 370px) {
.menu-hold {
    height: 53px;
}		
}