html {
  box-sizing: border-box;
}
body {
 background: rgba(0, 0, 0, 0.1);  
}
*, *:before, *:after {
  box-sizing: inherit;
}
.split {
    clear: both;
}

header {
    background-color: #f9f9f9;
    padding: 15px 0px;
    width: 100%;
    position: relative;
    z-index: 999;
    margin-bottom: 0px;
    box-shadow: 0 2px 5px #b9adad;
}

.logodmc {
    float: left;
    margin-left: 15px;
}
.logodmc img {
    width: 90px;

}
.organ {
    float: left;
    margin-left: 15px;
}
.organ h2 {
    color: #333;
    font-size: 20px;
    font-weight: 100;
    margin: 20px 0 0 0px;
    text-transform: uppercase;
    line-height: 22px;
}
.organ h3 {
    color: #008830;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 0 0px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: normal;
}
.inst {
    float: right;
    margin:  20px 33px 0 0px; 
    text-align: right;
}
.inst h3 {
    color: #d7231b;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 5px 0px;
    line-height: 22px;    
    letter-spacing: -.5px;
}
.inst p {
    color: #d7231b;
    font-size: 15px;
    margin: 0px 0 0 0px;
    line-height: 20px;    
}
.inst p a {
    color: #666;
    font-size: 15px;
    text-decoration: none;
    padding:  6px;
    display: block;
    float: left;
}
#ipage {
    width: 100%;
    min-height: 600px;
    background-color: #fff;
    padding: 20px 0 40px 0px;
    box-sizing: border-box;
}
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: auto;
}
#ipage h1 {
    color: #008830;
    font-weight: 100;
    border-bottom: dashed 1px #999;
    padding-bottom: 25px;
}
#ipage h2 {
    color: #666;
    font-weight: 100;
    margin-bottom: 25px;
    padding-bottom:8px;
}
#ipage table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 1px 50px #ccc;
}
#ipage th {
  text-align: left;
  background-color: #008c34;
  color: #fff;
  border-bottom: none;
   padding: 15px 10px;    
}
#ipage table tr {
  cursor: pointer;
}
#ipage td {
  padding: 15px 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  
}
#ipage tr:hover {
  background-color:#f5f5f5;
}
#ipage td p {
  margin: 0px 0 2px 0px;
  font-size: 20px;
  color: #333;    
}
#ipage td span {
  color: #666;
  font-size: 14px;
  font-style: italic;
}

