/* If the screen size is 1000px wide or less */


/* main css */
/* https://purifycss.online/ */

body {
    background: #f4f6f3 url(https://www.hotelnews.ie/images/admin/bg.jpg) top center repeat-x;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    color: #555;
    font-size: 12px;
    font-style: normal;   
	line-height: 1.5;
    word-wrap: break-word;
    margin: 0;
    padding: 0;	
    border: 0;
    outline: 0
}

/* [1.3.1] Reverted to original fixed 1000px — browser zoom-to-fit handles mobile scaling.
   Responsive container caused all font sizes / padding / margins to render at actual px,
   which broke the layout designed for a 1000px canvas. */
#container {
    margin: 0 auto;
    width: 1000px
}

/* Width constraint for semantic landmarks added in Phase 1 (1.2.2) */
main#main-content {
    width: 1000px;
    margin: 0 auto;
    min-height: 300px;
    background: #fff;
    border-left: 1px solid #ced1d1;
    border-right: 1px solid #ced1d1;
}
footer {
    width: 1000px;
    margin: 0 auto;
}
/* min-height moved to main#main-content — #main-wrapper now only wraps nav inside <header> */
header #main-wrapper {
    min-height: auto;
}

.clearfix:after, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}


.clearfix, .container {
    display: block;
    width: 100%
}




#main-wrapper {
    min-height: 300px;
    background: #fff
}


/* [1.3.1] Fixed: was 998px !important, now responsive */
#main {
    background: #fff;
    border-left: 1px solid #ced1d1;
    border-right: 1px solid #ced1d1;
    margin: 0;
    width: 100% !important
}





/* end of main css */

/* additional css */


html { font-size: 16px; 
}

body { padding: 1.0rem;
	   font-size: 2.0%;
}

/* [1.3.2] Reverted to original values — fixed 1000px container means browser scaling
   handles proportional sizing, so the large rem values render correctly. */
h1 {
  font-size: 4.3rem;
  color: #17608a;
  margin-bottom: 1.0rem;
  margin-top: 0.9rem;
  font-weight: bold; /* [1.5.7] was 50 (invalid) */
  line-height: 125%;
}

h2 {
  font-size: 3.8rem;
  color: #17608a;
  margin-bottom: 1.2rem;
  font-weight: bold; /* [1.5.7] was 50 (invalid) */
  line-height: 120%;
}

.h2_News {
  font-size: 3.3rem;
}

h3 {
  font-size: 3.3rem;
  color: #17608a;
  font-weight: bold; /* [1.5.7] was 140% (invalid) */
  margin-bottom: 0.5rem;
  line-height: 140%;
}

h4 {
  font-size: 3.0rem;
  font-weight: bold; /* [1.5.7] was 140% (invalid) */
  margin-bottom: 0.4rem;
  line-height: 125%;
}

h5 {
  font-size: 3.8rem;
  color: #4d4d4d;
  margin-bottom: 1.2rem;
  margin-left: 0.0rem;
  font-weight: 550;
  line-height: 100%;
}

strong {
  font-weight: bold;
}




.container {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  font-size: 3.0rem; /* 40px/16=2.5rem */
  color: #fff;
  font-weight:400;
  position: absolute;
  bottom: 20px;
  left: 50px;
}

.bottom {
  position: relative;
  bottom: 5px;
  left: 0px;
}



#container_dot {
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative;
    }
 
    .circle_dot {
      border-radius: 60%;
      background-color: #a2e7ff;
      width: 3.8rem;
      height: 3.8rem;
      position: absolute;
		top: 30.0%;
		right: 27.5%;
	  
      opacity: 0;
	  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);	  
    }
 
    .item_dot {
      z-index: 100;
      padding: .2rem;
    }
 
    .item_dot img {
      width: 1.4rem;
    }

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}


blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 32px;
  font-weight: normal;
  line-height: 40px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}





.pagebar_light_blue {
  overflow: hidden;
  background-color: #00B2FF;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
    margin-top: 2rem;
    width: 100%;
	height: auto;

	box-shadow: 0px 12px 32px 0px rgba(0,0,0,0.2);
}


.suppliers-hub-promo1 {
  font-size: 2.8rem; /* 40px/16=2.5rem */
  background-color: #00B2FF;
  height: 100%;
  color: #081A2A;
  margin: 0.6rem;
  font-weight:500;
  line-height: 120%;
  padding: 1.4rem;
} 

.suppliers-hub-promo2 {
  font-size: 2.8rem; /* 40px/16=2.5rem */
  background-color: #004f9e;
  height: 100%;
  color: #081A2A;
  margin: 0.6rem;
  font-weight:500;
  line-height: 120%;
  padding: 1.4rem;
} 

.suppliers-irelandhotels {
  font-size: 2.8rem; /* 40px/16=2.5rem */
  background-color: #004f9e;
  height: 100%;
  color: #FFF;
  margin: 0.6rem;
  font-weight:500;
  line-height: 120%;
  padding: 1.4rem;
} 


.pagebar_navy_blue {
  overflow: hidden;
  background-color: #16436b;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
    margin-top: 2rem;
    width: 100%;
	height: auto;

	box-shadow: 0px 12px 32px 0px rgba(0,0,0,0.2);
}

.pagebar_ihf_green {
  overflow: hidden;
  background-color: #4AB153;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
    margin-top: 2rem;
    width: 100%;
	height: auto;

	box-shadow: 0px 12px 32px 0px rgba(0,0,0,0.2);
}

.pagebar {
  font-size: 4.8rem; /* 40px/16=2.5rem */
  color: white;
  margin-bottom: 0.4rem;
  font-weight:50;
  line-height: 110%;
}

.pagebar2 {
  font-size: 2.4rem; /* 40px/16=2.5rem */
  color: #081A2A;
  margin-bottom: 0.4rem;
  font-weight:600;
  line-height: 120%;
} 

.suppliers-hub-promo1 {
  font-size: 2.4rem; /* 40px/16=2.5rem */
  color: #081A2A;
  margin-bottom: 0.4rem;
  font-weight:600;
  line-height: 120%;
} 

.suppliers-hub-promo2 {
  font-size: 2.4rem; /* 40px/16=2.5rem */
  color: #004f9e;
  margin-bottom: 0.4rem;
  font-weight:600;
  line-height: 120%;
} 

