/* ###################### OVERALL SETTINGS ############################### */
/* html, body and #map-canvas attributes: height, margin, padding required by Google Maps API V3 */
@charset "utf-8";

html {
  height           : 100%;
  padding          : 0;
  margin           : 0;
}

body {
  height           : 100%;
  padding          : 0;
  margin           : 0;
  background-color : #dddddd;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 1em;
  color            : #000000;
}

table.data {
  margin           : 0px 0px 0px 0px;
  padding          : 2px 2px 2px 2px;
  border-collapse: collapse;
  border: 1px solid black;
  empty-cells: show
}
table.data td {
  border: 1px solid black;
  vertical-align: top;
}
table.data th {
  border: 1px solid black;
  background-color: #c0c0c0;
}
/* Email forms */
/*input[type="text"], */
textarea {
    width: 90%;
}
/* Table to DIV display */
.tbl-container {
  display: table;
  width: 100%;
}
.tbl-row {
  display: table-row;
}
.tbl-column {
  display: table-cell;
  vertical-align: top;
  width: 30%;
}
.tbl-cell-wbdr {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  border: 1px solid #000000;
}
.tbl-header {
 font-weight: bold;
 text-align: center;
}

#nomargin {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 1em;
  border-width: 0;
}
 #all_content {
  padding: 0px 0px 0px 0px;
  border-width: 0;
  background-color : #fefefe;
  margin: auto;
  box-shadow: 0px 0px 35px #777777;
 }
 div#center_content {
  float: left;
  background-color : #fefefe;
 }
#pagetitle {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 1em;
  border-width: 0;
  color  : #000000;
  background-color : #fefefe;
  float: none;
}
#sitenav {
  background-color : #0c5694;
  vertical-align: middle;
  text-align: left;
}
/* Do not declare else you lose the ability to upsize images.
.topimg {
  max-width: 980px;
} 
.contentimg {
  padding-top:0.5em;
} 
*/
.topimg img {
  width: 100%;
  height: auto;
} 
.contentimg img {
  width: 100%;
  height: auto;
} 
.contentimg p {
  margin           : 0px 0px 0px 0px;
  padding          : 0px 0.5em 0.5em 0.2em;
  width            : 90%;
}
.wrapframe {
  padding-top: 1em;
}
.wrapframe iframe {
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  height: 300%;
}
.video-frame {
height:420px;
width:100%;
}
#amenities ul {
list-style-position: inside;
padding-left: 2px;
}
.tightlist ul {
list-style-position: inside;
padding-left: 2px;
list-style-type: circle;
}
hr {
  height           : 1px;
  width            : 100%;
  color            : #D0D0D0;
}

/* ###################### UPPER BUTTON BAR ###################### */
a.buttonbar:link, a.buttonbar:visited {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  text-transform   : uppercase;
  text-decoration  : none;
}

a.buttonbar:hover {
  color            : #000099;
  text-decoration  : none;
}

/* ############################################################# */
/* ###################### 3 COLUMN TABLE ####################### */
/* ############################################################# */

div#threecol {
  background-color: #f0f0f0; /* get grey side columns */
  float: left; /* required to get all three cols to have same height */
  box-shadow: 0px 0px 35px #777777;
}
div#leftcol {
  background-color: inherit; /* get grey side columns */
  float: left;
  width: 160px;
  vertical-align: text-top;
  top:0%;
  vertical-align: text-top;
  text-align:left;
}

div#rightcol {
  background-color: inherit; /* get grey side columns */
  float: left;
  width: 166px;
  vertical-align: text-top;
  text-align:left;
}

div#copyright {
  font-size        : 1em;
  text-decoration  : none;
  font-weight      : normal;
  clear: both;
  vertical-align: text-top;
  text-align: center;
}

div.mtn-box {
 padding: 0;
 margin: 0;
 border:1px solid #000000;
}

