/* fonts */
@font-face {
	font-family: Nunito;
	src: url(fonts/Nunito/Nunito-Regular.ttf);
}

@font-face {
	font-family: Muktabold;
	src: url(fonts/Mukta_Vaani/MuktaVaani-Bold.ttf);
}



/* for iPhone in landscape mode */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
body {-webkit-text-size-adjust: 100%;}
}


	
.logo {
	/* width: 23%; */
	z-index: 1;
	width: 230px;
	padding: 0;
	position: absolute; 
	bottom: 0;
	left: 5%;
}

/* full width slogan */
.slogan {
	z-index: 1;
	position: absolute; 
	bottom: 0;
	left: 5%;
	font-weight: 500;
	color: #fff;
	padding: 0px 0px 0px 240px;
	line-height: 80%;
}

/*reduced width slogan */

@media (max-width: 760px) {
	.slogan {
		z-index: 2;
		font-weight: 500;
		color: #666;
		padding: 0px 0px 0px 0px;
		position: absolute; 
		top: 40px; 
		bottom: 0;
		left: 5%;
		line-height: 140%;		
		/* background-color: #E4E4E9; */
	}
	
	.sloganbg {
	z-index: 1;
	position: fixed;
	height:25px;
	top: 40px;
	width: 100%;
	left: 0px;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
}
	
}

.adv {
	min-width: 300px;
	max-height: 70px;
	border: 1px solid blue;
    box-sizing: border-box;
	padding: 2px 6px;
	background-color: #158ccf;
	color: #ffffff;
	border-radius: 6px;
}

.adv2 {
	min-width: 300px;
	max-height: 48px;
	border: 1px solid blue;
    box-sizing: border-box;
	padding: 0px 0px;
	background-color: rgb(0, 209, 255);
	/* color: #ffffff; */
	overflow: hidden;
	white-space: nowrap;
	border-radius: 6px; 
}

.footnote{
	font-size: .85em;
	display: inline-block;
}

.offset {
    display: block;
    margin-top: -70px;
    padding-top: 70px;
}

/*  start wide menu  */
.menu {
	z-index: 1;
	position: fixed;
	top: 40px;
	left: 0px;
	width: 100%;
	background-color: #E4E4E9;
	list-style: none;
	height: 28px;
	text-align: left;
	font-size: 1em;
}

.menu ul {
	margin: 2px 0px 0px 0px;
	margin-left: 9%;
	padding: 0;
}
	
.menu .current {
	visibility: hidden;
}

.menu li {
	margin: 0px 3px;
	list-style: none;
	display: inline-block;
	font-family: Nunito, Arial, Helvetica, sans-serif;
}
	
.menu a {
	text-decoration: none; 
	line-height: 100%;
	color: #AF0662;
}
.menu a:hover {
	color: #47569c;
}

.menu .current a {
	color: #fff;
}
/*   end menu    */



/*   start narrow menu/ads   */
@media screen and (max-width: 760px) {
.menu {
	z-index: 1;
	position: fixed;
	/* margin-left: 0px; */
	/* bottom: 40px; */
	top: 12px;
	width: 100%;
	background-color: transparent; 
}	
.menu ul {
	width: 180px;
	padding: 2px 0;
	position: absolute;
	/* top: -25px; */
	right: 5%;
	text-align: right;
}
.menu li {
	display: none; /* hide all <li> items */
	margin: 0;
}
.menu .current {
	visibility: visible;
	display: block; /* show only current <li> item */
}
.menu a {
	display: block;
	margin: 0px 0px; 
	text-align: left;
	width: 160px;
	background-color: #E4E4E9; 
	padding: 6px;
	border: 1px solid #999999;
}

.menu a:hover {
	background-color: #d6dbdf;
}

.menu .current a {
	background: none;
}

/* on nav hover */
.menu ul:hover {
	background-image: none;
}
.menu ul:hover li {
	display: block;
	/* margin: -1px; */
}

/*  narrow offset */
.offset {
	display: block;
	margin-top: -55px;
	padding-top: 55px;
}

}
/*   end narrow menu / ads  */

.wrapper { 
  background-color: #cceeff; 
  padding: 15px;
}