.sponsor-HN1 {
  color: #4D4D4D;
  font-size: 1.8rem; 
  font-family: Calibri, sans-serif;
  font-weight: bold;
  text-align: left;
  line-height: 100%;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.strapline {
  color: #383838;
  font-size: 1.6rem; 
  font-weight:300;
  text-align: center;
  line-height: 100%;
  margin-top: 0.9rem;
  margin-left: 3%;
  margin-bottom: 2.2rem;
}

a.strapline:hover {
  color: #383838;
  text-decoration: none;
  font-weight: bold;
}


.hx1 {
  font-size: 4.3rem; /* 40px/16=2.5rem */
  color: #383838;
  margin-bottom: 1.0rem;
  margin-top: 0.9rem;
  font-weight:50;
  line-height: 120%;
}

.hx2_sub {
  font-size: 3.0rem; /* 40px/16=2.5rem */
  color: #17608a;
  margin-bottom: 0rem;
  font-weight: normal;
  line-height: 120%;
}

.hx2 {
  font-size: 2.6rem; /* 40px/16=2.5rem */
  color: #17608a;
  margin-top: 5.6rem;
  margin-bottom: 1.2rem;
  font-weight: normal;
  line-height: 130%;
  font-style: italic;
}

.hx3 {
  font-size: 2.8rem; /* 30px/16=1.875rem */
  color: #17608a;
  font-weight: bold;
  margin-bottom: 0.5rem; 
  line-height: 100%;
}

.hx4 {
  font-size: 2.2rem; /* 14px/16=0.875rem */
  color: #383838;
  font-weight:300;
  line-height: 140%;
  margin-top: 0.4rem;
  margin-bottom: 1.2rem;
}


span.fl {
  float: left;
  line-height: 85%;
  font-size: 12.9rem;
  font-family: georgia;
  margin-right: 1.1rem;
    color: #17608a;
}



p {
  font-size: 2.8rem; /* 14px/16=0.875rem */
  color: #383838;
  font-weight:300;
  line-height: 136%;
  margin-bottom: 0.8rem;
  margin-bottom: 2.4rem;
}

.sub-header-bar {
  border-top: 1px solid #E2E2E2;
  background-color: #F8F8F8;
  padding-left: 2.4%;
  padding-top: 0.5rem;
  text-align:left;
  font-size: 1.6rem; 
}


.date-sub-header {
  display:inline-block; 
  width: 48%;
  padding-top: 0.5rem;
  text-align: left;
  font-size: 1.8rem; 
}

.newsletter-sub-header {
  display:inline-block; 
  width: 48%;
  padding-top: 0.5rem;
  text-align: right;
  font-size: 1.8rem; 
}

.div-solid {
  border-style: solid;
  color: #383838;
  font-weight:300;
  line-height: 136%;
  margin-bottom: 0.8rem;
  margin-bottom: 2.4rem;
	}

p2 {
  font-size: 2.2rem; /* 14px/16=0.875rem */
  color: #383838;
  font-weight:300;
  line-height: 150%;
  margin-bottom: 0.8rem;
  margin-bottom: 2.4rem;
}


.green-text {
  color: #016b29; 
  display: inline;
  line-height: 100%;
}

.green-text2 {
  font-size: 1.0rem;
  color: #016b29; 
  display: inline;
  line-height: 160%;
}

.grey-text {
  color: #383838; 
  display: inline;
}

.date-issued {
  color: #484848; 
  text-align: center;
  font-weight: bold;  
}

.ind-text {
  display: inline;
  width: 60%;
  border: 10pt;
}

.lighter-green-text {
  color: #009933; 
  display: inline;
}


.news-blue-text {
  color: #007db3;
  display: inline;
}

.news-green-text {
  color: #368A3C; 
  display: inline;
}

.news-pink-text {
  color: #bb3b7f; 
  display: inline;
}

.news-red-text {
  color: #c70000; 
  display: inline;
}

.news-orange-text {
  color: #fb650e; 
  display: inline;
}
.news-navy-text {
  color: #004f9e; 
  display: inline;
}

.news-lightgreen-text {
  color: #57b807; 
  display: inline;
}

.news-red2-text {
  color: #ef3248; 
  display: inline;
}



.light-blue-text {
  color: #007db3;
  display: inline;
}

.blue-text {
  color: #17608a; 
  display: inline;
}

.blue-text-plain {
  color: #17608a; 
}

.light-blue-text {
  color: #007db3;
  display: inline;
}

.red-text {
  color: #c70000; 
  display: inline;
}

.red2-text {
  color: #ef3248; 
  display: inline;
}

.white-text {
  color: white; 
  display: inline;
}

.light-green {
  color: #96febd; 
  display: inline;
}


.categories {
font-size: 2.0rem;
text-align:center;
}

/* Solid border */
hr.solid {
  border-top: 18px solid #034848;
}

.caption_name {
  font-size: 0.9rem; /* 14px/16=0.875rem */
  color: #383838;
  font-weight:600;
  line-height: 100%;
  margin-top: 0.3rem;
  margin-bottom: 2.7rem;
}

.caption {
  font-size: 2.2rem; /* 14px/16=0.875rem */
  color: #383838;
  font-weight:300;
  line-height: 130%;
  margin-top: 0.3rem;
  margin-bottom: 2.0rem;
}


.bold {
  font-weight: bold;	
}

/* [1.5.8] Removed duplicate .linked (was color #016b29 green; correct definition with #525252 is below) */

.linked-font {
  font-family: Open Sans;
  font-size: 2.2rem; /* 14px/16=0.875rem */
  color: #252525;
  font-weight:300;
  line-height: 100%;
  margin-bottom: 0.4rem;
}

.linked_home {
  font-size: 2.9rem; /* 14px/16=0.875rem */
  /* font-weight: inherited from fa-solid (900) — do not override */
  line-height: 100%;
  margin-bottom: 0.0rem;
}

.sign-up-font {
  font-size: 2.2rem; /* 14px/16=0.875rem */
}

.linked {
  font-size: 2.2rem; /* 14px/16=0.875rem */
  color: #525252;
  font-weight:normal;
  line-height: 100%;
  margin-bottom: 0.4rem;
}


sup {
  font-size: 2.0rem; /* 30px/16=1.875rem */
  color: #383838;
} 
 
.partners {
  font-size: 2.4rem; /* 14px/16=0.875rem */
  color: #383838;
  font-weight:normal;
  margin-bottom: 1.0rem;
  text-align:center;
  font: italic;
  }
 
.nav {
  margin: auto;
  width: 94%;
  font-size: 2.2rem; 
  color: #383838;
  padding: 15px 0px 0px 0px;
}

ul {
  list-style-position: outside;
  padding-left: 2.6rem;
    margin-bottom: 4.0rem; 
	    margin-left: 2.0rem; 
  }

li.arrows {
   list-style-position: outside;
   padding-left: 0px;
    margin-top: 0.4rem; 
  font-size: 2.8rem;  
    line-height: 150%;
}


li.arrows::before {
     list-style-position: outside;
	 font-family: 'FontAwesome';
     content: '\f101';
  font-weight: bold;
  font-size: 2.8rem;
  display: inline-block; 
  width: 2rem;
  margin-left: -2.0rem;
    margin-top: 0.4rem; 
}



li.aa {
   list-style-position: outside;
   padding-left: 0px;
    margin-top: 1.0rem; 
  font-size: 2.8rem;  
    line-height: 150%;
}


li.aa::before {
       list-style-position: outside;
	   content: "\2022";
  color: #1e79ae;
  font-weight: bold;
  font-size: 2.8rem;
  display: inline-block; 
  width: 2rem;
  margin-left: -2.0rem;
    margin-top: 1.0rem; 
}

li.kepak {
   list-style-position: outside;
   padding-left: 0px;
    margin-top: 0.4rem; 
  font-size: 2.8rem;  
    line-height: 150%;
}


li.kepak::before {
       list-style-position: outside;
	   content: "\2022";
  color: #f39c12;
  font-weight: bold;
  font-size: 2.8rem;
  display: inline-block; 
  width: 2rem;
  margin-left: -2.0rem;
    margin-top: 0.4rem; 
}


li.cc { /* Crowe */
   list-style-position: outside;
   padding-left: 0px;
    margin-top: 0.4rem; 
  font-size: 2.8rem;  
    line-height: 120%;
}


li.cc::before { /* Crowe */
       list-style-position: outside;
	   content: "\2022";
  color: #1e79ae;
  font-weight: bold;
  font-size: 2.8rem;
  display: inline-block; 
  width: 2rem;
  margin-left: -2.0rem;
    margin-top: 0.4rem; 
}

ul.bb {
  list-style-position: outside;
  padding-left: 0.6rem;
    margin-bottom: 2.0rem; 
  }

li.bb {
   list-style-position: outside;
   list-style-type: none;
   padding-left: 8px;
    margin-top: 1.4rem; 
  font-size: 2.8rem;  
}




ol.dec {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 4.4rem;
  margin: 0;
      margin-top: 2.3rem; 
		  font-size: 2.8rem;  
	font-weight:normal;
  }
  
li.dec {
  padding-left: 8px;
    margin-top: 1.4rem; 
  font-size: 2.8rem;  
  font-weight:bold;
}

li.dec > * {
font-weight:normal;
            }
			
.menu-wrapper {
	height: 0%;
	display: none;
	  margin-bottom: 1.2rem; 
}

.nav-bar {
	width: 100%;
	height: 100%;
	margin-top: 12px;
}


.box-feature-H {
  background-color: #efefef;
  color: #383838;
  padding: 0.2rem;
  font-size: 2.4rem; 
  color: #383838;
  font-weight: bold;
}


/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 1px;
}

.left {
  width: 30%;
  }

.left1_3 {
  width: 29%;
  padding-left: 3%;
  padding-right: 1%;
  padding-bottom: 0.7rem;
   }