div.mtn-row {
 width: 100%;
}
.mtn-row:before,
.mtn-row:after {
  display: table;
  content: " ";
}
.mtn-row:after {
 clear: both;
}

div.sectionh1 {
 float: left;
 width: 50%;
}
div.sectionh2 {
 float: left;
 width: 50%;
}
/* HR: horizontal Rule */
div.lineHR {
 width     : 100%;
 border-top: solid 5px #ccd7f8;
}

/* Set background of a div to light grey or linear gradient shaded grey */
.div_box {
	margin:2px auto;
	text-align:left;
	padding:2px 2px 2px 2px;
	border:1px solid #999999;
	border-top:none;
	
	/* Gradient background */
	background:#FFFFFF;
	background: -moz-linear-gradient(top, #DDDDDD, #FFFFFF);
/*
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
*/

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

/* ###################### Google Maps API V3 ################### */

#map-canvas { 
  height   : 100%;
  padding  : 0;
  margin   : 0;
}

/* ###################### SECTION NAV BAR ###################### */

#menu {
	list-style:none;
	width:980px;
	margin:0px auto 0px auto;
 	height:36px;
	padding:0px 10px 0px 10px;
	background: #0c5694;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 5px 4px 5px;
	margin-right:4px;
	margin-top:7px;
	border:none;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	background: #f4f4f4;
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:21px;  /* alignment of down arrows for list on RHS of text */
	background:url("../images/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("../images/drop.png") no-repeat right 8px;
}

.dropdown_resorts, 
.dropdown_equipment, 
.dropdown_about, 
.dropdown_list {
	margin:0px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:5px 5px 5px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
/*
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
*/

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
        z-index: 10;
}

.dropdown_list {width: 18em;}
.dropdown_equipment {width: 22em;}
.dropdown_about {width: 8em;}
.dropdown_resorts {width: 46em;}

#menu li:hover .dropdown_list, 
#menu li:hover .dropdown_equipment, 
#menu li:hover .dropdown_about, 
#menu li:hover .dropdown_resorts  {
	left:-1px;
	top:auto;
}

.resorts,
.equipment,
.about,
.list {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 4px;
}
.list {width:17em;}
.equipment {width:21em;}
.about {width:7em;}
.resorts {width:45em;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, 
#menu h2, 
#menu h3, 
#menu ul li {
	font-family:Arial, Helvetica, sans-serif;
/* 	line-height:21px; */
 	line-height:1.5em;
	font-size:1em;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:1em;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:1em;
	color:#0b4684;
}
#menu li:hover div a:hover {
	color:#CC6600;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 14px 0;
        /* added to increase vertical spacing for mobile */
        line-height: 1.5em;
        height: auto;
}

/* requires li ul li and not li ul */
#menu li ul li {
	font-size:1em;
	/* line-height:24px; */
	line-height:1.5em;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:185px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu a  {
  font             : 1em Verdana, Arial, Helvetica, sans-serif;
}

/* State and country collumn headers. "important" is to override menu sepcification above */
a.locality:link, a.locality:visited {
  font-weight      : bold !important;
  color            : #000000 !important;
  text-decoration  : none !important;
}
a.locality:hover {
  font-weight      : bold !important;
  color            : #CC6600 !important;
  text-decoration  : underline !important;
}
/* ###################### SECTION LABEL BAR ###################### */

div.labelbar_3col {
  margin           : 0px 0px 0px 0px;
  padding          : 6px 0px 2px 4px;
  font             : 1.125em Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  color            : #ffffff;
  background-color : #0c5694;
  text-align       :left;
  vertical-align   :middle;
  float: left;
  width: 100%;
}

div.labelbar {
  margin           : 0px 0px 0px 0px;
  padding          : 6px 0px 2px 4px;
  font             : 1.125em Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  color            : #ffffff;
  background-color : #0c5694;
  text-align       :left;
  vertical-align   :middle;
  float: left;
  width: 100%;
}