.greybg {
	z-index: 1;
	position: fixed;
	height: 40px;
	top: 0px;
	width: 100%;
	left: 0px;
	background-color: #999999;
	padding: 0px 0px 0px 0px;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .col-1.columns { 
    width: 16.3333333333%;
    padding-right: 10px;
}

  .col-4.columns { 
    width: 83.6666666666%;
    padding-right: 10px;
}

.container {
	/* position: relative; */
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box; 	
}

.column, .columns {
	width: 100%;
	max-width: 880px;
	float: left;
	box-sizing: border-box; 
}

/* edits when smaller than 460px */
@media (max-width: 460px) {
	.optional {
	display: none;
	}
}

/* edits when smaller than 760px */
@media (max-width: 760px) {
	.optional2 {
	display: none;
	}
}

/* For devices larger than 760px */
@media (min-width: 760px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; 
	max-width: 960px; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%;}
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }
  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }
  .one-half.column                { width: 48%; }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
  font-size: 62.5%; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 300; }
h1 { font-family: Muktabold; font-size: 2.8rem; line-height: 1; color: #fff;}
h2 { font-family: Muktabold; font-size: 1.5rem; line-height: 1; color: #fff;}


h3 { font-family: Muktabold; font-size: 1.25rem; line-height: 1; color: #990033; margin-right: .3em;}
h5 { font-family: Muktabold; font-size: 2.6rem; line-height: 1.5; color: #990033; margin-right: .3em;}
h4 { font-family: Muktabold; font-size: 2.6rem; line-height: 1.5; color: #E67E22; margin-right: .3em;}

/* For devices smaller than 760px */
@media (max-width: 760px) {
	h5 { font-family: Muktabold; font-size: 2.0rem; line-height: 1.5; color: #990033;}
	h4 { font-family: Muktabold; font-size: 2.0rem; line-height: 1.5; color: #E67E22;}
}

p {
	margin-top: 0; }

b {
	color: #990033; 
}

.b2 {
	color: #990033; 
	font-size: 115%;
	font-weight: 700;
}

body {
	font-size: 15px; /* currently ems cause chrome bug misinterpreting rems on body element */
	line-height: 1.6;
	font-weight: 400;
	font-family: Nunito, arial, helvetiva, sans-serif;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: #1D9CD8; 
	text-decoration: none;
}
a:hover {
	color: #990033; 
}

.atool {
	color: #990033; 
	text-decoration: underline;
	font-weight: bold;
}
	
.atool:hover {
	color: #47569c; 
	text-decoration: underline;

}

.aprice {
	/* display: inline-block; */
	position: relative;
	left: 0px;
	top: -3px;
	background-color: #990033; 
	border: 1px solid #990033; 
	padding: 0px 8px; 
	/* margin: 0px .3em; */
	border-radius: 4px; 
	/* font-size: 60%; */
	color: #fff;
}

.aprice:hover {
	background-color: #1D9CD8; 
	border: 1px solid #1D9CD8; 
	color: #fff; 
}
  
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px; 
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px; 
  padding-top: 6px;
  padding-bottom: 6px;
  }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 1rem; 
}
  
.listplain {
	list-style: none; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* table {
	vertical-align: top;
	border-collapse: collapse;
	width: 100%;
} */


table {
	border: 1px solid #999999;
	vertical-align: top;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
    box-sizing: border-box;
	/* border-radius: 6px; */
	font-size: 90%;
}



th {
	vertical-align: top;
	text-align: left;
	padding: 4px 4px 4px 10px; 
	/* border-bottom: 2px solid #4d4d4d; */
	background-color: #990033;
    color: #fff;
	}

td {
	vertical-align: middle;
	text-align: left;
	padding: 8px; 
	/* border-bottom: 1px solid #C0C0C0; */
	}
	
.thg,
.tdg {
	/* font-size: 90%; */
	background-color: #E4E4E9; 
	/* color: #990000; */
}

.trr {
	/* font-size: 90%; */
	background-color: #f9f6f6; 
	color: #990000;
}

.select:hover {
	background-color: #f9f6f6;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 0.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  /* margin-bottom: 2.5rem; */
  }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 0;
  margin-bottom: 2.5rem;
  border-width: 0;
  border-top: 1px solid #d5d9db; 
}
  
img {
  padding: 0px 5px;
}
  

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; 
}