.left1_3b {
  display: inline-block;
  width: 25%;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 0.7rem;
   }

.left1_6b {
  display: inline-block;
  width: 9%;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 0.7rem;
   }
   
.right {
  width: 60%;
  padding-left: 5%;
}

.row {
 margin-top: 10pt;
} 

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



.gold-text {
  color: #8F8770; 
    display: inline;
  line-height: 100%;
}


.ind-text {
  display: inline;
  width: 60%;
  border: 10pt;
}

.lighter-green-text {
  color: #009933; 
  display: inline;
}

.white-text {
  color: white; 
  display: inline;
}

.navy-text {
  color: #16436b; 
  display: inline;
}

.light-green {
  color: #96febd; 
  display: inline;
}

.end-footer {
  text-align: center; 
  font-size: 1.4rem;
  color: #303030; 
  background-color:#f4f6f3;
  line-height: 150%;
  }

.new-footer {
  font-size: 0.7rem;
  color: #fff;
  background-color: #7d7d7d;
  text-align:center;
  border-bottom: 2px solid #636363;
  text-transform: uppercase;
  padding-top:1.0rem;
  padding-bottom:0.5rem;
}

 
.footer-grey {
 color: #b3b3b3; 
 font-weight: bold;
 }

.image-footer-logo {
  width: 12%; 
  height: auto;
  padding-top: 1rem;
  display: block;
  border: none;
  margin:0.7rem auto 1rem auto;
 }
 
 
.image-Ind1 {
  width: 42%; 
  height: auto;
  display: block;
  margin-top: 4.3rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  border: none;
 }

.image-Ind2 {
  width: 25%; 
  height: auto;
  display: block;
  margin-top: 1.75rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  border: none;
 }
 
 .image-Ind3 {
  width: 60%; 
  height: auto;
  display: block;
  margin-top: 0rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0rem;
  border: none;
 }
 
 .image-Ind4 {
  max-width: 80%; 
  max-height: 14.0rem;
  height: auto;
  width: auto;
  display: block;
  margin-top: 3.6rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  border: none;
 }
  
 .image-Ind5 {
  max-width: 90%; 
  height: auto;
  width: auto;
  display: block;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  border: none;
 }  
 
  .image-header_bar {
  width: 100%; 
  height: 70%;
  display: block;
  margin: 0; /* [1.5.7] was invalid "none" */
  border: none;
  padding-top: 1.5rem;
}


.image-Ind-bar {
  width: 50%; 
  height: auto;
  display: block;
  margin: auto;
  border: none;
  padding-top: 1.5rem;
}


.image-E-div {
    width: 20%;
	display: inline-block;
	padding-top: 1.0%;
	padding-bottom: 3.0%;
	margin-left:2%;
	margin-right:2%;
}


.image-E {
  width: 100%; 
  height: auto;
  margin:auto;
  border: none;
  vertical-align: middle;
 }
 


.image-A {
  margin: 0 auto; /* [1.5.7] was invalid "float: center" */
  margin-top: 10px;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  width: 86%;
  border: none;
}

.image-B {
  float: left;
  margin-top: 0px;
  margin-bottom: auto;
  margin-right: 6px;
  margin-left: auto;
  width: 35%;
  border: none;
  padding-right: 1.0rem;
}

.image-B_Supplier {
  float: left;
  margin-top: 18px;
  margin-bottom: auto;
  margin-right: 0.3rem;
  margin-left: auto;
  width: 35%;
  border: none;
  padding-right: 1.0rem;
}

.image-B_News-Wide {
  float: left;
  margin-top: 0px;
  margin-bottom: auto;
  margin-right: 0.8rem;
  margin-left: auto;
  width: 33%;
  border: none;
}


.image-22_left {
  float: left;
  margin-top: 18px;
  margin-bottom: auto;
  margin-right: 0.3rem;
  margin-left: auto;
  width: 22%;
  border: none;
  padding-right: 1.0rem;
}

.image-C_Supplier {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: auto;
  margin-right: 10%;
  margin-left: 10%;
  width: 25%;
  border: none;
  vertical-align: middle;
}

.image-C_Supplier-X3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: auto;
  margin-right: 3%;
  margin-left: 3%;
  width: 25%;
  border: none;
  vertical-align: middle;
}


.image-B2 {
  float: left;
  margin-top: 0px;
  margin-bottom: auto;
  margin-right: 6px;
  margin-left: auto;
  width: 35%;
  border: none;
  padding-right: 1.0rem;
}

.image-B3 {
  float: left;
  margin-top: 0px;
  margin-bottom: auto;
  margin-right: 2%;
  margin-left: auto;
  width: 33%;
  border: none;
}

.image-B3R {
  float: right;
  margin-top: 0px;
  margin-bottom: auto;
  margin-left: 2.5%;
  margin-right: auto;
  width: 33%;
  border: none;
}

.image-B3L {
  float: left;
  margin-top: 0px;
  margin-bottom: auto;
  margin-right: 2.5%;
  margin-left: auto;
  width: 33%;
  border: none;
}


.image-B3_50L {
  float: left;
  margin-top: 1.5%;
  margin-bottom: 2%;
  margin-right: 1%;
  margin-left: 1%;
  width: 98%;
  border: none;
}

.image-B3_50R {
  float: right;
  margin-top: 1.5%;
  margin-bottom: 4%;
  margin-right: 1%;
  margin-left: 1%;
  width: 98%;
  border: none;
}

.image-B3_35L {
  float: left;
  margin-top: 1.5%;
  margin-bottom: 2%;
  margin-right: 3%;
  margin-left: 1%;
  width: 30%;
  border: none;
}

.image-B3_35R {
  float: right;
  margin-top: 1.5%;
  margin-bottom: 2%;
  margin-right: 1%;
  margin-left: 3%;
  width: 30%;
  border: none;
}


.image-B3_35L {
  float: left;
  margin-top: 1.5%;
  margin-bottom: 2%;
  margin-right: 3%;
  margin-left: 1%;
  width: 33%;
  border: none;
}

.image-B3_35R {
  float: right;
  margin-top: 1.5%;
  margin-bottom: 2%;
  margin-right: 1%;
  margin-left: 3%;
  width: 33%;
  border: none;
}


.image-C {
  float: left;
  margin-top: 4px;
  margin-bottom: auto;
  margin-right: 20px;
  margin-left: auto;
  height: 100px;
  border: none;
}

.image-D {  /*Ind suppliers */
  display: block;
  margin-top: 4px;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  border: none;
}

.image-D2 {  /*Ind suppliers */
  display: block;
  margin-top: 4px;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  width: 60%;
  border: none;
}

.image-C-R {
  float: right;
  margin-top: 4px;
  margin-bottom: auto;
  margin-right: 10px;
  margin-left: 10px;
  height: 100px;
  border: none;
}

.image-F {  /*Ind suppliers */
  display: block;
  margin-top: 6px;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  max-height: 11.0rem;
  max-width: 96%; 
  border: none;
}


.image-CP {  /*Ind suppliers */
  display: block;
  margin-top: 2.0rem;
  margin-bottom: 0.0rem;
  max-height: 22.0rem;
  max-width: 90%; 
  border: none;
}

 .image-article-1 {
  width: 100%; 
  height: auto;
  display: block;
  margin-top: 0.3rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.0rem;
  border: none;
 }

 .image-article-2 {
  width: 100%; 
  height: auto;
  display: block;
  margin-top: 0.6rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5rem;
  border: none;
 }
 
 .image-article-50R {
   float: right;
  margin-top: 1.5%;
  margin-bottom: 5.0rem;
  margin-right: 1%;
  margin-left: 1%;
  width: 98%;
  border: none;
 }
 
 .image-article-33R {
  float: right;
  margin-top: 0px;
  margin-bottom: auto;
  margin-left: 2.5%;
  margin-right: auto;
  width: 33%;
  border: none;
 }
 
.image-lead {
 width: 100%; 
 height: auto;
}

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

#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Vid1 {
  display: block;
  margin: 0px auto; 
  position: absolute; 
  top: 0; 
  left: 0;
}