div.labelbar a:link, div.labelbar a:visited {
  font             : 1.125em arial, helvetica, sans-serif;
  font-weight      : bold;
  color            : #ffffff;
  text-decoration  : underline;
  background-color : #0c5694;
}

div.labelbar a:active{
  font-weight: bold;
  color            : #ffffff;
  text-decoration  : none;
}

div.labelbar a:hover{
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #e0e0e0;
  text-decoration: underline;
}

/* ###################### SECTION TXTBLOCK ###################### */

p.txtblock {
  margin    : 0px 0px 0px 0px;
  padding   : 0.3em 0.5em 0.3em 0.3em;
  width     : 98%;
  text-align:left;
}

div.txtblock {
  margin    : 0px 0px 0px 0px;
  padding   : 0.3em 0.5em 0.3em 0.3em;
  width     : 98%;
  text-align:left;
  vertical-align:top;
  float: left;
}

div.flex_row {
  margin    : 0px 0px 0px 0px;
  padding   : 0.3em 0.5em 0.3em 0.3em;
  text-align:center;
  vertical-align:top;
  float: left;
}

div.ad300 {
  margin    : 0px 0px 0px 0px;
  padding   : 0.3em 0.5em 0.3em 0.3em;
  width     : 100%;
  text-align:center;
  vertical-align:top;
  float: left;
}

td.navigationbar {
  font             : 15px Verdana, Arial, Helvetica, sans-serif;
}

/* Equipment List Text Box */
table.equipment_box {
  margin : 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color  : #ffffff;
  font   : bold 16px Verdana, Arial, Helvetica, sans-serif;
}
table.equipment_box a:link {
  color: #ffffff;
}
table.equipment_box a:visited {
  color: #ffffff;
}
table.equipment_box a:hover {
  color: #CC6600;
}
td.equipment_box {
  vertical-align: top;
  width: 117px;
  background-color: #000000;
  text-align:left;
}

/* ###################### SECTION BOXBORDER ###################### */

table.boxborder {
  border-style     : groove;
  margin           : 1px 1px 1px 1px;
  padding          : 4px 4px 4px 4px;
  width            : 100%;
  background-color : #ffffff;
}

table.boxborder h1{
  text-align       : center;
  color            : #000000;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #999999;
}
a.pathway:link, a.pathway:visited {
  color            : #285078;
}

a.pathway:hover {
  color            : #CC6600;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  letter-spacing   : 1px;
  width            : 100%;
}

a.mainlevel:link, a.mainlevel:visited {
  color            : #285078;
}

a.mainlevel:hover {
  color            : #CC6600;
}

.sublevel {
  letter-spacing   : 2px;
  padding-left     : 7px;
}

#breadcrumb {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 1em;
  border-width: 0;
  background-color : #fefefe;
  font             : 1em Verdana, Arial, Helvetica, sans-serif;
  color            : #406080;
  font-weight      : normal;
  text-align       : left;
  float            : none;
}
#breadcrumb a:visited, #breadcrumb a:active, #breadcrumb a:link {
  font             : 14px Verdana, Arial, Helvetica, sans-serif;
  color            : #406080;
  font-weight      : normal;
  text-decoration  : underline;
}
#breadcrumb a:hover {
  font             : 14px Verdana, Arial, Helvetica, sans-serif;
  color            : #CC0000;
  font-weight      : normal;
  text-decoration  : underline;
}
#breadcrumb p {
  padding-top:0em;
}
/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font             : bold 14px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #C0C0C0;
  border           : 1px solid #000000;
  text-transform   : uppercase;
  background       : url(../images/but_bar_back.gif);
}

.inputbox {
  font             : 14px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #A4AEBA;
  border           : 1px solid #000000;
}

/* ###################### LINKS ###################### */
/*  font             : 12px Verdana, Arial, Helvetica, sans-serif;
*/
a:link, a:visited {
  color            : #406080;
  text-decoration  : underline;
}

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

a:active {
  color            : #CC0000;
  background-color : #F0E0A0;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #285078;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #CC6600;
}