.tabstart {
    border: solid 1px #ddd;
    padding: 5px 0px 5px 0px;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background-color: #666;
    color: #fff;
    border-radius:50px;
    font-family: Arial;
}
:hover.tabstart {
    border: solid 1px #d8241b;
    background-color: #d8241b;
    color: #fff;
}
.tc {
    text-align: center !important;
}
.titlebar {
    background-color: #00679e;
    width: 100%;
    min-height: 300px;
    padding:  35px 0px;
    color: #fff;
}
.titlebar h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 50px;
    margin: 0px 0 20px 0px;
    line-height: 50px;
}
.titlebar h3 {
    font-weight: 100;
    font-size: 25px;
    margin: 0px;
}
.titlebar p {
    color: 15px;
    margin-bottom: 50px;
}
.wlink {
    font-size: 20px;
    text-transform: uppercase;
    border: solid 1px #fff;
    padding: 12px 48px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none; 
}
:hover.wlink {
    border: solid 1px #fff;
    background-color: #fff;
    color: #333;
}
.profile {
    width: 100%;
    overflow: hidden;
}
.label {
    width: 20%;
    float: left;
    padding: 8px 0 8px 0px
}
.val {
    width: 79%;
    float: right;
    padding: 8px 0 8px 0px
}
.orange {
    color: #17a14e;
}
.leftpanel {
    width: 49%;
    float: left;
    margin: 0.5%;
}
.rightpanel {
    width: 49%;
    float: right;
}
.leftcontent {
    width: 68%;
    float: left;
}
.leftcontent p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
    text-align: justify;
}
.rightcontent {
    width: 30%;
    float: right;
}
.embframe {
    width: 100%;
    border: dashed 1px #ccc;
    margin-top: 10px;
    padding: 45px 25px 25px 25px;
    text-align: center;
    box-sizing: border-box;
    color: #666;
    letter-spacing: 5px;
    background-color: #f1f1f1;
}
:hover.embframe {
    background-color: #fff;
}
.certificatebox {
    border: 10px solid transparent;
  padding: 15px;
  border-image: url(../imgs/border.png) 15 round;
    max-width: 1024px;
    width: 95%;
    margin: auto;
    min-height: 600px;
    padding: 22px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 50px #ccc;
    background-image: url(../imgs/watermark.png);
    background-repeat: no-repeat;
    background-position: center bottom 75px;
    
}
.certificatebox h3 {
    font-weight: 100;
    text-align: center;
    font-size: 25px;
    color: #3a3838;
    line-height: 40px;
    font-family: 'Source Sans Pro', sans-serif;
}
.certificatebox h3 span {
    font-size: 40px;
    font-family: 'Petit Formal Script', cursive;
    color: #333;
}
.certificatebox h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 100;
    font-family: 'Rambla', sans-serif;
    margin: 0px;
}
.certificatebox h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 100;
    font-family: 'Lobster', cursive;
    margin: 15px 0 15px 0px;
    border: none !important;
}
.certificatebox p {
    font-size: 20px;
   font-family: 'Rambla', sans-serif;
    color: #333;
    text-align: center;
    margin: 0 0 10px 0px;
}
.dir_sign {
    position: relative;
    margin:  100px 0 0 25px;
    width: 200px;
    text-align: center;
    border-top: dashed 1px #999;
    float: left;
}
.autho_sign {
    position: relative;
    margin:  100px 25px 0 0px;
    width: 200px;
    text-align: center;
    border-top: dashed 1px #999;
    float: right;
}
.logocerti {
    width: 75px;
    position: absolute;
}
.pdflist {
    width: 100%;
    border: dashed 1px #ccc;
    margin-top: 10px;
    padding: 12px;
    box-sizing: border-box;
    color: #666;
    letter-spacing: 5px;
    background-color: #f7f7f7;
}
.pdflist ul {
    width: auto;
    margin: 0px;
    padding: 0px;
}
.pdflist ul li {
    list-style: none;
}
.pdflist ul li a {
    text-decoration: none;
    padding: 15px;
    display: block;
    letter-spacing: normal;
    background-color: #fff;
    margin: 5px 0 5px 0px;
    color: #666;
    font-size: 15px;
    box-shadow: 0 1px 2px #ccc;
    font-weight: 100;
}
.pdflist ul li a:hover {
    background-color: #df1d1d;
    color: #fff;
}
.line {
    border: solid 1px #ddd;
}
.qa {
    width: 100%;
}
.qa ul {
    width: auto;
    margin: 0px;
    padding: 0px;
}
.qa ul li {
    width: 100%;
    list-style: none;
    border-bottom: solid 1px #ddd;
    padding-bottom: 12px;
    overflow: hidden;
}
.qa ul li h3 {
    font-size: 25px;
}
.btnnew {
    width: 100%;
    text-align: center;
    margin: 50px 0 0 0px;
}
.btnnew button {
    padding:  15px 50px;
    border-radius:50px;
    font-size: 20px;
    background: none;
    border: solid 1px #ddd;
    text-transform: uppercase;
    cursor: pointer;
    color: #666;
    font-family: 'Raleway', sans-serif;
}
.btnnew button:hover {
    border: solid 1px #999;
    color: #333;
}
.btnnew a {
    padding:  15px 50px;
    border-radius:50px;
    font-size: 20px;
    background: none;
    border: solid 1px #ddd;
    text-transform: uppercase;
    cursor: pointer;
    color: #666;
    text-decoration: none;
}
.btnnew a:hover {
    border: solid 1px #999;
    color: #333;
}
.pptcanvas {
    width:100%;
    height:358px;
}
.pptbox {
    width: 100%;
    background-color: #fff;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
    box-shadow: 0 0px 3px #999;
  
}
.pptbox h2 {
     margin:0px !important;
    font-size: 18px;
    padding: 10px 0 0 2px; 
}
.pptboxx {
    border: dashed 1px #ccc;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    margin-top: 10px;
    
}

