/***** RESETS *****/

html, body, p, div, div {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	background: transparent;
	vertical-align: baseline;
}

.custom {
	height: inherit;
}

a > img {
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
    text-shadow: 0 1px 5px rgb(255 255 255 / 5%), 0 1px 7px rgb(255 255 255 / 15%);
}

strong {
    font-weight: 500;
    color: #ececec;
}


/****************************************
************ GLOBAL TEMPLATE ***********
***************************************/

/***** FONTS ******/



@font-face {
    font-family: OxygenLight;
    src: url(/templates/w4cv21/fonts/Oxygen/Oxygen-Light.ttf);
}

@font-face {
	font-family: Roboto;
	src: url(/templates/w4cv21/fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
	font-family: OpenSans;
	src: url(/templates/w4cv21/fonts/OpenSans/OpenSans-Regular.ttf);
}
@font-face{
  	font-family: Montserrat;
  	src: url(/templates/w4cv21/fonts/Montserrat/Montserrat-Regular.ttf)
}


/***** DEFAULTS *****/

html {
	font-family: OxygenLight, Roboto, Verdana, OpenSans;
	font-size: 14pt;
    /*color: #000;*/
	font-weight: 300;
	line-height: 18px;
}

h1 {
	font-family: OxygenLight, Roboto, Verdana, OpenSans;
    padding: 20px 0px;
	font-size: 22pt;
    /*color: #000;*/
	line-height: 22px;
	margin: 10px 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05), 0 1px 7px rgba(0, 0, 0, 0.1);
}

h2 {
	font-family: OxygenLight, Roboto, Verdana, OpenSans;
	font-size: 18pt;
	/*color: #CC2029;*/
	line-height: 22px;
	margin: 10px 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05), 0 1px 7px rgba(0, 0, 0, 0.1);
}

h3 {
	font-family: OxygenLight, Roboto, Verdana, OpenSans;
	font-size: 16pt;
    /*color: #000;*/
	line-height: 20px;
	margin: 10px 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05), 0 1px 7px rgba(0, 0, 0, 0.1);
}

p {
	font-family: Roboto, Oxygen, Verdana, OpenSans;
	font-size: 16pt;
	margin: 10px 0;
	line-height: 1.15;
}

img {
	max-width: 100%;
}

@media (max-width: 720px){
    img {
        float: none !important;
        margin: 10px auto !important;
        display: block;
    }
}

a {
  color: #c1d9ff;
}

/***** CONTENT *****/

.bodyStyle{
 	background-color: rgba(153, 142, 124, 0.5) !important;
	background-image: url(/images/Background_Images/World_map_background_without_bars_2K.jpg);
	background-blend-mode: color;
    background-position: top;
    background-size: cover;
}

.displayAlways {
	display: inline;
}

.container {
	width: 100%;
	display: block;
}

.mainContainer {
	clear: both;
    color: #ffffff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05), 0 1px 7px rgba(0, 0, 0, 0.15);
	font-family: OxygenLight, Roboto, Verdana, OpenSans;
	line-height: 1.5em;
	margin: auto;
	float: none;
	position: relative;
	max-width: 1500px;
	width: 100%;
	text-align: left;
}

.nav1{

}
.nav2{

}
.nav3{

}
.header1{

}
.header2{

}
.header2{

}
.footer{
	max-width: 1500px;
	margin: auto;
}
/****** HOMEPAGE ******/


/***** FOOTER *****/


/*** Contact Us ***/

.contactLeft {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
}

.contactRight {
	float: right;
	width: 48%;
	padding-left: calc(2% - 1px);
	border-left: 1px solid #ccc;
	margin-bottom: 2%;
}

.contactMap {
	max-width: 99%;
	border-radius: 15px;
	overflow: hidden;
	float: none;
	margin: auto;
}

.contactMap iframe {
	border-radius: 15px;
}

.contactBox {
	overflow: auto;
}


/**** Contact Form ****/

.contactForm {
	margin-top: -3px;
}

.contactText {
	color: #fff;
	font-family: OxygenLight, Roboto, Verdana, OpenSans;
}

.ff_elem {
	border-radius: 5px;
	font-family: OxygenLight, Roboto, Verdana, OpenSans;
	font-size: 12pt;
	padding: 5px 5px 5px 8px;
	color: #333;
	border: 1px solid #ddd;
	margin: 5px;
}

label {
	color: white;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.05), 0 1px 7px rgba(0, 0, 0, 0.15);
	font-family: OxygenLight, Roboto, Verdana, OpenSans;
	font-size: 14pt;
	width: 130px !important;
	margin: 0px;
	text-align: left;
	float: left !important;
	display: inline !important;
	padding: 6px;
}

.controls input {
	border-radius: 5px;
	font-family: OxygenLight, Roboto, Verdana, OpenSans;
	font-size: 12pt;
	padding: 5px 5px 5px 8px;
	color: #333;
	border: 1px solid #ddd;
	margin: 5px;
}

#remember {
	margin: 15px 4px;
}

button {
	background-color: #999;
	border: 0px solid white;
	padding: 3px 10px;
	color: #FFF;
	font-family: Roboto;
	font-size: 15pt;
	border-radius: 5px;
	float: left;
	margin: auto;
}

#bfSubmitButton {
	background-color: #999;
	border: 0px none;
	color: #FFF;
	font-family: Roboto;
	font-size: 15pt;
	border-radius: 5px;
	margin-top: 15px;

	margin-left: 2px;

	float: none;
}

section {
	background-color: #fff !important;
	margin-bottom: 0px;
}


/*****************************************
********* SITE-SPECIFIC CONTENT *********
/***************************************/

.mainContent {
	max-width: 1200px;
	margin: auto;
}

/***** INDEX *****/

.mainContainer {
	margin: auto;
	max-width: 1500px;
	margin: 15px auto;
    padding: 0 20px;
    width: auto;
}



.imgMain {
	max-width: 100%;
	display: block;
	opacity: 0.7;
}

.igui-grid-collapse>.igui-grid-margin {
    height: unset !important;
}


@media all and (max-width: 1500px) {

}

@media all and (max-width: 1000px) {

}

@media all and (max-width: 720px) {


}

@media all and (max-width: 640px) {


}

@media all and (max-width: 560px) {

}

@media all and (max-width: 500px) {

}

@media all and (max-width: 380px) {


}

/***** HEADER *****/


/***** FOOTER *****/

/****** PAGES ******/



/*unordered lists*/
ul {
	list-style-position: inside;
	list-style-image: url('/images/bullet.arrow2.png');
}


/** Decimal Lists **/

ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}

ol > li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
}

ol > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;
}

li ol > li {
	margin: 0;
}

li ol > li:before {
	content: counters(item, ".") " ";
}