@charset "utf-8";
/*------------| body frame start |-----------*/

/* font start */
/* font end */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html{ margin: 0px!important;}
html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0;
}

body {
  padding: 0px;
  margin: 0px;
  min-width: 320px;
  color: #212529;
	font-family: 'DrescherGroteskBT';
  font-weight: normal;
  font-style: normal;
  font-size:21px;
	line-height:28px;
  display: flex;
  flex-direction: column;
}

#page-wrap{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  flex: 1 0 auto;
  padding-top:110px;
}
footer{flex-shrink: 0;}
/* colors start here */

/* colors end here */

/*=============== tags start ===================**/
section, footer{
position: relative;
overflow: hidden;
clear: both;
width: 100%;
}
*:focus, a:hover, a:active, a:focus {
outline: 0; outline:none!important;
}

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
  border: 0;
}

figure{
padding: 0px;
margin: 0px;
}

a{color: #02B388;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration: none;
}
a:hover {
color: #F5333F;
}

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto
}
input { margin: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Kessel105-Book';
  font-weight:normal;
  font-style:normal;
  color:#02B388;
}
h1, h2, h3, h4, h5, h6{
padding: 0px;
margin: 0px;
display: block;
clear: both;
width: 100%;
}

h1 {
font-size:50px;
line-height:58px;
padding-bottom: 12px;
}
h2 {
font-size:44px;
line-height:52px;
padding-bottom:12px;

}
h3 {
font-size: 34px;
line-height: 42px;
padding-bottom: 15px;

}

h4 {
font-size: 28px;
line-height: 36px;
padding-bottom: 8px;

}
h5 {
font-size: 24px;
line-height: 32px;
padding-bottom: 8px;

}
h6 {
font-size: 22px;
line-height: 30px;
padding-bottom: 8px;

}
ul{
padding: 0px 0px 25px 20px;
margin: 0px;
list-style-position: outside;
}
ol{
padding: 0px 0px 25px 25px;
margin: 0px;
}
ul li{
  /* position: relative; */
  padding: 0px 2px 4px 2px;
}
/*ul li::before{
content: '';
width: 8px;
height: 8px;
position: absolute;
display: block;
left: 2px;
top:15px;
background: #37373C;
border-radius: 8px;
}*/
ol li{
padding: 0px 0px 4px 5px;
}

p { margin: 0px; padding: 0px 0px 28px 0px;}
p:empty {display: none;}

hr {
padding: 0px;
border: 0px;
height: 1px;
margin: 30px auto;
background-color: #033b66;
}
strong, b {}
img { /*  display:block;*/
height: auto }


input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='number'],
input[type="password"],
textarea{
width:100%;
font-family: 'DrescherGroteskBT';
font-weight: normal;
font-style: normal;
/* height:46px; */
border:#F0EEEA solid 1px;
border-bottom:#000 solid 1px;
background-color: #F0EEEA;
font-size:36px;
line-height: 44px;
padding: 10px 15px;
padding-bottom: 9px;
margin: 0px;
color: #000;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}

input[type='submit'], input[type=button], input[type=reset], button, .btn{
font-family: 'DrescherGroteskBT';
font-weight: normal;
font-style: normal;
color:#fff;
min-width: 120px;
font-size:16px;
line-height:24px;
letter-spacing: 2px;
text-decoration: none!important;
margin: 0px;
text-transform: uppercase;
padding: 10px 22px;
border-radius: 0px;
display: inline-block;
background-color:#000;
border:0;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;

-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;

}
input[type='submit']{ text-transform: uppercase;}
input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, button, .btn:hover{
	text-decoration:none;
	color:#fff;
	background-color:#E95958;
	}

select {
border-radius: 0;
background-color: #F0EEEA;
padding: 10px 8px;
/* height: 46px; */
width:100%;
border:#F0EEEA solid 1px;
-webkit-appearance: none;
-moz-appearance:none;
appearance:none;
background-image: url('../images/select-arrow.svg');
background-size: 40px;
background-position: right center;
background-repeat: no-repeat;
padding-right: 45px;
font-size: 36px;
line-height: 44px;
color:#000;
font-family: 'DrescherGroteskBT';
font-weight: normal;
font-style: normal;
	}

select::-ms-expand {
display: none;
}

textarea {
    width: 100%;
    font-size:14px;
    line-height: 22px;
    height:170px;
    padding:10px 15px;
    box-sizing: border-box;
    border: 0px;
    color: #453A8F;
    /* border:1px solid #4c8dce; */
    background-color: #EBE9F6;
    border-radius: 0px;
    resize: none;
    font-family: 'DrescherGroteskBT';
    font-weight: normal;
    font-style: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
	color:#8D8D8D;
	opacity:1;
	font-weight:400;

}

input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
	color:#8D8D8D;
	opacity:1;
	font-weight:400;

}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
	color:#8D8D8D;
	opacity:1;
	font-weight:400;

}