.result {
    max-width: 555px;
    margin: 95%;
    margin: 50px auto;
    padding: 25px;
    border: dashed 1px #ccc;
    text-align: center;
}
.result h3 {
    font-size: 50px;
    font-weight: 100;
    margin: 0px;
    color: #008830;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 50px;
}
.result h4 {
    font-size: 25px;
    font-weight: 100;
    margin: 20px 0 30px 0px;
    color: #666;
    font-family: 'Source Sans Pro', sans-serif;
    
}
.newtab {
    background-color: #008830;
    color: #fff;
    padding: 12px 48px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
}
:hover.newtab {
    background-color: #666;
}
.newtabprev {
    background-color: #e02323;
    color: #fff;
    padding: 12px 48px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
}
:hover.newtabprev {
    background-color: #666;
}
.mobicon {
    display: none;
}
.vidbox {
    width: 100%;
    background-color: #fff;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
    box-shadow: 0 0px 3px #999;
}
.vidbox h2 {
    margin:0px !important;
    font-size: 18px;
    padding: 10px 0 0 2px;
}
.vidboxx {
    width: 100%;
    background-color: #fff;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
    box-shadow: 0 2px 3px #ccc;
}

.vidprop {
    width: 100%;
    height: 364px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.ctab {
    width: 100%;
    padding-bottom: 25px;
}
.ctab table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 1px 50px #ccc;
}
.ctab th {
  text-align: left;
  background: none !important;
  color: #333 !important;
  border-bottom: none;
  padding: 10px 10px !important;
  font-size: 13px !important;
}
#ipage table tr {
  cursor: pointer;
}
.ctab td {
  padding: 10px 10px !important;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 14px !important;    
  
}
.lgray {
    color: #008c37;
}
.txtr {
    text-align: right !important;
}
/*custom css above*/
.logmod {
  display: block;
  position: relative;
  top: 33px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  
  z-index: 1;
}
.logmod::after {
  clear: both;
  content: "";
  display: table;
}
.logmod__wrapper {
  display: block;
  background: #FFF;
  position: relative;
  max-width: 550px;
  border-radius: 4px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  margin: auto;
}
.logmod__close {
  display: block;
  position: absolute;
  right: 50%;
  background: url("http://imgh.us/close_white.svg") no-repeat scroll 0% 0% transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  top: -72px;
  margin-right: -24px;
  width: 48px;
  height: 48px;
}
.logmod__container {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
.logmod__container::after {
  clear: both;
  content: "";
  display: table;
}
.logmod__tab {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.logmod__tab-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.logmod__tab.show {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.logmod__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.logmod__tabs::after {
  clear: both;
  content: "";
  display: table;
}
.logmod__tabs li.current a {
  background: #FFF;
  color: #333;
}
.logmod__tabs li a {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  background: #eee;
  line-height: 72px;
  height: 72px;
  text-decoration: none;
  color: #809191;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.logmod__tabs li a:focus {
  outline: dotted 1px;
}



.logmod__tabs_single {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.logmod__tabs_single-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.logmod__tabs_single.show {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.logmod__tabs_single {
  list-style: none;
  padding: 0;
  margin: 0;
}
.logmod__tabs_single::after {
  clear: both;
  content: "";
  display: table;
}
.logmod__tabs_single li.current a {
  background: #FFF;
  color: #333;
}
.logmod__tabs_single li a {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  background: #eee;
  line-height: 72px;
  height: 72px;
  text-decoration: none;
  color: #809191;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.logmod__tabs_single li a:focus {
  outline: dotted 1px;
}








.logmod__heading {
  text-align: center;
  padding: 12px 0 12px 0;
}
.logmod__heading-subtitle {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #888;
  line-height: 48px;
}
.logmod__form {
  border-top: 1px solid #e5e5e5;
}
.logmod__alter {
  display: block;
  position: relative;
  margin-top: 7px;
}
.logmod__alter::after {
  clear: both;
  content: "";
  display: table;
}
.logmod__alter .connect:last-child {
  border-radius: 0 0 4px 4px;
}

.connect {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 72px;
  line-height: 72px;
  text-decoration: none;
}
.connect::after {
  clear: both;
  content: "";
  display: table;
}
.connect:focus, .connect:hover, .connect:visited {
  color: #FFF;
  text-decoration: none;
}
.connect__icon {
  vertical-align: middle;
  float: left;
  width: 70px;
  text-align: center;
  font-size: 22px;
}
.connect__context {
  vertical-align: middle;
  text-align: center;
}
.connect.facebook {
  background: #3b5998;
  color: #FFF;
}
.connect.facebook a {
  color: #FFF;
}
.connect.facebook .connect__icon {
  background: #283d68;
}
.connect.googleplus {
  background: #dd4b39;
  color: #FFF;
}
.connect.googleplus a {
  color: #FFF;
}
.connect.googleplus .connect__icon {
  background: #b52f1f;
}

.simform {
  position: relative;
}
.simform_full {
  position: relative;
}
.simform__actions {
  padding: 15px;
  font-size: 14px;
}
.simform__actions_full {
  padding: 15px;
  font-size: 14px;
}
.simform__actions::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions_full::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions .sumbit {
  height: 48px;
  float: right;
  color: #FFF;
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  background: #4CAF50;
  margin-top: 7px;
}
.simform__actions_full .sumbit {
  height: 48px;
  float: right;
  color: #FFF;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  background: #4CAF50;
    border: solid 1px #4CAF50;
  margin-top: 7px;
  cursor: pointer;
}

.simform__actions .sumbit::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions_full .sumbit::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions-sidetext {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 10px;
  margin: 9px 0 0 0;
  color: #8C979E;
  text-align: center;
  line-height: 24px;
}

.simform__actions-sidetext::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions_full-sidetext::after {
  clear: both;
  content: "";
  display: table;
}
.haccount {
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0px
}
.haccount h2 {
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 4px 0px;
    color: #666;
}
.haccount p {
    font-size: 14px;
    margin: 0 0 8px 0px;
    color: #999;
}
.error
{
	font-size:12px !important;
	text-transform:lowercase !important;
	color:red !important;
	font-weight:normal !important;
}
.sminputs {
  border-bottom: 1px solid #E5E5E5;
}
.sminputs::after {
  clear: both;
  content: "";
  display: table;
}
.sminputs .input {
  display: block;
  position: relative;
  width: 50%;
  height: 81px;
  padding: 11px 24px;
  border-right: 1px solid #e5e5e5;
  border-bottom: none;
  float: left;
  background-color: #FFF;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sminputs .input.active {
  background: #eee;
}
.sminputs .input.active .hide-password {
  background: #eee;
}
.sminputs .input.full {
  width: 100%;
}
.sminputs .input label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  line-height: 24px;
}
.sminputs .input input, select {
  postion: relative;
  display: inline-block;
  height: 24px;
  font-size: 15px;
  line-height: 45px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: rgba(75, 89, 102, 0.85);
}
.sminputs .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
  border-left: 1px solid #e4e4e4;
  font-size: 14px;
  background: #FFF;
  overflow: hidden;
  color: #444;
  cursor: pointer;
  margin-top: 12px;
  line-height: 48px;
}

html {
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
}

.btn, .simform__actions .sumbit {
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  outline: none;
  outline-offset: 0;
  font-weight: 400;
  box-shadow: none;
  min-width: 90px;
  padding: 10px 14px;
}
.btn.full, .simform__actions .full.sumbit {
  width: 100%;
}
.btn.lg, .simform__actions .lg.sumbit {
  min-width: 125px;
  padding: 17px 14px;
  font-size: 22px;
  line-height: 1.3;
}
.btn.sm, .simform__actions .sm.sumbit {
  min-width: 65px;
  padding: 4px 12px;
  font-size: 14px;
}
.btn.xs, .simform__actions .xs.sumbit {
  min-width: 45px;
  padding: 2px 10px;
  font-size: 10px;
  line-height: 1.5;
}
.btn.circle, .simform__actions .circle.sumbit {
  overflow: hidden;
  width: 56px;
  height: 56px;
  min-width: 56px;
  line-height: 1;
  padding: 0;
  border-radius: 50%;
}
.btn.circle.lg, .simform__actions .circle.lg.sumbit {
  width: 78px;
  height: 78px;
  min-width: 78px;
}
.btn.circle.sm, .simform__actions .circle.sm.sumbit {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.btn.circle.xs, .simform__actions .circle.xs.sumbit {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.btn:focus, .simform__actions .sumbit:focus, .btn:active, .simform__actions .sumbit:active, .btn.active, .simform__actions .active.sumbit, .btn:active:focus, .simform__actions .sumbit:active:focus, .btn.active:focus, .simform__actions .active.sumbit:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}
.btn.red, .simform__actions .red.sumbit {
  background: #f44336;
  color: #FFF;
}
.btn.red:active, .simform__actions .red.sumbit:active, .btn.red:focus, .simform__actions .red.sumbit:focus {
  background-color: #ef1d0d;
}
.btn.red:hover, .simform__actions .red.sumbit:hover {
  background-color: #f32c1e;
}
.btn.pink, .simform__actions .pink.sumbit {
  background: #E91E63;
  color: #FFF;
}
.btn.pink:active, .simform__actions .pink.sumbit:active, .btn.pink:focus, .simform__actions .pink.sumbit:focus {
  background-color: #c61350;
}
.btn.pink:hover, .simform__actions .pink.sumbit:hover {
  background-color: #d81558;
}
.btn.purple, .simform__actions .purple.sumbit {
  background: #9C27B0;
  color: #FFF;
}
.btn.purple:active, .simform__actions .purple.sumbit:active, .btn.purple:focus, .simform__actions .purple.sumbit:focus {
  background-color: #7b1f8a;
}
.btn.purple:hover, .simform__actions .purple.sumbit:hover {
  background-color: #89229b;
}
.btn.deep-purple, .simform__actions .deep-purple.sumbit {
  background: #673AB7;
  color: #FFF;
}
.btn.deep-purple:active, .simform__actions .deep-purple.sumbit:active, .btn.deep-purple:focus, .simform__actions .deep-purple.sumbit:focus {
  background-color: #532f94;
}
.btn.deep-purple:hover, .simform__actions .deep-purple.sumbit:hover {
  background-color: #5c34a4;
}
.btn.indigo, .simform__actions .indigo.sumbit {
  background: #3F51B5;
  color: #FFF;
}
.btn.indigo:active, .simform__actions .indigo.sumbit:active, .btn.indigo:focus, .simform__actions .indigo.sumbit:focus {
  background-color: #334293;
}
.btn.indigo:hover, .simform__actions .indigo.sumbit:hover {
  background-color: #3849a2;
}
.btn.blue, .simform__actions .blue.sumbit {
  background: #2196F3;
  color: #FFF;
}
.btn.blue:active, .simform__actions .blue.sumbit:active, .btn.blue:focus, .simform__actions .blue.sumbit:focus {
  background-color: #0c7fda;
}
.btn.blue:hover, .simform__actions .blue.sumbit:hover {
  background-color: #0d8aee;
}
.btn.light-blue, .simform__actions .light-blue.sumbit {
  background: #03A9F4;
  color: #FFF;
}
.btn.light-blue:active, .simform__actions .light-blue.sumbit:active, .btn.light-blue:focus, .simform__actions .light-blue.sumbit:focus {
  background-color: #028ac7;
}
.btn.light-blue:hover, .simform__actions .light-blue.sumbit:hover {
  background-color: #0398db;
}
.btn.cyan, .simform__actions .cyan.sumbit {
  background: #00BCD4;
  color: #FFF;
}
.btn.cyan:active, .simform__actions .cyan.sumbit:active, .btn.cyan:focus, .simform__actions .cyan.sumbit:focus {
  background-color: #0093a6;
}
.btn.cyan:hover, .simform__actions .cyan.sumbit:hover {
  background-color: #00a5bb;
}
.btn.teal, .simform__actions .teal.sumbit {
  background: #009688;
  color: #FFF;
}
.btn.teal:active, .simform__actions .teal.sumbit:active, .btn.teal:focus, .simform__actions .teal.sumbit:focus {
  background-color: #00685e;
}
.btn.teal:hover, .simform__actions .teal.sumbit:hover {
  background-color: #007d71;
}
.btn.green, .simform__actions .green.sumbit {
  background: #4CAF50;
  color: #FFF;
}
.btn.green:active, .simform__actions .green.sumbit:active, .btn.green:focus, .simform__actions .green.sumbit:focus {
  background-color: #3e8f41;
}
.btn.green:hover, .simform__actions .green.sumbit:hover {
  background-color: #449d48;
}
.btn.light-green, .simform__actions .light-green.sumbit {
  background: #8BC34A;
  color: #FFF;
}
.btn.light-green:active, .simform__actions .light-green.sumbit:active, .btn.light-green:focus, .simform__actions .light-green.sumbit:focus {
  background-color: #74a838;
}
.btn.light-green:hover, .simform__actions .light-green.sumbit:hover {
  background-color: #7eb73d;
}
.btn.lime, .simform__actions .lime.sumbit {
  background: #CDDC39;
  color: #FFF;
}
.btn.lime:active, .simform__actions .lime.sumbit:active, .btn.lime:focus, .simform__actions .lime.sumbit:focus {
  background-color: #b6c423;
}
.btn.lime:hover, .simform__actions .lime.sumbit:hover {
  background-color: #c6d626;
}
.btn.yellow, .simform__actions .yellow.sumbit {
  background: #FFEB3B;
  color: #FFF;
}
.btn.yellow:active, .simform__actions .yellow.sumbit:active, .btn.yellow:focus, .simform__actions .yellow.sumbit:focus {
  background-color: #ffe60d;
}
.btn.yellow:hover, .simform__actions .yellow.sumbit:hover {
  background-color: #ffe822;
}
.btn.amber, .simform__actions .amber.sumbit {
  background: #FFC107;
  color: #FFF;
}
.btn.amber:active, .simform__actions .amber.sumbit:active, .btn.amber:focus, .simform__actions .amber.sumbit:focus {
  background-color: #d8a200;
}
.btn.amber:hover, .simform__actions .amber.sumbit:hover {
  background-color: #edb100;
}
.btn.orange, .simform__actions .orange.sumbit {
  background: #FF9800;
  color: #FFF;
}
.btn.orange:active, .simform__actions .orange.sumbit:active, .btn.orange:focus, .simform__actions .orange.sumbit:focus {
  background-color: #d17d00;
}
.btn.orange:hover, .simform__actions .orange.sumbit:hover {
  background-color: #e68900;
}
.btn.deep-orange, .simform__actions .deep-orange.sumbit {
  background: #FF5722;
  color: #FFF;
}
.btn.deep-orange:active, .simform__actions .deep-orange.sumbit:active, .btn.deep-orange:focus, .simform__actions .deep-orange.sumbit:focus {
  background-color: #f33a00;
}
.btn.deep-orange:hover, .simform__actions .deep-orange.sumbit:hover {
  background-color: #ff4409;
}
.btn.brown, .simform__actions .brown.sumbit {
  background: #795548;
  color: #FFF;
}
.btn.brown:active, .simform__actions .brown.sumbit:active, .btn.brown:focus, .simform__actions .brown.sumbit:focus {
  background-color: #5c4137;
}
.btn.brown:hover, .simform__actions .brown.sumbit:hover {
  background-color: #694a3e;
}
.btn.grey, .simform__actions .grey.sumbit {
  background: #9E9E9E;
  color: #FFF;
}
.btn.grey:active, .simform__actions .grey.sumbit:active, .btn.grey:focus, .simform__actions .grey.sumbit:focus {
  background-color: #878787;
}
.btn.grey:hover, .simform__actions .grey.sumbit:hover {
  background-color: #919191;
}
.btn.blue-grey, .simform__actions .blue-grey.sumbit {
  background: #607D8B;
  color: #FFF;
}
.btn.blue-grey:active, .simform__actions .blue-grey.sumbit:active, .btn.blue-grey:focus, .simform__actions .blue-grey.sumbit:focus {
  background-color: #4d6570;
}
.btn.blue-grey:hover, .simform__actions .blue-grey.sumbit:hover {
  background-color: #566f7c;
}

.special {
  color: #f44336;
  position: relative;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
.special:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #f00;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.special:hover {
  transition: all 0.15s ease-out;
}
.special:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

#baseline {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-image: url(https://basehold.it/i/24);
}


footer {
    width: 100%;
    background-color: #575454;
    color: #b7afaf;
    margin: 0px 0 0 0px;
    text-align: center;
    padding: 12px 0px;
    font-size: 13px;
}
footer a {
    color: #b7afaf;
  
}
footer a:hover {
    color: #fff;
  
}