.Vid-News {
  position: relative; 
  padding: 30px 0px 57% 0px;
  height: 0; 
  overflow: hidden; 
  margin: 5% 2% 5% 2%;
}

.Vid-origin_green {
  position: relative; 
  padding: 30px 0px 47% 0px;
  height: 0; 
  overflow: hidden; 
  margin: 5% 0% 5% 0%;
}


.Vid-cs {
  position: relative; 
  padding: 30px 0px 57% 0px;
  height: 0; 
  overflow: hidden; 
  margin: 5% 2% 5% 2%;
}

.iframe-news {
  width: 90%;
  height: 90%;
}  

.iframe-origin_green {
  width: 100%;
  height: 100%;
}  

.iframe-cs {
  width: 100%;
  height: 100%;
}  

/* unvisited link */
a:link {
  color: #383838;
  text-decoration: none;
}

a.o:link {
  color: #007db3;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #999999;
}


a.k:link {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 2.1rem;
}

a.j:link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 2.4rem;
}

a.o_tourdesk:link {
  color: #e09424;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #e09424;
}


a.p:link {
  color: #007db3;
  text-decoration: none;
}


a.n:link {
  color: #007db3;
  text-decoration: none;
  border-bottom: 1px solid #999999;
}

a.s:link {
  color: #383838;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

a.end:link {
  color: #fff;
  text-decoration: none;
}

a.kepak:link {
  color: #f39c12;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #F15A22;
}


/* visited link */
a:visited {
  color: #383838;
  text-decoration: none;
}

a.o:visited {
  color: #007db3;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #999999;
}

a.k:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 2.1rem;
}

a.j:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 2.4rem;
}

a.o_tourdesk:visited {
  color: #e09424;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #e09424;
}

a.p:visited {
  color: #007db3;
  text-decoration: none;
}

a.n:visited {
  color: #007db3;
  text-decoration: none;
  border-bottom: 1px solid #999999;
}

a.s:visited {
  color: #383838;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

a.end:visited {
  color: #fff;
  text-decoration: none;
}

a.kepak:visited {
  color: #f39c12;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #F15A22;
}

/* mouse over link */
a:hover {
  color: #0070b3;
  text-decoration: underline;
}

a.o:hover {
  color: #00a1e6;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #007db3;
 }

a.k:hover {
  color: #FFE500;
  font-weight: 300;
  font-size: 2.1rem;
  border-bottom: 1px solid #FFE500;;
}

a.j:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 2.4rem;
  border-bottom: 1px solid #FFF;;
}


a.o_tourdesk:hover {
  color: #EAB568;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #EAB568;
 }


a.p:hover {
  color: #00a1e6;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #007db3;
 }
 
a.n:hover {
  color: #00a1e6;
  text-decoration: none;
  border-bottom: 1px solid #007db3;
 }

a.s:hover {
  color: #383838;
  text-decoration: none;
  border-bottom: 1px solid #fff;
 }

a.end:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #f2f2f2;
 }

a.kepak:hover {
  color: #F15A22;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #F15A22;
 }

/* selected link */
a:active {
  color: #383838;
  text-decoration: none;
}


.pad-div {
	line-height: 150%;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-top: 0.3rem;	
	padding-bottom: 0.4rem;
}

.left-div {
    width: 0%;
	display: none;
	vertical-align: top;
}
  
 .right-div {
    width: 98%;
	display: inline-block;
	border-left: 0px solid #d9d9d9;
	padding-left: 2.0%;
	font-size: 2.8rem; 
    color: #383838;
    line-height: 125%;
}

/* [3.2.2] Reverted to original: hide news sidebar on mobile (mobile-specific duplicate in .display_M handles this) */
.left-div-25 {
    width: 0%;
	display: none;
	vertical-align: top;
	line-height: 125%;
}
  
 .right-div-70 {
    width: 98%;
	display: inline-block;
	border-left: 0px solid #d9d9d9;
	padding-left: 2.0%;
	font-size: 2.8rem; 
    color: #383838;
    line-height: 125%;
}


 .right-div-article-1{
    width: 98%;
	display: inline-block;
	border-left: 0px solid #d9d9d9;
	padding-left: 2.0%;
	font-size: 2.8rem; 
    color: #383838;
    line-height: 125%;
}

 .right-div-article-2{
    width: 98%;
	display: inline-block;
	border-left: 0px solid #d9d9d9;
	padding-left: 2.0%;
	font-size: 2.8rem; 
    color: #383838;
    line-height: 125%;
}

.col-66 {
	width: 100%;
}

.col-33 {
	width: 100%;
}


.left-div-S {
    width: 22%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
	padding-right: 0;
	font-size: 2.1rem; 
    color: #383838;
    font-weight: normal;
	  font-style: italic;
    line-height: 100%;
	height: auto;
	margin-bottom: 1.5%;
}

 .right-div-S {
    width: 73%;
	display: inline-block;
	border-left: 0px solid #d9d9d9;
	padding-left: 3%;
	font-size: 1.1rem; 
    color: #383838;
    line-height: 100%;
}

 .right-div-S2 {
    width: 96%;
	display: inline-block;
	border-left: 0px solid #d9d9d9;
	padding-left: 3%;
	font-size: 1.1rem; 
    color: #383838;
    line-height: 100%;
}

.left-div-blog {
    width: 0%;
	display: none;
	vertical-align: top;
}
  
 .right-div-blog {
    width: 98%;
	display: inline-block;
	border-left: 0px solid #d9d9d9;
	padding-left: 2.0%;
	font-size: 2.8rem; 
    color: #383838;
    line-height: 125%;
}


 .mid_A-div {
    width: 98%;
	display: inline-block;
    vertical-align: top;
	padding-left: 2.0%;
	padding-right: 0.0%;
	border-right: 0px solid #d9d9d9;
	border-left: 0px solid #d9d9d9;
	font-size: 2.8rem; 
    color: #383838;
    line-height: 125%;
	margin: 0%;
}


 .right_A-div {
    width: 98%;
	display: inline-block;
    vertical-align: top;
	padding-left: 2.0%;
	padding-right: 0.0%;
	border-right: 0px solid #d9d9d9;
	border-left: 0px solid #d9d9d9;
	font-size: 2.8rem; 
    color: #383838;
    line-height: 125%;
	margin: 0%;
}


 .mid_B-div {
    width: 98%;
	display: inline-block;
    vertical-align: top;
	padding-left: 2.0%;
	padding-right: 0.0%;
	border-right: 0px solid #d9d9d9;
	border-left: 0px solid #d9d9d9;
	font-size: 2.8rem; 
    color: #383838;
    line-height: 125%;
	margin: 0%;
}


 .right_B-div {
    width: 98%;
	display: inline-block;
    vertical-align: top;
	padding-left: 2.0%;
	padding-right: 0.0%;
	border-right: 0px solid #d9d9d9;
	border-left: 0px solid #d9d9d9;
	font-size: 2.8rem; 
    color: #383838;
    line-height: 125%;
	margin: 0%;
 }


 .mid_C-div {
    width: 98%;
	display: inline-block;
    vertical-align: top;
	padding-left: 2.0%;
	padding-right: 0.0%;
	border-right: 0px solid #d9d9d9;
	border-left: 0px solid #d9d9d9;
	font-size: 2.8rem; 
    color: #383838;
    line-height: 125%;
	margin: 0%;
}


 .right_C-div {
    width: 98%;
	display: inline-block;
    vertical-align: top;
	padding-left: 2.0%;
	padding-right: 0.0%;
	border-right: 0px solid #d9d9d9;
	border-left: 0px solid #d9d9d9;
	font-size: 2.8rem; 
    color: #383838;
    line-height: 125%;
	margin: 0%;
}
}


 .para_main {
    width: 100%;
	display: inline-block;
}

  
.left-div-green {
    width: 26%;
	display: inline-block;
	vertical-align: top;
	padding-left: .0.8rem;
	padding-right: 1.2rem;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	background-color: #fff; 
  }
  
.right-div-green {
    width: 68%;
	display: inline-block;
	padding-left: 1.2rem;
	padding-top: 1.4rem;	
	padding-bottom: 1.6rem;
	font-size: 2.1rem;
	background-color: #fff; 
    font-weight: 100%;
    line-height: 125%;
  }

