body {
  padding-top: 50px;
  width:100%;
  height:auto;
  font-family: 'PT Sans', Droid Sans, Helvetica, Arial, Verdana, sans-serif;
  overflow-y:hide;
  /*background-color:#d7d5d5; */
  background-color: #faf9f9;
  font-size:14px;
  color:#000;
}

input.submitBtn{
	background-color: #00214D!important;
    border: 1px solid #00214D!important;
	font-size: 15px!important;
	height:auto!important;
}
.contentWrap .resultDiv h2{
	color: #00214d!important;
}
.captcha-reset a{
	color:#fff!important;
}

.navmenu .collapse{
display: flex;
    float: right;
    flex: inherit;
	width:70%;
}
.navmenu ul li{
    width: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
body .key-message .row section {
            top: 50px;
			position: relative;
}
.registrcontainer {
    min-height: 20px;
    padding: 19px;
	margin: 0 auto;
	width:83%;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
	display: none;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.width-20p
 {
    width: 20%;
}
body .big-link{
	    text-decoration: underline;
    font-weight: 600;
	color: #1069df;
}
label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 700;
	margin-top: 10px;
}
.width-90 {
    width: 90px !important;
}
.contentContainer p{
	color: #000;
}
.humber-min-logo img{height: 35px;    position: relative;
    top: -5px;}

.btn-info{  color: #fff;  background-color:#00214D!important;border:solid 1px #00214D!important;

	font-size: 18px;
    padding: 11px;

}
.contentWrap .resultDiv li{
	list-style: none!important;
}
.contentWrap .resultDiv li a{
       /* color: #000!important; */
	color: #0D6EFD !important;
}

.copyright p{padding: 20px 0px 0px 0px;}
.youtube-icon{max-height: 48px!important;
    margin-top: 0px!important;
}
/* =================================================
Text Styles
================================================== */

.indent-4 {padding-left:4px;}
.indent-6 {padding-left:6px;}
.indent-8 {padding-left:8px;}
.indent-10 {padding-left:10px;}
.indent-12 {padding-left:12px;}
.indent-14 {padding-left:14px;}
.indent-15 {padding-left:15px;}

/* =================================================
Colors
================================================== */

.cyan-bkgrnd {background-color:#009BE0; background-color:rgba(0,161,223,1);}
.green-bkgrnd {background-color:#B4C800; background-color:rgba(179,211,53,1);}
.watermelon-bkgrnd {background-color:#DFA4661; background-color:rgba(223,70,97,1);}
.yellow-bkgrnd {background-color:#FEDB00; background-color:rgba(255,219,0,1);}
.purple-bkgrnd {background-color:#5C068C; background-color:rgba(94,13,139,1);}
.teal-bkgrnd {background-color:#0097A9; background-color:rgba(0,150,169,1);}

.h-cyan {color:#009BE0; color:rgba(0,161,223,1);}
.h-green {color:#B4C800; color:rgba(179,211,53,1);}
.h-watermelon {color:#DFA4661; color:rgba(223,70,97,1);}
.h-yellow {color:#FEDB00; color:rgba(255,219,0,1);}
.h-purple {color:#5C068C; color:rgba(94,13,139,1);}
.h-teal {color:#0097A9; color:rgba(0,150,169,1);}
.black{color:#000;}
.white{color:#FFF;}
.red {color:#F00;}

/* =================================================
Widths
================================================== */
.width-20p {width:20%}
.width-25p {width:25%}
.width-60 {width:60px;}
.width-90 {width:90px;}

/* =================================================
Margin
================================================== */

.m-5 { margin:5px 5px;}

/* =================================================
Margin RIGHT
================================================== */

.mr-5 { margin-right:5px;}

/* =================================================
Padding
================================================== */

.p-12 { padding-top:12px;}

/* =================================================
Padding TOP
================================================== */

.pt-5 { padding-top:5px;}
.pt-8 { padding-top:8px;}


/* =================================================
Padding RIGHT
================================================== */

.pr-5 { padding-right:5px;}


/* =================================================
Alignment
================================================== */

.va-middle { vertical-align:middle;}


/* =================================================
Navigation bar
================================================== */
.navbar {
	height:60px;
	background: #fff;
	border-color: #fff;
	}

.navbar-brand {
	padding-top:18px;
	}

.sm-icons img {
	max-height:40px;
	padding:0px 5px 15px 5px;
	float:right;
    margin-top: 0px;
	}
	.nav-flex{
		display: flex;
		align-items: center;
        flex-direction: inherit;
		    width: 100%;
    justify-content: flex-end;
	}
.sm-icons{
	float:right;
	}
	.nav .tiwtericon img{
		width: 44px;
		max-height: 44px;
}
/* =================================================
Global Images
================================================== */
.container .row img {
	max-width:250px;
	width:100%;
	height:auto;
	padding:5px 0px;
	}

/* =================================================
Header
================================================== */

.fym-header section {float:left;}

.fym-header h1 {
	font-size: 5.25em;
	text-align:center;
	}

.fym-header p {text-align:center;}

.fym-header figure {top:0px;}

.fym-header-ver2 h1 {
	font-size:3em;
	}

/* =================================================
Main Content
================================================== */

.main-content h2 {
	text-align:center;
}

.main-content p {
	text-align:center;
}

.main-content hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #000}

/* =================================================
Get Started
================================================== */

.key-message h4 {
	display:none;
	}

/* =================================================
How It Works
================================================== */

.works-how .row figure img {
	max-width:140px;
	width:100%;
	height:auto;
	padding:25px 0px;
	}
.works-how .row img {
    max-width: 140px;
    width: 100%;
    height: auto;
    padding: 25px 0px;
}
.works-how .col-xs-12 h2 {
	text-align:center;
	}

.works-how .row h3 {
    text-align: left;
    padding-top: 30px;
	}
    body .main-content p {
        text-align: center;
    }
body .col-md-push-3 p.lead,
body .main-content .col-md-offset-1 p.lead{
	   text-align: left;
}
.flip_btns{
	margin: 19px 0px;
}

.works-how .row {
	padding-bottom:10px;
	}
.flot-left{
	float: left;
}
/* =================================================
Footer
================================================== */

#footer {
  position:static;
  display:block;
  bottom: 0px !important;
  width: 100%;
  margin-top:20px;
  padding-top:8px;
  height: 65px;
  line-height:20px;
  vertical-align:text-bottom;
  background-color: #00214D;
  overflow:visible;
}


#footer .container img {
	position:absolute;
	display:block;
	float:left;
	height:100%;
	max-height:10px;
	margin-top:10px;
	margin-right:15px;
}

#footer .container .copyright {
	float:right;
	display:inline-block;
	padding-top:4px;
	display:none;
	}




#footer .container .copyright-sm {
	float:right;
	display:inline-block;
	padding-top:4px;
	}

#footer .container .copyright-sm p {
	font-size:0.6em;
}

/* =================================================
Personal Info
================================================== */

.captcha {
	display:inline-block;
	float:left;
	}

.captcha-reset {
	display:inline-block;
	float:left;
	}

/* =================================================
Terms of Service
================================================== */

.terms-of-service {width: 100%;}

.terms-of-service section p, ol {
	margin: 10px 10px;
	}


/* =================================================
MEDIA SIZES
================================================== */

@media (min-width: 360px) {
#footer .container .copyright-sm p {font-size:0.75em;}
#footer .container img {max-height:25px;}
	}

@media (min-width: 560px) {

.fym-header h1 {text-align:left;}
.fym-header p {text-align:left;}
.key-message .row section {top:15px;}
.main-content h2 {text-align:left;}
.main-content h3 {text-align:left;}
.main-content p {text-align:left;}
.key-message h4 {display:block}
.terms-of-service {width: 100%;}
#footer {line-height:50px; padding-top:0px;}
#footer .container img {max-height:35px;margin-top:14px;}
#footer .container .copyright-sm {display:none;}
#footer .container .copyright {display:inline-block;}
#footer .container .copyright p {font-size:0.95em;}
}
@media (max-width: 768px) {
.fym-header figure {top:5px;padding-bottom:10px;}
.key-message .row section {top:5px;}
#footer .container .copyright p {font-size:1.2em;}
.navbar-toggle{
	display: block;
	    margin-top: -4px;
}

	}

@media (max-width: 768px) {
.headerWrap .header, .contentWrap .contentContainer, .contentWrap .banner, .footerWrap .footer, .homefooterWrap .footer, .wrapContainer{
	width: 100% !important;
}
.navbar ul li {
    padding: 5px 3px;
}
.navbar-collapse {
    background: #fff;

	}
.navbar-toggle{
    margin-top: -5px;
		display: block;
}
}

@media (max-width:680px) {
.innerPageLeft .innerPageWrap {
        padding: 50px 16px 0px 15px !important;
        width: 85% !important;
        height: 230px !important;
		   font-size: 15px !important;
    line-height: 20px !important;
}
.innerPageRight .innerPageWrap{
	    padding: 50px 16px 0px 15px !important;
    width:85% !important;
    height: 230px !important;
        font-size: 13px !important;
        line-height: 13px !important;
}
body .innerPageRight {
               height: 317px !important;
    }
body  .innerPageLeft {
        height:450px !important;
    }
body .flipbookContent {
  padding-left: 8px;
    top: 6px;
}
body  .flipbookContent p {
                font-size: 12px !important;
        line-height: 15px !important;
		        width:95%;
    }
    body .flipbookContent p.italics {
        line-height: 17px !important;
        font-size: 12px !important;
		 width:92%;
    }
	body .flipbookContent h4 {
        font-size: 14px;
        padding: 0 4px 5px 0;
    }

body .pageNos {
    
    margin-right: 0;
    margin-top: 0;
    width: fit-content;
    right: 21px;
    top: 17px;
}
body .innerPageLeft .innerPageWrap,
body .innerPageRight .firstPage{
	background-size: contain !important;
}
body .assesmentSuccesMsg1 {
    padding-top: 58px;
    font-size: 19px;
}
body .first_page {
        top: 67px !important;
        background-size: contain !important;
        width: 100px !important;
        left: 14px;
}
body .flipbookWrap .firstPage h2 {
    font-size: 18px;
}
body .flip_btns .btn_sbt {
    position: relative;
    left: 33px;
}
body .radioSelected,
body .radio {
    top: 16px;
        min-height: 20px;
		padding-left: 37px;
		        left: -9px;


}

body .innerPageLeft div, body .innerPageRight div {
    margin-bottom: 12px;

}
.flip_btns .btn_sbt a {
    width: 85px;
    font-size: 14px;
}
}

@media (max-width: 400px) {
    .innerPageLeft .innerPageWrap {
        width: 78% !important;
    }
.innerPageRight .innerPageWrap{
    width:78% !important;
}	
}




@media (min-width: 992px) {
.fym-header figure {top:30px;}
.key-message .row section {top:5px;}
	}

@media (min-width: 1170px) {
.key-message .row section {top:30px;}
	}

@media print {
* img {width:250px !important;}
}
