@charset "UTF-8";
/* responsive text queries */

 /*   


font-family: 'Poppins', sans-serif;



	
	*/
/* NO COLUMN PADDING */


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.no-gutter {
    padding-right:0px;
    padding-left:0px;
}

/* BUTTONS */
.btn {
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 5px;
	border: 0 none;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 22px;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
	color: #ffffff;
	background-image: -webkit-linear-gradient(270deg,rgba(161,163,166,1.00) 54.98%,rgba(79,76,77,1.00) 99.95%);
	background-image: linear-gradient(180deg,rgba(161,163,166,1.00) 54.98%,rgba(79,76,77,1.00) 99.95%);
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: -webkit-linear-gradient(270deg,rgba(79,76,77,1.00) 0%,rgba(161,163,166,1.00) 44.65%);
	background-image: linear-gradient(180deg,rgba(79,76,77,1.00) 0%,rgba(161,163,166,1.00) 44.65%);
}
 
.btn-primary:active, .btn-primary.active {
	box-shadow: none;
	background-image: -webkit-linear-gradient(270deg,rgba(79,76,77,1.00) 0%,rgba(161,163,166,1.00) 47.22%,rgba(79,76,77,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(79,76,77,1.00) 0%,rgba(161,163,166,1.00) 47.22%,rgba(79,76,77,1.00) 100%);
}


.btn-primary.gradient {
	background-image: -webkit-linear-gradient(270deg,rgba(161,163,166,1.00) 49.16%,rgba(79,76,77,1.00) 99.95%);
	background-image: linear-gradient(180deg,rgba(161,163,166,1.00) 49.16%,rgba(79,76,77,1.00) 99.95%);
}

.btn-primary.gradient:hover, .btn-primary.gradient:focus, .btn-primary.gradient:active, .btn-primary.gradient.active, .open > .dropdown-toggle.btn-primary {
	background-image: -webkit-linear-gradient(270deg,rgba(161,163,166,1.00) 50.71%,rgba(79,76,77,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(161,163,166,1.00) 50.71%,rgba(79,76,77,1.00) 100%);
}

.btn-primary.gradient:active, .btn-primary.gradient.active {
	background-image: -webkit-linear-gradient(270deg,rgba(79,76,77,1.00) 0%,rgba(161,163,166,1.00) 47.22%,rgba(79,76,77,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(79,76,77,1.00) 0%,rgba(161,163,166,1.00) 47.22%,rgba(79,76,77,1.00) 100%);
}

/* BUTTONS END */


body {
font-family: 'Poppins', sans-serif;
}
#maincontent b {
	font-weight: 600;
}
b  {
	font-weight: 600;
}
.rwd-line{
		display:inline;
}

#contentbox .article a:link {
	color: #ffffff;
	text-decoration: underline;
	line-height: 16px;
}
#maincontent a {
	color: #EBEBCC;
	text-decoration: underline;
}
#contentbox .article a:visited {
	color: #EBEBCC;
	text-decoration: underline;
	line-height: 16px;
}

#creditbox a {
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 20px;
}
#creditbox a:hover {
	color: #A8A8A8;
	text-decoration: underline;
}

#contentbox .article a:hover, .contentbox .article a:focus {
    color: #1D88D9;
    text-decoration: underline;
}
#footer a:link {
	color: #3E3E3F;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus {
    color: #1D88D9;
    text-decoration: underline;
}
#footer a:visited {
    color: #000000;
}

#footer a:hover {
    color: #000000;
    text-decoration: underline;
}
.contentbox .article a:visited {
    color: #1D88D9;
}


h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 1%;
    margin-bottom: 0px;
	font-weight: 500;
	line-height:105%;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 1%;
    margin-bottom: 0px;
    line-height: 125%;

}



#searchbox .btn {
    padding: 5px 8px;
    margin-bottom: 0;
    font-size: 10px;
    height: 30px;
}

#searchbox .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 90%;
}
.thumbnail .caption p {
	text-align: center;
	line-height: 110%;
	margin-bottom: 10px;
	margin-top: 0px;
}
.thumbnail {
	padding-top: 10px;
	border-top: 5px solid #0065A4;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 260px !important;
}
.thumbnailbox {
}


p {
	margin-top: 0px;
	margin-bottom: 1%;
	color: #ffffff;
}

blockquote {
	padding-top: 1.5%;
	padding-right: 2.5%;
	padding-left: 2.5%;
	padding-bottom: 1.5%;
	margin-top: 2.5%;
	margin-right: 15%;
	margin-left: 15%;
	margin-bottom: 2.5%;
	font-size: 120%;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #0065A4;
	border-top: 2px solid #0065A4;
	line-height: 150%;
	font-style: italic;
	text-indent: 0px;
}
#quotebox blockquote {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	border: none;
	font-style: normal;
	text-indent: 0px;
	font-weight: 400;
	line-height: 23px;
}
.quotetitle {
	margin-bottom: 8px;
}

blockquote p {
	text-indent: 0px;
	font-weight: 400;
}

p + ul {
    margin-top: -1.5%;
}
p + h3 {
    margin-top: 25px;
}
h3 + p {
    margin-top: 3px;
}
h1 + p {
     margin-top: 1.5%;
}