#bookmark {
	display:block;
	height:20px;
	text-align:right;
	margin:0px;
	padding:0px;
	margin-bottom:10px;

}
/* ###################### Nav ################## */

div#page_nav {
  font-weight: bold;
  padding: 6px 0px 0px 0px;
  background-color : #aed2d4;
  vertical-align:middle;
  width: 100%;
  height: 1.8em;
  font-size : 18px;
  float: left;
}

#group_nav {
  margin: 0px 0px 0px 0px;
  background-color : #3f89c7;
  vertical-align: middle;
  text-align: center;
  padding-left:6px;
  padding-bottom:0px;
  height: 2.4em;
}

#group_menu {
  list-style:none;
  margin:0px auto 0px auto;
  height:34px;
  padding:0px 10px 0px 10px;
  background: #3f89c7;
}

#group_menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 5px 4px 5px;
	margin-right:4px;
	margin-top:7px;
	border:none;
}

#group_menu li.here {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 5px 4px 5px;
	margin-right:4px;
	margin-top:7px;
	border: 1px solid #777777;
	background: #aed2d4;
	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#group_menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	background: #83cdff;
	
	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#group_menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#group_menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
/* No-border tables */
table.no_border {
  margin           : 0px 0px 0px 0px;
  padding          : 0px 0px 0px 0px;
  width            : 100%;
}
table.no_border td {
  vertical-align: top;
}

/* Mountain Stats Block */
table.mtn_stats {
  margin           : 0px 0px 0px 0px;
  padding          : 0px 0px 0px 0px;
  width            : 100%;
  font-size        : 14px;
}
table.mtn_stats td {
  vertical-align: top;
}

/* Image slide show carousel */

.slider {
  margin: 1px 0;
  width: 610px; /* Update to your slider width */
  height: 350px; /* Update to your slider height */
  position: relative;
  overflow: hidden;
}

.slider li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
}

.flex-caption{
  width:100%;
  padding:0;
  position:absolute;
  left:0;
  bottom:0;
  background:rgba(0,0,0,0.4);
  color:#fff;
  text-align:left;
  font-size:1em;
  line-height:26px
}

/* Vertically space links in <li> by 1.5 em for improved mobile use */
.list_links li {
     line-height: 1.5em;
     height: auto;
}
p.list_links {
     line-height: 1.5em;
}
div.list_links {
     line-height: 1.5em;
}