.left-div-green2 {
    width: 00%;
	display: none;
	vertical-align: top;
}
  
 .right-div-green2 {
    width: 98%;
	display: inline-block;
	padding-left: 1.7rem;
	padding-top: 0.8rem;	
	padding-bottom: 0.3rem;
    font-weight: 130%;
	  font-size: 2.8rem;
  color: #016b29; 
  line-height: 150%;
}



.lead-wrap {
  margin: auto;
  border-top: 1px solid #3e8e41;
  width: 100%;
  padding-bottom: 0.0rem;
  padding-top: 0.0rem;
  margin-left: 0%;
  font-size: 0; 
  }

.lead-wrap-blank {
  margin: auto;
  border-top: 0px solid #3e8e41;
  width: 100%;
  padding-bottom: 0.0rem;
  padding-top: 0.0rem;
  margin-left: 0%;
  font-size: 0; 
  }

.left-div2a {
    width: 97%;
	display: inline-block;
	padding-right: 1.0%;
	padding-top: 0.5%;
	vertical-align: top;
	  }
  
.right-div2a {
    width: 100%;
	display: inline-block;
	padding-left: 1.0%;
	padding-right: 0.0%;
    padding-bottom: 0.1rem;
  }

.left-div2b {
    width: 97%;
	display: inline-block;
	padding-right: 1.0%;
	padding-top: 0.5%;
	vertical-align: top;
	  }
  
.right-div2b {
    width: 0%;
	display: none;
	padding-left: 1.0%;
	padding-right: 0.0%;
    padding-bottom: 0.2rem;
	margin-left: 1.0%;
  }
 
 .left-div2c {
    width: 97%;
	display: inline-block;
	padding-right: 1.0%;
	padding-top: 0.5%;
	vertical-align: top;
	  }
  
.right-div2c {
    width: 0%;
	display: none;
	padding-left: 1.0%;
	padding-right: 0.0%;
    padding-bottom: 0.2rem;
	margin-left: 1.0%;
  }
 
 
.display_C {
	display: none;
  }
  
.display_None {
	display: none;
  }  
  
  
.wrap94-S {
  margin: auto;
  width: 94%;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-size: 0; 
  }
  
.wrap94 {
  margin: auto;
  width: 94%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-size: 0; 
  }

.wrap94-article {
  margin: auto;
  width: 94%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-size: 0; 
  }
  
.wrap94-plain {
  margin: auto;
  width: 94%;
  border-bottom: 0px solid #d9d9d9;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-size: 2.4rem; 
  }

.wrap94_green {
  margin: auto;
  width: 94%;
  border-bottom: 1px solid #d9d9d9;
  }

.wrap94_green2 {
  margin: auto;
  width: 94%;
  border-top: 2px solid #016b29;
  border-bottom: 1px solid #016b29;
  }


.wrap86 {
  margin: auto;
  width: 86%;
 }

.card-A {
  background-color: white;
  color: #383838;
  line-height: 150%; 
  max-width: 100%;
  margin: auto;
  border-bottom: 2px solid #d9d9d9;
  border-top: 2px solid #016b29;
}

.card-A2 {					/* white, 100%, standard border */
  background-color: white;
  color: #383838;
  max-width: 100%;
  line-height: 150%;
  margin: auto;
  border-bottom: 0px solid #d9d9d9;
  border-top: 3px solid #016b29;
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  z-index:0;    
}


.card-B {					/* white, standard border */
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  color: #383838;
  border-top: 1px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 0.9rem;
  z-index:0;    
}

.card-B1 {					/* grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  color: #383838;
  border-top: 1px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 0.9rem;
  z-index:0;     
}

.card-B1L {					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  color: #383838;
  border-top: 1px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 1.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 1.2rem;
  margin-top: 0.6rem;  
  z-index:0;  
}


.card-B1L_W {					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #383838;
  border-top: 1px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 1.2rem;
  margin-top: 0.6rem;  
  z-index:0;  
}

.promo-Holder-1 {					/* left - grey, standard border */
  width: 100%; 
  display:inline-block; 
  margin-top:3%;
  margin-bottom:3%;  
  margin-left:2%;
  margin-right:2%;   
  vertical-align: top;   
  border-style: solid; 
  border-width: 1px; 
  border-color: #c1c1c1; 
  z-index:0;    
}

.promo-Holder-2 {					/* left - grey, standard border */
  width: 95%; 
  display:inline-block; 
  margin-top:5.0%;
  margin-bottom:4.5%;  
  margin-left:3%;
  margin-right:1%;   
  
  padding-top:1.0%;
  padding-bottom:1.0%;  
  padding-left:0.0%;
  padding-right:0.0%; 
 
  
  vertical-align: top;   
  border-style: solid; 
  border-width: 1px; 
  border-color: #999999; 
  z-index:0;   

  font-size: 2.6rem; 
  color: #383838;  
}

.promo-Holder-3 {					/* left - grey, standard border */
  width: 95%; 
  display:inline-block; 
  margin-top:1.0%;
  margin-bottom:3.0%;  
  margin-left:0%;
  margin-right:1%;   
  
  padding-top:1.0%;
  padding-bottom:0.5%;  
  padding-left:1.0%;
  padding-right:1.0%; 
 
  
  vertical-align: top;   
  border-style: solid; 
  border-width: 1px; 
  border-color: #c1c1c1; 
  z-index:0;   

  font-size: 2.6rem; 
  color: #383838;  
}


 promo-header {
  font-size: 1.4rem; /* 30px/16=1.875rem */
  color: #383838;
  font-style: italic;
} 

.card-News-Wide-Holder {					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  margin-left: 1%;
  z-index:0;    
}


.card-News-Wide{					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  font-size: 2.6rem; 
  background-color: #fff;
  color: #383838;
  border-top: 1px solid #3e8e41;
  line-height: 130%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 1.2rem;
  margin-top: 0.9rem;  
  z-index:0;  
}


.card-News-Right-Holder {					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  margin-left: 1%;
  z-index:0;    
  border-bottom: 1px solid #3e8e41;
}


.card-News-Right{					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  font-size: 2.6rem; 
  background-color: #fff;
  color: #383838;
  border-top: 1px solid #3e8e41;
  line-height: 130%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 1.2rem;
  margin-top: 0.9rem;  
  z-index:0;  
}



.card-B1L_W_blank {				/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #383838;
  border-top: 0px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 1.2rem;
  margin-top: 0.6rem;  
  z-index:0;  
}


.card-B1L_W_50 {					/* left - grey, standard border */
  display: inline-block;
  width: 48%;
  background-color: #fff;
  color: #383838;
  border-bottom: 1px solid #3e8e41;
  line-height: 150%;
  font-weight: 600;  
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 1.2rem;
  margin-top: 0.6rem;  
  text-align:center;
  z-index:0;  
}

.card-B1L_red {					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  color: #383838;
  border-top: 2px solid #c70000;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.6rem;
  padding-left: 1.0rem;
  padding-right: 0.6rem;
  margin-bottom: 1.8rem;
  z-index:0;    
}

.card-B1L_red_white {					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #383838;
  border-top: 2px solid #c70000;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.6rem;
  padding-left: 1.0rem;
  padding-right: 0.6rem;
  margin-bottom: 1.8rem;
  z-index:0;    
}


.card-B1L_navy {					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #013171;
  color: #fff;
  border-top: 2px solid #c70000;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.6rem;
  padding-left: 1.0rem;
  padding-right: 0.6rem;
  margin-bottom: 1.8rem;
  z-index:0;    
}

.card-B1L_navy_S {					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #00B2FF;
  color: #fff;
  line-height: 150%;
  padding-top: 1.8rem;
  padding-bottom: 0.6rem;
  padding-left: 1.0rem;
  padding-right: 0.6rem;
  margin-bottom: 1.8rem;
  z-index:0;    
}

.card-B1L_grey {					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #333333;
  color: #fff;
  border-top: 2px solid #c70000;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.6rem;
  padding-left: 1.0rem;
  padding-right: 0.6rem;
  margin-bottom: 1.8rem;
  z-index:0;    
}

