@import url('//fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');
.nActive-wrapper {
	background-color: #e5e5e5 /*{background-colour}*/;
	background-image: none /*{background-image}*/;
	background-repeat: repeat /*{background-repeat}*/;
	color: #333333 /*{font-colour}*/;
	font-size: 14px;
	font-family:  "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI","Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif /*{font-family}*/;
    padding-top: 0px;
    padding-bottom: 0px;
}
.nActive-wrapper .container {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0px 15px;
    width: 80%;
    margin: auto;
}
hr {
    border-bottom: 1px solid #b7b7b7;
    border-top: none;
    margin: 20px 0;
}
.nActive-wrapper a {
	color: #0088cc;
	text-decoration: none;
}
.nActive-wrapper .clearfix {
	clear: both;
}
.nActive-wrapper .inline-block {
	display: inline-block;
}
.header {
    margin-bottom: 2em;
	padding-bottom: 20px;
	color: #fff;
	background-color: #152b5b;
}
.con-head {    
	width: 33.0%;
    display: inline-block;
    vertical-align: middle;
}
.con-head > * {
	max-width: 100%;
}
.con-head-2 a {
    color: #FFDC57 !important;
}
.yellow-head {
	margin-bottom: 15px;
	background-color: #ecbc0c;
}
.yellow-head ul {
	padding: 0;
}
.yellow-head ul li {
	display: inline-block;
	list-style: none;
}
.yellow-head ul li a {
    display: inline-block;
    padding: 5px 15px;
    color: #222;
    font-size: 12px;
    font-weight: bold;
}
.company-logo p {
    margin-bottom: 7px;
    margin-top: 0;
	color: #fff;
}
.company-logo p img {
    margin-right: 8px;
    position: relative;
    bottom: -4px;
}
.d-blue {
    padding: 10px;
    margin: 15px auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal !important;
    background-color: #0b1b3f;
	vertical-align: top;
}
.d-blue strong {
    display: block;
    margin-top: 5px;
    color: #58bedb;
}
.header .text-right {
    text-align: right;
	padding-top: 10px;
}
.header .text-right p {
	margin: 5px 0;
}
.header .text-right h4.muted {
    margin-top: 10px;
    margin-bottom: 0;
    color: #5cbeda;
	font-size: 17.5px;
}
.title-wrapper h1 {
    padding: 10px 0px;
    font-size: 38.5px;
    line-height: 1.3;
}
.img-wrapper {
}
.img-wrapper > img {
	width: 55%;
	margin-right: 3%;
	float: left;
	background-color: #fff;
    box-shadow: 0px 3px rgba(0,0,0,0.1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.img-wrapper .alt-img {
	width: 42%;
	float: left;
    display: block;
    margin-right: -5%;
}
.img-wrapper .alt-img > * {
	width: 45%;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
}
.img-wrapper .alt-img img {
	width: 100%;
	height: auto;
    box-shadow: 0px 3px rgba(0,0,0,0.1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	background-color: #fff;
}
.nActive-wrapper .container .column-left {
    width: 25%;
    padding: 0 2% 0 0;
}
.nActive-wrapper .container .column-left .well {
    padding: 10px 20px 15px 25px;
    box-shadow: 0px 3px rgba(0,0,0,0.1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	background-color: #fff;
}
.nActive-wrapper .container .column-left .well {
	text-align: left;
}
.nActive-wrapper .container .column-left .well h3 {
    margin-bottom: 5px;
	font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
	text-transform: uppercase;
}
.nActive-wrapper .container .column-left .well ul {
	padding: 0;
    margin: 0;
}
.nActive-wrapper .container .column-left .well ul li {
    margin-bottom: 5px;
	list-style: none;
}
.nActive-wrapper .container .column-left .well ul li a {
    padding: 5px 0;
}
.nActive-wrapper .container .column-right {
	width: 73%;
}
.nActive-wrapper .nTabs .tab .content {
    padding: 1em 2em;
	background: #fff;
    box-shadow: 0px 3px rgba( 0, 0, 0, 0.1 );
    color: #444;
    font-size: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.nActive-wrapper .nTabs .tab label {   
    top: -50px; 
	padding-top: 8px;
    padding-bottom: 8px;
    border: none;
	font-size: 18px;
    background: transparent;
}
.nActive-wrapper .nTabs [type=radio]:checked ~ label {
    color: #152b5b;
	background: transparent;
    border-bottom: 5px solid #152b5b;
}
.footer {
	color: #fff;
	text-align: center;
	background-color: #152b5b;
    padding: 0 0 10px 0;
}
.footer ul {
}
.footer ul li {
    display: inline-block;
	text-align: center;
	list-style: none;
}
.footer .yellow-head ul li {
    padding: 10px 10px 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
.footer ul.payment li {
	padding: 5px;
}
.footer .company {
    margin-top: 18px;
    color: #FFDC57 !important;
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px){
}
@media (min-width: 768px) and (max-width: 991px){
.con-head-1 {
	width: 100%;
	text-align: center;
}
.con-head-2 {
	width: 48%;
	text-align: center;
}
.con-head-2 * {
	text-align: center;
}
}
@media (max-width: 767px) {
.company-logo img {
	max-width: 250px;
}
.con-head {
	width: 100%;
}
.con-head * {
	text-align: center;
}
.d-blue {
	display: block !important;
	margin-bottom: 0;
}
.header .text-right * {
	margin: 0 !important;
}
.title-wrapper h1 {
	font-size: 32px;
}

.img-wrapper>img {
    width: 100%;
    margin-bottom: 3%;
}
.img-wrapper .alt-img {
    width: 105%;
}

.nActive-wrapper .container .column-left {
	display: none;
}

.nActive-wrapper .container .column-right {
    width: 100%;
}
.nActive-wrapper .nTabs {
	margin-top: 0;
}
.nActive-wrapper .nTabs .tab label {
	top: auto;
	display: block;
	margin-top: 10px;
	border: none !important;
}
}