#footer {
  background-color : #c0c0c0;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background:url("/images/footer_pattern.png");
  background-repeat: repeat;
  float:left;
  clear: both;
}
.footer_content {
  float:left;
 /* background-color: inherit;*/
  vertical-align: bottom;
}
/* ---- Instagram Follow ----------------------------*/
.ig-follow {
        margin-top:0px;
        margin-left:20px;
}
.ig-follow {
        position: relative;
        display: inline-block;
        vertical-align: middle;
}
.ig-background {
        cursor:pointer;
        background: rgb(81,129,166); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(81,129,166,1) 0%, rgba(47,82,131,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,129,166,1)), color-stop(100%,rgba(47,82,131,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(81,129,166,1) 0%,rgba(47,82,131,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(81,129,166,1) 0%,rgba(47,82,131,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(81,129,166,1) 0%,rgba(47,82,131,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(81,129,166,1) 0%,rgba(47,82,131,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5181a6', endColorstr='#2f5283',GradientType=0 ); /* IE6-9 */
        padding: 1px;
        display: inline-block;
        border-radius: 3px;
        box-shadow: inset 0px 1px 0px 0px #7fa4bf, 0px 0px 1px 0px #333;
        border: 1px solid #2f5283;
        vertical-align: top;
        font-family:Arial;
}
.ig-background:active {
        background: rgb(47,82,131); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(47,82,131,1) 0%, rgba(81,129,166,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,82,131,1)), color-stop(100%,rgba(81,129,166,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(47,82,131,1) 0%,rgba(81,129,166,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(47,82,131,1) 0%,rgba(81,129,166,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(47,82,131,1) 0%,rgba(81,129,166,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(47,82,131,1) 0%,rgba(81,129,166,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5283', endColorstr='#5181a6',GradientType=0 ); /* IE6-9 */
        box-shadow: inset 0px -1px 0px 0px #7fa4bf, 0px 0px 1px 0px #333;
}
#ig-camera, #ig-text {
        color:white;
        vertical-align:top;
        display:inline-block;
}
.IGF {
        display:inline-block;
        font-size:11px;
        letter-spacing:0px;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        line-height: 1;
}
.IGF .ig-background {
        font-size:10px;
        white-space: nowrap;
}
.IGF.medium {
        font-size:13px;
}
.IGF.medium .ig-background {
        padding:3px;
}
.ig-camera, .ig-text {
        color:white!important;
        vertical-align: middle;
        display:inline-block;
        margin:0px!important;
}
.ig-text {
        vertical-align:middle;
        padding:0px 3px 0px 3px!important;
        font: 10px Arial;
        font-family:Arial;
        text-transform: none;
}
.ig-background, .ig-count {
        vertical-align:middle;
}
/* Global appearance styles */
.IGF {
        display:inline-block;
        vertical-align:top;
        font-size:10px;
}
.IGF .ig-count {
        font-size:1em!important;
        font-family: arial!important;
}
.IGF.large .ig-text {
        padding:0px 3px 0px 4px!important;
}
.IGF.small .ig-text {
        padding:0px 4px 0px 4px!important;
}
.IGF.medium .ig-text {
        padding:0px 4px 0px 4px!important;
}
.IGF.medium {
        font-size:12px;
}
.IGF.medium .ig-background {
        padding:2px;
}
.IGF.large {
        font-size:14px;
}
.IGF.large .ig-background{
        padding: 3px;
}
.IGF.large img{
        height:19px;
        width:19px;
}
.IGF.large .ig-count a {
        padding: 4px;
}
.IGF.followed .ig-background {
        background: rgba(133, 165, 190, 1)!important;
        color:#ddd!important;
        border-color:#5D779B;
        cursor:auto;
}
.IGF.followed .ig-text {
        color:#ddd;
}

/* ---- Home Page artifacts -------------------------*/
div.rightcolhome {
  background-color : #f0f0f0;
  /* width: 326px; */
  vertical-align: top;
  /* usable width=316 (padding takes up 10) */
  padding-left:4px;
  padding-right:4px;
  float: left;
  width: 318px;
  text-align:left;
}
/* Responsive media queries */

/* for 320px and anything smaller than 419px */
/* @media only screen and (min-width: 300px) and (max-width: 419px) { */
@media only screen and (min-width: 300px) { 
 #all_content {
  width: 320px;
  font-size:1em;
  box-shadow: 0px 0px 0px #777777;
  margin: 0px 0px 0px 0px;
 }
 div.labelbar_3col {
  width:320px;
  height: 3.0em;
 }
 #menu {
  width:300px;
  height:142px;
 }
 #breadcrumb p {
  padding-top:0.75em;
 }
 div#center_content {
  width: 320px;
  font-size: 1em;
 }
 #group_nav {
  height: 7.0em;
  text-align: left;
 }
 #group_menu {
  width:295px;
  float: left;
 }
 div#page_nav {
  height: 4em;
  font-size : 16px;
  text-align: left;
  line-height: 1.5em;
 }
 div.labelbar {
  width:316px;
  height: 3.0em;
 }
 div#threecol {
  box-shadow: 0px 0px 0px #777777;
 }
 div#leftcol {
  width: 320px;
 }
 div.section1 {
  float: left;
 }
 div.section2 {
  float: right;
 }
 div.sectionh1 {
  width: 100%;
 }
 div.sectionh2 {
  width: 100%;
 }
 .video-frame {
  height:220px;
 }
 .wrapframe iframe {
  width: 94%;
  height: 280px;
 }
 .list_links li {
     line-height: 2em;
 }
 div.hide320 {
  display: none;
 } 
 div#world-map {
  width:312px;
  height:350px;
 }
}

