@charset "utf-8";
/* CSS Document */

<!-- Custom Style -->
<style>
html,body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	 height: 100%;
	 /* The html and body elements cannot have any padding or margin. */
}

body {   display: -ms-flexbox;  display: flex; background:#f2f2f2; padding:0; margin:0; border:0; font-family: 'Exo 2', sans-serif;}
    
#container {width:1000px; height:auto; margin:auto; text-align:center; background:#fff; }

h1 { color:#526ba0; font-family: 'Exo 2', sans-serif; font-weight:bold; font-size:36px; text-align:left; margin-bottom:50px; }
h2 { color:#526ba0; font-family: 'Exo 2', sans-serif; font-weight:bold; font-size:22px; text-align:center; }

p { text-align:justify; font-family: 'Exo 2', sans-serif; color:#636363 ; line-height:1.5em;}

p.sign  { font-family: 'Exo 2', sans-serif; color:#636363 ; line-height:1.5em; text-align:left }
	 
a:link {
  color: #526ba0; text-decoration:none; font-weight:bold;
}

a:visited {
  color: #526ba0;
}

a:hover {
  color:#F00;
}

a:active {
  color: #526ba0;
}



.sections { padding:50px; }


.borderTxt { color:#526ba0; font-weight:bold; border:solid #526ba0 2px; padding:10px 20px; text-align:center; width:35%; min-width:300px; margin:auto; margin-top:20px; margin-bottom:30px;}

hr.borderTop { border: 1px solid #506ba2; margin-bottom:30px; }

hr.borderBottom { border: 1px solid #506ba2; margin-bottom:30px; margin-top:10px;  }

footer { padding:10px; color:#506ba2; background:#e6e6e6; margin-bottom:0; }
footer p {color:#636363; text-align:center; }

.formbutton  { background-color:#FFF; color:#526ba0; font-weight:bold; border:solid #526ba0 2px; padding:10px 20px; text-align:center; width:250px; margin:auto; margin-top:20px; margin-bottom:30px;}

.formbutton:hover  { background-color:#fff; color:red; font-weight:bold; border:solid #F00 2px; padding:10px 20px; text-align:center; width:250px; margin:auto; margin-top:20px; margin-bottom:30px;}

.formbutton:active  { background-color:#fff; color:#526ba0; font-weight:bold; border:solid #F00 2px; padding:10px 20px; text-align:center; width:250px; margin:auto; margin-top:20px; margin-bottom:30px;}

.control-group1 {display:inline-block; float:left } 
.control-group2 {display:inline-block; float:right } 

.clear {clear:both}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
	text-align:left !important;/* checkbox list align*/
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #506ba2;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #506ba2;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
	
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}


footer { padding:10px; color:#506ba2; background:#e6e6e6; margin-bottom:0 }
footer p {color:#636363; text-align:center; }


ul {
  column-count: 2;
  column-gap: 2rem;
  list-style: none;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {



}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {





}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
 
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
 
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */

}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}