@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300&family=Roboto+Slab:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed&family=Oxygen:wght@300&family=Roboto+Slab:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed&family=Ovo&family=Oxygen:wght@300&family=Roboto+Slab:wght@100;200;300;400;500;600&display=swap');
 
html{
	width: 100%;
}
 
body
{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
    /*line-height: 1.5em;*/
	color: #3A3A3A;
    background-color: rgb(8,42,124,0.08);
	font-family: "Oxygen", Sans-serif;
	font-weight: normal;	
  	border: 0;
  	vertical-align: baseline;
  	--e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;    
    text-align: left;
}

select
{
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 12px;
    text-transform: uppercase;    
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0 10px 0;
}

input[type="text"], input[type="password"], input[type="email"] {
	width: 100%;
    color: #777777;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 0 0 8px 0 !important;
	box-sizing	: border-box;
}

label
{
    display: block;
    width: 100%;
    min-height: 10px;
    line-height: 22px;
    margin: 0 0 0px 0;
    font-size: 14px;
}

input[type="submit"] {
    background-color: #082a7c;
    border-radius: 8px;
    box-shadow: 1px 2px 2px #cecece;
    color: #FFF;
    padding: 10px 30px;
    text-transform: uppercase;
    margin: 0 30px 30px 0;
}

input[type="submit"]:hover{
	background-color: #FFF;
    color: #082a7c;
    border-color: #082a7c;
}

div, span{
	margin: 5px 0px;
}

textarea{
	width: 100%;
	min-height: 140px;
	border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #777777;
    padding: 6px 12px;
    font-size: 14px;
    margin: 0 0 10px 0;    
}
a, a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
    color:#3c3c3b;
}

li{
	margin-bottom: 5px;
}

h1{
	color: #333333;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 40px;
    text-align: center;
}

h2{
	color: #ffffff;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 30px;
}

h3 {
	text-align: center;
    font-family: "Oxygen", Sans-serif;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    text-align: left;
}

h4{
	color: rgb(8,42,124,1);
    font-family: "Ovo", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
}

p{
	text-align: center;
    color: #666666;
    font-family: "Oxygen", Sans-serif;
    font-size: 18px;
}

.pageManagerColumnOption> ul{
	-webkit-padding-start: 20px;
}
.pageManagerAction{
	width: 100%;
	margin: 30px 0px 15px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