.card-B1R {					/* Rieght - grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  color: #383838;
  border-top: 1px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 0.9rem;
  z-index:0;      
}

.card-B1R_S {					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  color: #383838;
  border-top: 1px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 0.9rem;
  z-index:0;    
}


.card-B1R_S_W {					/* left - grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #383838;
  border-top: 1px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 0.9rem;
  z-index:0;    
}


.plain1 {
  background-color: #fff;
}

.plain2 {
  background-color: #fff;
  border-top: 0px solid #3e8e41;
}
  
.card-hub-article-50 {					/* grey, standard border */
  display: inline-block;
  font-size: 2.8rem; /* 14px/16=0.875rem */
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 1.2rem;
  padding-bottom: 2.0rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  margin-bottom: 0.9rem;
  z-index:0;   
}
 
 .card-hub-article-50-blank-blank {					/* grey, standard border */
  display: inline-block;
  font-size: 2.8rem; /* 14px/16=0.875rem */
  width: 100%;
  background-color: #fff;
  color: #383838;
  border-bottom: 0px solid #b5b5b5;
  line-height: 150%;
  padding-top: 1.2rem;
  padding-bottom: 2.0rem;
  padding-left: 0.0rem;
  padding-right: 1.2rem;
  margin-bottom: 0.9rem;
  z-index:0;   
}

.card-hub-article-50-blank {					/* grey, standard border */
  display: inline-block;
  font-size: 2.8rem; /* 14px/16=0.875rem */
  width: 100%;
  background-color: #fff;
  color: #383838;
  border-bottom: 1px solid #b5b5b5;
  line-height: 150%;
  padding-top: 1.2rem;
  padding-bottom: 2.0rem;
  padding-left: 0.6rem;
  padding-right: 1.2rem;
  margin-bottom: 0.9rem;
  z-index:0;   
}

.card-hub-article-50-blank-new {					/* grey, standard border */
  display: inline-block;
  font-size: 2.8rem; /* 14px/16=0.875rem */
  width: 100%;
  background-color: #fff;
  color: #383838;
  border-top: 2px solid #b5b5b5;
  line-height: 150%;
  padding-top: 1.2rem;
  padding-bottom: 2.0rem;
  padding-left: 0.6rem;
  padding-right: 1.2rem;
  margin-bottom: 0.9rem;
  z-index:0;   
}
 
.card-hotel-news-article-50-blank {					/* grey, standard border */
  display: inline-block;
  font-size: 2.6rem; /* 14px/16=0.875rem */
  width: 46%;
  background-color: #fff;
  color: #383838;
  border-top: 1px solid #b5b5b5;
  line-height: 130%;
  padding-top: 1.1rem;
  padding-bottom: 1.8rem;
  padding-left: 0.6rem;
  padding-right: 1.2rem;
  margin-bottom: 0.8rem;
  z-index:0;   
} 

.card-hotel-news-article-50-100-blank {					/* grey, standard border */
  display: inline-block;
  font-size: 2.8rem; /* 14px/16=0.875rem */
  width: 96%;
  background-color: #fff;
  color: #383838;
  border-top: 2px solid #333333;
  line-height: 150%;
  padding-top: 1.2rem;
  padding-bottom: 2.0rem;
  padding-left: 0.6rem;
  padding-right: 1.2rem;
  margin-bottom: 0.9rem;
  z-index:0;   
} 
 
 .card-hub-article-50-mob-blank {					/* grey, standard border */
  display: inline-block;
  font-size: 2.8rem; /* 14px/16=0.875rem */
  width: 44%;
  background-color: #fff;
  color: #383838;
  border-bottom: 1px solid #b5b5b5;
  line-height: 150%;
  padding-top: 1.2rem;
  padding-bottom: 2.0rem;
  padding-left: 0.6rem;
  padding-right: 1.2rem;
  margin-bottom: 0.9rem;
  z-index:0;   
}

 .card-hub-article-65-mob-blank {					/* grey, standard border */
  display: inline-block;
  font-size: 2.8rem; /* 14px/16=0.875rem */
  width: 64%;
  background-color: #fff;
  color: #383838;
  border-bottom: 1px solid #b5b5b5;
  line-height: 150%;
  padding-top: 1.2rem;
  padding-bottom: 2.0rem;
  padding-left: 0.6rem;
  padding-right: 1.2rem;
  margin-bottom: 0.9rem;
  z-index:0;   
}
 
 
  .card-hub-article-70-mob-blank {					/* grey, standard border */
  display: inline-block;
  font-size: 2.8rem; /* 14px/16=0.875rem */
  width: 68%;
  background-color: #fff;
  color: #383838;
  border-bottom: 1px solid #b5b5b5;
  line-height: 150%;
  padding-top: 1.2rem;
  padding-bottom: 2.0rem;
  padding-left: 0.6rem;
  padding-right: 1.2rem;
  margin-bottom: 0.9rem;
  z-index:0;   
}
 
 .card-hub-article-25-blank {					/* grey, standard border */
  display: inline-block;
  font-size: 2.8rem; /* 14px/16=0.875rem */
  width: 100%;
  background-color: #fff;
  color: #383838;
  line-height: 150%;
  padding-top: 1.2rem;
  padding-bottom: 2.0rem;
  padding-left: 0.4rem;
  padding-right: 0.9rem;
  margin-bottom: 0.9rem;
  z-index:0;   
}
 
.card-hub-article-vid-holder-50 {					/* grey, standard border */
  display: inline-block;
  text-align: center;
  font-size: 2.8rem; /* 14px/16=0.875rem */
  width: 100%;
  background-color: #fff;
  color: #383838;
  line-height: 136%;
  padding-top: 1.2rem;
  padding-bottom: 2.0rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  margin-bottom: 0.9rem;
  z-index:0;   
}
  

.card-B2 {					/* grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  color: #383838;
  border-top: 1px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 0.9rem;
  z-index:0;   
}


.card-B3 {					/* grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  color: #383838;
  border-top: 1px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 0.9rem;
  z-index:0;      
}


.card-B2L {					/* grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  color: #383838;
  border-top: 1px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 0.9rem;
  z-index:0;    
}

.card-B2R {					/* grey, standard border */
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  color: #383838;
  border-top: 1px solid #3e8e41;
  color: #383838;
  line-height: 150%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  padding-left: 0.0rem;
  padding-right: 0.6rem;
  margin-bottom: 0.9rem;
  z-index:0;  
}



.headerFix {
  padding: 0px 0px;
  background-color: #fff;
  max-width: 100%;
  z-index: 1;
}