/* Samsung Galaxy S5 */
@media only screen and (min-width: 360px) { 
 #all_content {
  width: 360px;
  font-size:1em;
  box-shadow: 0px 0px 0px #777777;
  margin: 0px 0px 0px 0px;
 }
 div.labelbar_3col {
  width:360px;
  height: 3.0em;
 }
 #menu {
  width:340px;
  height:107px;
 }
 #breadcrumb p {
  padding-top:0.75em;
 }
 div#center_content {
  width: 360px;
  font-size: 1em;
 }
 #group_nav {
  height: 7.0em;
  text-align: left;
 }
 #group_menu {
  width:335px;
  float: left;
 }
 div#page_nav {
  height: 4em;
  font-size : 16px;
  text-align: left;
  line-height: 1.5em;
 }
 div.labelbar {
  width:356px;
  height: 3.0em;
 }
 div#threecol {
  box-shadow: 0px 0px 0px #777777;
 }
 div#leftcol {
  width: 360px;
 }
 div.section1 {
  float: left;
 }
 div.section2 {
  float: right;
 }
 div.sectionh1 {
  width: 100%;
 }
 div.sectionh2 {
  width: 100%;
 }
 .video-frame {
  height:260px;
 }
 .wrapframe iframe {
  width: 94%;
  height: 280px;
 }
 .list_links li {
     line-height: 2em;
 }
 div.hide320 {
  display: none;
 } 
 div#world-map {
  width:352px;
  height:350px;
 }
}