h2 + p {
	margin-top: 5px;
}
#contentbox ul li {
  	color: #1665A1; /* set color of list item to a dark gray */
	list-style:none; /* if you’re not already using a reset */
	line-height: 125%;
}

#contentbox ul li:before {
	color: #1665A1; /* set color to red */
	content: "\2022"; /* /2022 is the numerical unicode for &bull; */
	font-size: 150%; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
	padding-right: .25em; /* give the bullet some padding from the text Make sure to use em*/
	position: relative;
	top: .1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}


#contentbox ul{
	font-size: 18px;
	list-style-type: disc;
    list-style-position: inside;
    padding: 3px 0 3px 40px;
    text-indent: -1em;
}
#contentbox ol { 
color: #ffffff; 
  font-size: 18px;
    list-style-position: inside;
    padding: 3px 0 3px 40px;
    text-indent: -1em;
}

#contentbox a {
  color: #ffffff;
  text-decoration:underline;
}

#contentbox a:hover {
  color: #EBEBCC;
  text-decoration:underline;
}

 p {
    font-size: 16px;
	
  }
h1 {
	font-size: 32px;
	color: #ffffff;
}
h2 {
	font-size: 32px;
	color: #ffffff;
}
h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	color: #ffffff;
}
h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
}

h6 {
  font-size: 14px;
  color:#ffffff;
}
hr {
    background-color: #ffffff;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}



#footer p {
	line-height: 1.3;
	text-indent: 0px;
	text-align: left;
	font-size:16px;
	color:#3E3E3F;
	padding-bottom: 3px;
	font-weight: 500
}

#footer h4{
font-family: 'Poppins', sans-serif;
	font-size:15px;
	color:#ffffff;

}

#footer h6 {
	text-align: center;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #ffffff;
}
#creditbox h6 {
	font-size: 12px;
	font-weight: 400;
}
#footer .centre h6{
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
	text-shadow: 0px 0px;
}


@media screen and (min-width:0px) and (max-width:767px){
	.btn {
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 3px;
	border: 0 none;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 18px;
}
	.rwd-line{
		display:block;
}
	#contentbox ul{
	  font-size: 16px;
}
#contentbox ol {
  font-size: 16px;
}

#footer p {
	line-height: 15px;
	text-indent: 0px;
	text-align: center;
	font-size: 13.5px;
}
#footer h3 {
	font-size: 22px;
	line-height:20px;
}

#footer h4 {
	text-align: center;
	margin-left:5px;
	line-height:12px;
}
#footer h4 {
	line-height: 15px !important;
}


 p {
    font-size: 16px;
  }
  h1 {
	font-size: 30px;
	text-align: center !important;
  }
  h2 {
	font-size: 24px;
	text-align: center;
  }
  h3 {
	font-size: 22px;
	text-align: center;
  }
   h4 {
	font-size: 18px;
	text-align: center;
  }
   h5 {
  font-size: 16px;
  text-align:center;
}
h6 {
  font-size: 13px;
}

.btn-primary {
	display: inline-block;
	max-width: 200px;
}
.footer h6 {
	text-align: center;
}
.container.footer .row.footerrow .col-xs-12.col-lg-3.col-sm-5.col-md-4 {
	margin-top: 14px;
}
.container.footer .row.footerrow .col-sm-2.col-sm-offset-3.col-md-12.col-lg-offset-0.col-lg-2.col-xs-12.col-md-offset-0 {
	margin-top: 10px;
}

.fb-page {
	margin-top: 15px;
	margin-bottom: 10px;
}
.thumbnail {
	max-width: 300px;
margin-right: auto;
margin-left: auto;
}
#footer .centre h6 {
	text-align: center !important;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
	
}
#footer h6 {
	text-align: center !important;
	margin-bottom: 10px !important;
	width: 100% !important;
	margin-left: 0px;
}
#creditbox h6 {
	font-size: 12px;
}
}

@media screen and (min-width:768px) and (max-width:991px){
	.thumbnail {
	max-width: 210px !important;
float:right;
}
	.btn {
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 3px;
	border: 0 none;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-size: 18px;
}
#contentbox ul{
	  font-size: 17px;
}
#contentbox ol {
  font-size: 17px;
}

#footer p {
	line-height: 1;
	text-indent: 0px;
	text-align: left;
	font-size: 14px;
}

#footer h4 {
	font-size: 14px;
	line-height: 18px;
}


  p {
    font-size: 16px;
  }
  h1 {
    font-size: 30px;  
  }
  h2 {
	font-size: 28px;
  }
  h3 {
	font-size: 21px;
  }
  h4 {
    font-size: 18px;  
  }
  h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.sidebox h3 {
	font-size: 21px;
}
.btn-primary {
	display: inline-block;
	max-width: 200px;
}
#creditbox h6 {
	font-size: 14px;
}
}

@media screen and (min-width:992px) and (max-width:1199px){
	#footer p {
	line-height: 19px;
	text-indent: 0px;
	font-size: 15px;
	color: #3E3E3F;
}

#footer h6 {
	text-align: center !important;
	margin-bottom: 10px !important;
	width: 100% !important;
	margin-left: 0px;
}
#footer .centre h6{
	text-align: center;
	width:100%;
	margin-bottom: 10px;
	margin-top:0px;
}
#quotebox blockquote {
	font-size: 14px;
	line-height: 20px;
}

}

@media screen and (min-width:1200px){
}