.content_headerFix {
  padding: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.navbarFix {
  overflow: hidden;
  background-color: #2e9440;
  margin-left: auto;
  margin-right: auto;
    width: 100%;
    border-top: 4px solid #2e9440;
	box-shadow: 0px 12px 32px 0px rgba(0,0,0,0.2);
}

.navbarFix a {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  color: #016b29;
  text-align: center;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  }

.navbarFix a.A {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  color: #303030;
  background-color: #fff;
  text-align: center;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  border-right: 0px solid #9cc9ad;
  }

.navbarFix a.AA {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #0070C0;
  text-align: center;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  border-right: 0px solid #0070C0;
  }

.navbarFix a.G {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #2e9440 ;
  text-align: center;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  border-right: 0px solid #9cc9ad;
  }
  
/* Start - Lighter Blue Menu Bar */  
 .navbarFixLightBlue {
  overflow: hidden;		
  color: #fff;
  background-color: #052963;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 100%;
}

.navbarFixLightBlue a {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  color: #016b29;
  text-align: center;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  border-bottom: 2px solid #556D94;
  }

.navbarFixLightBlue a.A {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #052963;
  text-align: center;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  border-right: 0px solid #9cc9ad;
  border-bottom: 12px solid #fff;
  }

	.navbarFixLightBlue a.A1 {
	  float: left;
	  font-size: 2.2rem;
	  font-weight: bold;
	  color: #fff;
	  background-color: #052963;
	  text-align: center;
	  padding: 10px 20px 12px 20px;
	  text-decoration: none;
	  border-right: 0px solid #9cc9ad;
	  border-bottom: 12px solid #00B85C;
	  }

	.navbarFixLightBlue a.A2 {
	  float: left;
	  font-size: 2.2rem;
	  font-weight: bold;
	  color: #fff;
	  background-color: #052963;
	  text-align: center;
	  padding: 10px 20px 12px 20px;
	  text-decoration: none;
	  border-right: 0px solid #9cc9ad;
	  border-bottom: 12px solid #F55744;
	  }

	.navbarFixLightBlue a.A3 {
	  float: left;
	  font-size: 2.2rem;
	  font-weight: bold;
	  color: #fff;
	  background-color: #052963;
	  text-align: center;
	  padding: 10px 20px 12px 20px;
	  text-decoration: none;
	  border-right: 0px solid #9cc9ad;
	  border-bottom: 12px solid #FF850A;
	  }

	.navbarFixLightBlue a.A4 {
	  float: left;
	  font-size: 2.2rem;
	  font-weight: bold;
	  color: #fff;
	  background-color: #052963;
	  text-align: center;
	  padding: 10px 20px 12px 20px;
	  text-decoration: none;
	  border-right: 0px solid #9cc9ad;
	  border-bottom: 12px solid #00B3FF;
	  }

	.navbarFixLightBlue a.A5 {
	  float: left;
	  font-size: 2.2rem;
	  font-weight: bold;
	  color: #fff;
	  background-color: #052963;
	  text-align: center;
	  padding: 10px 20px 12px 20px;
	  text-decoration: none;
	  border-right: 0px solid #9cc9ad;
	  border-bottom: 12px solid #00B85C;
	  }
  
  

.navbarFixLightBlue a.AA {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #0070C0;
  text-align: center;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  border-right: 0px solid #0070C0;
  }

.navbarFixLightBlue a.G {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #052963 ;
  text-align: center;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  border-right: 0px solid #9cc9ad;
  }

/* End - Lighter Blue Menu Bar */  


/* Start / Scrolling Menu Bar */  

div.scrollmenu {
	  background-color: #333;
	  overflow: auto;
	  white-space: nowrap;
	}

	div.scrollmenu a {
	  display: inline-block;
	  color: white;
	  text-align: center;
	  padding: 14px;
	  text-decoration: none;
	}

	div.scrollmenu a:hover {
	  background-color: #777;
	}


/* End / Scrolling Menu Bar */  



 .navbarFixBlue {
  overflow: hidden;
  background-color: #16436b;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
    border-top: 4px solid #16436b;
	box-shadow: 0px 12px 32px 0px rgba(0,0,0,0.2);
}

.navbarFixBlue a {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  color: #016b29;
  text-align: center;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  }

.navbarFixBlue a.A {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  color: #303030;
  background-color: #fff;
  text-align: center;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  border-right: 0px solid #9cc9ad;
  }

.navbarFixBlue a.AA {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #0070C0;
  text-align: center;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  border-right: 0px solid #0070C0;
  }

.navbarFixBlue a.G {
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #16436b ;
  text-align: center;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  border-right: 0px solid #9cc9ad;
  }


/* The container <div> - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown2 {
  float: left;
  overflow: hidden;
}

/* Dropdown Button Active*/
.dropdown .dropbtn_A {
  font-size: 2.2rem;  
  font-weight: bold;
  border: none;
  outline: none;
  color: #303030;
  padding: 19px 20px 21px 20px;
  background-color: #fff;
  border-right: 0px solid #9cc9ad;
  font-family: inherit;
  margin: 0;
}

.dropdown .dropbtnA {
  font-size: 2.2rem;  
  font-weight: bold;
  border: none;
  outline: none;
  color: #303030;
  padding: 19px 20px 21px 20px;
  background-color: #fff;
  border-right: 0px solid #9cc9ad;
  font-family: inherit;
  margin: 0;
}

/* Dropdown Button */
.dropdown .dropbtn {
  font-size: 2.2rem;  
  font-weight: bold;
  border: none;
  outline: none;
  color: #fff;
  padding: 20px 20px 20px 20px;
  background-color: inherit;
  border-right: 0px solid #9cc9ad;
  font-family: inherit;
  margin: 0;
}

.dropdown .dropbtnG {
  font-size: 2.2rem;  
  font-weight: bold;
  border: none;
  outline: none;
  color: #fff;
  padding: 20px 20px 20px 20px;
  background-color: inherit;
  border-right: 0px solid #9cc9ad;
  font-family: inherit;
  margin: 0;
}

/* Dropdown Button */
.dropdown2 .dropbtn2 {
  font-size: 2.2rem;  
  font-weight: bold;
  border: none;
  outline: none;
  color: #2e9440;
  padding: 20px 80px 20px 20px;
  background-color: inherit;
  border: 1px solid #2e9440;
  font-family: inherit;
  margin: 0;
}

.drop_subtext {
  font-size: 2.2rem; 
  border: none;
  outline: none;
  color: #4d4d4d;
  padding: 10px 60px 2.2rem 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}  

/* Change the background color of the dropdown button when the dropdown content is shown */
.navbarFix a:hover, .dropdown:hover .dropbtn {
  background-color: #eee;
  color: #016b29;
}

.navbarFixBlue a:hover, .dropdown:hover .dropbtn {
  background-color: #eee;
  color: #16436b;
}

.navbarFixLightBlue a:hover, .dropdown:hover .dropbtn {
  background-color: #eee;
  color: #2f86b8;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  overflow:auto;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 12px 32px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown2-content2 {
  display: none;
  max-height: 43rem;
  overflow-y: scroll;
  font-size: 2.2rem; 
  font-weight: normal;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  max-width: 700px;  
  box-shadow: 0px 12px 32px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  font-weight: normal;
  color: #303030;
  padding: 24px 32px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown2-content2 a {
  float: none;
  font-size: 2.2rem; 
  font-weight: normal;
  color: #303030;
  padding: 8px 32px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: #303030;
}

.dropdown2-content2 a:hover {
  background-color: #ddd;
  color: #303030;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown2:hover .dropdown2-content2 {
  display: block;
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2e9440; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}



.btn {
  border: 5px solid black;
  border-radius: 9px;
  background-color: white;
  color: #414141;
  padding: 28px 18px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}

.btn_suppliers {
  border: 5px solid black;
  border-radius: 9px;
  background-color: white;
  color: #414141;
  padding: 28px 18px;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
}


/* Green */
.green_button {
  border-color: #3e8e41;
  width: 86%;
}

.green_button:hover {
  background-color: #2e6b31;
  border-color: #2e6b31;
  color: white;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}  

.resource_button {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: white;
  width: 26%;
}

.resource_button:hover {
  background-color: #45a049;
  border-color: #45a049;
  color: white;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}  


/* contact us */
.contact_button {
  border-color: #4CAF50;
  background-color: #4CAF50;
  color: #fff;
  width: 94%;
  margin: auto;
  border-radius: 1.6rem;
  padding: 0.3rem 0.3rem;
} 

.contact_button:hover {
  background-color: #45a049;
  border-color: #45a049;
  color: white;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}    



/* contact us */
.contact_yellow_button {
  background-color: #FFE500;
  color: #052963;
  margin: auto;
  border-radius: 1.6rem;
  border-color: #041F4A
  padding: 0.3rem 0.3rem;
} 

.contact_yellow_button:hover {
  background-color: #F6C700;
    border-color: #041F4A;
	color: #052963;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}    





.contact_button_blue {
  border-color: #1e79ae;
  background-color: #1e79ae;
  color: #fff;
  width: 94%;
  margin: auto;
  border-radius: 1.6rem;
  padding: 0.8rem 1.6rem 0.8rem 1.2rem;
} 

.contact_button_blue:hover {
  background-color: #17608a;
  border-color: #17608a;
  color: #fff;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}    

.contact_button_green_border {
  border-color: #4CAF50;
  background-color: #fff;
  color: #383838;
  width: 94%;
  margin: auto;
  border-radius: 1.6rem;
  padding: 0.8rem 1.6rem 0.8rem 1.2rem;
} 

.contact_button_dark_blue {
  border-color: #16436b;
  background-color: #16436b;
  color: #fff;
  width: auto;
  margin-top: 0.6rem;
  margin-bottom: 1.1rem;  
  border-radius: 1.6rem;
  padding: 0.5rem 1.6rem 0.5rem 1.2rem;
} 

.contact_button_dark_blue:hover {
  background-color: #17608a;
  border-color: #17608a;
  color: white;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}  


/* [1.2.9] Added display:inline-block and border-style for span (was button) */
.contact_button_outline {
  display: inline-block;
  border-style: solid;
  font-size: 2rem;
  border-color: #081A2A;
  border-width: 2px;
  background-color: #00B2FF;
  color: #081A2A;
  width: auto;
  margin-top: 0.6rem;
  margin-bottom: 1.1rem;
  border-radius: 1.6rem;
  padding: 0.5rem 1.6rem 0.5rem 1.2rem;
} 

.promo_contact_button_outline {
  font-size: 2.2rem;
  border-color: #081A2A;
  border-width: 1px;
  background-color: #00B2FF;
  color: #081A2A;
  width: auto;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;  
  border-radius: 3.2rem;
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
} 
.promo_contact_button_outline:hover {
  background-color: #17608a;
  border-color: #17608a;
  color: #fff;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
} 

.more_info_button_outline {
  font-size: 2.0rem;
  border-color: #081A2A;
  border-width: 1px;
  background-color: #454545;
  color: #fff;
  width: auto;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;  
  margin-left: 0.6rem;    
  border-radius: 3.2rem;
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
} 
.more_info_button_outline:hover {
  background-color: #17608a;
  border-color: #17608a;
  color: #fff;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
} 

.contact_button_outline_ihf_green {
  font-size: 2rem;
  border-color: #081A2A;
  border-width: 2px;
  background-color: #4CAF50;
  color: #081A2A;
  width: auto;
  margin-top: 0.6rem;
  margin-bottom: 1.1rem;  
  border-radius: 1.6rem;
  padding: 0.5rem 1.6rem 0.5rem 1.2rem;
} 





/* contact us */
.update_button_green {
  border-color: #4CAF50;
  background-color: #4CAF50;
  color: #fff;
  width: 100%;
  margin: auto;
  border-radius: 0.0rem;
  padding: 0.3rem 0.3rem;
} 

.update_button_green:hover {
  background-color: #45a049;
  border-color: #45a049;
  color: white;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
} 

.update_button_blue {
  border-color: #1e79ae;
  background-color: #1e79ae;
  color: #fff;
  width: 100%;
  margin: auto;
  border-radius: 0.0rem;
  padding: 0.3rem 0.3rem;
} 

.update_button_blue:hover {
  background-color: #17608a;
  border-color: #17608a;
  color: white;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
} 

.update_button_red {
  border-color: #AB0613;
  background-color: #AB0613;
  color: #fff;
  width: 100%;
  margin: auto;
  border-radius: 0.0rem;
  padding: 0.3rem 0.3rem;
} 

.update_button_red:hover {
  background-color: #920510;
  border-color: #920510;
  color: white;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
} 




  
  /* Style inputs with type="text", select elrements and textareas */
input[type=text], select, textarea {
  width: 80%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 16px; /* Add a top margin */
  margin-bottom: 20px; /* Bottom margin */
  color: #383838;
  background-color: #f2f2f2;
}

input[type=text]:focus {
  border: 1px solid #3e8e41;
  background-color: #e6e6e6;
}

  /* Style input with type="remail" */
input[type=email] {
  width: 80%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  color: #383838;
  background-color: #f2f2f2;
  }

input[type=email]:focus {
  border: 1px solid #3e8e41;
  background-color: #e6e6e6;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}



/* Add a background color and some padding around the form */
.webform-client-form {
  border-top: 4px solid #3e8e41;
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
  
  .label_C {
  color: #555;
  font-weight:300;
  line-height: 125%;
  margin-bottom: 0.0rem;
}

.form_C {
  width: 100%;
  line-height: 125%;
   } 
   
.form_L {
  margin-top: 1.2rem;
  width: 90%;
  line-height: 125%;
  font-size: 2.2rem;
   } 
   

.textarea_L {
	width: 90%;
	height: 30rem;
	padding: 5px;
}

.form-select {
	width: 90%;
	height: 4rem;
	padding: 5px;
	font-size: 1.7rem
}


.form-submit1 {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-submit1:hover {
  background-color: #45a049;
  border-color: #45a049;
  color: white;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
} 

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

   
.text {
cursor: text;
}   



.vertical-menu {
  width: 28rem;
  height: 42rem;
  overflow-y: auto;
  margin-left: 140px;
}

.vertical-menu a {
  background-color: #eee;
  color: black;
  font-size: 2.2rem;
  display: block;
  padding: 1.1rem;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #3e8e41;
  color: white;     
}  

.loader {
  border: 15px solid #D2ECFC;
  border-radius: 50%;
  border-top: 15px solid #D2ECFC;
  border-bottom: 15px solid #1DA1F2; 
  width: 150px;
  height: 150px;
  -webkit-animation: spin 1.5s linear infinite; /* Safari */
  animation: spin 1.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 99;
  font-size: 3.5rem;
  border: none;
  outline: none;
  background-color: #3e8e41;
  color: white;
  cursor: pointer;
  padding: 3% 4% 3% 4%;
  border-radius: 8px;
  opacity: 0.8;
   transition: 3s;
}

#myBtn:hover {
  background-color: #555;
}


.social {
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.8rem;
  color:  #16436b ;
  Width: 3.4rem;
  text-align: center;
  text-decoration: none;
  margin: 7px 3px;
  border-radius: 8%;
  border: 1.5px solid #16436b;
}

.social-twitter {
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.8rem;
  color:  #222  ;
  Width: 3.4rem;
  text-align: center;
  text-decoration: none;
  margin: 7px 3px;
  border-radius: 8%;
  border: 1.5px solid #222 ;
}

.social-linkedin {
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.8rem;
  color:  #3374b1 ;
  Width: 3.4rem;
  text-align: center;
  text-decoration: none;
  margin: 7px 3px;
  border-radius: 8%;
  border: 1.5px solid #3374b1;
}

.social-envelope {
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.8rem;
  color:  #666;
  Width: 3.4rem;
  text-align: center;
  text-decoration: none;
  margin: 7px 3px;
  border-radius: 8%;
  border: 1.5px solid #666;
}


.social:hover {
  background: #16436b;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.social-twitter:hover {
  background: #16436b;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.social-linkedin:hover {
  background: #16436b;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.social-envelope:hover {
  background: #16436b;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.social-light-blue {
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.8rem;
  color: #007db3;
  Width: 3.4rem;
  text-align: center;
  text-decoration: none;
  margin: 7px 3px;
  border-radius: 8%;
  border: 1.5px solid #007db3;
}

.social-light-blue:hover {
  background: #007db3;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.collapsible {
  background-color: #fff;
  color: #383838;
  cursor: pointer;
  padding: 1px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 2.8rem;
}

.active, .collapsible:hover {
  background-color: #fff;
   color: #383838;
}


.collapsible:after {
  content: '[+]'; /* Unicode character for "plus" sign (+) */
  font-size: 2.8rem;
  color: #17608a;
  margin-left: 10px;

}

.active:after {
  content: "[–]"; /* Unicode character for "minus" sign (-) */
}
.contentC {
  padding: 0 1px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}



/* mailchimp form - radio bullets*/

/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 4.0rem;
  padding-top: 0.0rem;  
  padding-bottom: 0.3rem;
  margin-bottom: 2.1rem;
  margin-top: 2.1rem;
  cursor: pointer;
  font-size: 2.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #f2f2f2;
  border-radius: 50%;
  border: 1px solid #bebebe;
  
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
 	top: 0.9rem;
	left: 0.9rem;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: white;
	border-color: red;
	border-width: 20px;
}


iframe#JotFormIFrame-242505685151152 {
height: 615px !important;
}