@charset "UTF-8";
/* CSS Document */

html { width:100%; min-height: -webkit-fill-available; height:100vh;}

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body {
	height:100vh;
	min-height: -webkit-fill-available;
	min-height:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
	background-image:url('../images/bg.png');
	/* Background pattern from Subtle Patterns */
	background-repeat:repeat;
	color:#000;
	margin:0px 0px 0px;
}

.wrap {
	width:700px;
	margin:auto;
	position:relative;
	margin:auto;
}

.nopad { padding:0px;}
.space { padding:0px 15px;}

a {
	color:#004e96;
	font-weight:700;
	text-decoration:none;
}

.page-fixed {display:block;}
.page-mob {display:none;}

h1{font-size:25px; font-weight:700; margin:30px 0px 0px}
.fsize12 {font-size:12px;}
.fsize13 {font-size:13px;}
.fsize18 {font-size:18px;}
.fweight700 {font-weight:700;}
.txt-c {text-align:center;}
.txt-r {text-align:right;}
.blue {color:#004e96;}
.m10 {margin-top:10px;}
.m20 {margin-top:20px;}
.m30 {margin-top:30px;}

hr.style-one {
	width:250px;
	border: 0;
	height: 1px;
	background: #333;
	margin:25px auto;
}

ol { margin:0px; padding:0px;}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.videoWrapper {
  position: relative;
  /*padding-bottom: 56.25%; *//* 16:9 */
  height: auto;
}

.videoWrapper iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
}

.btn-m {
  padding: 10px 20px 10px;
  text-align: center;
  text-transform:uppercase;
  font-size:13px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  border-radius:2px;
  cursor: pointer;
}

.btn-generic { background-color:#004e96; color: #FFFFFF!important;}
.btn-generic:hover { background-color:#00396e; color: #FFFFFF; text-decoration:none; cursor:pointer;}

a img:hover{
	opacity:1;
	filter: grayscale(10%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor:pointer;
}
a img:hover {
	filter: grayscale(0);
	opacity: .8;
}

.shadow-img {
	-moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.25);
	box-shadow: 0px 0px 10px rgba(68,68,68,0.25);
}



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

.h-140-mob { position:relative; width:100%; height:120%!important;}

.h-140-mob iframe {
  position: relative;
  top: 0;
  left: 0;
  height:100%;
  width:100%;
  padding-bottom:50px;
}
}

@media screen and (max-width: 768px) {
.wrap {
	width:100%!important;
}

ol { margin:0px; padding:0px 0px 0px 10px;}

.page-fixed {display:none;}
.page-mob {display:block;}

.nopad-mob { padding:0px; }
.txt-cen-mob { text-align:center!important;}
.space { padding:0px 30px;}
.no-mt-mob {margin-top:0px!important;}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.h-140-mob { position:relative; width:100%; height:140%!important;}

.h-140-mob iframe {
  position: relative;
  top: 0;
  left: 0;
  height:100%!important;
  width:100%;
  padding-bottom:100px;
}

.half-display {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}


}