/*media only screen and (min-width: 420px) and (max-width: 639px) {*/
@media only screen and (min-width: 420px) {
 #all_content {
  width: 420px;
  box-shadow: 0px 0px 0px #777777;
  margin: 0px 0px 0px 0px;
 }
 div.labelbar_3col {
  width:420px;
  height: 1.6em;
 }
 #menu {
  width:400px;
  height:72px;
 }
 #breadcrumb p {
  padding-top:0.75em;
 }
 div#center_content {
  width: 420px;
  font-size: 1em;
 }
 #group_nav {
  height: 4.4em;
  text-align: left;
 }
 #group_menu {
  width:395px;
  float: left;
 }
 div#page_nav {
  height: 4em;
  font-size : 16px;
  text-align: left;
  line-height: 1.5em;
 }
 div.labelbar {
  width:416px;
  height: 1.6em;
 }
 div#threecol {
  box-shadow: 0px 0px 0px #777777;
 }
 div#leftcol {
  width: 420px;
 }
 div.section1 {
  float: left;
 }
 div.section2 {
  float: right;
 }
 div.sectionh1 {
  width: 100%;
 }
 div.sectionh2 {
  width: 100%;
 }
 .video-frame {
  height:280px;
 }
 .wrapframe iframe {
  width: 94%;
  height: 360px;
 }
 .list_links li {
     line-height: 2em;
 }
 div.hide320 {
  display: none;
 } 
 div#world-map {
  width:412px;
  height:400px;
 }
}
/* landscape mode: iPhone 5S/568 Galaxy/640 iPhone 6+/736 */
/*media only screen and (min-width: 640px) and (max-width: 766px) { */
@media only screen and (min-width: 640px) {
 #all_content {
  width: 640px;
  margin: auto;
  box-shadow: 0px 0px 35px #777777;
 }
 #menu {
  width:620px;
  height:72px;
 }
 div.labelbar_3col {
  width:620px;
  height: 1.6em;
 }
 #breadcrumb p {
  padding-top:0.75em;
 }
 div#center_content {
  width: 640px;  
  font-size: 16px;
 }
 #group_nav {
  height: 4.4em;
  text-align: center;
 }
 #group_menu {
  width:540px;
  float: none;
 }
 div#page_nav {
  height: 3em;
  font-size : 18px;
  text-align: left;
 }
 div.labelbar {
  width:636px;
  height: 1.6em;
 }
 div#threecol {
  box-shadow: 0px 0px 35px #777777;
 }
 div#leftcol {
  width: 620px;
 }
 div.section1 {
  float: left;
 }
 div.section2 {
  float: right;
 }
 div.sectionh1 {
  width: 50%;
 }
 div.sectionh2 {
  width: 50%;
 }
 .video-frame {
  height:380px;
 }
 .wrapframe iframe {
  width: 94%;
  height: 428px;
 }
 div#world-map {
  width:632px;
  height:500px;
 }
}
/*media only screen and (min-width: 767px) and (max-width: 979px) { */
@media only screen and (min-width: 767px) {
 #all_content {
  width: 767px;
  margin: auto;
  box-shadow: 0px 0px 35px #777777;
 }
 div.labelbar_3col {
  width:767px;
  height: 1.6em;
 }
 #menu {
  width:667px;
  height:72px;
 }
 #breadcrumb p {
  padding-top:0.25em;
 }
 div#center_content {
  width: 607px;
  font-size: em(18);
 }
 #group_nav {
  height: 4.4em;
  justify-content: flex-start;
  text-align: left;
 }
 #group_menu {
  width:507px;
  float: none;
 }
 div#page_nav {
  height: 1.8em;
  font-size : 18px;
  text-align: center;
 }
 div.labelbar {
  width:603px;
  height: 1.6em;
 }
 div#threecol {
  box-shadow: 0px 0px 35px #777777;
 }
 div#leftcol {
  width: 160px;
 }
 div.section1 {
  float: left;
 }
 div.section2 {
  float: left;
 }
 div.sectionh1 {
  width: 50%;
 }
 div.sectionh2 {
  width: 50%;
 }
 .video-frame {
  height:420px;
 }
 .wrapframe iframe {
  width: 96%;
  height: 406px;
 }
 div#world-map {
  width:599px;
  height:500px;
 }
}
/* 980 = 160 + 654 + 166 */
/* media only screen and (min-width: 980px) and (max-width: 1199) {	 */
@media only screen and (min-width: 980px) {	
 #all_content {
  width: 980px;
  margin: auto;
  box-shadow: 0px 0px 35px #777777;
 }
 div.labelbar_3col {
  width:980px;
  height: 1.6em;
 }
 #menu {
  width:880px;
  height:36px;
 }
 #breadcrumb p {
  padding-top:0em;
 }
 div#center_content {
  width: 654px;  /* 980-160-166 = 654px/16 = 40.875 */
  font-size: 16px;
 }
 #group_nav {
  height: 2.4em;
  text-align: center;
 }
 #group_menu {
  width:750px;
  float: none;
 }
 div#page_nav {
  height: 1.8em;
  font-size : 18px;
  text-align: center;
 }
 div.labelbar {
  width:650px;
  height: 1.6em;
 }
 div#threecol {
  box-shadow: 0px 0px 35px #777777;
 }
 div#leftcol {
  width: 160px;
 }
 div.section1 {
  float: left;
 }
 div.section2 {
  float: left;
 }
 div.sectionh1 {
  width: 50%;
 }
 div.sectionh2 {
  width: 50%;
 }
 .video-frame {
  height:460px;
 }
 .wrapframe iframe {
  width: 100%;
  height: 438px;
 }
 div#world-map {
  width:646px;
  height:500px;
 }
}
/* media only screen and (min-width: 1200px) and (max-width: 1599) {	*/
@media only screen and (min-width: 1200px) {	
 #all_content {
  width: 1200px;
  margin: auto;
  box-shadow: 0px 0px 35px #777777;
 }
 div.labelbar_3col {
  width:1200px;
  height: 1.6em;
 }
 #menu {
  width:1100px;
  height:36px;
 }
 #breadcrumb p {
  padding-top:0em;
 }
 div#center_content {
  width: 874px;
  font-size: 16px;
 }
 #group_nav {
  height: 2.4em;
  text-align: center;
 }
 #group_menu {
  width:970px;
  float: none;
 }
 div#page_nav {
  height: 1.8em;
  font-size : 18px;
  text-align: center;
 }
 div.labelbar {
  width:870px;
  height: 1.6em;
 }
 div#threecol {
  box-shadow: 0px 0px 35px #777777;
 }
 div#leftcol {
  width: 160px;
 }
 div.section1 {
  float: left;
 }
 div.section2 {
  float: left;
 }
 div.sectionh1 {
  width: 50%;
 }
 div.sectionh2 {
  width: 50%;
 }
 .video-frame {
  height:520px;
 }
 .wrapframe iframe {
  width: 100%;
  height: 585px;
 }
 .list_links li {
  line-height: 1.5em;
 }
 div#world-map {
  width:866px;
  height:600px;
 }
}
/* media only screen and (min-width: 1600px) and (max-width: 1799) {	*/
@media only screen and (min-width: 1600px) {	
 #all_content {
  width: 1600px;
  margin: auto;
  box-shadow: 0px 0px 35px #777777;
 }
 div.labelbar_3col {
  width:1600px;
  height: 1.6em;
 }
 #menu {
  width:1500px;
  height:36px;
 }
 #breadcrumb p {
  padding-top:0em;
 }
 div#center_content {
  width: 1274px;  /* 1600-160-166 = 1274px/16 = 79.625 */
  font-size: 16px;
 }
 #group_nav {
  height: 2.4em;
  text-align: center;
 }
 #group_menu {
  width:1370px;
  float: none;
 }
 div#page_nav {
  height: 1.8em;
  font-size : 18px;
  text-align: center;
 }
 div.labelbar {
  width:1270px;
  height: 1.6em;
 }
 div#threecol {
  box-shadow: 0px 0px 35px #777777;
 }
 div#leftcol {
  width: 160px;
 }
 div.section1 {
  float: left;
 }
 div.section2 {
  float: left;
 }
 div.sectionh1 {
  width: 50%;
 }
 div.sectionh2 {
  width: 50%;
 }
 .video-frame {
  height:680px;
 }
 .wrapframe iframe {
  width: 100%;
  height: 720px;
 }
 .list_links li {
  line-height: 1.5em;
 }
 div#world-map {
  width:950px;
  height:600px;
 }
}
@media only screen and (min-width: 1800px) {	
 #all_content {
  width: 1800px;
  margin: auto;
  box-shadow: 0px 0px 35px #777777;
 }
 div.labelbar_3col {
  width:1800px;
  height: 1.6em;
 }
 #menu {
  width:1700px;
  height:36px;
 }
 #breadcrumb p {
  padding-top:0em;
 }
 div#center_content {
  width: 1460px; 
  font-size: 18px;
 }
 #group_nav {
  height: 2.4em;
  text-align: center;
 }
 #group_menu {
  width:1570px;
  float: none;
 }
 div#page_nav {
  height: 1.8em;
  font-size : 20px;
  text-align: center;
 }
 div.labelbar {
  width:1456px;
  height: 1.6em;
 }
 div#threecol {
  box-shadow: 0px 0px 35px #777777;
 }
 div#leftcol {
  width: 160px;
 }
 div.section1 {
  float: left;
 }
 div.section2 {
  float: left;
 }
 div.sectionh1 {
  width: 50%;
 }
 div.sectionh2 {
  width: 50%;
 }
 div#rightcol {
  width: 180px;
 }
 .video-frame {
  height:780px;
 }
 .wrapframe iframe {
  width: 100%;
  height: 978px;
 }
 .list_links li {
     line-height: 1.5em;
 }
 div#world-map {
  width:950px;
  height:600px;
 }
 div.rightcolhome {
   padding-left:7px;
   padding-right:7px;
   width: 324px;
 }
}