input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
	color:#8D8D8D;
	opacity:1;
	font-weight:400;

}
.resWrap{
  width: 100%;
  overflow: auto;
}

table {
    width: 100% !important;
    border: 0px;
}

table tr{/*border-bottom: 1px dotted #fff;*/
  /* background-image: url('../images/dotts.svg'); */
   background-repeat: repeat-x; background-position: bottom;}
.tableBox table tr:last-child{ background-image: none;}
table tr td {
    padding: 5px 0 6px 0;
    border-collapse: collapse;
}

table {
    text-align: left;
    border-collapse: collapse;
}

table h1, table h2, table h3, table h4, table h5 {
    margin: 0px;
}

table td {

    word-wrap: break-word;
}


.alignleft  {
float: left;
margin: 10px 30px 6px 0px!important;
margin-right:20px!important
}
.alignright  {
float: right;
margin: 10px 0px 6px 20px!important;
}
.aligncenter{
	float: none;
	margin: 30px auto 30px auto;
}
.wp-caption{ max-width:100%;}
.wp-caption-text{ position:relative; font-size:16px; line-height:22px; color:#a7a8aa; padding: 0px;}
.postContent img{ margin:30px 0;}

blockquote{
  margin: 0 auto;
  width:100%;
  /*max-width:480px;*/
  max-width:100%;
  margin-top: 20px;
  margin-bottom:40px;
  padding: 0px 20px 0px 80px;
  position: relative;
  font-size:30px;
  line-height:38px;
  font-family: 'Kessel105-Book';
  text-align:left;
  font-weight: normal;
  font-style: normal;
}
blockquote p{
  padding: 0px;
}
blockquote em{
  margin-top: 20px;
  display: block;
}
blockquote::before{ content:''; width:2px; height: 100%; background-color:#02B388; position:absolute; left:40px; top:0;}


.box{
  position: relative;
}
.box:before{
	content: "";
	display: block;
	padding-top: 50%; 	/* initial ratio of 1:1*/
}
.imageHolder{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-cover {
	/* font-family: 'object-fit: cover'; */
  object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center';
	width: 100%;
	height: 100%;
}

/* clear class css start here */
header:after, section:after, .headerBottom .content_1060::after, .postHolder::after, blockquote::after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}
/* clear class css end here */

/* flex css start here */
.grid, .alm-paging-content{
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0px;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexVerticalCenter{
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexHorizontalCenter,.headerTop ul, ul.footerLogos, .mobileMenuHolder ul {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexRowReverse, .slideHolder{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.featureBlock .col{display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

.mobileMenuHolder ul li{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* flex css end here */

.hovereffect, .relatedNews .box,  .newslisting .box{ overflow: hidden;}
.hovereffect img, .relatedNews .box img, .newslisting .box img{
display:block;
position:relative;
-ms-transform:scale(1);
-webkit-transform:scale(1);
transform:scale(1);
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.hovereffect:hover img, .relatedNews .box a:hover img, .newslisting .box a:hover img{-ms-transform:scale(1.08);
  -webkit-transform:scale(1.08);
  transform:scale(1.08);}
/* .hovereffect img, .hovereffect:hover img,
.relatedNews .box a:hover img,
.newslisting .box a:hover img{
} */
/* common page animations */
